  /* Responsive Styles */
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kodchasan&display=swap);
/*!


  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  /* Ensure all elements fit inside the viewport */
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  body {
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #616161;
    /* background-color: #f9f9f9; */
  }
  /* .header-customize{
      height: 110px !important;
      padding: 10px 0;
    } */

  .container {
    max-width: 1160px;
    margin: auto;
    /* padding: 20px !important; */
    /* text-align: center; */
  }

  .logo-img{
    width: 100px !important;
    height: auto;
  }

  /* .header-fp.header-sticky .navbar {
  padding: 16px 0 !important;
} */
.section-mt-pt{
  padding-top:60px;
  margin-bottom: 40px;
}

  .ad-section{
    margin-bottom:100px
  }
 @media (min-width: 769px) {
  .animate-text {
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.6s ease-out;
  }

  .animate-text.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .animate-text2 {
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.6s ease-out;
  }

  .animate-text2.visible {
    opacity: 1;
    transform: translateX(0);
  }
}
  /* .intro-section h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
  } */

/* 
  .intro-section p {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.5;
  } */


.btn {
  display: inline-block;
  background-color: #ff6b5c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 92, 0.4);
}

.btn:hover {

  background-color: white;
  color: #ff6b5c;
}

 .shape-left, .shape-right {
    position: absolute;
    z-index: -1; 
  }

  .shape-left {
    top: 35%;
    left: -50px;
    width: 130px;
    height: 140px;
    background-color: #FFEA00;
    border-radius: 45px;
    transform: rotate(-13deg);
  }

  .shape-right {
    top: 86%;
    right: -64px; 
    width: 120px;
    height: 120px;
    background-color: #004DFF; 
    border-radius: 50%;
    clip-path: inset(0 50% 0 0); 
  }

  .shape-center-right{
    position: absolute;
    right: -184px;
    top: 40%;
    width: 80px;
    height: 92px;
    background-image: url(../../custom_assets/images/oyc/shape-center-right.png);
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shape-left-bottom{
    position: absolute;
    left: -214px;
    top: 20%;
    width: 121px;
    height: 114px;
    background-image: url(../../custom_assets/images/oyc/shape-left-bottom.png);
    z-index: 1;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .topbar-image {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
  .business-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        padding: 20px 0;
        overflow: hidden; /* Prevents horizontal scrollbars */
        margin-bottom:30px
      }

      .business-logos img {
        max-width: 80px;
        margin-right:30px;
        height: auto;
      }

      /* Hide duplicate logos by default */
      .mobile-only {
        display: none;
      }



  /* .features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 40px;
  } */

  /* .features-section {
      display: flex;
      gap: 16px;
      /* overflow-x: auto;  */
      /* scroll-snap-type: x mandatory;
      padding-bottom: 16px;
      -webkit-overflow-scrolling: touch;
      margin-top:40px;
      margin-bottom:40px */
  /*} */

  .problem-section {
    display: flex;
    flex-wrap: wrap;
    gap: 130px;
    padding-top: 40px;
    justify-content: space-between;
  }
  .problem-section p{
    line-height: 25px;
    color: #131313;
  }

  .fixes-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
  }
  .fixes-section p{
    color: #1B1A1A;
  }
  .pricing-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
  }
  .feature-card ul {
    /* font-size: 20px;
    margin-bottom: 10px; */
    list-style: circle;
    padding-left:20px;
    line-height: 25px;
    /* padding: 0; */
  }

  .pricing-card {
   display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px; /* Adjust as needed */
  padding: 35px 18px 18px 18px;
  border-radius: 40px;
  background: #fff;
  box-shadow:
  0 2px 4px rgba(0, 0, 0, 0.1),
  0 8px 16px rgba(0, 0, 0, 0.08),
  0 16px 32px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  box-sizing: border-box;
  width: 270px;
  }

  .pricing-card ul{
    line-height: 30px;
    list-style-type: disc;
    font-size: 15px !important;
    padding: 0 0px 0 18px !important;
  }

  .most-value{
    font-size: 17px;
    background-color: #FFF047;
    border-bottom-right-radius: 17px;
    border-top-right-radius: 17px;
    padding: 6px 8px;
    border-left: 4px solid;
  }

  .pricing-card-body{
    flex-grow: 1;
  }
  .feature-card img {
    width: 100%;
    border-radius: 10px;
  }


 
  .feedback-section , .voucher-section, .reward-section  {
    /* display:flex; 
    flex-direction: column;
    gap:40px; */
    text-align: start;
    padding: 40px 20px;
    padding:20px;
    overflow-x : hidden !important;
    margin-bottom:70px;
  }

  .flow-cont, .contact-section{
    overflow-x : hidden !important
  }
  /* .voucher-section{
      
  } */
  .feedback-section h2, .voucher-section h2, .reward-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:30px
  }

  .feedback-section p, .voucher-section p, .reward-section p {
    font-size: 16px;
    /* font-weight: bold; */
    margin-top:20px;
    margin-bottom:40px;
  }

  .feedback-section img, .voucher-section img, .reward-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    cursor: pointer;
  }

  
.flow-section {
  display: flex;
  gap: 16px;
  overflow-x: auto; /* Enables horizontal scroll */
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  margin-top:40px;
  margin-bottom:40px
}

.flow-item {
  flex: 0 0 calc(100% - 16px);
  max-width: 300px;
  scroll-snap-align: start;
  /* background-color: #f5f5f5; */
  border-radius: 12px;
  padding: 16px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  text-align: center;
  transition: transform 0.3s ease;
}

.flow-item img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
}

.flow-label {
  margin-top: 12px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.contact-section {
padding: 40px 20px;
padding:60px;
text-align: start;
}

/* Header Styling */
.contact-header p {
font-size: 24px;
font-weight: 600;
color: #000;
margin-bottom: 30px;
}

/* Card Container */
.contact-cards {
display: flex;
justify-content: center;
/* gap: 20px; */
flex-wrap: wrap;
}

/* Individual Card Styling */
.contact-card {
/* background-color: #fafafa; */
border: 1px solid #e0e0e0;
border-radius: 5px;
padding: 20px;
width: calc(50% - 10px);
/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
text-align: left;
display: flex;
flex-direction: column;
gap: 10px;
}

.contact-card h3 {
font-size: 24.6px;
font-weight: 600;
color: #000;
margin-bottom: 10px;
}

.contact-card p {
font-size: 16px;
color: #555;
line-height: 1.5;
}

/* Button Styling */
.btn-primary1 {
background-color: #ff695e;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
text-align: center;
display: inline-block;
cursor: pointer;
transition: background 0.3s ease;
text-decoration: none;
width: fit-content;
}

.btn-primary1:hover {
background-color: #ff5447;
}
.wizard-content .wizard>.steps>ul {
display: none;
}
.header-fp .navbar .navbar-nav .nav-link.active {
    background-color: transparent !important;
    color: var(--bs-nav-link-hover-color) !important;
}
#scroll-long-outer-modal .modal-dialog{
    height: 500px; /* or whatever fixed height you want */
    max-height: 500px;
}

#scroll-long-outer-modal .modal-content {
    /* height: 100%; */
    height: 530px;
    overflow-y: auto; /* Add scroll if content exceeds */
}
.box-shadow-unset{
    box-shadow: unset;
}
.step-heading{
    color: #2A3547;
}
.demo-box{
    width : 435px;
    margin: auto;
}
.demo-input-custom{
  border: 1px solid #EAEFF4;
  /* width: 322px; */
  margin: auto;
  border-radius: 20px;
  padding: 13px 14px;
}

/* Change placeholder color */
.form-control::placeholder {
    color: #C4C4C4;
    /* Set your desired color here */
    opacity: 1;
    /* For full opacity on older browsers */
    font-weight: 400;
    font-size: 13px;
  }
  
  /* For Mozilla Firefox */
  .form-control:-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
    font-weight: 400;
    font-size: 13px;
  }
  
  /* For Internet Explorer 10-11 */
  .form-control:-ms-input-placeholder {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 13px;
  }

  .wizard-content .wizard .button-actions {
    display: none;
  }


 /* .button-actions {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
  } */

  .button-actions > ul > li > a {
    border-radius: 30px;
  }

  .button-actions > ul > li {
    float: none;
    float: left;
    margin: 0 8px; 
    cursor: pointer;
}
/* 
.button-actions > ul > li a {
  background-color: #FF6F61;
  color: #fff !important;
  border: 0;
  cursor: pointer;
} */


.button-actions > ul > li > a {
  /* padding: 9px 23px; */
  display: flex;
}
.wizard-content .wizard .actions {
  display: none;
}

.button-actions > ul > li.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.logo-oyc{
  position: absolute;
  top: 30px;
  left: 30px;
  height: 40px;
}
.icon-pt{
  padding-top: 3px;
}
.badge-secondary{
  background-color: #FFED26 !important;
  color: #FFED26 !important;
  border-radius: 68px;
  --bs-badge-padding-x: 0.45em 4.5px;
  --bs-badge-padding-y: 0.15em;
  --bs-badge-font-size: 0.875em;
  padding: .15em .45em;
  position: relative;
  top: -1px;
}

.password-info{
  position: absolute;
  bottom: 26px;
}
.password-text{
  font-size: 13px;
}
.input-validation-error{
  background-color: #FFF0FA;
  color: #A95E90;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  padding: 6px 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.error-msg-position{
  position: absolute;
  bottom: 76px;
}

.disabled-button {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.lead-div label, .lead-div .btn-check + .btn:hover{
    padding: 10px 18px;
    background-color: #FFFFFF;
    color: #798394;
    border: 1px solid #EAEFF4;
    box-shadow: unset !important;
}
.active-checkbx{
  background-color: #FFF047 !important;
  color: #004DFF !important;
  border: 1px solid #FFF047 !important;
  font-weight: 600 !important;
}

.icon-tick{
  margin-left: -13px;
  z-index: 2;
  position: relative;
  margin-top: -2px;
  margin-right: 2px;
}
/* .modal-backdrop.show {
  background-color: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); 
} */

/* .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
margin-right: -45px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff !important;
  border: 1px solid #EAEFF4;
  border-radius: 0.5rem;
}
.iti__selected-flag .iti__flag{
  display: none !important;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0px;
}
*/
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-left: 74px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-radius: 8px;
}
.iti__country-list{
  max-width: unset;
  position: relative;
}
.wizard > .content {
  overflow: unset !important;
}

.wizard-content .wizard {
  overflow: unset !important;
}
.wizard {
  overflow: unset !important;
}
.iti__country {
  padding: 5px 10px !important;
  outline: none;
} 
.form-check-input {
  width: 1.5em;
  height: 1.5em;
}
.form-check-label{
  margin-top: 0.2em;
}
.header-bottom{
  border-bottom: 1px solid #C4C4C4;
}
.box-shadow-none{
  box-shadow: none !important;
}
.go-btn:hover{
  color: #FFFFFF;
}
.feature-card li{
 list-style: disc;
}
.width-200{
  width: 200px !important;
}
.md-text-end, .lg-text-end{
  text-align: end !important;
}
.max-w-div{
  max-width: 322px;
}

.btn-get-started{
  padding: 5px 20px 9px 20px !important;
}
#navbarSupportedContent{
  flex-grow: unset;
}
.main-section{
  display: flex;
  gap: 50px;
  scroll-snap-type: x mandatory;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-section h1{
  padding-top: 57px;
}


.container-fluid {
    width: 1080px;
}
.bg-primary-landing {
    background-color: #004DFF;
}

.text-primary-landing {
    color: #ff6f61;
}
.btn.bg-primary-landing, .btn.bg-primary-landing:hover {
    background-color: #004DFF !important;
    color: #ffffff !important;
    box-shadow: unset !important;
}

.landing-primary-color{
  color: #004DFF !important;
}

.ul-card ul {
    list-style: inherit;
}
.min-h-100 {
    min-height: 100%;
}

.justify-self-center {
    justify-self: center !important;
}
.bg-secondary-landing {
    background-color: #ecf0f1;
}
.bg-success-landing {
    background-color: #2ecc71;
}

.bg-success-landing:hover {
    background-color: #2ecc71 !important;
}

.testimonial-carousel .owl-dots .owl-dot {
    background-color: #c4c4c4 !important;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ff6f61 !important;
}
/* .owl-nav{
  position: absolute;
  top: 50%;
} */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 50px;
    color: #1c1c20;
    font-weight: 400;
}
.tl-bl-radius-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.tr-br-radius-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.footer-text-color {
    color: #1b1a1a;
}
.main-div {
    scroll-snap-type: y mandatory; /* Ensure strict snapping */
    overflow-y: scroll; /* Allow vertical scrolling */
}
.snap-section {
    scroll-snap-align: start; /* Aligns the start of each section to the top */
    width: 100%;
    height: 100vh;
    align-items: center; /* Centers content vertically */
    justify-content: center;
}
.main-section img {
 border-radius: 51px;
}
.main-section p {
  color: #F1F1F1;
}
.heading-color {
  color: #1B1A1A;
  font-weight: 800;
  font-size: 45px;
}
.main-heading {
  font-weight: 800;
  font-size: 55px;
  color: #FFFFFF
}
.highlight-text {
  color: #131313;
  font-weight: 800;
}
.font-secondary {
  font-family: "Kodchasan", sans-serif;
}

.sub-text-color {
  color: #1B1A1A;
}
.fw-extra-bold {
  font-weight: 800;
}

button img {
  background-color: #FFFFFF;
  border-radius: 25px;
}
.email-btn{
  width: 272px;
  padding: 12px 11px;
}
.vertical-middle{
  vertical-align: middle;
}

.continue-email{
  background-color: #F2F2F2 !important;
}
.button-actions .previous i{
  border-radius: 25px;
  background-color: #F2F2F2;
  padding: 16px;
}
.button-actions .next, .button-actions .nextLogin{
  padding: 14px 27px;
}

.unset-row{
  margin-left: 0;
  margin-right: -12px;
}
.start-bg{
  background-image: url(../../custom_assets/images/oyc/image-start.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
}
.border-36{
  border-radius: 36px;
}

.trial-info-text{
  color: #727272;
  font-weight: 400;
}
.start-box .badge-secondary {
    background-color: #FFED26 !important;
    color: #FFED26 !important;
    border-radius: 68px;
    --bs-badge-padding-x: 0.45em 4.5px;
    --bs-badge-padding-y: 0.15em;
    --bs-badge-font-size: 0.875em;
    padding: .45em .75em;
    position: relative;
    /* top: -2px; */
    vertical-align: middle;

  }

  .icon-tick {
    margin-left: -16px;
    z-index: 2;
    position: relative;
    margin-top: -5px;
    margin-right: 1px;
    width: 15px;
 }
 .error-message-position{
    position: absolute;
    bottom: 26px;
 }
 .close-modal-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: #F2F2F2 !important;
    border: #F2F2F2 !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
 }
 .toggle-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 22px !important;
  }

  .toggle-label {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  }

  .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  }

  .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  }

  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #014DFD;
  border-radius: 34px;
  transition: 0.4s;
  }

  .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #014DFD;
  border-radius: 50%;
  transition: 0.4s;
  }

  input:checked + .slider::before {
  transform: translate(24px, -50%);
  }
  #scroll-long-outer-modal .modal-content{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01);
    border-radius: 2rem;
    margin: 1rem;
  }
  .user-profile-bg {
    background-color: #E4DFFF;
    border-radius: 38px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #7062BC;
    font-weight: 800;
    font-size: 18px;
}
.user-profile::after {
  width: 0;
  height: 0;
  border: 0px solid var(--bs-white);
}
.btn-view-dashborad{
  padding: 9px 20px 9px 20px !important;
}
.signed-in-user:hover .dropdown-menu {
    display: block;
    max-width: unset;
}

.signed-in-user .dropdown-menu-end {
    right: 0;
    left: auto;
    top: 100%;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important; /* prevents shift due to scrollbar */
}
.let-start{
  width: 185px;
  margin: auto;
}
.change-plan-success .ps-11{
      padding-left: 93px !important;
}

.preloader {
  background-color: rgba(0, 0, 0, 0.7);
}

.w-900{
  width: 900px !important;
}

.text-left {
  text-align: left !important;
}
.change-plan-div-w {
  width: 50% !important;
}
.privacy-policy p, .privacy-policy span {
  color: #131313;
  font-size: 16px;
  line-height: 2;
}
.privacy-policy ul {
  list-style-type: disc;
  list-style-position: inside !important;
  padding-left: 12px;
  color: #131313;
  font-size: 16px;
  line-height: 2;
}
.ul-roman{
  list-style-type: lower-roman !important;
}
.first-section-bg {
  background-image: url(/../assets/custom_assets/images/oyc/smart-qr-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
}
.color-higlight{
  color: #FFED26;
}

.fixes-box {
  background: linear-gradient(207.94deg, #F0F0F0 3.53%, #EBF1FF 98.78%);
  padding: 19px 19px;
  border-radius: 52px;
  width: 320px;
}
.fixes-box .badge {
  --bs-badge-padding-x: 0.55em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.775em;
  --bs-badge-font-weight: 700;
}
/* .d-md-none, .d-lg-none {
  display: none !important;
} */

@media (min-width: 1240px) {
  .shape-left {
    width: 101px;
    height: 123px;
    top: 35%;
    left: -225px;
    border-radius: 31px;
    transform: rotate(-12deg);
  }
  .start-box .gap-11{
    gap: 11px !important;
  }
}
@media (max-width: 480px) {
.contact-section {
  padding: 20px 10px;
}

.contact-header p {
  font-size: 18px;
}
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 860px !important;
    }
}

@media (min-width: 576px) {
  .flow-item {
    flex: 0 0 calc(50% - 8px);
  }
}
  


  @media (max-width: 768px) {
    .main-heading {
        font-weight: 800;
        font-size: 50px;
        color: #FFFFFF;
        margin-top: 20px !important;
        line-height: 48px;
    }
    .first-section-bg {
      background-image: url(/../assets/custom_assets/images/oyc/smart-qr-img-mob.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: auto;
    }
    .privacy-policy p, .privacy-policy span {
    color: #131313;
    font-size: 16px !important;
    line-height: 2;
}
    .change-plan-div-w {
      width: 100% !important;
    }
    .change-plan-success .ps-11{
      padding-left: 13px !important;
     }
    .header-bottom {
      border-bottom: 0px solid #C4C4C4;
    }
    .wizard-content .wizard .content {
        margin-top: 120px !important;
    }
    #password-info p{
        text-align: left !important;
        margin-bottom: 17px !important;
    }
    .error-msg-position {
        position: unset;
        bottom: 194px;
        left: 10px;
        right: 10px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 400px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .logo-oyc {
      left: 20px;
    }
    .password-info {
        position: unset;
        bottom: 14px;
        left: 20px;
        padding-left: 20px;
        text-align: left;
        width: 100%;
        max-width: 400px;
        margin-top: 12px;
        margin-bottom: 25px;
    }
    .password-box {
      gap : 0.8rem !important;
      text-align: left;
    }
    #scroll-long-outer-modal .modal-content {
      height: auto !important;
      justify-content: unset !important;
    }
    #scroll-long-outer-modal .modal-content .error-msg-position, #scroll-long-outer-modal .modal-content #password-info {
      
      align-items: flex-start !important;
    }
    .max-w-div {
      width: 100% !important;
    }
    .toggle-wrapper {
        display: flex;
        gap: 10px;
        margin-top: 6px !important;
        }
    .pricing-card {
      width: 100%;
    }
    .main-section {
      display: grid;
      gap: 50px;
      scroll-snap-type: x mandatory;
      padding-bottom: 16px;
      text-align: center;
      justify-content: center;
    }

    .problem-section {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      padding-top: 40px;
      text-align: center;
      justify-content: center;
   }

    .section-mt-pt {
      padding-top: 28px;
      margin-bottom: 55px !important;
    }

    .heading-color {
      color: #1B1A1A;
      font-weight: 800;
      font-size: 25px;
    }

    .main-section p {
      color: #F1F1F1;
      margin-top: 21px !important;
      font-size: 14px !important;
    }

    .btn-get-started {
        padding: 9px 35px;
        margin-top: 7px !important;
    }
    .md-text-end, .lg-text-end{
      text-align: left !important;
    }

    .fixes-section {
       display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-left: 0px;
      padding-right: 20px;
      flex-wrap: wrap;
      gap: 0;
      padding-top: 0px;
     }

     .fixes-box{
        flex: 0 0 100%;
        margin: 30px 0px 9px 0px;
        border-radius: 52px;
        padding: 21px 21px 21px 21px;
        text-align: center;
        scroll-snap-align: center;
     }
     .enhance-section p {
       margin-top: 3rem !important;
       font-size: 0.875rem !important;
       line-height: 25px;
     }
     .img-box-h {
          height: 220px;
      }

     .fixes-section p {
          font-size: 16px !important;
          text-align: left;
      }

      .pricing-section {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 7px;
      }
     .mob-pl-pr{
      padding-left: 24px;
      padding-right: 24px;
     }
     .mob-margin{
        padding-right: 0;
        margin-right: 0px !important;
        margin-left: -12px;
     }

     .mob-margin-2{
      padding-left: 12px;
      padding-right: 12px;
      margin-left: 12px;
      margin-right: 12px;
     }
     .container {
      max-width: 100% !important;
      margin: auto;
     }

    .fixes-section::-webkit-scrollbar {
      display: none;
    }
    .fixes-section {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;     /* Firefox */
    }

    .pricing-container .btn-get-started {
      width: 218px;
      padding-left: 15px !important;
      padding-right: 10px !important;
    }

    .free-trial {
      text-align: left !important;
    }
    .pricing-card {
      min-height: unset;
      margin-bottom: 15px;
      max-height: 530px;
      height: auto;
    }

    .pricing-card-body li{
      font-size: 14px !important
    }

    .header-customize{
      padding:5px 10px 5px 10px !important;
      background-color:#FFFFFF !important;

    }

    .header-fp.header-sticky{
      background-color: #FFFFFF77 !important;
      backdrop-filter: blur(50px) !important;
      box-shadow: unset !important;
    }

    .offcanvas{
      min-height: 1200px;
      z-index: 9999;
    }

  
    .logo-img{
    width: 90px !important;
    height: 30px !important;
  }

  .empty {
      display: none;
  }

    .shape-left {
        width: 91px;
        height: 88px;
        top: 41%;
        left: -43px;
        border-radius: 23px;
        transform: rotate(-6deg);
      }
      
      .shape-right {
        width: 70px;
        height: 70px;
        top: 50%;
        right: -38px;
      } 

      .shape-center-left {
        position: absolute;
        left: -10px;
        top: 98%;
        width: 54px;
        height: 65px;
        background-image: url(../../custom_assets/images/oyc/shape-center-left.png);
        z-index: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }

      .shape-bottom-right {
        position: absolute;
        right: -18px;
        top: -3%;
        width: 60px;
        height: 70px;
        background-image: url(../../custom_assets/images/oyc/shape-bottom-right.png);
        z-index: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(10deg);
      }

      .start-bg {
        background-image: url(../../custom_assets/images/oyc/image-start.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 370px;
        border-radius: 36px;
    }

    .unset-row {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 12px;
    }

    .start-box .gap-11{
      gap: 30px !important;
      height: auto !important;
      max-height: 100%;
    }

    .start-box p{
      margin-bottom: 27px !important;
    }

    .h-n20{
      height: 100% !important;
    }

    .mh-n100{
      max-height: 100% !important;
    }

    .start-box .btn-get-started{
      margin-bottom: 28px;
    }

    .start-box .password-text{
      font-size: 16px !important;
    }
    .start-box .badge-secondary {
      background-color: #FFED26 !important;
      color: #FFED26 !important;
      border-radius: 68px;
      --bs-badge-padding-x: 0.45em 4.5px;
      --bs-badge-padding-y: 0.15em;
      --bs-badge-font-size: 0.875em;
      padding: .45em .75em;
      position: relative;
      /* top: -2px; */
      vertical-align: middle;

    }
    .navbar-customize{
      width: 100%;
      padding: 7px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .business-logos {
          position: relative;
          width: 100%;
          overflow: hidden; 
          white-space: nowrap;
          /* padding: 0px 0; */
        }

        .business-logos img {
              max-width: 70px;
              height: auto;
            }

        .logos-track {
          display: flex;
          align-items: center;
          gap: 20px;
          animation: scroll-logos 5s linear infinite;
          padding:0px;
        }

        .logos-track img {
          min-width: 67px;
          height: auto;
        }

        /* Show duplicate logos only on mobile */
        .mobile-only {
          display: flex;
        }

        @keyframes scroll-logos {
          from {
            transform: translateX(0);
          }
          to {
            transform: translateX(-50%);
          }
        }
    /* .intro-section{
      padding: 10px;
      padding-top:60px;
      margin-bottom: 60px;
    } */

    .ad-section{
    margin-bottom:40px
  }

  
    .features-section{
      display: flex;
      gap: 16px;
      overflow-x: auto; /* Enables horizontal scroll */
      scroll-snap-type: x mandatory;
      padding-bottom: 16px;
      -webkit-overflow-scrolling: touch;
      margin-top:20px;
      margin-bottom:30px
    }

    .feature-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    text-align: left;
    }



  .feature-card::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 30px;
      background: #4C4C4C;
      border-radius: 16px;
      z-index: -1;
  }

    /* .intro-section h1 {
      font-size: 32px;
    }
      
    .intro-section p {
      font-size: 1.125rem;
    } */
    
    .feedback-section, .voucher-section, .reward-section  {
      flex-direction: column-reverse;
      text-align: center;
      margin-bottom:30px
    }
/*   
    .feedback-section img {
      content: url("{{ asset('assets/custom_assets/images/oyc/screenshot2-1.png') }}");
    }

    .voucher-section img {
      content: url("{{ asset('assets/custom_assets/images/oyc/screenshot3-1.png') }}");
    }

    .reward-section img {
      content: url("{{ asset('assets/custom_assets/images/oyc/screenshot4-1.png') }}");
    } */

    .contact-card {
        width: 100%; 
        gap:20px
      }

      .contact-cards {
        gap:20px
      }

      .contact-header p {
        font-size: 36px;
        padding-left: 20px;
      }

      .contact-card h3 {
        font-size: 22px;
      }

      .contact-card p {
        font-size: 14px;
      }

      .flow-section{
        margin-top:20px;
        margin-bottom:30px;
        gap: 2px;
      }

      .btn-primary1 {
        width: 100%; /* Button stretches on smaller screens */
        font-size: 14px;
      }

  }

  @media (min-width: 992px) {
  .flow-item {
    flex: 0 0 calc(25% - 12px);
  }
}
