/*---- 

-----------------------------------------------------------------------------------
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 */
:root {
  --primary-color: #F0902D;             
  --primary-black-color: #1F1F60;       
  --secondary-color: rgba(240, 144, 45, 0.15); 
}

.sub-heading {
  background-color: rgba(240, 144, 45, 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: 200px 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: 150px 0 130px;
  }
}
.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: 40px;
    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: 50px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sf .hero-content h1 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hero-sf .hero-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.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;
          justify-content: space-between;
}
@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: 20px 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: 50px;
  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;
  }
}
.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: 40px;
    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: 50px 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: 50px 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: 65px;
}
.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: 40px;
}
.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(16, 16, 16, 0.1);
}
.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);
}

.hero-sf .hero-content p {
  color: var(--white-color);
  margin-bottom: 30px;
  opacity: 0.9;
}
.hero-sf .hero-content .theme-btn.style-two {
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000000;
}
.hero-sf .hero-content .theme-btn.style-two:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}
.hero-sf .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
/* Fix: Equal height Why Choose Us cards */
.why-choose-sf .row .col-xl-4 {
    display: flex;
}
.why-choose-sf .sasly-iconic-box.style-five {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.why-choose-sf .sasly-iconic-box.style-five .content {
    flex: 1;
}
.why-choose-sf .sasly-iconic-box.style-five .content h4.title {
    font-size: 18px;
    line-height: 1.4;
}
.hero-stats-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:30px;margin-bottom:25px;}
.hero-stats-bar .theme-btn.style-one{padding:14px 28px;}
.hero-stats-bar .stat-item{display:flex;align-items:center;gap:10px;color:var(--white-color);font-weight:600;font-size:15px;}
.hero-stats-bar .stat-item i{color:var(--primary-color);font-size:20px;}
.trusted-clients-sf{background-color:#ffffff;}
.trusted-clients-sf .client-sf h5{color:var(--heading-color);}
.trusted-clients-sf .hero-stats-bar .stat-item{color:var(--heading-color);}
.trusted-clients-sf{overflow-x:hidden;}
.trusted-clients-sf .company-slider{
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
}
.trusted-clients-sf .company-slider .slick-slide{
  margin-left:20px;
  margin-right:20px;
}
.client-item .client-img img{
  background-color: transparent;
}
.qb-pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px;}
@media(max-width:1199px){.qb-pricing-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:767px){.qb-pricing-grid{grid-template-columns:repeat(1,1fr);}}
.qb-price-card{position:relative;background:var(--white-color);border:1px solid rgba(17,17,17,0.1);border-radius:14px;padding:35px 20px;text-align:center;}
.qb-price-card h4{font-size:18px;margin-bottom:5px;color:var(--heading-color);}
.qb-price-card .qb-sub{font-size:13px;color:var(--text-color);margin-bottom:15px;}
.qb-price-card h2{font-size:32px;font-weight:700;color:var(--heading-color);margin-bottom:5px;}
.qb-price-card .qb-gst{display:block;font-size:12px;color:var(--text-color);margin-bottom:20px;}
.qb-price-card .theme-btn{width:100%;padding:12px 10px;font-size:14px;}
.qb-price-card.qb-popular{border-color:var(--primary-color);border-width:2px;transform:scale(1.05);}
.qb-price-card .qb-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary-color);color:#fff;font-size:12px;font-weight:600;padding:5px 16px;border-radius:20px;white-space:nowrap;}
.qb-pricing-features{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 35px;}
.contact-form-ss .sasly-img img{
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  width: 100%;
}
.contact-form-ss .contact-wrapper{
  background-color: #F7F7F7;
  border-radius: 16px;
  padding: 50px;
}
.contact-form-ss .form_control{
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
/* Contact Info Cards */
.qb-contact-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 991px){ .qb-contact-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px){ .qb-contact-grid{ grid-template-columns: 1fr; } }
.qb-contact-card{ position: relative; background: rgba(48,232,122,0.055); border-radius: 12px; padding: 40px 34px 34px; transition: background-color 0.3s ease; height: 100%; }
.qb-contact-card:hover{ background: rgba(48,232,122,0.1); }
.qb-contact-card-icon i{ font-size: 44px; line-height: 1; color: #F08B24; display: inline-block; margin-bottom: 26px; }
.qb-contact-card-label{ display: block; font-size: 18px; font-weight: 400; color: #6f6f6f; margin-bottom: 22px; }
.qb-contact-card p{ font-size: 16px; font-weight: 500; line-height: 1.7; color: #1a1a1a; margin: 0; }
.qb-contact-card p a{ color: #1a1a1a; transition: color 0.25s ease; }
.qb-contact-card p a:hover{ color: #F08B24; }

/* (Key Features + Services cards) */
.key-features-sf .row.justify-content-center{ align-items: stretch; }
.sasly-card-item.style-three{ display: flex; flex-direction: column; height: 100%; }
.sasly-card-item.style-three .content{ flex: 0 0 auto; }
.sasly-card-item.style-three .thumbnail{ margin-top: auto; }
/* Smaller scrolling client logos */
.trusted-clients-sf .client-item .client-img img{
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.footer-logo img 
{
    max-width: 208px;
}
.footer-widget address{
  font-style: normal;
  margin: 0;
}
.footer-widget .qb-reg-info{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border-color, rgba(16, 16, 16, 0.10));
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-widget .qb-reg-info .qb-reg-line{
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #F08B24;
}
.footer-newsletter-widget .newsletter-message{
  padding: 10px 0 0;
  font-size: 13px;
}
.footer-newsletter-widget .newsletter-message.success{
  color: #F08B24;
}
.footer-newsletter-widget .newsletter-message.error{
  color: rgba(255, 90, 90, 0.9);
}
.hero_image-two img 
{
   max-height: 478px;
}
.hero_image-one img 
{
   max-height: 490px;
}
.benefit-sf .image-one img 
{
    max-height: 336px;
}
.benefit-sf .image-two img 
{
    max-height: 267px;
}
.header-navigation .sasly-menu-bottom .call-numbers li {
    display: block;
    margin-bottom: 10px;
}
.header-navigation .sasly-menu-bottom .call-numbers li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.header-navigation .sasly-menu-bottom .social-link {
    margin-top: 10px;
}
.header-navigation .sasly-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
.contact-form-ss .contact-wrapper {
    padding: 14px;
}
}
/* ===== Certificate Section === */
.certificate-sf {
    text-align: center;
}
.certificate-sf .certificate-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
    .certificate-sf .certificate-img {
        max-width: 80%;
    }
}

/* Mobile-only hero images block */
.hero-image-box-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .hero-image-box-desktop {
    display: none;
  }
  .hero-image-box-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
    width: 100%;
  }
  .hero-image-box-mobile .mobile-hero-img-one {
        width: 100%;
        max-width: 428px;;
  }
  .hero-image-box-mobile .mobile-hero-img-one img {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  .hero-image-box-mobile .mobile-hero-img-two {
    width: 92%;
    max-width: 380px;
  }
  .hero-image-box-mobile .mobile-hero-img-two img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .certificate-sf .row {
    text-align: center;
  }
  .certificate-sf .certificate-img {
    margin-bottom: 20px;
  }
}
.mobile-float-buttons {
  display: none;
}
@media (max-width: 991px) {
  .mobile-float-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 999;
  }
  .mobile-float-buttons .float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  }
  .mobile-float-buttons .call-btn {
    background: #111;
  }
  .mobile-float-buttons .whatsapp-btn {
    background: #25D366;
  }
  .qb-pricing-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px 35px;
}
}
.testimonial-sf {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.testimonial-sf .prev,
.testimonial-sf .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--white-color, #fff);
  border: 1px solid rgba(17,17,17,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  line-height: 1;
}
.testimonial-sf .prev i,
.testimonial-sf .next i {
    position: absolute;
    left: 38%;
    font-size: 18px;
    top: 33%;
    line-height: 1;
    display: block;
    color: var(--heading-color, #111);
}
.testimonial-sf .prev {
  left: 0;
}
.testimonial-sf .next {
  right: 0;
}
.testimonial-sf .prev:hover,
.testimonial-sf .next:hover {
  background: var(--theme-color, #FCA326);
}
.testimonial-sf .prev:hover i,
.testimonial-sf .next:hover i {
  color: #fff;
}
@media (max-width: 1400px) {
  .testimonial-sf {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-sf .prev,
  .testimonial-sf .next {
    display: none;
  }
}
.hero-sf {
  position: relative;
}
.hero-sf::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero-sf .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-sf::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.trusted-clients-sf{background-color:transparent;}
