:root {
    --primary-text: #096c6c;
    --secondary-text: #d4b754;
    --white-text-white: #ffffff;
    --black-text-black: #000000;
}

.main {
    background: var(--primary-color);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    height: 100vh;
}

.main-section .row {
    align-items: flex-start !important;
}

.main-section {
    min-height: 100vh;
}

.top-bar {
    border-radius: 6px;
    height: 40px;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-text {
    color: #d4f1ef;
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 520px;
}

.demo-btn {
    background: #fff;
    color: var(--primary-color) !important;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    text-decoration: none;
}

.demo-btn:hover {
    background: var(--primary-hover);
    color: var(--primary-color) !important;
}

.signup-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px 28px;
    max-width: 520px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.signup-card .form-control {
    height: 50px !important;
    font-size: 14px;
}

.signup-card .form-check {
    margin-top: 10px;
}

.signup-card h5 {
    font-weight: 600;
}

.form-control {
    background: #f5f5f5;
    border: none;
    padding: 12px;
}

.signup-btn {
    background: #222;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    border: none;
}

@media (max-width: 991px) {
    .signup-card {
        margin: 40px auto 0;
        height: 580px;
        padding: 18px 25px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .col-lg-6.text-white {
        padding-top: 20px;
        text-align: center;
    }
}

.benefits-section {
    background: #ffffff;
    padding: 100px 0 !important;
    margin-top: 50px;
}

.section-title {
    text-align: start;
    font-size: 22px;
    font-weight: 600;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 80%;
    margin: auto;
}

.benefit-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 18px 22px;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.icon-box img {
    width: 30px;
    height: 30px;
}

.icon-box.orange {
    background: #fff1e6;
}

.icon-box.yellow {
    background: #fff6db;
}

.icon-box.green {
    background: #eef9e8;
}

.icon-box.blue {
    background: #edf3ff;
}

.icon-box.purple {
    background: #f8ecff;
}

.icon-box.red {
    background: #ffecec;
}

.benefit-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.benefit-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #777;
}

/* Responsive */
@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

.faq-accordion {
    max-width: 720px;
    margin: auto;
}

.accordion-item {
    border: none;
    border-bottom: 2px solid #e1e0e0ff;
}

.accordion-button {
    font-size: 14px;
    padding: 18px 0;
    font-weight: 500;
    background: none;
    box-shadow: none;
}

/* Overall accordion item spacing */
.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
}

/* Question button spacing */
.faq-accordion .accordion-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

/* Open (active) question background */
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #d9e9ff;
    color: #000;
}

/* Answer spacing */
.faq-accordion .accordion-body {
    padding: 16px 20px 22px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Remove focus shadow */
.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Plus / minus alignment */
.faq-accordion .accordion-button::after {
    margin-left: auto;
}

/* REMOVE Bootstrap default arrow completely */
.accordion-button::after {
    content: "+";
    background-image: none !important;
    background: none !important;
    font-size: 18px;
    font-weight: 400;
    width: auto;
    height: auto;
    margin-left: auto;
    transform: none !important;
}

/* Open state = minus */
.accordion-button:not(.collapsed)::after {
    content: "–";
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-body {
    font-size: 13px;
    color: #666;
    padding: 0 0 20px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.stats-cta-section {
    padding: 60px 0;
}

.stats-box {
    background: #222;
    border-radius: 8px;
    padding: 80px 70px;
    color: #fff;
}

/* TITLE */
.section-title {
    font-size: 32px;
    font-weight: 600;
}

/* STATS */
.stat-item h3 {
    color: #1fd6d6;
    font-size: 36px;
    font-weight: 600;
    text-align: start;
}

.stat-item p {
    font-size: 14px;
    color: #cfcfcf;
    line-height: 1.5;
    text-align: start;
}

/* RIGHT */
.section-desc {
    font-size: 18px;
    font-weight: 500;
}

.trial-title {
    font-size: 20px;
    font-weight: 600;
}

.trial-subtitle {
    font-size: 15px;
    color: #9a9a9a;
}

/* FORM */
.cta-form input {
    height: 46px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.trial-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    white-space: nowrap;
}

/* TABLET */
@media (max-width: 991px) {
    .stats-box {
        padding: 50px 40px;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .stats-box {
        padding: 35px 25px;
    }

    .section-title {
        font-size: 26px;
    }

    .stat-item h3 {
        font-size: 30px;
    }

    .section-desc {
        font-size: 16px;
    }

    .stats-cta-section {
        margin-top: 30px !important;
    }
}

.faq-section {
    padding: 50px 0px;
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

.custom-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6c757d;
    pointer-events: none;
}

/* TABLET */
@media (max-width: 991px) {
    .faq-section {
        padding: 40px 0px;
        margin-bottom: 50px !important;
    }

    .custom-dropdown {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 40px;
    }

    .dropdown-arrow {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #6c757d;
        pointer-events: none;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .faq-section {
        padding: 20px 0px !important;
        margin-top: 30px !important;
    }

    .custom-dropdown {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 20px;
    }

    .dropdown-arrow {
        top: 50%;
        right: 10px;
    }

    .faq-accordion .accordion-button {
        padding: 10px 9px;
        font-size: 13px;
        font-weight: 500;
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #096c6c;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    bottom: -10px;
    right: 300px;
}

.loader2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #096c6c;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    bottom: -10px;
    left: 600px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container {
    width: 100%;
    /* max-width: 1140px; */
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.section-titles {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    line-height: 48px;
    position: relative;
}

.section-titles::after {
    left: unset;
    right: 25%;
}

.testimonial-section {
    padding-top: 82px;
    padding-bottom: 72px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    border-radius: 40px;
    padding: 30px 23px;
    background: var(--primary-text);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 15px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 15px)
    );
    background: #d9d9d9;
    background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
    background: var(--primary-text);
}

.swiper.testimonial-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-items .testimonial-text {
    color: var(--white-text-white);
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    max-width: 330px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.testimonial-location {
    color: var(--white-text-white);
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    max-width: 330px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.testimonial-items .testimonial-title {
    color: var(--white-text-white);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-items .testimonial-title::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 9px;
    width: 20px;
    height: 1px;
    background-color: var(--white-text-white);
}

.testimonial-img img {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
    border-radius: 50% !important;
}

/* media query  */
@media screen and (min-width: 768px) {
    .swiper-pagination-bullet {
        width: var(
            --swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 24px)
        );
        height: var(
            --swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 24px)
        );
    }

    .section-titles::before,
    .section-titles::after {
        width: 141px;
    }
}
