/* 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: 32px;
      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 List */
.fl-v01 {
  padding: 0; /* keep it tight; adjust if you want breathing room */
  background: transparent;
}

/* Center the row and cap the width */
.fl-v01-row {
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* modern gap for clean spacing (5px between everything) */
  gap: 5px;
}

/* Reset Bootstrap .well so it doesn't add padding/borders */
.fl-v01 .fl-item.well {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Three across using calc, accounting for two 5px gaps per row */
.fl-v01 .fl-item {
  position: relative;
  flex: 0 0 calc((100% - 10px) / 3);
  /* fallback if gap isn't supported (we handle in the no-gap block below) */
  box-sizing: border-box;
  overflow: hidden; /* clip overlay & scale */
}

/* Make the whole card clickable */
.fl-v01 .fl-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* Image behavior */
.fl-v01 .fl-link img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0); /* helps some GPUs with hover smoothness */
  transition: transform 420ms ease-in-out; /* smoother + a touch slower */
  transform-origin: center center;
  will-change: transform;
}

/* Overlay caption layer */
.fl-v01 .fl-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: rgba(255, 222, 23, 0.0); 
  transition: background 320ms ease, opacity 320ms ease;
  opacity: 0; /* hidden until hover/focus */
}

/* Title & text styles (inherit your existing classes as needed) */
.fl-v01 .fl-caption h3 {
  margin: 0 0 6px 0;
  line-height: 1.2;
}
.fl-v01 .fl-caption p {
  margin: 0;
}

/* Hover/focus state: subtle overlay + slight image lift */
.fl-v01 .fl-link:hover .fl-caption,
.fl-v01 .fl-link:focus .fl-caption,
.fl-v01 .fl-link:focus-visible .fl-caption {
  opacity: 1;
  background: rgba(255, 222, 23, 0.28); /* translucent  */
}

/* Desktop/large screens only to avoid touch weirdness on mobile */
@media (min-width: 768px) {
  .fl-v01 .fl-link:hover img,
  .fl-v01 .fl-link:focus img,
  .fl-v01 .fl-link:focus-visible img {
    /* bump scale and add a subtle rotate; tiny so edges don't crop too much */
    transform: scale(1.045) rotate(0.6deg);
  }
}

/* Keyboard focus ring so accessibility doesn’t feel like a boss fight */
.fl-v01 .fl-link:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.75);
  outline-offset: 2px;
}

/* --- Responsive breakpoints --- */
/* 2-up on tablets */
@media (max-width: 991px) {
  .fl-v01 .fl-item {
    flex: 0 0 calc((100% - 5px) / 2); /* one gap per row */
  }
}

/* 1-up on phones */
@media (max-width: 480px) {
  .fl-v01 .fl-item {
    flex: 0 0 100%;
  }
}

/* ===== Optional: “no-gap” fallback for older browsers ===== */
/* If you need pixel-perfect spacing where `gap` isn't supported */
@supports not (gap: 5px) {
  .fl-v01-row {
    margin: -2.5px;            /* half-gap negative margins */
  }
  .fl-v01 .fl-item {
    padding: 2.5px;            /* half-gap inner padding to simulate gap */
    flex-basis: calc((100% - 10px) / 3); /* same math as above */
  }
  @media (max-width: 991px) {
    .fl-v01 .fl-item { flex-basis: calc((100% - 5px) / 2); }
  }
  @media (max-width: 480px) {
    .fl-v01 .fl-item { flex-basis: 100%; }
  }
}

/* Mobile behavior: keep text visible, disable hover zoom on touch */
@media (max-width: 767px) {
  .fl-v01 .fl-caption {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.35) !important; /* subtle but readable */
  }

  /* prevent hover zoom since touchscreens don't hover */
  .fl-v01 .fl-link img {
    transform: none !important;
  }

  /* keep text visible and easy to read */
  .fl-v01 .fl-caption h3,
  .fl-v01 .fl-caption p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  .fl-v01 .fl-link img,
  .fl-v01 .fl-caption {
    transition: none !important;
  }
}

/* Fence List 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:#ffde17; }

/* 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: #ffde17;
}

/* 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: #ffde17;
  color: #000;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

/* === RESPONSIVE === */

/* Large desktop adjustments */
@media (max-width: 1750px) {
  .intro-overlap-img {
    top: 10%;
    left: 32%;
  }
}
@media (max-width: 1600px) {
  .intro-overlap-img {
    left: 30%;
    top: 12%;
  }
}
@media (max-width: 1520px) {
  .intro-overlap-img {
    left: 28%;
    top: 12%;
  }
}
@media (max-width: 1434px) {
  .intro-overlap-img {
    left: 26%;
    top: 12%;
  }
}
@media (max-width: 1370px) {
  .intro-overlap-img {
    left: 25%;
    top: 12%;
  }
}
@media (max-width: 1335px) {
  .intro-overlap-img {
    left: 24%;
    top: 12%;
  }
}
@media (max-width: 1300px) {
  .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: #ffde17;
    color: #000;
    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: hidden;
}
.testimonials-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 2000px;
    height: 100%;
    /* background: url('/images/happy-fence-owners-bg.jpg') no-repeat left bottom; */
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}
.testimonials-section > .container {
    position: relative;
    z-index: 1;
}
.testimonials-section .mobile-image {
    display: none;
}
@media (max-width: 1400px) {
    .testimonials-section {
        padding-bottom: 0;
    }
    .testimonials-section .mobile-image {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .testimonials-section .mobile-image img {
        display: block;
        max-width: 400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
.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;
    height: 300px;
    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: #ffde17;
    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: #000;
    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: #ffde17;
}
.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: #000;
}

/* 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: 1400px) {
    .testimonials-section::before {
        display: none;
    }
}
@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;
    }
}
/* TESTIMONIALS 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(255, 222, 23, 0.02) 20px,
        rgba(255, 222, 23, 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: #ffde17;
    color: #000;
    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(255, 222, 23, 0.3);
}

.btn-cta-shine:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 222, 23, 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: #ffde17;
    color: #000;
}

.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;
}

.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: #ffde17;
    color: #000;
}

/* 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 #ffde17 !important;
}
.style-popular::before {
    content: "Most Popular";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffde17;
    color: #1a1a1a;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 1;
}
/* STYLES SECTION END */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}
.feature-list.vertical-list{    
    grid-template-columns: 1fr;   
}
 .feature-list li {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}
 .feature-list li i {
    color: #1f1f1f;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 24px;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .feature-list, .feature-list {
        grid-template-columns: 1fr;
        display: inline-grid;
        text-align: left;
    }
    .col-lg-4 {
        text-align: center;
    }
    .video-wrapper {
        margin-top: 40px;
    }
    .row.d-flex {
        justify-content: center;
    }
}