/* FAQ Fixes */
.section-faqs {
    background-color: #f3f3f3;
  }
  .faq-accordian{
    overflow: hidden;
  }
  .faq-accordian .hide-initially{
    height: 0;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.25s ease;
  }
  .faq-accordian .panel:nth-child(5){
    margin-bottom: 12px;
  }
  .faq-accordian .hide-initially.show-more-faqs{
    height: auto;
    margin-top: 12px;
    transform: scaleY(1);
  }
  .show-hide-more-faqs.hide-this-button{
    display: none !important;
  }
  .section-faqs .faqs-wrapper .faq-more-btn{
    margin-top: 16px;
  }
  .section-faqs .faqs-wrapper .faq-more-btn a{
    display: block;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .faqs-wrapper .panel,
  .faqs-wrapper .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .faqs-wrapper .panel-title,
  .faqs-wrapper .panel-title a {
    position: relative;
  }
  .faqs-wrapper .panel-title a {
    padding: 25px 50px;
    background-color: #fff;
    border: 1px solid #f2f6f9;
    display: block;
  }
  .faqs-wrapper .panel-title:before {
    content: "\f2fd";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #000;
    transition: transform 0.35s ease-in-out;
    height: 1px;
    width: 20px;
    right: 13px;
  }
  
  .faqs-wrapper .panel-title a.collapsed:before {
    transform: rotate(90deg);
  }
  
  .faqs-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 1px solid #f2f6f9;
  }
  .faqs-wrapper .panel-group .panel + .panel {
    margin-top: 12px;
  }
  /* Key Features */
  .sv-collapse .panel,
  .sv-collapse .panel-heading{
      padding: 0;
      border-radius: 0;
      box-shadow: none;
      margin: 0 !important;
  }
  .sv-collapse .panel{
      border-bottom: 1px solid #E1E1F0;
  }
  .sv-collapse div[role="tab"] >h4{
      margin: 0;
  }
  .sv-collapse div[role="tab"]  a{
      display: block;
      width: 100%;
      color: inherit !important;
      padding: 20px 0;
      display: table;
      position: relative;
      padding-right: 60px;
  }
  .sv-collapse .panel-body{
      padding: 15px 0 25px;
      font-size: 16px;
  }
  /* .sv-collapse div[role="tab"] a span,
  .sv-collapse div[role="tab"] a i{
      display: table-cell;
      vertical-align: middle;
  } */
  
  .sv-collapse div[role="tab"] a i{   
      width: 35px;
      height: 35px;
      /* border-radius: 50%; */
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      line-height: 34px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      color: #000;    
      border: 1px solid #000;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #000;
  }

  /* Key Features END */

 
    
    .f-hr {
        border: none;
        height: 2px; 
        background: linear-gradient(to right, rgba(50, 168, 82, 0), #000, rgba(50, 168, 82, 0)); 
        margin: 20px 0; 
        display: block; 
    }

    .fw-hr {
        border: none;
        height: 2px; 
        background: linear-gradient(to right, rgba(50, 168, 82, 0), #fff, rgba(50, 168, 82, 0)); 
        margin: 20px 0; 
        display: block; 
    }

    .br-40 {
        border-radius: 40px;
    }




    
/* FENCE TYPES SLIDER */
.fence-types {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.fence-types::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}
.fence-types > .container {
    position: relative;
    z-index: 1;
}
.fence-types .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.fence-types .section-header h2,
.fence-types .section-header h2 .over {
    color: #fff;
}

/* Slide row — flex so partial slides center */
.fence-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 10px 0;
}
.fence-slide [class*="col-"] {
    display: flex;
}
/* Carousel */
.fence-carousel .carousel-inner {
    overflow: hidden;
}

/* Frosted glass cards */
.fence-type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 3px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.fence-type-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: #990002;
}
.fence-type-card a {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
}
.fence-type-card .card-image {
    position: relative;
    overflow: hidden;
    height: 230px;
}
.fence-type-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.fence-type-card:hover .card-image img {
    transform: scale(1.08);
}
.fence-type-card .card-content {
    padding: 25px 20px 50px;
    position: relative;
    flex: 1;
}
.fence-type-card .card-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}
.fence-type-card:hover .card-content h3 {
    color: #990002;
}
.fence-type-card .card-content p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}
.fence-type-card .card-arrow {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    background: #990002;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.fence-type-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(0);
}
.fence-type-card .card-arrow i {
    color: #fff;
    font-size: 12px;
}

/* Carousel controls */
.fence-carousel .carousel-control {
    width: 50px;
    height: 50px;
    background: #990002;
    border: none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background-image: none;
    text-shadow: none;
}
.fence-carousel .carousel-control:hover {
    background: #fff;
}
.fence-carousel .carousel-control.left {
    left: -25px;
}
.fence-carousel .carousel-control.right {
    right: -25px;
}
.fence-carousel .carousel-control i {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.fence-carousel .carousel-control:hover i {
    color: #990002;
}

/* Responsive */
@media (max-width: 991px) {
    .fence-types > .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .fence-carousel .carousel-control {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }
    .fence-carousel .carousel-control.left {
        left: -15px;
    }
    .fence-carousel .carousel-control.right {
        right: -15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .fence-type-card {
        min-height: 500px;
    }
}
/* Mobile — kill slider, stack everything */
@media (max-width: 767px) {
    .fence-types {
        padding: 50px 0;
    }
    .fence-carousel .carousel-control {
        display: none;
    }
    .fence-carousel .item {
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        left: 0 !important;
    }
    .fence-slide {
        flex-direction: column;
    }
    .fence-slide [class*="col-"] {
        margin-bottom: 15px;
    }
    .fence-type-card .card-image {
        height: 200px;
    }
}
/* FENCE TYPES SLIDER END */


/* ============================
   FENCE GRID (non-carousel)
   ============================ */
.fence-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.fence-grid .fence-type-card {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}
.fence-grid .card-images {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}
.fence-grid .card-images img {
    width: 100%;
    height: auto;
    display: block;
}
.fence-types-no-bg {
    background-image: none !important;
    background-color: #fff;
}
.fence-types-no-bg::before {
    display: none;
}
.fence-types-no-bg .fence-type-card {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: #e0e0e0;
}
.fence-types-no-bg .fence-type-card:hover {
    background: #fff;
    border-color: #990002;
}
.fence-types-no-bg .fence-type-card .card-content h3 {
    color: #1a1a1a;
}
.fence-types-no-bg .fence-type-card:hover .card-content h3 {
    color: #990002;
}
.fence-types-no-bg .fence-type-card .card-content p {
    color: #666;
}
.fence-types-no-bg .fence-type-card .card-content .over {
    color: #990002;
}
@media (max-width: 991px) {
    .fence-grid .fence-type-card {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}
@media (max-width: 767px) {
    .fence-grid .fence-type-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* FENCE GRID END */


/* Core values */


.cv-row{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:center;   /* keeps rows tidy if last line has fewer items */
  margin-left:-5px;         /* eat outer gutters */
  margin-right:-5px;        /* eat outer gutters */
}

/* 3-up desktop, 2-up tablet, 1-up mobile */
.core-value-item{
  flex: 1 1 33.333%;
  padding-left:5px;         
  padding-right:5px;        
  margin-bottom:5px;       
  display:flex;             
}
.core-value-item:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px){ .core-value-item{ flex-basis:50%; } }
@media (max-width: 575px){ .core-value-item{ flex-basis:100%; } }

/* inner black box fills height & centers content (incl. the handshake) */
.core-value-item > div{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;       /* horizontal center */
  justify-content:center;   /* vertical center */
  min-height:220px;         /* tune to taste */
}

/* dark gray background for core value wells */
.core-value-item .bg-black {
  background: #242424;
}

/* hover color for your new class */
.cb-text{ color:#fff; transition:color .2s ease; }
/* .core-value-item:hover .cb-text{ color:#990002; } */
.core-value-item:hover > div { background-color:#990002; transition: background-color 0.2s ease-in-out;}

/* optional: ensure the icon block centers perfectly */
.core-value-item .d-flex{
  align-items:center;
  justify-content:center;
}
/* Hover effect for yellow text */
.cv-text {
  color: #fff;
  transition: color 0.3s ease;
}
/* .core-value-item:hover .cv-text {
  color: #990002;
} */

/* Center the handshake icon perfectly */
.core-value-item .fa-handshake {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
 /* Core value end */


/* COMPANY INTRO */
.company-intro {
  margin: 5px 0;
}

.intro-wrapper {
  display: flex;
  position: relative;
}

/* Left background column - desktop only */
.intro-bg-col {
  flex: 0 0 35%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.intro-bg-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Content column */
.intro-content-col {
  flex: 1;
  background-color: #fff;
  padding: 40px 60px;
}

/* Mobile image - hidden by default */
.intro-mobile-img {
  display: none;
}
.intro-mobile-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Tablet image - hidden by default */
.intro-tablet-img {
  display: none;
}
.intro-tablet-img img {
  width: 100%;
  height: auto;
}

/* Text content */
.intro-text {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}

/* Overlapping image - desktop only */
.intro-overlap-img {
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translateX(-50%);
  z-index: 1;
  border: 5px solid #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.intro-overlap-img img {
  display: block;
  width: 400px;
  height: auto;
}

/* Intro Badges */
.intro-badges {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  margin-top: 25px;
  margin-bottom: 25px;
}
.intro-badge {
  flex: 1 1 0;
  min-width: 0;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

/* Btn Explore */
.btn-explore {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 12px 28px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  border: none;
  transition: all 0.3s ease;
}
.btn-explore:hover {
  background-color: #990002;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

/* === RESPONSIVE === */

/* Large desktop adjustments */
@media (max-width: 1750px) {
  .intro-overlap-img {
    left: 30%;
    top: 12%;
  }
}
@media (max-width: 1520px) {
  .intro-overlap-img {
    left: 25%;
    top: 15%;
  }
  .intro-overlap-img img {
    width: 300px;
  }
}

/* Tablet (768-991px) */
@media (max-width: 991px) {
  .intro-wrapper {
    display: block;
  }
  .intro-bg-col {
    display: none;
  }
  .intro-overlap-img {
    display: none;
  }
  .intro-content-col {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 20px;
    gap: 30px;
    align-items: flex-start;
  }
  .intro-tablet-img {
    display: block;
    flex: 0 0 40%;
    min-width: 0;
  }
  .intro-text {
    flex: 1;
    min-width: 0;
    padding-top: 0;
    max-width: none;
  }
  .intro-badges {
    gap: 10px;
  }
  .intro-badge {
    max-width: none;
  }
}

/* Mobile (below 768px) */
@media (max-width: 767px) {
  .intro-content-col {
    display: block;
    padding: 20px 15px;
  }
  .intro-tablet-img {
    display: none;
  }
  .intro-mobile-img {
    display: block;
    padding-bottom: 20px;
  }
  .intro-text {
    padding-top: 0;
  }
  .intro-badges {
    justify-content: center;
    gap: 8px;
  }
  .intro-badge {
    max-width: 90px;
  }
}

/* COMPANY INTRO END */


/* ============================
   EASY PROCESS SECTION
   ============================ */
.easy-process {
    background: #f8f8f8;
}
.easy-process .section-header {
    text-align: center;
    margin-bottom: 50px;
}
.easy-process .section-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
}

/* Process steps container */
.process-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

/* Individual step */
.process-step {
    background: #fff;
    border-radius: 0;
    padding: 0;
    flex: 1;
    max-width: 350px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: visible;
    transition: all 0.3s ease;
}
.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.process-step .step-image {
    position: relative;
    overflow: visible;
}
.process-step .step-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.process-step .step-number {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #990002;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.process-step .step-content {
    padding: 30px 25px 25px;
}
.process-step .step-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1a1a1a;
}
.process-step .step-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* CTA area */
.easy-process .process-cta {
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .process-steps {
        gap: 20px;
    }
    .process-step .step-image img {
        height: 160px;
    }
}
@media (max-width: 767px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    .process-step {
        max-width: 100%;
        width: 100%;
    }
    .process-step .step-image img {
        height: 180px;
    }
}
/* EASY PROCESS END */


/* ============================
   TESTIMONIALS SECTION
   ============================ */
.testimonials-section {
    background: #fff;
    padding: 60px 0;
    position: relative;
    overflow: visible;
}
/* Odd columns (1st, 3rd, 5th...) — normal vertical position */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/pattern.png);
    background-size: 130px auto;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.45;
    -webkit-mask-image:
        repeating-linear-gradient(to right, black 0, black 130px, transparent 130px, transparent 260px),
        linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 25%, transparent 70%);
    mask-image:
        repeating-linear-gradient(to right, black 0, black 130px, transparent 130px, transparent 260px),
        linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 25%, transparent 70%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    z-index: 0;
    pointer-events: none;
}
/* Even columns (2nd, 4th, 6th...) — shifted down */
.testimonials-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/pattern.png);
    background-size: 130px auto;
    background-repeat: repeat;
    background-position: 0 65px;
    opacity: 0.45;
    -webkit-mask-image:
        repeating-linear-gradient(to right, transparent 0, transparent 130px, black 130px, black 260px),
        linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 25%, transparent 70%);
    mask-image:
        repeating-linear-gradient(to right, transparent 0, transparent 130px, black 130px, black 260px),
        linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 25%, transparent 70%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    z-index: 0;
    pointer-events: none;
}
.testimonials-section > .container {
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) {
    .testimonials-section > .container {
        transform: translateY(50px);
    }
}

/* Truck image — sits at bottom of section, overlaps into next section */
.cta-diagonal .section-truck {
    position: relative;
    z-index: 2;
    pointer-events: none;
    left: -20rem
}
/* @media (min-width: 1700px) {.cta-diagonal .cta-text { padding-inline-start: 2rem;} } */

@media (max-width: 1700px) {
    .cta-diagonal .section-truck { left: -6rem; }
    .cta-diagonal .section-truck img { width: 140%; }

}

.section-truck img {
    display: block;
    max-width: 450px;
    height: auto;
}
.section-truck.truck-left {
    text-align: left;
    padding-left: 5%;
}
.section-truck.truck-right {
    text-align: right;
    padding-right: 5%;
}
.section-truck.truck-right img {
    margin-left: auto;
}
@media (min-width: 1600px) {
    .section-truck img {
        max-width: 650px;
    }
}
.testimonials-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.testimonials-section .section-header h2 {
    margin-bottom: 20px;
}

/* Testimonial item */
.testimonial-item {
    background: #fff;
    border-radius: 0;
    padding: 30px 35px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-item .quote-icon {
    color: #990002;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
}
.testimonial-item blockquote {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}
.testimonial-item .testimonial-author {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

/* Testimonial carousel */
.testimonial-carousel {
    cursor: grab;
}
.testimonial-carousel:active {
    cursor: grabbing;
}
.testimonial-carousel .carousel-inner {
    overflow: hidden;
}
.testimonial-carousel .item {
    display: none;
    padding: 10px 15px;
    transition: transform 0.6s ease-in-out;
}
.testimonial-carousel .item.active,
.testimonial-carousel .item.next,
.testimonial-carousel .item.prev {
    display: block;
}
.testimonial-carousel .item.next,
.testimonial-carousel .item.prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial-carousel .item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.testimonial-carousel .item.active {
    opacity: 1;
}
.testimonial-carousel .item.next.left,
.testimonial-carousel .item.prev.right {
    opacity: 1;
}
.testimonial-carousel .item.active.left,
.testimonial-carousel .item.active.right {
    opacity: 0;
}

/* Carousel controls */
.testimonial-carousel .carousel-control {
    width: 50px;
    height: 50px;
    background: #990002;
    border: none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.testimonial-carousel .carousel-control:hover {
    background: #fff;
}
.testimonial-carousel .carousel-control.left {
    left: calc(50% - 425px);
}
.testimonial-carousel .carousel-control.right {
    right: calc(50% - 425px);
}
.testimonial-carousel .carousel-control i {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.testimonial-carousel .carousel-control:hover i {
    color: #990002;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-carousel .carousel-control {
        width: 40px;
        height: 40px;
    }
    .testimonial-carousel .carousel-control.left {
        left: calc(50% - 380px);
    }
    .testimonial-carousel .carousel-control.right {
        right: calc(50% - 380px);
    }
}
@media (max-width: 850px) {
    .testimonial-carousel .carousel-control.left {
        left: 10px;
    }
    .testimonial-carousel .carousel-control.right {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .testimonials-section {
        padding: 40px 0 0 0;
    }
    .testimonial-item {
        padding: 25px 20px;
        min-height: 180px;
    }
    .testimonial-item blockquote {
        font-size: 16px;
    }
    .testimonial-carousel .carousel-control {
        display: none;
    }
    .section-truck {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section-truck img {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .testimonials-section {
        padding-top: 30px;
    }
    .section-truck {
        margin-top: 10px;
    }
}
/* TESTIMONIALS SECTION END */


/* ============================
   CTA DIAGONAL SECTION
   ============================ */
.cta-diagonal {
    position: relative;
    padding: 50px 0;
    background: #0a0a0a;
    overflow: hidden;
}

/* Diagonal stripes background */
.cta-diagonal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(153, 0, 2, 0.02) 20px,
        rgba(153, 0, 2, 0.02) 40px
    );
    pointer-events: none;
}

/* Gradient overlay - darker left, lighter right */
.cta-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.05));
    pointer-events: none;
    z-index: 0;
}

.cta-diagonal .container {
    position: relative;
    z-index: 1;
}

.cta-diagonal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-text {
    flex: 1;
}

.cta-text h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
    max-width: 600px;
}

.cta-action {
    flex-shrink: 0;
}

/* CTA Button with shine effect */
.btn-cta-shine {
    display: inline-block;
    padding: 18px 40px;
    background: #CC0003;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(153, 0, 2, 0.3);
}

.btn-cta-shine:hover {
    background: #990002;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(153, 0, 2, 0.4);
}

/* Shine animation */
.btn-cta-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: cta-shine 2.5s ease-in-out infinite;
}

@keyframes cta-shine {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .cta-diagonal {
        padding: 40px 0;
    }
    .cta-text h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cta-diagonal {
        padding: 30px 0;
    }
    .cta-diagonal-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    .cta-text h3 {
        font-size: 22px;
    }
    .cta-text p {
        font-size: 15px;
    }
    .btn-cta-shine {
        padding: 15px 35px;
        font-size: 14px;
    }
}
/* CTA DIAGONAL END */


/* ============================
   NEXT STEPS SECTION
   ============================ */
.next-steps-section {
    padding: 60px 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.next-steps-header {
    text-align: center;
    margin-bottom: 50px;
}

.next-steps-header h2 {
    margin-bottom: 15px;
}

.next-steps-header .lead {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
}

/* Phone image - left side */
.next-steps-phone {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

.next-steps-phone img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

/* Cards container */
.next-steps-cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

/* Individual card */
.next-step-card {
    flex: 1;
    max-width: 400px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.next-step-card.card-primary {
    background: #0a0a0a;
    color: #fff;
}

.next-step-card.card-secondary {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #e0e0e0;
}

.next-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Card icon */
.next-step-card .card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.3s ease;
}

.card-primary .card-icon {
    background: #990002;
    color: #fff;
}

.card-secondary .card-icon {
    background: #0a0a0a;
    color: #fff;
}

.next-step-card:hover .card-icon {
    transform: scale(1.1);
}

/* Card content */
.next-step-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.card-primary h3 {
    color: #fff;
}

.next-step-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.card-primary p {
    color: rgba(255,255,255,0.7);
}

.card-secondary p {
    color: #666;
}

/* Next steps button styles */
.next-step-card .btn-cta-shine {
    padding: 15px 35px;
    font-size: 14px;
    white-space: break-spaces;
}

.btn-next-step {
    display: inline-block;
    padding: 15px 35px;
    background: #0a0a0a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-next-step:hover {
    background: #990002;
    color: #fff;
}

/* Responsive */
@media (max-width: 1399px) {
    .next-steps-phone {
        width: 30%;
    }
    .next-steps-phone img {
        max-width: 450px;
    }
}

@media (max-width: 1199px) {
    .next-steps-phone {
        width: 28%;
    }
    .next-steps-phone img {
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .next-steps-section {
        overflow: visible;
    }
    .next-steps-phone {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .next-steps-phone img {
        max-width: 200px;
    }
    .next-step-card {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .next-steps-section {
        padding: 40px 0;
    }
    .next-steps-phone img {
        max-width: 160px;
    }
    .next-steps-cards {
        flex-direction: column;
        gap: 20px;
    }
    .next-step-card {
        max-width: 100%;
    }
}
/* NEXT STEPS END */

/* STYLES SECTION START */
.styles-section .well.well-white {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.styles-section .well.well-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Most Popular Style Badge */
.style-popular {
    position: relative;
    border: 2px solid #990002 !important;
}
.style-popular::before {
    content: "Most Popular";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #990002;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 1;
}
/* STYLES SECTION END */


/* ============================
   LANGUAGE TOGGLE
   ============================ */

/* Desktop: absolute inside topheader-holder, just white text, no background */
.lang-bar {
    position: absolute;
    top: 5px;
    left: 250px;
    z-index: 99;
    line-height: 1;
}
.lang-btn {
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    font-size: 9px;
    cursor: pointer;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    line-height: 1;
    white-space: nowrap;
}
.lang-btn:hover,
.lang-btn:focus {
    color: #fff;
    outline: none;
}

/* Medium desktop: logo card is narrower, adjust left */
@media (max-width: 1199px) {
    .lang-bar {
        left: 210px;
    }
}

/* Tablet & mobile: block element above the logo row */
@media (max-width: 1023px) {
    .lang-bar {
        position: relative;
        top: auto;
        left: auto;
        padding: 2px 15px 0;
    }
    .lang-btn {
        font-size: 8px;
    }
}

/* Shrink nav when translated — Spanish text is ~30% longer */
html.translated-ltr .nav-items-v11 .mynav ul > li > a {
    font-size: 16px;
}
html.translated-ltr .nav-items-v11 .mynav > ul > li {
    margin-left: 16px;
}
html.translated-ltr li div a.btn-primary-nav,
html.translated-ltr li div a.btn-secondary-nav {
    font-size: 12px;
    padding: 6px 14px !important;
}
html.translated-ltr .nav-items-v11 .mynav ul li ul li a {
    font-size: 13px;
}
html.translated-ltr .headercontact .contactholder p {
    font-size: 12px;
}
@media (max-width: 1199px) {
    html.translated-ltr .nav-items-v11 .mynav ul > li > a {
        font-size: 12px;
    }
    html.translated-ltr .nav-items-v11 .mynav > ul > li {
        margin-left: 12px;
    }
    html.translated-ltr li div a.btn-primary-nav,
    html.translated-ltr li div a.btn-secondary-nav {
        font-size: 11px;
        padding: 5px 10px !important;
    }
}

/* Hide Google Translate UI chrome */
#google_translate_element { opacity: 0; pointer-events: none; position: absolute; bottom: 0; left: 0; }
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate { display: none !important; height: 0 !important; visibility: hidden !important; }
body { top: 0 !important; }
.skiptranslate:not(#google_translate_element) { display: none !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
/* LANGUAGE TOGGLE END */


/* ============================
   AI QUICK FACTS
   ============================ */
.ai-quick-facts {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 25px;
    max-width: 600px;
}
.qf-header {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 15px;
}
.qf-header i {
    color: #990002;
    margin-right: 5px;
}
.qf-separator {
    margin: 0 10px;
    opacity: 0.3;
    font-weight: 300;
}
.qf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 20px;
}
.qf-item {
    display: flex;
    flex-direction: column;
}
.qf-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3px;
    font-weight: 600;
}
.qf-value {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}
.qf-actions {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.qf-chatgpt-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}
.qf-chatgpt-btn i {
    margin-right: 6px;
    font-size: 13px;
}
.qf-chatgpt-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
@media (max-width: 767px) {
    .ai-quick-facts {
        padding: 15px 18px;
        max-width: 100%;
    }
    .qf-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px 15px;
    }
    .qf-value {
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .qf-grid {
        grid-template-columns: 1fr;
    }
}
/* AI QUICK FACTS END */