/*---- 

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home Fintech
Description: Landing page focused on Fintech solutions, highlighting features relevant to financial services and technology.
Author: Pixelfit
Version: 1.0 
-----------------------------------------------------------------------------------

----*/
/* Common CSS */



@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap');
:root {
  --primary-color: #30E87A;
  --primary-black-color: #1F1F1F;
  --secondary-color: rgba(48, 232, 122, 0.15);
}

.sub-heading {
  background-color: rgba(48, 232, 122, 0.1);
  border: 2px solid rgba(16, 16, 16, 0.1);
}

.theme-btn.style-one {
  padding: 22px 50px;
  color: var(--heading-color);
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.theme-btn.style-two {
  border-color: var(--heading-color);
  color: var(--heading-color);
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

/* Hero Section CSS */
.hero-sf {
  padding: 50px 0 50px;
  /* border-radius: 20px; */
  overflow: hidden;
  
}
@media screen and (max-width: 991px) {
  .hero-sf {
    padding: 170px 0 130px;
  }
}
@media (max-width: 767px) {
  .hero-sf {
    padding: 0px 0 30px;
  }

  
}
.hero-sf .hero-content {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sf .hero-content {
    margin-top: 40px;
    padding: 0 100px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-sf .hero-content {
    margin-top: 30px;
    text-align: center;
    /* padding: 0 15px; */
  }
}
.hero-sf .hero-content h1 {
  color: var(--white-color);
  font-size: 60px;
  line-height: 72px;
  /* letter-spacing: -1.8px; */
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sf .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-sf .hero-content h1 {
        font-size: 26px;
        line-height: 1em;
        letter-spacing: -0.5px;
        text-align: center;
        margin-bottom: 20px;
  }
}
.hero-sf .hero-content > h5 {
  color: var(--white-color);
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 50px;
}
.hero-sf .hero-content .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}

.avatar-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      /* margin: 10px;
          justify-content: space-between; */
  
          
}
.avatar-rating-boxy {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -ms-flex-pack: justify;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .avatar-rating-box {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .avatar-rating-box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .avatar-rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.avatar-rating-box .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  background-color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .avatar-rating-box .rating-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
  }
}
.avatar-rating-box .rating-box .rating-text h6 {
  color: var(--white-color);
  margin-bottom: 5px;
}
.avatar-rating-box .rating-box .rating-text ul.ratings li {
  display: inline-block;
  color: #FCA326;
}
.avatar-rating-box .rating-box .rate {
  margin-left: auto;
  font-size: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  letter-spacing: -4.16px;
  color: var(--white-color);
  line-height: normal;
}

@media (max-width: 767px) {
  .author-box {
    margin: 0 auto;
            margin-bottom: 10px;
  }
}
.author-box h5 {
  color: var(--white-color);
  margin-bottom: 20px;
}
.author-box .author-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-box .author-list li:not(:first-child) {
  margin-left: -10px;
}
.author-box .author-list li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.author-box .author-list li .add-author-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  font-size: 24px;
  color: var(--heading-color);
}
.author-box .author-list li .add-author-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero-image-box {
  position: relative;
  height: 580px;
  max-width: 730px;
  margin-right: -200px;
  margin-left: 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-image-box {
    max-width: 600px;
    margin-right: -100px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-image-box {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-image-box {
    margin-top: -30px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-image-box {
    height: auto;
  }
}
.hero-image-box .hero_image-one {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-image-box .hero_image-one img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-image-box .hero_image-one {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 991px) {
  .hero-image-box .hero_image-one {
    position: relative;
    top: auto;
    right: auto;
  }
}
.hero-image-box .hero_image-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-image-box .hero_image-two {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-image-box .hero_image-two {
    display: none;
  }
}

/* Client Section CSS */
.client-sf h5 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.client-sf .company-slider {
  margin-left: -40px;
  margin-right: -40px;
}
.client-sf .company-slider .slick-slide {
  margin-left: 40px;
  margin-right: 40px;
}

/* Features Section CSS */
.key-features-sf .sasly-card-item.style-three .content {
  padding-top: 40px;
}

/* Benefit Section CSS */
.benefit-sf .section-content-box {
  max-width: 530px;
}
.benefit-sf .section-content-box p {
  margin-bottom: 35px;
}
.benefit-sf .sasly-image-box {
  position: relative;
  height: 470px;
}
@media screen and (max-width: 991px) {
  .benefit-sf .sasly-image-box {
    max-width: 500px;
    margin: 0 auto;
  }
}
.benefit-sf .sasly-image-box .image-one {
  position: absolute;
  top: 0;
  left: 0;
}
.benefit-sf .sasly-image-box .image-one img {
  -webkit-box-shadow: 10px 4px 30px 0px rgba(153, 153, 153, 0.25);
          box-shadow: 10px 4px 30px 0px rgba(153, 153, 153, 0.25);
  border-radius: 10px;
}
.benefit-sf .sasly-image-box .image-two {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 1;
}
.benefit-sf .sasly-image-box .image-two img {
  -webkit-box-shadow: 10px 4px 60px 0px rgba(135, 135, 135, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(135, 135, 135, 0.25);
  border-radius: 10px;
}

/* Why Choose Section CSS */
.why-choose-sf {
  margin: 0 30px;
  border-radius: 15px;
  border: 1px solid rgba(16, 16, 16, 0.15);
}
@media (max-width: 767px) {
  .why-choose-sf {
    margin: 0;
    border-radius: 0;
    border: none;
  }
}

/* Features Section CSS */
.features-sf-two .sasly-image-box {
  /* padding-right: 90px; */
}
@media screen and (max-width: 991px) {
  .features-sf-two .sasly-image-box {
    padding-right: 0;
  }
}
.features-sf-two .sasly-image-box img {
  border: 1px solid var(--heading-color);
  border-radius: 10px;
}
.features-sf-two .section-content-box h2 {
  margin-bottom: 35px;
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.04px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .features-sf-two .section-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .features-sf-two .section-content-box h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
.features-sf-two .section-content-box p {
  margin-bottom: 50px;
}
.features-sf-two .sasly-iconic-box.style-four .icon {
  color: var(--heading-color);
}

/* Pricing Section CSS */
.pricing-sf {
  margin: 0 30px;
  border-radius: 15px;
  border: 1px solid rgba(16, 16, 16, 0.15);
}
.pricing-sf .pricing-item.style-two {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767px) {
  .pricing-sf {
    margin: 0;
    border-radius: 0;
    border: none;
  }
}

/* Faq Section CSS */
.faq-sf .section-content-box > p {
  margin-bottom: 30px;
}
.faq-sf .section-content-box .theme-btn.style-two:hover {
  color: var(--heading-color);
}

/* Testimonial Section CSS */
.testimonial-sf {
  margin: 0 30px;
  padding-left: 65px;
  padding-right: 65px;
  border-radius: 15px;
  /* border: 1px solid rgba(16, 16, 16, 0.15); */
}
@media (max-width: 767px) {
  .testimonial-sf {
    margin: 0;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonial-sf .testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-sf ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-sf ul.slick-dots li.slick-active button {
  border-color: #101010;
}
.testimonial-sf ul.slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
}
.testimonial-sf ul.slick-dots li button:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--heading-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 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);
}
@media (max-width: 767px) {
  .cta-sf .cta-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cta-sf .section-content-box h2 {
  letter-spacing: -1.04px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.cta-sf .section-content-box p {
  color: var(--white-color);
  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);
}

/* Footer CSS */
.footer-widget .footer-content ul li a:hover {
  color: var(--primary-color);
}
.footer-widget .footer-content .social-link a {
  background-color: transparent;
  border: 1px solid var(--border-color);
}
.footer-widget .footer-content .social-link a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
  color: var(--heading-color);
}

.footer-newsletter-widget .footer-content .form-group .form_control {
  border-color: rgba(16, 16, 16, 0.1);
  background-color: #FAFAFA;
}
.footer-newsletter-widget .footer-content .theme-btn {
  color: var(--heading-color);
}
.footer-newsletter-widget .footer-content .theme-btn:hover {
  color: var(--white-color);
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.288);

}

.footer-copyright p  {
font-size: 14px;
}
.footer-copyright .copyright-text p span {
  color: #101010;
}
.footer-copyright .copyright-nav ul li a:hover {
  color: #111111;
}

/* Page Banner CSS */
.page-hero-ss {
  padding: 235px 0 135px;
}
@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 200px 0 130px;
  }
}
@media (max-width: 575px) {
  .page-hero-ss {
    padding: 165px 0 80px;
  }
}
.page-hero-ss .page-content h1.page-title {
  color: var(--white-color);
}
.page-hero-ss .page-content h3.page-title {
  color: var(--white-color);
}
.page-hero-ss .page-content .breadcrumb-link li {
  color: var(--white-color);
}
.page-hero-ss .page-content .breadcrumb-link li.active {
  color: var(--primary-color);
}

.trusted-solutions-sf .sasly-iconic-box.style-three .icon {
  color: var(--heading-color);
}

.features-ss .sasly-card-item.style-three {
  background-color: #fafafa;
}
.features-ss .sasly-card-item.style-three .content {
  padding-bottom: 33px;
}

.solutions-sf .sasly-iconic-box.style-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.solutions-sf .sasly-iconic-box.style-five .icon {
  margin-right: 35px;
}
.solutions-sf .sasly-iconic-box.style-five .content {
  margin-top: -7px;
}
.solutions-sf .sasly-iconic-box.style-five .content h4 {
  margin-bottom: 20px;
}

/* Blog Page CSS */
.blog-standard-ss .blog-quote-post-item {
  background-color: rgba(91, 233, 146, 0.05);
}

.blog-post-item.style-three .post-content .post-meta span.category a {
  color: var(--primary-black-color);
}

/* Contact Page css */
.contact-ss .sasly-iconic-box.style-twelve {
  background-color: rgba(91, 233, 146, 0.05);
}


.footer-right {
  text-align: center;
  color: #fff;
}

.follow-text,
.support-text {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.social-icons a {
  background: #fff;
  color: #0b2a4a;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #25d366;
  color: #fff;
}

.support-icon a {
  background: #fff;
  color: #0b2a4a;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

.support-icon a:hover {
  background: #25d366;
  color: #fff;
}

.footer-logo {
  display: inline-block;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 20px;
}


/* Logo size control */
.footer-logo img {
  width: 150px;   /* desktop size */
  height: auto;   /* keeps aspect ratio */
  display: block;
}


/* Responsive control */
@media (max-width: 992px) {
  .footer-logo {
    padding: 8px 12px;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    padding: 6px 10px;
  }

  .footer-logo img {
    max-width: 140px;
    margin: 0 auto;
  }
}@media (max-width: 576px) {
  .footer-logo {
    display: block;
    text-align: center;
  }
}
.swiper {
  border-radius: 20px;
  overflow: hidden;
}

.swiper img {
  width: 100%;
  height: auto;
  
}



/* Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

/* Dots */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #25d366;
}

/* Responsive */
@media (max-width: 768px) {

  .swiper img {

  height: auto;
  
}


}.swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.swiper-slide-active {
  opacity: 1;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 2px solid #e6e6e6;
  /* padding-bottom: 15px; */
}

.custom-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1842a7;
  font-size: 12px;
}

.custom-list strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

/* Wrapper */
.contact-wrapper {
background: linear-gradient(145deg, #04165a, #03194e);
  padding: 35px;
  border-radius: 20px;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 0 25px rgba(0, 89, 255, 0.3);
}

/* Labels */
.custom-form label {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.custom-form label span {
  color: #ff4d4d;
}

/* Inputs */
.custom-form input {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* Placeholder */
.custom-form input::placeholder {
  color: #aab3ff;
}

/* Focus Effect */
.custom-form input:focus {
  border-color: #4d79ff;
  box-shadow: 0 0 10px rgba(77,121,255,0.6);
  background: rgba(255,255,255,0.08);
}

/* Spacing */
.form-group {
  margin-bottom: 20px;
}




/* WhatsApp Button Styles */
.whatsapp-button {
  position: fixed;
  bottom: 50px;
  right: 10px;
    z-index: 999999999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0ea01a; /* Background color for visibility */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite; /* Apply the breathing animation */
}

.whatsapp-button i {
  color: #fff; /* Icon color */
}

.contact-icons {
  font-size: 12px; /* Adjust icon size for mobile */
}
.icon-png {
  height: 30px;
  width: auto;
  align-items: center;
  margin-top: 2px;
}


/* Media query for mobile devices */
@media (max-width: 600px) {

  .whatsapp-button {
    position: fixed;
    bottom: 100px; /* Adjust position for mobile if necessary */
    right: 10px; /* Adjust position for mobile if necessary */
    width: 50px; /* Adjust size for mobile */
    height: 50px; /* Adjust size for mobile */
  }
  .contact-icons {
    font-size: 12px; /* Adjust icon size for mobile */
  }
  .icon-png {
    height: 30px;
    width: auto;
    align-items: center;
    margin-top: 2px;
  }

}
.testimonial-card {
  position: relative;
  height: 390px;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;

  background: linear-gradient(145deg, #04165a, #03194e);
  color: #fff;
}

/* Content */
.testimonial-content h2 {
  font-size: 40px;
  color: #4da3ff;
}

.testimonial-content h2 span {
  font-size: 16px;
  color: #ccc;
}

.testimonial-content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-content h5 {
  margin: 10px 0 5px;
  color: #ffffff;
}

.testimonial-content span {
  font-size: 14px;
  color: #e4e4e4;
}

/* NAV BUTTONS */
.nav-btns {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
  gap: 10px;
}

.nav-btns .swiper-button-prev,
.nav-btns .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff;
    font-size: 13px !important;
}

/* Arrow size fix */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 13px !important;
}

.testimonial-content {
/* margin-top: 30px; */
  border-radius: 12px;
  padding: 25px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}.quote-icon {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 30px;
  color: #4169e1;

}/* SECTION BACKGROUND (optional enhance) */
.why-choose-sf {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

/* CARD STYLE (Glass Effect) */
.sasly-iconic-box {
    height: 100%;
    padding: 20px;
    border-radius: 16px;
    background: rgb(0 0 0 / 23%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.sasly-iconic-box:hover {
  /* transform: translateY(-8px) scale(1.02); */
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* ICON BOX */
.sasly-iconic-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  /* background: rgba(0, 255, 170, 0.15); */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 15px; */
}

.sasly-iconic-box .icon i {
    font-size: 32px !important;
  color: #ffffff;
}

/* TITLE */
.sasly-iconic-box h4 {
  color: #fff;
  min-height: 50px;
  font-weight: 600;
}

/* DESCRIPTION */
.sasly-iconic-box p {
  color: #f1f1f1;
  font-size: 17px;
  min-height: 70px;
}

/* COUNTER STYLE */
.counter {
  color: #00ffcc;
  font-weight: 700;
}

/* GRID FIX */
.row.align-items-stretch > [class*='col-'] {
  display: flex;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sasly-iconic-box {
    margin-bottom: 20px;
  }
}



.bg{
        background: linear-gradient(145deg, #020b2c, #1e51ca);
}

.bg-button{
  background-color: #0089ff;
}


/* Button base */
.custom-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner */
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: spin 0.6s linear infinite;
}

/* Animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Loading state */
.custom-btn.loading .btn-text {
  visibility: hidden; /* hides text but keeps button size */
}

.custom-btn.loading .spinner {
  opacity: 1;
}

/* Disable click */
.custom-btn.loading {
  pointer-events: none;
  opacity: 0.8;
}

.contact-btn {
position: relative;

  
    padding: 13px 22px;
    font-weight: 600;
  
    border-radius: 50px;
    line-height: 1;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
    padding: 22px 50px;

  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}.contact-btn:hover {
  
  background: #ffffff;
  color: #1e3a8a;
}



.contact-btn-two {
position: relative;

  
    padding: 13px 22px;
    font-weight: 600;
  
    border-radius: 50px;
    line-height: 1;
  background: #1e3a8a;
  border: 1px solid #ffffff;
  color: #ffffff;
    padding: 22px 50px;

  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}



.contact-btn-two:hover{
  
  background: #000000;
  color: #ffffff;
}




.custom-btn{
  
  
    padding: 13px 22px;
    font-weight: 500;
  
    border-radius: 50px;
    line-height: 1;
  background: #22c55eef;

  color: #ffffff;
    padding: 22px 50px;

  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

}

.custom-btn:hover{
  background-color: #189445;
}



/* Main Sticky Bar */
.sticky-cta {
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;

  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 50px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 20px;
  z-index: 9999;
}

/* Left */
.cta-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-left img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
}

.cta-text h6 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.cta-text span {
  font-size: 12px;
  color: #ccc;
}

/* Right */
.cta-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price .old {
  text-decoration: line-through;
  color: #ccc;
  margin-right: 5px;
}

.price .new {
  color: #fff;
  font-weight: bold;
}

.cta-btn {
    background: #ff3b3b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Hover effect */
.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 59, 59, 0.4);
}

/* Flash pulse animation */
.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* Offer strip */
.sticky-offer {
display: none;
}
@media (max-width: 768px) {

  /* Show both */
  .sticky-cta,
  .sticky-offer {
    display: block;
  }

    .sticky-cta

 {
        position: fixed;
        bottom: 33px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(10px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        z-index: 9999;
        /* gap: 20px; */
    }
}
  /* Left */
  .cta-left img {
    width: auto;
    height: 35px;
  }

  .cta-text h6 {
    font-size: 14px;
    line-height: 1.2;
  }

  /* .cta-text span {
    display: none;
  } */

  /* Right */
  .cta-right {
    display: flex;
    align-items: center;
  }

  /* .price {
    display: none;
  } */

  .cta-btn {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 20px;
    white-space: nowrap;
  }

  /* Offer strip */
  .sticky-offer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff3b3b;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 13px;
    z-index: 9998;
  }





/* Hide only on small devices */
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-form {
    display: none !important;
  }
.hide-image{
    display: none !important;
}

gap-0{
  gap: 0 rem !important;
}
  .hero-stats h3{
    font-size: 21px;
  }
  .hero-sf .hero-content > h5 {
    color: var(--white-color);
    font-weight: 500;
    line-height: 20px;
   /* text-align: start; */
   font-size: 14px;
   margin-bottom: -10px;
}




  .row {
    display: flex;
    /* flex-direction: column; */
    padding: 5px;
  }

  .hero-left {
    display: contents; 
  }

  /* Order control */
  .hero-image-col {
    order: 1;
  }

  .text-anm {
    order: 2;
  }

  .hero-desc {
    order: 3;
    margin-top: 10px;
  }
   .cta-left {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 65%;
  }

  .cta-left img {
 display: none;

  }

  .cta-text h6 {
 display: none;
  }

  .cta-text span {
    font-size: 9px;
    color: #ccc;

    /* Optional: hide if space is too tight */
    display: none;
  }


  .cta-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cta-btn{
font-size: 14px;


}

p{
  font-size: 16px;
}


h4 {
    font-size: 18px;
    line-height: 20px;
   
}
h5 {
    font-size: 17px;
  
}

.section-title h4{
      font-size: 17px;
    line-height: 21px;
    padding-top: 10px;
}

.sasly-iconic-box.style-five .content h4.title {
    margin-bottom: -10px;
}

.testimonial-content{
  margin-top: 0px;
}

.testimonial-card{
  margin-top: 30px;
  padding: 10px;
}
.contact-form-ss .section-content-box p {
    margin-bottom: 10px;
}

    .section-title h2{
      font-size: 27px;
      /* margin-top: 20px; */
    }


    .contact-form-ss h3{
        font-size: 26px;
    }
}
@media (max-width: 767px) {

  .theme-btn.style-one {
    padding: 15px 18px;
    font-size: 14px;
    border-radius: 25px;
    margin-bottom: 5px;
  }

  .contact-btn {
    padding: 15px 18px !important;
    font-size: 14px;
    border-radius: 25px;
  }
.contact-btn-two{
    padding: 15px 18px !important;
    font-size: 14px;
    border-radius: 25px;
  }
}

.cta-btn {
  background: linear-gradient(45deg, #22c55e);
  animation: pulse 2s infinite;
}

#form {
  transition: all 0.3s ease;
}

#form:target {
  animation: highlight 0.6s ease;
}
.footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #fbbf24; /* highlight color */
}

/* Mobile spacing */
@media (max-width: 576px) {
  .footer-links {
    gap: 10px;
  }
}

.logo-img {
  max-width: 130px;   /* desktop default */
  height: auto;
}

/* Tablet */
@media (max-width: 991px) {
  .logo-img {
    max-width: 130px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .logo-img {
    max-width: 110px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    max-width: 90px;
  }
}.site-branding {
  display: flex;
  align-items: center;
}


@media (max-width: 991px) {
  /* #form {
    display: none;
  } */
}


.neon{
  color: #0edbe7;
}

.hero-stats .col-6 {
  border-right: 1px solid rgba(255,255,255,0.2);

}

.hero-stats .col-6:nth-child(2n) {
  border-right: none;
}

.suffix {
  color: #00f7ff;
  margin-left: 2px;
  font-weight: 700;
  text-shadow: 0 0 8px #00f7ff, 0 0 15px #00f7ff;
}

/* Hide hamburger menu on mobile & tablet */
@media (max-width: 991px) {
  .navbar-toggler {
    display: none !important;
  }
}.contact-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d1b4c;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.contact-item i {
  color: #1f49b3;
  font-size: 16px;
}

/* Mobile view */
@media (max-width: 991px) {
  .contact-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .contact-item span {
    font-size: 15px;
  }

  .price .new {

    font-size: 14px;
}
}

/* Explicitly keep hidden on large desktop (optional but clean) */
@media (min-width: 992px) {
  .contact-header {
    display: none !important;
  }
}.stat-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.stat-icon {
  font-size: 20px;
  color: #00e0ff;
  margin-bottom: 5px;
}

/* Optional glow effect */
.stat-icon i {
  background: rgba(255,255,255,0.1);
  padding: 8px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.hero-stats .col-6:nth-child(odd) {
  border-right: 1px solid rgba(255,255,255,0.2);
}.learn-section {
  background: #f8f9fc;
}

.subtitle {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}

.learn-card {
  /* background: #fff; */
  padding: 22px 15px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #eee;
  height: 100%;
}

.learn-card .icon {
  font-size: 26px;
  color: #1943ab;
  margin-bottom: 12px;
  display: inline-block;
}

.learn-card h5 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.learn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border-color: #2ecc71;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .learn-card {
    padding: 18px 10px;
  }
  .learn-card h5 {
    font-size: 14px;
  }
}/* Modal Background */
.form-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Modal Box */
.form-modal-content {
  background: #0d1b4c;
  padding: 5px;
  border-radius: 12px;
  width: 90%;
  max-width: 420px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

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

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}/* Contact section inside CTA */
.cta-contact {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.cta-contact a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.cta-contact i {
  color: #2ecc71;
  font-size: 14px;
}

/* 📱 Mobile Fix */
@media (max-width: 576px) {
  .cta-contact {
    flex-direction: column;   /* stack items */
    align-items: flex-start;
    gap: 6px;
  }

  .cta-contact a {
    font-size: 12px;
  }
}.thankyou-hero {
  min-height: 80vh;

  color: #fff;
  padding: 40px 20px;
}

.thank-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}

.thank-sub {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 10px;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1e293b;
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.contact-links a:hover {
  background: #22c55e;
}

/* Mobile */
@media (max-width: 576px) {
  .thank-title {
    font-size: 28px;
    line-height: 50px;
  }
}