body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
.bg-black{
  background: #000;
}
@media screen and (max-width:768px) {
  .bg-black{
    margin-bottom: -1px;
  }
  .py-8{
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
  h1,h2,h3,h4,h5,h6{
    font-size: 25px;
    text-transform: uppercase;
  }
  body{
    overflow-x: hidden !important;
  }
  h2{
    font-size: 105px;
  }
}
@font-face {
    font-family: 'FuturaLT-CondensedExtraBold';
    src: url('../fonts/FuturaLT-CondensedExtraBold.woff2') format('opentype');
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'FuturaLT-CondensedExtraBold' !important;
    letter-spacing: -2px;
    font-size: 50px;
}
span,p{
    font-family: "Poppins";
}
a{
   text-decoration: none; 
}
.py-8{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.sass-header-btn {
  position: relative;
  background-color: #9fd92f;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 5px 55px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 8px 0 #5e5e5e, 0 15px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.sass-header-btn a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.sass-header-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

.sass-header-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}

.sass-header-btn:hover {
  color: #ffffff;
  background: #000;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
}
.sass-header-btn a:hover{
  color: #fff;
}
.sass-header-btn:hover::before {
  left: 100%;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .sass-header-btn {
    padding: 10px 30px;
    font-size: 20px;
    margin-top: 10px;
    width: 80%;
    text-align: center;
  }

  .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .sass-header-btn a {
    font-size: 30px;
  }

  header img {
    width: 110px;
  }
}


.sass-new-launch {
  background: linear-gradient(170deg, #272727, #575757);
    /* background: #000; */
  }
  
  .sass-new-launch .badge-custom {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    font-size: 20px;
    display: inline-block;
  }
  
  .sass-new-launch h1 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 38px;
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 90px;
    line-height: 88%;
  }

@media screen and (max-width:768px){
  .sass-new-launch h1{
    font-size: 36px;
    line-height: 48px;
  }
  .sass-new-launch .highlight {
    font-size: 20px !important;
  }

}

  .sass-new-launch .highlight {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    position: relative;
    display: inline-block;
  }
  
  .sass-new-launch .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    height: 0.5rem;
    background: #919191;
    z-index: -1;
    border-radius: 20px;
  }
  
  .sass-new-launch p {
    color: #fff;
    text-align: center;
    width: 1035px;
    max-width: 100%;
    margin: 20px auto;
    font-size: 24px;
    line-height: 34px;
  }
  
  .sass-new-launch .subtext {
    opacity: .7;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400;
  }
  
  @media screen and (max-width:768px) {
    .sass-new-launch .subtext {
      font-size: 22px;
      margin-top: 0px !important;

    }
  }


  .sass-new-launch .btn-pink {
    position: relative;
    background-color: #9fd92f;
    color: rgb(0, 0, 0);
    border: none;
    text-transform: uppercase;
    padding: 5px 55px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.2s ease;
    
    /* 3D Shadow Effect */
    box-shadow: 0 8px 0 #5e5e5e, 0 15px 25px rgba(0, 0, 0, 0.3);
  }
  
  .sass-new-launch .btn-pink:active {
    /* Pressed effect */
    transform: translateY(4px);
    box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .sass-new-launch .btn-pink::before {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    width: 45%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
    transition: left 0.6s ease;
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
  }
  
  .sass-new-launch .btn-pink:hover {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
  }
  
  .sass-new-launch .btn-pink:hover::before {
    left: 100%;
  }
  /* Mobile responsiveness */
@media (max-width: 768px) {
  .sass-new-launch .btn-pink {
    padding: 8px 30px;
    font-size: 25px;
    box-shadow: 0 5px 0 #5e5e5e, 0 10px 15px rgba(0, 0, 0, 0.2);
  }

  .sass-new-launch .btn-pink:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #b30000, 0 7px 12px rgba(0, 0, 0, 0.15);
  }
}
/*  */


/*  */
.heading-wrapper {
  position: relative; /* makes sure the image is positioned relative to this container */
}

.heading-vector {
  position: absolute;
  top: -20px;   /* adjust as needed to overlap above */
  left: 0;
  width: 200px;
  height: auto;
  z-index: 5;   /* ensures it overlays the text/content */
}

.testi-heading{
  font-size: 100px;
  line-height: 95px
}

/* 📱 Mobile (max-width 768px) */
@media (max-width: 768px) {
  .heading-vector {
    width: 140px;        /* small left shift if needed */
  }
}
/*  */
.star-bg {
  display: block;       /* makes centering work */
  margin: 0 auto;       /* centers the image horizontally */
  width: 220px;         /* reduce default size */
  height: auto;
}

/* Tablet */
@media (max-width: 768px) {
  .star-bg {
    width: 110px;   /* smaller on tablets */
  }
}

/*  */
.heading-vector-2 {
  display: block;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -16px !important;
  width: 345px !important;
  margin-bottom: 20px;;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .heading-vector-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
/*  */
  .slider {
    display: flex;
    width: 100%;
    /* background: #fff; */
    /* background: linear-gradient(170deg, #272727, #575757); */
    overflow: hidden;
    /* padding: 2.5rem 0; */
    position: relative;
    white-space: nowrap;
}

.item {
    display: inline-block;
}

.item img {
    width: 150px;
    padding: 0 30px;
}

.slider-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/*  */
.video-tour-sas {
  background-color: #3a3a3a;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.video-tour-sas .video-wrapper {
  position: relative;
  z-index: 1;
  background: url('../images/video-tour-vector-bg-2.svg') no-repeat center center;
  background-size: cover;
  padding: 2rem;
}

.section-title {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .section-title{
    font-size: 50px;
  }
}
.underline-img {
  max-width: 160px;
  height: auto;
  position: relative;
  bottom: -5px;
  left: -75px;
}

.video-tour-sas p {
  margin-bottom: 0.25rem;
}

.video-tour-sas .stat-img {
  display: block;
  margin: 0.5rem auto 1.5rem;
  max-width: 100%;
}
/*  */
.accordion{
  max-width: 100%;
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sas-question-answer .accordion-button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
}

.sas-question-answer .accordion-button .number {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-right: 1rem;
  min-width: 2rem;
}

.sas-question-answer .accordion-button .text {
  flex-grow: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 50px;
  line-height: 130%;
  color: #ffff;
}
.sas-question-answer h4{
  font-size: 100px;
  letter-spacing: -3px;
  line-height: 88px;
}
@media screen and (max-width:768px) {
  .sas-question-answer .accordion-button .text{
    font-size: 20px;
  }
}
.sas-question-answer .accordion-button .icon {
  font-size: 2rem;
  color: #f47caa;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.sas-question-answer .accordion-button:not(.collapsed) .icon {
  transform: rotate(45deg);
}

.sas-question-answer .accordion-collapse {
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: white;
 border: none;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  display: none !important;
}

.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* Optional: ensure icons are bold and clear */
.sas-accordion .accordion-button .icon {
  font-weight: 300;
  font-size: 42px;
  color: #fff;
  transition: transform 0.3s ease;
}
/* Highlight image under heading */
.highlight-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}


/* Accordion body styling */
.sas-question-answer .accordion-body {
  background: #000000;
}

.accordion-body p{
  color: #dbdbdb;
    font-size: 18px;
    line-height: 26px;
}
.accordion-body p strong{
    font-size: 22px;
}
/* Accordion outer container update */
.sas-question-answer .accordion-item {
  background-color: #000;
  border: 2px solid #9fd92f;
  border-radius: 50px;
  padding: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px){
  .sas-question-answer .accordion-item {
    padding: 0px !important;
    border-radius: 20px;
  }
}
/*  */
.testimonial-clients-sas {
  color: #000000;
  margin: -115px 0 0px;
  background: #373737;}
  .testimonial-clients-sas h2{
    font-size: 100px;
    line-height: 90px;
  }
.testimonial-clients-sas .testimonial-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem; /* reduce space */
  line-height: 1.4;
}

.testimonial-clients-sas .testimonial-card {
  border: 1px solid #ffffff33;
  border-radius: 1rem;
  padding: 30px 50px;
  position: relative;
  text-align: center;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
}



.testimonial-clients-sas .quote-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.testimonial-clients-sas .testimonial-text {
  font-size: 1rem;
  color: #eee;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.testimonial-clients-sas .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.testimonial-clients-sas .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-clients-sas .author-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width:768px) {
  .testimonial-clients-sas h2{
    font-size: 38px;
    line-height: 40px;
  }
  .testimonial-clients-sas .pt-5 {
    margin-top: 0px;
  }
  .testimonial-clients-sas .quote-icon{
    position: absolute;
    top: -11px;
    left: 1px;
    width: 30px;
    height: 30px;
  }
  .testimonial-clients-sas .testimonial-heading{
    line-height: 35px;
    font-size: 25px !important;
  }
  .testimonial-clients-sas .testimonial-text {
    font-size: 14px;
  }
  .testimonial-clients-sas .testimonial-card {
    border: 1px solid #ffffff33;
    border-radius: 1rem;
    padding: 30px 22px;
  }
}
/* .testimonial-clients-sas .btn-pink{
  background-color: #ff789f;
  border: none;
  padding:10px 50px;
  font-size: 20px;
  color: white;
  border-radius: 2rem;
}
.testimonial-clients-sas .btn-pink:hover{
  transition: none;
  background: transparent;
  border:2px solid #ff789f;
  padding:10px 50px;
  font-size: 20px;
  color: white;
  border-radius: 2rem;
} */

.strategy-banner {
  background-color: #9fd92f;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  margin: 40px auto;
  max-width: 1000px;
}

.strategy-banner h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.strategy-banner p {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

/* Button Style */
.strategy-banner .btn-green {
  position: relative;
  background-color: #9fd92f;
  color: #000;
  border: none;
  text-transform: uppercase;
  padding: 10px 55px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 8px 0 #5e5e5e, 0 15px 25px rgba(0, 0, 0, 0.3);
}

.strategy-banner .btn-green:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

.strategy-banner .btn-green::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}

.strategy-banner .btn-green:hover {
  background-color: #000000;
  color: #ffffff;
}

.strategy-banner .btn-green:hover::before {
  left: 100%;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .testimonial-clients-sas .btn-pink {
    padding: 8px 30px;
    font-size: 25px;
    box-shadow: 0 5px 0 #5e5e5e, 0 10px 15px rgba(0, 0, 0, 0.2);
  }

  .testimonial-clients-sas .btn-pink:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #b30000, 0 7px 12px rgba(0, 0, 0, 0.15);
  }
}
/*  */
.gif-sas-sec {
  background-image: 
    url('../images/pink-bg-sec.png'), /* First (top) background */
    url('../images/video-tour-vector-bg-2.svg');        /* Second background */
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}


.gif-sas-sec .section-title {
  font-weight: 800;
  font-size: 105px;
  line-height: 91px;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #000;
}

.gif-sas-sec .section-subtitle {
  font-size: 1.1rem;
  color: #000000;
  max-width: 700px;
  margin: 0 auto;
}

.shadow-box {
  background: #ffffff;
  padding: 8px;
  border-radius: 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.shadow-box:hover {
  transform: scale(1.02);
}

.shadow-box img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width:768px) {
  .gif-sas-sec .section-title{
    font-size: 38px !important;
  }
  .mob-head{
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .mob-head-new{
    font-size: 30px !important;
        line-height: 35px !important;
        letter-spacing: -2px !important;
  }
  .wrong-icon{
    font-size: 30px !important;
  }
}
/*  */
.icon-smash-ques {
  /* background: linear-gradient(170deg, #535353, #afafaf); */
  background: #3a3a3a;
}
.icon-smash-ques h2{
  font-size: 105px;
  letter-spacing: -3px;
  line-height: 93px;
}
.icon-wrapper {
  width: 75%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-pink {
  color: #fff;
  cursor: pointer;
}

.icon-smash-ques .underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 200px;
  height: 4px;
  background-color: #9fd92f;
  transform: translateX(-50%);
  border-radius: 10px;
}
.step-content p{
  line-height: 35px;
}
/* .collapse-content {
  display: none;
} */

.collapse-content.show {
  display: block;
}
.toggle-wrapper h4{
  cursor: pointer;
  font-size: 44px;
}
@media screen and (max-width:768px) {
  .toggle-wrapper h4{
    font-size: 25px;
  }
  .text-pink{
    display: none;
  }
}
.toggle-wrapper {
  width: 100%;
  cursor: pointer;
}
/*  */
  .white-content-sas h2 {
    font-size: 105px;
    letter-spacing: -3px;
    line-height: 88px;
    color: #003333;
    text-transform: uppercase;
  }
.white-content-sas h4 {
  font-size: 50px;
  color: #003333;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .white-content-sas h4{
    font-size: 35px;
  }
  .white-content-sas h2{
    font-size: 38px;
    line-height: 35px;
    }
}

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 1rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  padding: 16px;
  cursor: pointer;
  z-index: 2;
}

.play-button svg {
  fill: white;
}

/* */

.custom-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  z-index: 1050;
}

/* Responsive Video */
.video-container {
  position: relative;
  display: block;
  width: 100%;
  max-height: 75vh;
  overflow: hidden;
}

/* Custom Pause Button */
.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  border: none;
  padding: 16px;
  border-radius: 50%;
  z-index: 1051;
  cursor: pointer;
}

.video-container:hover .pause-button {
  display: block !important;
}

.d-none {
  display: none !important;
}


/*  */
.icon-slash-sas{
  /* background: linear-gradient(170deg, #535353, #afafaf); */
  background: #3a3a3a;
}
.icon-slash-sas .text-pink {
  color: #9fd92f;
}

.icon-slash-sas .icon-lightning {
  width: 48px;
  height: auto;
}

.icon-slash-sas .border-start {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
/*  */
.comparison-wrapper {
  /* background: linear-gradient(170deg, #535353, #afafaf); */
  background: #3a3a3a;
  padding: 40px 0;
  text-align: center;
  color: white;
}
.comparison-wrapper h2{
  font-size: 105px;
  line-height: 88px;
  letter-spacing: -3px;
}
  .comparison-heading h2{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 800px;
  margin-inline: auto;
}

 .comparison-flexbox {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      max-width: 1100px;
      margin: 50px auto;
    }

    .side-label {
      writing-mode: vertical-rl;
      text-transform: uppercase;
      font-family: 'FuturaLT-CondensedExtraBold';
      font-size: 2.5rem;
      font-weight: bold;
      opacity: 0.5;
      padding: 10px;
    }

    .before-label {
      transform: rotate(180deg);
    }

    .comparison-container {
      position: relative;
      width: 100%;
      max-width: 900px;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      touch-action: none;
    }

    .comparison-img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      user-select: none;
      pointer-events: none;
    }

    .comparison-overlay {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }

    .comparison-slider {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 5px;
      background: #FF789F;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: ew-resize;
      touch-action: none;
    }

    .comparison-handle {
      background: #fff;
      color: #FF789F;
      border: 3px solid #FF789F;
      border-radius: 50%;
      padding: 10px;
      font-weight: bold;
      font-size: 1.2rem;
      box-shadow: 0 0 10px rgba(255, 46, 144, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }

    @media (max-width: 768px) {
      .comparison-flexbox {
        flex-direction: column;
      }

      .before-label
 {
    transform: rotate(0deg);
}

      .side-label {
        writing-mode: horizontal-tb;
        font-size: 16px;
        padding: 5px;
      }

      .comparison-handle {
        padding: 12px;
        font-size: 1rem;
      }
    }
/*  */
.sec-faq{
  /* background: linear-gradient(170deg, #535353, #afafaf); */
  background: #3a3a3a;
  padding: 80px 0 80px;
}
.sec-faq h2{
  font-size: 105px;
  line-height: 96px;
  letter-spacing: -2px;
}
.sas-faq {
  padding: 30px 20px;
}
.sas-faq .container {
  max-width: 850px;
  margin: 0 auto;
}

.sas-faq h2 {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 20px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.faq-icon {
  color: #fff;
  font-size: 2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #ccc;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  content: "×";
}
/*  */
/* .Embeded-sas-call {
  background-color: #003b39;
} */

.Embeded-sas-call .bg-pink {
  background-color: #cbcbcb36;
  border-radius: 50px;
}
.Embeded-sas-call h2{
  font-size: 105px;
  line-height: 90px;
  letter-spacing: -3px;
}
/*  */
.copyright-line{
  background: #373737;
}
/*  */
.bg-trans{
  background: rgb(142 142 142 / 40%);
}
.blinking-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.wrong-icon{
  font-size: 43px;
}
@media screen and (max-width:768px) {
  .blinking-dot{
    width: 16px;
    height: 16px;
  }
  .bg-trans{
    font-size: 11px;
  }
}
.popup-overlay {
  display: none;
}

/*  */
  /*  */
          /* Overlay Background */
          .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            display: none;
        }

        /* Popup Box */
        .popup-box {
            background-color: #333333;
            width: 570px;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            position: relative;
        }

        /* Close Button */
        .popup-close {
            position: absolute;
            top: -30px;
            right: -10px;
            font-size: 60px;
            color: #fff;
            cursor: pointer;
        }

        /* Progress Bar Container */
        .progress-bar {
            background-color: #666; /* Fixed grey background color */
            border-radius: 20px;
            margin-bottom: 20px;
            position: relative;
            height: 20px;
            width: 100%;
            overflow: hidden; /* Clip overflowing animated part */
        }

        /* Static Progress */
        .progress-bar::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 80%; /* Set target width of progress */
            height: 100%;
            background-color: #a0c230; /* Progress color */
            border-radius: 0px;
        }

        /* Animated Slash Effect */
        .progress-bar::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 79%;
            height: 100%;
            background-image: linear-gradient(
                45deg,
                rgba(255, 255, 255, 0.15) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.15) 50%,
                rgba(255, 255, 255, 0.15) 75%,
                transparent 75%,
                transparent
            );
            background-size: 20px 20px; /* Size of stripes */
            animation: slashing 1.5s linear infinite; /* Animation for slashing effect */
        }

        /* Slash Animation */
        @keyframes slashing {
            0% {
                background-position: 0 0;
            }
            100% {
                background-position: 40px 0;
            }
        }


        /* Popup Title */
        .popup-box h2 {
            font-size: 50px;
            margin-bottom: 20px;
            line-height: 1.3;
            text-transform: uppercase;
            font-weight: bold;
        }

        /* Description Text */
        .popup-box p {
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Input Fields */
        .popup-box input[type="text"],
        .popup-box input[type="email"],
        .popup-box input[type="tel"] {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
            border: 1px solid #ccc;
            font-size: 18px;
        }

        /* CTA Button */
        /* .popup-box .cta-button {
            background-color: #a0c230;
            color: #000;
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px 20px;
            font-size: 20px;
            border: none;
            margin-top: 20px;
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .popup-box .cta-button:hover {
            background-color: #91ad28;
        } */
        .popup-box .cta-button{
          position: relative;
          background-color: #000;
          color: white;
          border: none;
          text-transform: uppercase;
          padding: 5px 55px;
          font-size: 35px;
          font-weight: bold;
          cursor: pointer;
          border-radius: 50px;
          overflow: hidden;
          z-index: 2;
          transition: background-color 0.3s ease, transform 0.2s ease;
          
          /* 3D Shadow Effect */
          box-shadow: 0 8px 0 #5e5e5e, 0 15px 25px rgba(0, 0, 0, 0.3);
        }
        
        .popup-box .cta-button:active {
          /* Pressed effect */
          transform: translateY(4px);
          box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .popup-box .cta-button::before {
          content: '';
          position: absolute;
          top: 0;
          left: -45%;
          width: 45%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          z-index: -1;
          transition: left 0.6s ease;
          clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
        }
        
        .popup-box .cta-button:hover {
          background-color: #000000;
          color: #ffffff;
        }
        
        .popup-box .cta-button:hover::before {
          left: 100%;
        }

        /* Media Queries for Responsiveness */
        @media (max-width: 768px) {
            .popup-box {
                width: 90%;
                padding: 20px;
            }
             .popup-box h2 {
            font-size: 25px;
            }
            .popup-box .cta-button{
              font-size: 22px;
              padding: 15px 50px;
              margin-top: 8px;
            }
        }

        .phone-input-container {
          display: flex;
          align-items: center;
        }
        
        .country-code {
          margin-right: 10px;
          padding: 13px;
          font-size: 18px;
            color: #757575;
            font-weight: normal;
          border-radius: 5px;
          border: 1px solid #ccc;
        }
        
        input[type="tel"] {
          padding: 10px;
          border-radius: 5px;
          border: 1px solid #ccc;
          flex: 1; /* Take remaining space */
        }
        /* Mobile Responsive Styles */
        @media (max-width: 768px) {
          .phone-input-container {
            flex-direction: column; /* Stack elements vertically */
            align-items: flex-start; /* Align to the left */
          }
        
          .country-code {
            margin-bottom: 10px; /* Add space below the country code */
            width: 100%; /* Make the select box full width */
          }
        
          input[type="tel"] {
            width: 100%; /* Make the input box full width */
          }
        }
/*  */
.banner-wrapper {
  /* background-color: #f9f9f9; */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
@media screen and (max-width:768px) {
  .banner-wrapper  h2{
    font-size: 20px;
  }
}
/*  */
.funnel-daddy-section img {
  max-width: 100%;
  width: 500px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.funnel-daddy-section p{
  font-size: 20px;
}

/*  */
/* button */
.franchise-preschool-button {
  letter-spacing: -2px;
  position: relative;
  background-color: #9fd92f;
  color:#fff;
  border: none;
  text-transform: uppercase;
  padding: 20px 30px 20px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -44px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;

  /* 3D Shadow Effect */
  /* box-shadow: 0 8px 0 #ffffff, 0 15px 25px rgba(0, 0, 0, 0.3); */
}

.franchise-preschool-button .live-info {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: #465c16;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
}

.franchise-preschool-button:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

.franchise-preschool-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 15%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}
.franchise-preschool-button:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .franchise-preschool-button {
    font-size: 21px;
    padding: 16px 20px;
    margin-top: -20px;
    letter-spacing: -2px;
    line-height: 24px;
  }

  .franchise-preschool-button .live-info {
    font-size: 12px;
    letter-spacing: -1px;
  }
}
/*  */
/* button */
.banner-home-btn {
  letter-spacing: -2px;
  position: relative;
  background-color: #9fd92f;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 20px 30px 20px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -44px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
}

/* Shine effect overlay */
.banner-home-btn::after {
   content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 15%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
  animation: shine 2s infinite; /* ⏳ repeat every 2s */
}

@keyframes shine {
  0% {
    left: -100%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.banner-home-btn .live-info {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: #465c16;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
}

.banner-home-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .banner-home-btn {
    font-size: 21px;
    padding: 16px 10px;
    margin-top: -20px;
    letter-spacing: -2px;
    width: 100%;
    line-height: 24px;
  }

  .banner-home-btn .live-info {
    font-size: 12px;
    letter-spacing: -1px;
  }
}

/*  */
.head-stripe{
  font-size:105px;
  letter-spacing: -2px;
  line-height: 98px;
  position: relative;
  bottom: -25px;
  z-index: 1;
}
.single-quote{
  font-size: 200px;
  position: relative;
  top: 55px;
  right: 13px;
}
@media screen and (max-width:768px) {
  .head-stripe{
    font-size: 35px;
  }
  .single-quote{
    font-size: 90px;
    position: relative;
    top: 21px;
    right: 0;
  }
}
/*  */
.content-para-saas {
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.3px;
  position: relative;
  top: -190px;
}
.list-unstyled{
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}
#list-img{
  max-width: 80%;
   height: auto;
   position: relative;
   top: -90px;
}
#list-img-2{
  max-width: 80%; 
  height: auto;
}
/* 🔁 Responsive Tweaks */
@media (max-width: 768px) {
  .head-stripe {
    font-size: 45px;
    line-height: 40px;
    bottom: -40px;
    letter-spacing: -1px;
    position: relative;
    bottom: 0px;
    z-index: 1;
  }

  .content-para-saas {
    font-size: 1rem;
    padding: 0 1rem;
    position: relative;
    top: -50px;
  }
  #list-img{
    max-width: 100%;
    position: relative;
    top: -25px;
  }
#list-img-2{
  max-width: 100%;
}
  .list-unstyled {
    font-size: 1.25rem;
  }
  #mob-stripe{
    width: 124px;
    margin-top: -14px;
  }
  .responsive-video-wrapper {
    padding: 0.5rem;
  }
  .mob-img {
    display: block !important;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  #img-fluid{
    display: none;
  }
}
.mob-img {
  display: none;
}
/*  */
/* Modal container */
.popup-saas-new .modal-content {
  background-color: #eaeaea;
  border-radius: 16px;
  border: none;
  padding:30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
}

/* Close button positioning */
.popup-saas-new .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}

/* Progress bar */
.popup-saas-new .popup-progress {
  height:22px;
  background-color: #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}

.popup-saas-new .popup-progress-bar {
  background-color: #d8d8d8 !important;
}

/* Headline */
.popup-saas-new .popup-title {
  font-family: 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 45px;
  color: #000;
  margin-bottom: 1rem;
}

/* Subtext */
.popup-saas-new .popup-subtext {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.5rem;
}

/* GIF styling */
.popup-saas-new .popup-image {
  max-height: 250px;
  border-radius: 8px;
}

/* CTA Button */
.popup-saas-new .popup-btn {
  position: relative;
  background-color: #9fd92f;
  color: #000;
  border: none;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.popup-saas-new .popup-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #5e5e5e, 0 10px 20px rgba(0, 0, 0, 0.2);
}

.popup-saas-new .popup-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}

.popup-saas-new .popup-btn:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(255, 255, 255, 0.22);
}

.popup-saas-new .popup-btn:hover::before {
  left: 100%;
}


/* Privacy Policy */
.popup-saas-new .popup-privacy {
  font-size: 0.8rem;
  color: #666;
  margin-top: 1rem;
}


/* Optional: Wider modal dialog */
.popup-saas-new .modal-dialog {
  max-width: 700px; /* Increase this value as needed */
  margin: auto;
}

/* Already set — just ensure it doesn’t conflict */
.popup-saas-new .modal-content {
  width: 100%;
}
.modal{
  overflow: hidden;
  top: 15px;}

  @media (max-width: 768px) {
    .popup-saas-new .modal-content {
      padding: 20px;
      max-width: 95%;
      border-radius: 12px;
    }
  
    .popup-saas-new .popup-title {
      font-size: 28px;
      text-align: center;
    }
  
    .popup-saas-new .popup-subtext {
      font-size: 0.95rem;
      text-align: center;
    }
  
    .popup-saas-new .popup-image {
      max-height: 180px;
      width: 100%;
      object-fit: cover;
    }
  
    .popup-saas-new .popup-btn {
      width: 100%;
      padding: 12px;
      font-size: 16px;
    }
  
    .popup-saas-new .popup-progress {
      height: 18px;
    }
  
    .popup-saas-new .popup-close {
      top: 8px;
      right: 8px;
      font-size: 16px;
    }
  
    .popup-saas-new .popup-privacy {
      text-align: center;
      font-size: 0.75rem;
      margin-top: 1rem;
    }
  
    .popup-saas-new .modal-dialog {
      margin: 0 10px;
    }
  }
  /*  */
  .desk-head{
    font-size: 105px;
    line-height: 95px;
    letter-spacing: -3px;
  }
  /*  */
  /* Hide mobile content on desktop */
.mobile-only {
  display: none;
}

/* Hide desktop content on mobile */
.desktop-only {
  display: block;
  position: relative;
  top: -69px;
}

/* On mobile screens */
@media (max-width: 768px) {
  .mobile-only {
    display: block;
    margin-top: 45px;
  }
  .desktop-only {
    display: none;
  }
  .overlay-img-2 {
    position: absolute;
    top: -55px;
    left: 239px;
    width: 23%;
    height: auto;
    z-index: 2;
    pointer-events: none; /* So the video is still clickable/playable if needed */
  }
  
  .ratio video {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  
}

/*  */
.py-7{
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width:768px) {
  .py-7{
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
/*  */
   .testi-box { 
      text-align: center; 
      margin-bottom: 3rem;
    }
.testi-img-wrapper {
  position: relative;
  display: inline-block; /* keeps wrapper tight to the image */
}
.testi-head{
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -3px;
  margin-bottom: 2.5rem;
  text-transform: uppercase !important;
}
.testi-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

/* ✅ Tick overlay */
.tick-badge {
  position: absolute;
  bottom: 18px;   /* stick to bottom */
  right: 0;    /* stick to right */
  width: 20px; /* adjust size */
  height: 20px;
}

    .testi-name {
      font-weight: 700;
      color: #6bbf2b; /* green shade */
      margin-top: 1rem;
      font-size: 20px;
      font-style: italic;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .testi-role {
      font-size: 0.85rem;
      font-weight: 600;
      color: #555;
      margin-top: -4px;
      text-transform: uppercase;
    }
    .linkedin-icon {
      width: 25px;
      height: 25px;
    }
    .testi-text {
      font-size: 0.95rem;
      font-style: italic;
      color: #333;
      line-height: 1.6;
    }
    /*  */
    .gify-random-box {
    text-align: center; /* centers the gif if needed */
  }
  .gify-random-img {
    width: 500px;   /* medium size */
    height: auto;  /* keep aspect ratio */
  }
  /*  */
  .crazy-testi-box {
      background-color: #000;
      color: #fff;
      padding: 3rem 1.5rem;
      text-align: center;
      border-radius: 10px;
      max-width: 950px;
      margin: 0 auto;
    }
    .crazy-testi-quote {
      font-size:35px;
      color: #9dcd5a;
      font-weight: 800;
      line-height: 1.4;
      text-transform: uppercase;
    }
    .crazy-testi-profile {
      margin-top: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }
    .crazy-testi-img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
    }
    .crazy-testi-name {
      font-weight: 700;
      font-style: italic;
      font-size: 30px;
      color: #000; /* green shade */
    }
    .crazy-testi-role {
      font-size: 22px;
      color: #000;
      font-weight: 500;
      margin-top: -4px;
    }
    .crazy-testi-role img {
      height: 35px;
      margin-left: 6px;
      background: #fff;
      border-radius: 15px;
      padding:5px 5px 5px 5px;
    }
    @media (max-width: 768px) {
      .testi-head{
        font-size: 30px;
        line-height: 30px;
      }
      .gify-random-img {
    width: 315px;   /* medium size */
    height: auto;  /* keep aspect ratio */
  }
  .crazy-testi-quote {
    font-size: 19px;
    line-height: 1.3;
    padding-top: 20px;
  }
  .crazy-testi-name {
    font-size: 16px;
  }
  .crazy-testi-role {
    font-size: 10px;
  }
  .crazy-testi-img {
    width: 70px;
    height: 70px;
  }
  .crazy-testi-role img{
    height: 28px;
  }
}
/*  */
/* --- your existing styles can stay as-is --- */
.scale-companies-wrap {
  text-align: center;
  padding: 3rem 1rem;
}
.scale-companies-title {
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  line-height: 90px;
}
.scale-companies-logo {
  max-width: 160px;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}
.scale-companies-logo:hover {
  transform: scale(1.08);
}

/* 📱 Mobile: force 2 columns ONLY under #mob-top-2 */
@media (max-width: 768px) {
  .scale-companies-wrap { padding: 2rem 0.5rem; }

  /* Turn each .row into a 2-column grid on mobile */
  #mob-top-2 .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1.75rem;  /* optional spacing between columns */
    row-gap: 2rem;        /* optional spacing between rows */
  }

  /* Make each column act as a full-width grid cell */
  #mob-top-2 .row > [class^="col-"],
  #mob-top-2 .row > [class*=" col-"] {
    max-width: 100% !important;
    width: 100% !important;
    flex: initial !important;
  }

  /* Optional: smaller logos on mobile */
  #mob-top-2 .scale-companies-logo {
    max-width: 120px;
    max-height: 80px;
  }

  /* Optional: smaller title on mobile */
  #mob-top-2 .scale-companies-title {
    font-size: 30px;
    line-height: 30px;
  }
}

    /*  */
      .contro-funnel-design h2 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -3px;
  }

@media (max-width: 768px) {
  .scale-companies-title,
  .contro-funnel-design h2 {
    font-size: 38px;
    line-height: 35px;
  }
  .scale-companies-logo {
    max-width: 100px;
    max-height: 70px;
    .scale-companies-wrap{
      padding: 1rem 0.5rem 0rem;
    }
  }
}
  /*  */
  .contro-funnel-design h2 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -3px;
  }

  @media (max-width: 768px) {
    .saas-heading-block h3 {
      font-size: 1.3rem;
    }
    .contro-funnel-design h2 {
 font-size: 30px;
      line-height: 30px;   
    
    }
    .testi-box {
      margin-bottom: 2rem;
    }
  }
  /*  */
    .contro-funnel-explode h2 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -3px;
  }

  @media (max-width: 768px) {
    .contro-funnel-explode{
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    .saas-heading-block h3 {
      font-size: 1.3rem;
    }
    .contro-funnel-explode h2 {
      font-size: 30px;
      line-height: 30px;
    }
    #mob-top{
      margin-top: -85px !important;
    }
       #mob-top-2{
      margin-top: -20px !important; 
      padding: 0px !important;
    }
    #mob-top-3{
      margin-top: -50px !important; 
      padding: 0px !important;
    }
  }
  /*  */
   .case-study-full h2 {
    font-size: 100px;
    max-width: 1150px;
    margin: 0 auto 2rem auto;
    line-height: 90px;
  }

  .case-study-full .main-case-img {
    max-width: 800px; /* adjust size */
    width: 100%;
    height: auto;
  }

  .case-study-full .arrow-img {
    position: absolute;
    bottom: -40px; /* adjust vertical position */
    right: -50px;  /* adjust horizontal position */
    width: 120px;  /* arrow size */
    height: auto;
  }
@media (max-width:768px) {
  .case-study-full h2 {
    font-size: 30px;
    line-height: 30px;
    /* padding: 0 1rem; */
  }

  .case-study-full .arrow-img {
    position: relative; /* removes absolute overlap */
    display: block;
    margin: 1rem auto 0 auto;
    width: 70px;
  }
  .arrow-img{
    display: none !important;
  }
}
  /*  */
.dangerous-funnel {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  position: relative;
}

.funnel-wrapper {
  position: relative; /* ✅ necessary for overlay to stick to image */
  display: inline-block;
  width: 100%;
  max-width: 850px;
}

.main-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.overlay-content {
  position: absolute;
  bottom: 0; /* ✅ overlays bottom of image */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
  border-radius: 0 0 12px 12px;
  color: white;
  text-align: center;
}

/* Headline */
.headline {
  font-weight: 900;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Subtext */
.subtext {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* CTA */
.cta-wrapper {
  margin-top: 10px;
}

.cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #9fd92f; /* same as banner-home-btn */
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 35px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
}

.cta-btn:hover {
  background: #84cc16;
}

.cta-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* ✨ Shine Effect */
.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 15%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
  animation: shine 2s infinite; /* ⏳ repeat every 2s */
}

@keyframes shine {
  0% {
    left: -45%;
  }
  40% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.cta-btn .cta-main {
  font-size: 35px;
  font-family: 'FuturaLT-CondensedExtraBold';
  font-weight: 800;
  color: #fff;
}

.cta-btn .cta-sub {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: #465c16;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
}

/* 📱 Mobile view overlay at bottom */
@media (max-width: 768px) {
  .dangerous-funnel {
    margin-bottom: 175px;
  }
  .overlay-content {
    position: absolute;
    bottom: -43%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgb(0 0 0 / 84%); /* ✅ darker backdrop for readability */
    padding: 15px 10px;
    border-radius: 0 0 12px 12px;
  }

  .headline {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .subtext {
    font-size: 0.8rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .cta-btn {
    font-size: 20px;
    padding: 14px 22px;
    border-radius: 10px;
  }

  .cta-btn .cta-main {
    font-size: 20px;
  }

  .cta-btn .cta-sub {
    font-size: 13px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .overlay-content {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgb(0 0 0 / 84%); /* ✅ darker backdrop for readability */
    padding: 15px 10px;
    border-radius: 0 0 12px 12px;
  }
    .dangerous-funnel {
    margin-bottom: 195px;
  }
}

/*  */
.medium-img {
  max-width: 800px; /* medium size */
  height: auto;
}

@media (max-width: 768px) {
  .medium-img {
    max-width: 250px; /* smaller on mobile */
  }
}
