/*-----

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home Software
Description: Landing page for software products, tailored to feature software functionalities, user benefits, and integrations.
Author: Pixelfit
Version: 1.0
-----------------------------------------------------------------------------------

----*/
/* Common CSS */
:root {
    /* --primary-color: #9F58EB; */
    --primary-color: #5951ed;
    --secondary-color: #a6ef67;
    --primary-black-color: #1f1f1f;
}

.sub-heading {
    background-color: #f4ebfd;
}

.theme-btn.style-one {
    padding: 22px 50px;
}

main {
    padding-top: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    main {
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    main {
        padding-top: 0;
    }
}

/* Header CSS */
.header-area {
    max-width: 1780px;
    margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .header-area {
        max-width: 1130px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area {
        max-width: 920px;
    }
}
@media screen and (max-width: 991px) {
    .header-area {
        max-width: 600px;
    }
}
@media (max-width: 575px) {
    .header-area {
        max-width: 350px;
    }
}

/* Hero CSS */
/* .hero-ss {
  background-color: #F8FAFB;
  margin: 0 30px 0;
  border: 1px solid rgba(38, 39, 43, 0.1);
  border-radius: 20px;
  padding: 280px 0 0;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ss {
    margin: 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-ss {
    margin: 0;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 575px) {
  .hero-ss {
    padding: 180px 0 0;
  }
}
.hero-ss .hero-content {
  padding-bottom: 130px;
}
.hero-ss .hero-content .sub-heading {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.hero-ss .hero-content .sub-heading i {
  color: var(--white-color);
}
.hero-ss .hero-content h1 {
  font-size: 150px;
  line-height: 100%;
  letter-spacing: -4.5px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ss .hero-content h1 {
    font-size: 110px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ss .hero-content h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ss .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-ss .hero-content h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
.hero-ss .hero-content p {
  max-width: 820px;
  color: var(--heading-color);
  margin: 0 auto 40px;
}
.hero-ss .hero-content .theme-btn {
  border-radius: 12px;
}
@media (max-width: 575px) {
  .hero-ss .hero-content .theme-btn {
    margin-bottom: 10px;
  }
}
.hero-ss .hero-content .theme-btn.style-one {
  background-color: var(--secondary-color);
  color: var(--heading-color);
  padding: 19px 40px;
  font-weight: 700;
  margin-right: 15px;
}
.hero-ss .hero-content .theme-btn.style-two {
  border-color: #26272B;
  padding: 10px 35px;
}
.hero-ss .hero-content .theme-btn.style-two:hover {
  border-color: transparent;
}
.hero-ss .hero-image {
  margin-bottom: -90px;
}
.hero-ss .hero-image img {
  border-radius: 30px;
}
@media (max-width: 575px) {
  .hero-ss .hero-image img {
    border-radius: 10px;
  }
}

.features-two-ss .feature-image-box img {
  border-radius: 10px;
  border: 1px solid rgba(38, 39, 43, 0.1);
  background-color: var(--white-color);
} */

/* new css start */

/* Hero Section CSS */
.hero-sf {
    padding: 200px 0 130px;
    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: white;
    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: 50px;
        line-height: 65px;
    }
}
@media (max-width: 767px) {
    .hero-sf .hero-content h1 {
        font-size: 32px;
        line-height: 45px;
    }
}
.hero-sf .hero-content > h5 {
    color: white;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 50px;
}
/* .hero-sf .hero-content .theme-btn.style-one:hover {
  background-color: var(--black-color);
  color: var(--white-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: 25px 35px;
    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: white;
    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;
}

/* Pricing Item */
.ss-pricing-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgb(86 74 74 / 10%);
    padding: 40px;
    overflow: hidden;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .ss-pricing-item {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.ss-pricing-item .pricing-head .plan {
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ss-pricing-item .pricing-head p {
    margin-bottom: 27px;
}
.ss-pricing-item .pricing-head .price {
    font-size: 85px;
    line-height: 120px;
    line-height: 1;
}
.ss-pricing-item .pricing-head .price .duration {
    font-size: 18px;
    font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ss-pricing-item .pricing-head .price {
        font-size: 60px;
    }
}
@media screen and (max-width: 991px) {
    .ss-pricing-item .pricing-head .price {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .ss-pricing-item .pricing-head {
        margin-bottom: 30px;
    }
}
.ss-pricing-item .pricing-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .ss-pricing-item .pricing-body {
        gap: 0 70px;
        padding: 0 70px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ss-pricing-item .pricing-body {
        gap: 0 15px;
        padding: 0 50px;
    }
}
@media screen and (max-width: 991px) {
    .ss-pricing-item .pricing-body {
        gap: 0 15px;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .ss-pricing-item .pricing-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.ss-pricing-item .pricing-body ul li i {
    color: var(--primary-black-color);
}
/* .ss-pricing-item .pricing-button .theme-btn.style-one {
  background-color: rgba(255, 255, 255, 0.1);
} */
.ss-pricing-item .pricing-button .theme-btn.style-one:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
@media screen and (max-width: 991px) {
    .ss-pricing-item .pricing-button {
        margin-top: 30px;
    }
}
.ss-pricing-item.pricing-active .blur-shape {
    position: absolute;
    bottom: -85px;
    right: -185px;
}
.ss-pricing-item.pricing-active .blur-shape span {
    width: 445px;
    height: 310px;
    border-radius: 50%;
    background: linear-gradient(35deg, #51dbda 21.87%, #014a77 53.17%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
}
.ss-pricing-item.pricing-active .pricing-head .price {
    color: var(--primary-color);
}
.ss-pricing-item.pricing-active .pricing-head .price .duration {
    color: var(--primary-color);
}
.ss-pricing-item.pricing-active .pricing-body ul li i {
    color: var(--primary-color);
}
.ss-pricing-item.pricing-active .pricing-button .theme-btn.style-one {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.ss-pricing-item.pricing-active .pricing-button .theme-btn.style-one:hover {
    background-color: var(--black-color);
    color: var(--primary-color);
}
/* 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);
}
/* Features Section CSS */
.testimonial-ai .sasly-testimonial-item.style-five {
    margin-right: 25px;
    direction: ltr;
}

.sasly-testimonial-item.style-five {
    background-color: rgb(58 53 53 / 77%);
    border: 1px solid rgb(60 58 58 / 78%);
}

.client-sf .company-slider .slick-track {
    /* background-color: #86868759; */
    padding-top: 2px;
    padding-bottom: 2px;
}

/* new css end */

/* Pricing CSS */
/* .pricing-ss .table-responsive::-webkit-scrollbar {
  width: 2px;
}
@media screen and (max-width: 991px) {
  .pricing-ss .table-area {
    width: 1200px;
  }
}
.pricing-ss .pricing-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(38, 39, 43, 0.1);
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
} */

/* Testimonial CSS */
.testimonial-ss {
    border-radius: 20px;
    margin: 0 30px;
}
@media (max-width: 767px) {
    .testimonial-ss {
        margin: 0;
        border-radius: 0;
    }
}
.testimonial-ss .testimonial-slider {
    margin-right: -50%;
}
@media screen and (max-width: 991px) {
    .testimonial-ss .testimonial-slider {
        margin-right: 0;
    }
}

/* Intregration CSS */
.intregration-tools-ss .tool-item {
    background-color: #f8fafb;
}
.intregration-tools-ss .tool-item h5 {
    color: var(--heading-color);
}

/* Software CSS */
.software-footer {
    background-color: var(--primary-black-color);
}
.software-footer .newsletter-wrapper {
    padding: 100px 20px;
}
.software-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1.04px;
    margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .software-footer .newsletter-wrapper .section-content-box h2 {
        font-size: 46px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .software-footer .newsletter-wrapper .section-content-box h2 {
        font-size: 32px;
        line-height: 45px;
    }
}
@media screen and (max-width: 991px) {
    .software-footer .newsletter-wrapper .section-content-box h2 {
        font-size: 32px;
        line-height: 45px;
    }
}
.software-footer .newsletter-wrapper .section-content-box h5 {
    font-weight: 500;
    color: #b8b8b8;
    margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .software-footer .newsletter-wrapper .section-content-box h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .software-footer .newsletter-wrapper .section-content-box h5 {
        font-size: 16px;
        line-height: 35px;
    }
}
.software-footer .newsletter-wrapper .section-content-box .theme-btn.style-one {
    font-size: 16px;
}
/* .software-footer .newsletter-wrapper .section-content-box .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--heading-color);
} */
.software-footer .footer-copyright {
    border-color: rgba(255, 255, 255, 0.1);
}
.software-footer .footer-copyright .copyright-text p span {
    color: var(--white-color);
}
.software-footer .footer-copyright .copyright-nav ul li a:hover {
    color: var(--white-color);
}

.footer-widget {
    color: #bbb;
}
.footer-widget h4.widget-title {
    color: var(--white-color);
}
.footer-widget .footer-content .social-link li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}
.footer-about-widget .social-link li a:hover i {
    color: var(--white-color);
}
.footer-widget.footer-nav-widget ul li a:hover {
    color: var(--primary-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form_control {
    border: 1.2px solid rgba(255, 255, 255, 0.1);
    background-color: #2a2a2a;
    color: #bbb;
}
.footer-widget.footer-newsletter-widget
    .footer-content
    .form_control::-webkit-input-placeholder {
    color: #bbb;
}
.footer-widget.footer-newsletter-widget
    .footer-content
    .form_control::-moz-placeholder {
    color: #bbb;
}
.footer-widget.footer-newsletter-widget
    .footer-content
    .form_control:-ms-input-placeholder {
    color: #bbb;
}
.footer-widget.footer-newsletter-widget
    .footer-content
    .form_control::-ms-input-placeholder {
    color: #bbb;
}
.footer-widget.footer-newsletter-widget
    .footer-content
    .form_control::placeholder {
    color: #bbb;
}
.footer-widget.footer-newsletter-widget .footer-content .theme-btn {
    padding: 13px 20px;
}
.footer-widget.footer-newsletter-widget .footer-content .theme-btn:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color);
}

/* Page Banner */
.page-hero-ss {
    padding: 170px 0 100px;
    /* margin: 0 30px 0; */
    /* border-radius: 20px; */
}
/* @media (max-width: 575px) {
  .page-hero-ss {
    padding: 175px 0 80px;
  }
}
@media (max-width: 575px) {
  .page-hero-ss {
    margin: 0 5px 0;
    border-radius: 15px;
  }
} */

/* About Page CSS */
/* .about-ss .section-title {
    padding-right: 40px;
} */
@media (max-width: 767px) {
    .about-ss .section-title {
        padding-right: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-ss .section-content-box {
        max-width: 670px;
        margin: 0 auto 50px;
    }
}
.about-ss .section-image-box {
    position: relative;
    max-width: 630px;
    /* height: 460px; */
    text-align: right;
}
.about-ss .section-image-box .shape {
    position: absolute;
    top: 0;
    left: 20px;
}
@media (max-width: 767px) {
    .about-ss .section-image-box .image-one {
        padding-left: 30px;
    }
}
.about-ss .section-image-box .image-one img {
    border-radius: 20px;
    -webkit-box-shadow: 7.023px 7.023px 50.161px 10.032px
        rgba(159, 88, 235, 0.15);
    box-shadow: 7.023px 7.023px 50.161px 10.032px rgba(159, 88, 235, 0.15);
}
.about-ss .section-image-box .image-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .about-ss .section-image-box .image-two {
        left: 30px;
    }
}
.about-ss .section-image-box .image-two img {
    border-radius: 20px;
    -webkit-box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
    box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-ss .section-image-box {
        margin: 0 auto 50px;
    }
}

.why-choose-ss .sasly-iconic-box.style-seven {
    margin-left: auto;
    -webkit-filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
    filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
}

.counter-ss {
    padding: 30px;
}
@media (max-width: 767px) {
    .counter-ss {
        padding: 15px;
    }
}
.counter-ss .counter-wrapper {
    border-radius: 30px;
}

/* Product CSS */
.product-ss .sasly-iconic-box.style-eight {
    background-color: var(--white-color);
    border-radius: 10px;
    border: 1px solid rgba(38, 39, 43, 0.1);
    -webkit-box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
    box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
}
.product-ss .sasly-iconic-box.style-eight .icon {
    background-color: transparent;
    border: 1px solid rgba(38, 39, 43, 0.1);
}

/* Blog Page CSS */
.blog-standard-ss .blog-quote-post-item {
    background-color: rgba(159, 88, 235, 0.08);
}

/*  Contact SS  */
.contact-ss .sasly-iconic-box.style-twelve {
    background-color: rgba(167, 100, 236, 0.1294117647);
}

/*  Company SS  */
.company-ss {
    border-top: 1px solid #e1e1e1;
}

/* Error Page css */
.error-page {
    padding: 130px 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .error-page {
        padding: 100px 0;
    }
}
@media screen and (max-width: 991px) {
    .error-page {
        padding: 80px 0;
    }
}

/* registration page  */
.registration-page .full-height-container,
.book-demo-page .full-height-container {
    height: 100dvh;
    display: flex;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.registration-page .fixed-left-panel,
.book-demo-page .fixed-left-panel {
    /* background-color: #bbb8f9; */
    background-color: var(--primary-color);
    padding: 3rem;
    color: #ffffff;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: hidden;
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* IMPORTANT */
}
.fixed-left-panel > .text-center {
    width: 100%;
    max-width: 520px;
    margin-top: 140px; /* aligns with logo + title on right */
}

.registration-page .scrollable-right-panel,
.book-demo-page .scrollable-right-panel {
    padding: 1rem;
    overflow-y: auto;
    flex: 1;
    background-color: #ffffff;
}
.registration-page .scrollable-right-panel .scrollable-inner,
.book-demo-page .scrollable-right-panel .scrollable-inner {
    padding: 3rem;
}

.registration-page main,
.book-demo-page main {
    padding: 0;
}
.registration-page .site-branding,
.book-demo-page .site-branding {
    text-align: center;
}
.registration-page .site-branding .brand-logo img,
.book-demo-page .site-branding .brand-logo img {
    max-width: 200px;
    height: auto;
}
.registration-page form,
.book-demo-page form {
    max-width: 500px;
    margin: 0 auto;
}
.registration-page .theme-btn.style-two,
.book-demo-page .theme-btn.style-two {
    padding: 5.5px 35px;
}
.max-w-300 {
    max-width: 300px !important;
}
.max-w-400 {
    max-width: 400px !important;
}

/**Feature detail page css*/
/** Feature detail page css */

/* Desktop alignment */
.feature-detail-main .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

/* Text right padding (default: text on left, image on right) */
.feature-detail-main .feature-text {
    padding-right: 35px;
}

/* Image left padding */
.feature-detail-main .feature-image {
    padding-left: 35px;
}

/* When image is placed FIRST (using order-1), invert spacing */
.feature-detail-main .row .feature-image.order-md-0:first-child {
    padding-left: 0;
    padding-right: 35px;
}

.feature-detail-main .row .feature-text.order-md-0:last-child {
    padding-right: 0;
    padding-left: 35px;
}

/* Typography spacing */
.feature-detail-main .feature-text h3 {
    margin-bottom: 18px;
}

.feature-detail-main .feature-text p {
    margin-bottom: 18px;
    text-align: justify;
    text-justify: inter-word;
}

.feature-detail-main .feature-text p:last-child {
    margin-bottom: 25px;
}

/* ============ MOBILE FIX ============ */
@media (max-width: 767px) {
    /* Stack columns vertically */
    .feature-detail-main .row {
        flex-direction: column !important;
        text-align: left;
    }

    .feature-detail-main .feature-text,
    .feature-detail-main .feature-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 20px;
    }

    /* Add gap between image and text in mobile */
    .feature-detail-main .feature-image img {
        margin-bottom: 20px;
    }
}

/**Service details page */

/* base layout for service rows (targeting the injected HTML) */
/** Service Detail Page CSS (Updated for new layout) */

/* Desktop alignment */
.service-detail-main .service-section > .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: nowrap; /* prevent wrapping on desktop */
}

/* Default spacing: text (first column) -> image (last column) */
.service-detail-main .service-section > .row > div:first-child {
    padding-right: 35px;
}
.service-detail-main .service-section > .row > div:last-child {
    padding-left: 35px;
}

/* Typography spacing */
.service-detail-main .service-section h3 {
    margin-bottom: 18px;
}
.service-detail-main .service-section p {
    margin-bottom: 18px;
    text-align: justify;
    text-justify: inter-word;
}
.service-detail-main .service-section p:last-child {
    margin-bottom: 25px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    /* Stack columns vertically */
    .service-detail-main .service-section > .row {
        flex-direction: column !important;
        text-align: left;
    }

    /* Add side padding and spacing */
    .service-detail-main .service-section > .row > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 20px;
    }

    /* Extra spacing for images */
    .service-detail-main .service-section img {
        margin-bottom: 20px;
    }
}

/* ==================================================
   QUICKKHRM LEGAL PAGES (TERMS / PRIVACY / POLICIES)
   Root Scope: .qh-legal-page
   ================================================== */

.qh-legal-page .qh-legal-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

/* Intro / short description */
.qh-legal-page .qh-legal-intro {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 40px;
}

/* Section spacing */
.qh-legal-page .qh-legal-body section {
    margin-bottom: 42px;
}

/* Headings */
.qh-legal-page .qh-legal-body h4 {
    font-size: 21px;
    font-weight: 600;
    color: #111;
    margin-bottom: 14px;
    margin-top: 40px;
}

/* Paragraphs */
.qh-legal-page .qh-legal-body p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px;
}

/* Lists */
.qh-legal-page .qh-legal-body ul {
    margin-bottom: 22px;
}

.qh-legal-page .qh-legal-body ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 9px;
}

/* Custom bullet */
.qh-legal-page .qh-legal-body ul li::marker {
    color: #4b43db;
}
.qh-legal-page .qh-legal-body ul li i {
    color: var(--primary-color);
    margin-right: 10px;
}

/* Strong text */
.qh-legal-page .qh-legal-body strong {
    font-weight: 600;
    color: #111;
}

/* Links */
.qh-legal-page .qh-legal-body a {
    color: #4b43db;
    text-decoration: underline;
}

.qh-legal-page .qh-legal-body a:hover {
    text-decoration: none;
}

/* Section divider */
.qh-legal-page .qh-legal-body section:not(:last-child) {
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .qh-legal-page .qh-legal-wrapper {
        padding: 0 15px;
    }

    .qh-legal-page .qh-legal-body h4 {
        font-size: 18px;
    }

    .qh-legal-page .qh-legal-body p,
    .qh-legal-page .qh-legal-body ul li {
        font-size: 14px;
    }
}

/* Cookie Banner */
#cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: linear-gradient(135deg, #4b43db, #6c5ce7);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    z-index: 9999;
}

#cookie-banner .cookie-message {
    margin-bottom: 10px;
}

#cookie-banner .cookie-actions {
    text-align: right;
}

.cookie-btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.cookie-btn.accept {
    background: #fff;
    color: #4b43db;
    border: none;
    margin-right: 5px;
}

.cookie-btn.deny {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
/* Responsive Styles */
@media (max-width: 480px) {
    #cookie-banner {
        width: 90%; /* Take almost full width on mobile */
        right: 5%; /* Center horizontally with margin */
        left: 5%;
        bottom: 15px;
        padding: 12px 15px;
        font-size: 13px;
    }

    .cookie-btn {
        padding: 6px 8px;
        font-size: 12px;
    }

    #cookie-banner .cookie-actions {
        text-align: center; /* Center buttons on small screens */
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .cookie-btn.accept,
    .cookie-btn.deny {
        width: 100%; /* Full width buttons for mobile */
        margin: 0;
    }
}
