:root {
    --primary-color: #6666FF;
    --secondary-color: #A3C6AE;
    --primary-black-color: #0C1C18;
    --gray-color: #FEFCF8;
    --white-color: #fff;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
  overflow-x: hidden;
}
.header-navigation .site-branding {
    max-width: 140px;
}
.showcase-slider .pricing-item{
    margin-right: 35px;
}
.showcase-slider .slick-slide img{
    max-height: 530px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 20px;
}
.seo-footer {
    background-color: #6666FF;
}
.footer-about-widget .footer-content .footer-logo img{
    max-width: 160px;
}
.back-to-top {
    background-color: var(--secondary-color);
    color: var(--white-color);
}
.footer-copyright .copyright-text p span {
    color:  var(--secondary-color);
}
.cta-button img{
    height: 50px;
}

/* CTA Section CSS */
.cta-sf .cta-wrapper {
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 15px;
    border: 1px solid rgba(38, 39, 43, 0.1);
    background: #A3C6AE;
  }
  @media (max-width: 767px) {
    .cta-sf .cta-wrapper {
      padding-left: 30px;
      padding-right: 30px;
    }
    .showcase-slider .pricing-item{
        margin-right: 0px;
    }
  }
  .cta-sf .section-content-box h2 {
    letter-spacing: -1.04px;
    color: #181510;
    margin-bottom: 40px;
  }
  .cta-sf .section-content-box p {
    color: #181510;
    margin-bottom: 40px;
    max-width: 480px;
  }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-sf .section-content-box p {
      margin: 0 auto 40px;
    }
  }
  @media screen and (max-width: 991px) {
    .cta-sf .section-content-box p {
      margin: 0 auto 40px;
    }
  }
  .cta-sf .section-content-box .check-list li {
    font-weight: 600;
    font-size: 18px;
    color: var(--white-color);
  }
  
  .sasly-iconic-box, .sasly-process-item{
    height: 100%;
  }

  .footer-nav li a:hover{
    color: #FF9966 !important;
  }


  .scan_download .scan_download__content .shap {
      bottom: 0px;
  }

  .scan_download .scan_download__content {
      padding: 67px 40px 200px;
  }

  .p3-bg {
    background: #FF9966 !important;
  }
  .scan_download {
    padding-bottom: 73px;
    margin-bottom: -160px;
}

.scan_download .scan_download__content .shap {
    bottom: 0px;
}

.z-n1 {
    z-index: -1 !important;
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus_gap_3 {
    gap: 12px !important;
}
/* .pt-120 {
    padding-top: 120px;
} */

.scan_download .qr_code {
    margin-top: -126px;
}

.scan_download .scan_download__content p {
    max-width: 56ch;
}

.scan_download::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 45%;
    background: rgba(var(--primary-color), 1);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    transform: scaleX(1.5);
    z-index: -1;
}


.scan_download .scan_download__content:after {
    content: "";
    position: absolute;
    width: 535px;
    height: 535px;
    border-radius: 535px;
    background: #FF9966;
    filter: blur(274.3590087891px);
    z-index: -1;
}

@media(min-width:992px){
  .overlay-open{
    display: none !important;
  }
}