:root {
    --bg-dark-green: #0A2B24;
}

html {
    scroll-behavior: smooth;
}

body {
    scrollbar-width: smooth;
}

.bg-new {
    background-color: #D2DADA !important;
}

/*
.header-card:before {
    content: "";
    position: absolute;
    bottom: -280px;
    left: 0;
    width: 150%;
    height: 100%;
    background: url('../new-img/bottom-shadow.png') no-repeat center center;
    z-index: 1;
} */

.countet_section {
    padding: 50px 0;
}

.custom-counter {
    display: flex;

}

.custom-counter .counter_card {
    flex: 1;
    /* equal width */
    text-align: center;
    margin: 10px;
    background-color: rgba(85, 127, 127, 0.48);
    padding: 40px 10px;
    border-radius: 10px;
    text-align: center;
    color: var(--bg-dark-green);
}

.counter_card h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--bg-dark-green);
}

.counter_card p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    color: var(--bg-dark-green);
}

.title-bg {
    background-color: var(--bg-dark-green) !important;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 40px;
}

.title-fonts {
    font-size: 50px;
    font-weight: 500;
    color: white !important;
}

.new-img img {
    max-width: 100%;
}

.trustes_text p {
    font-size: 26px;
    color: var(--bg-dark-green);
    font-weight: semi-bold;
}

.section-smile {
    background-image: url('../new-img/smile-bg.png');
    color: white;
    background-size: cover;
    padding: 30px 0;
    overflow: visible;
    position: relative;
}

.smile_text {
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
}

.section-smile:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -48px;
    width: 400px;
    height: 530px;
    background-image: url('../new-img/smile.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.laser_img img {
    object-fit: cover;
    object-position: left;
    min-height: 80dvh;

}

.laser_card {
    background-color: #557F7F;
    border-radius: 36px;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    height: 100%;

}

.laser_card h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.section-why {
    padding: 5cqw 0;
}

.why_img {
    border: 6px solid var(--bg-dark-green);
    border-radius: 40px;
}

.why_img {
    position: relative;
    overflow: hidden;
}

.why_img .img-2 {
    position: absolute;
    bottom: -108px;
    padding: 30px;
    height: 150px;
    width: 150px;
    left: 50%;
    border: none;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
}

.why_text h2 {
    color: var(--bg-dark-green);
}

.why_text p {
    color: var(--bg-dark-green);
    font-size: 30px;
}

.section-how h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;


}

.progress_text {
    font-size: 30px;
    text-transform: capitalize;
}

.progress-item h6 {
    font-size: 28px;
}

.testimonial_card {
    background-color: var(--bg-dark-green) !important;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    color: white;
}

.swiper-slide.swiper-slide-active .testimonial_card {
    background: #557F7F !important;
}

.testimonial_img {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.testimonial_img:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow:
        0 0 5px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);

    border-radius: 50px;
}

.testimonial_btn {
    background-color: #ffffff1c;
    color: white;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.section-faq {
    padding: 50px 0;
}

.faq_title {
    font-weight: 500;
    text-align: center;
    color: var(--bg-dark-green);
}

.faq_title p {
    font-size: 30px;
}



.faq-item {
    background: #5f8f8b;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
    transition: 0.3s;
    font-size: 28px;
}

.faq-question {
    padding: 15px 20px;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.faq-question .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 30px;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    color: #333;
    font-size: 20px;
    transition: 0.3s;
    text-align: left;
    padding: 0 20px;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 15px 20px;
    max-height: 200px;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

.footer {
    background: linear-gradient(90deg,
            rgba(85, 127, 126, 1) 0%,
            rgba(10, 43, 36, 1) 100%) !important;
    padding: 40px 0;
}


@media screen and (max-width: 1200px) {
    .trustes_text p {
        font-size: 20px;
    }

    .smile_text {
        font-size: 20px;
    }

    .why_text p {
        font-size: 20px;
    }

    .progress_text {
        font-size: 20px;
    }

    .faq-item {
        font-size: 20px;
    }

    .progress-item h6 {
        font-size: 24px;
    }

    .section-smile:before {
        width: 361px;
        height: 501px;
    }
}

@media screen and (max-width: 991px) {
    .custom-counter .counter_card {
        flex: 45%;
        margin: 10px;
    }

    .countet_section {
        padding: 30px 0;
    }

    .new-img {
        margin-bottom: 30px;
    }

    .section-smile:before {
        display: none;
    }

    .laser_img img {
        height: 45dvh;
    }

    .laser_card {
        padding: 20px;
        margin-bottom: 20px;
        height: 300px;
    }

    .why_img {
        margin-bottom: 20px;
    }

    .img-1 {
        width: 100%;
        height: auto;
    }

    .banner__fix {
        height: 40dvh;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width: 768px) {

    .tc-numbers-st4 .numbers .number-card {
        position: relative;
        width: 265px;
        height: 265px;
        padding: 32px;

    }
}

@media screen and (max-width: 578px) {

    .trustes_text p {
        font-size: 18px;
    }

    .smile_text {
        font-size: 18px;
    }

    .why_text p {
        font-size: 18px;
    }

    .progress_text {
        font-size: 18px;
    }

    .laser_img img {
        min-height: auto;
    }
}

@media screen and (max-width: 425px) {

    .tc-header-st4 .header-slider .swiper-slide .header-card {
        min-height: 60dvh;
    }

    .logo img {
        width: 150px;
    }

}
