
/*Main */

/*.tds-header .navbar .navbar-nav .nav-item .nav-link {*/
/*    color:#fff;*/
/*}*/

/*.fixed .navbar .navbar-nav .nav-item .nav-link{*/
/*    color:#747B81;*/
/*}*/

/* DEFAULT (top of page - hero) */
header {
    position: absolute;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
}

header .navbar a {
    color: #fff !important;
}

/* NAVBAR BUTTON FIX */
header .btn-outline-primary {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.7);
    background: transparent;
}

/* Hover */
header .btn-outline-primary:hover,header .btn-primary:hover {
    background: #fff;
    color: #0f8f5f !important;
}
/*header .navbar a {*/
/*    text-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
/*}*/

/* Home page (white bg → green hover) */
.home-header .navbar a:hover {
    color: #8DE28F!important;
}

/* Inner pages (green bg → white hover) */
/*.inner-header .navbar a {*/
/*    color: #fff!important;*/
/*}*/

/*.inner-header .navbar a:hover {*/
/*    color: #fff !important;*/
/*    opacity: 0.8;*/
/*}*/

header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .active {
    background: linear-gradient(to right, #00955E, #fff);
    color:#fff!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.nav-link.active{
    color:lightgray!important;
}



/* SCROLLED STATE */
header.scrolled {
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Change text color when scrolled */
header.scrolled .navbar a {
    color: #222 !important;
}

/* Buttons fix */
header.scrolled .btn-outline-primary {
    color: #0f8f5f !important;
    border-color: #0f8f5f;
}

header.scrolled .btn-primary {
    background: #0f8f5f;
    color: #fff;
}

header.scrolled .btn-outline-primary:hover {
    background: #0f8f5f;
    color: #fff !important;
}

/* MOBILE NAV FIX */
@media (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        z-index: 999;
    }

}

@media (max-width: 991px) {

    .navbar-nav {
        align-items: flex-start !important;
    }

    .navbar-nav .nav-link {
        color: #222 !important;
        padding: 10px 0;
        font-size: 16px;
    }

}

@media (max-width: 991px) {

    .header-btn-grp {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-top: 15px;
    }

    .header-btn-grp .btn {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 991px) {

    header {
        background: #fff !important;
        position: relative;
    }

}

.navbar-collapse {
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .navbar-collapse {
        transition: all 0.3s ease;
    }
}

/*!* 1. Default (all pages, including homepage when scrolled) *!*/
/*.tds-header .navbar .nav-link {*/
/*    color: #747B81;*/
/*    transition: color 0.3s ease;*/
/*}*/

/*!* 2. Homepage only – before scroll *!*/
/*body.home .tds-header:not(.fixed) .navbar .nav-link {*/
/*    color: #fff;*/
/*}*/
/*utility*/

.text-primary-solid {
    color: #76B07F !important;
}
/*About section*/
.about-features li {
    list-style: none!important;
    font-weight: 500;
}

.about-section ul li::before{
    display: none !important;
    content: none !important;
}

.about-section ul li i {
    font-size: 26px!important;
}

.about-features svg {
    font-size: 18px;
}

.about-features .svg-inline--fa {
    font-size: 13px;
    width: 30px;
    height: 30px;
    padding: 6px;
    background: rgba(31,163,106,0.08);
    border-radius: 50%;
}

.about-features {
    gap: 12px 30px;
}

.about-features li {
    font-size: 15px;
    font-weight: 500;
}

.about-features li:hover {
    transform: translateY(-2px);
    transition: 0.2s ease;
}

/*.about-features {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    gap: 15px 30px;*/
/*}*/

/* Service Card Base */
.services-innner-block {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    /*min-height: 260px;   !* adjust: 260–300px sweet spot *!*/
    min-height: 300px;
    padding: 60px 32px;  /* more breathing room */
}

/* Background image */
/* Background image */
.services-innner-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--service-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    z-index: 1;
}

/* Overlay (VISIBLE INITIALLY) */
.services-innner-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); /* 👈 initial soft overlay */
    transition: background 0.4s ease;
    z-index: 2;
}

.services-block .services-innner-block {
    /*margin-right: 2px; !* 👈 horizontal gap between cards *!*/
    /*margin: 0 2px; !* 👈 perfect spacing *!*/
}

/*.services-block {*/
/*    padding: 0 12px!important;*/
/*}*/

.services-carousel {
    padding: 0 16px;
}

@media (max-width: 768px) {
    .services-carousel {
        padding: 0 2px;
    }

    .home-page .services-section .services-block{
        padding: 10px;
    }
}

.after-rectangle-shape {
    padding: 30px 16px; /* was tighter before */
}

.services-innner-block {
    width: calc(33.33% - 16px); /* creates spacing */
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.services-innner-block::before {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.1)
    );
}

.services-section .slick-prev,
.services-section .slick-next {
    width: 36px !important;
    height: 36px !important;
    top: 50%!important;
    transform: translateY(-50%)!important;

}

.services-section .slick-prev:hover,
.services-section .slick-next:hover {
    background: rgba(31, 163, 106, 0.25) !important;
}

.services-section .slick-prev:before,
.services-section .slick-next:before {
    font-size: 14px !important;
}


@media (max-width: 768px) {
    .services-section .slick-prev,
    .services-section .slick-next {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .services-innner-block {
        width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .services-innner-block {
        width: 100%;
    }
}

.services-innner-block {
    border-radius: 22px;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.10);
    outline: 4px solid #fff;
    outline-offset: -4px;
}

/* Default content */

.service-card-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center */
    text-align: center;
    transition: opacity 0.4s ease;
}

/* Hover content */

.service-hover-overlay {
    position: absolute;
    bottom: 70px;
    left: 20px;
    right: 20px;
    z-index: 4;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    bottom: 40px!important;
}

.service-hover-overlay p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.services-innner-block h4 {
    margin-top: 10px;
    font-weight: 600;
    color:#fff!important;
}




/* Hover effect */
.services-innner-block:hover::after {
    transform: scale(1.1) rotate(-2deg);
}

.services-innner-block:hover::before {
    background: rgba(0, 0, 0, 0.55); /* 👈 stronger on hover */
}

.services-innner-block:hover .service-card-content {
    /*opacity: 0;*/
    opacity: 1;
}

.services-innner-block:hover .service-hover-overlay {
    opacity: 1;
}

.services-block {
    transition: transform .35s ease, box-shadow .35s ease;
}

.slick-current .services-block {
    transform: scale(1.02);
}

.slick-current .services-innner-block {
    background: #ffffff;
}

@media (max-width: 768px) {
    .services-innner-block {
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto;
    }
}

/* Disable hover on mobile */
@media (max-width: 768px) {
    .services-innner-block::before,
    .services-innner-block::after,
    .service-hover-overlay {
        /*display: none;*/
    }

    .service-card-content {
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .home-page .services-section .right-shape {
        padding-left: 0;
    }
}

/* Mobile: show only ONE service per slide */
@media (max-width: 767px) {

    .services-block .services-innner-block {
        display: none;
    }

    .services-block .services-innner-block:first-child {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    /* Optional: hide divider */
    .services-block .divider {
        display: none;
    }
}




/* ================================
   HERO BACKGROUND SLIDER – FINAL
   ================================ */

.hero-section {
    position: relative;
    width: 100%;
}

/* Slider wrapper */
.hero-slider {
    /*min-height: 70vh;*/
    height: 100vh;
    min-height: 100vh;
}

/* Each slide */
.hero-slide {
    /*min-height: 70vh;*/
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 200px;
}

/* Premium gradient overlay */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(0, 0, 0, 0.15) 100%
    );
}

/* Hero content */
.hero-content {
    position: relative;
    z-index: 2;
    /*padding: 90px 0;*/
    max-width: 620px;
    /*margin-top: 18rem;          !* fine-tune (adjust ±10px if needed) *!*/

}

/* Top line (small heading) */
.hero-content p {
    color: #9fe0b3; /* soft green accent */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

/* Main heading */
.hero-content h1 {
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
}

/* CTA button */
.hero-content .btn {
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 500;
}

/* ================================
   MOBILE OPTIMIZATION
   ================================ */
@media (max-width: 768px) {
    .hero-slider,
    .hero-slide {
        /*min-height: 60vh;*/
        height: 100vh;
    }

    .hero-content {
        /*padding: 70px 0;*/
        max-width: 100%;
        text-align: center;
        padding-top: 110px;
    }

    /*.hero-content {*/
    /*    margin-top: 0;*/
    /*    text-align: center;*/
    /*}*/


    .hero-content h1 {
        font-size: 2.2rem;
    }
/*    About Section*/
    @media (max-width: 768px) {
        .about-features li {
            margin-bottom: 0.75rem;
        }
    }
}


/* =========================
   Process - Journey
========================= */

/* Image wrapper */
.process-image-wrapper {
    width: 100%;
    max-width: 520px;
    height: 520px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

/* Image */
#process-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.6s ease;
}

.process-image-wrapper.zoom {
    transform: scale(1.01);
}

/* Zoom animation */
.process-image-wrapper.zoom img {
    transform: scale(1.06);
}

/* Steps wrapper */
.process-steps {
    max-width: 520px;
}

/* Step base */
.process-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding-left: 42px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: transform 0.25s ease;
    padding: 12px 0 12px 42px; /* controls vertical space */
}

.process-step + .process-step {
    margin-top: 8px; /* consistent gap between tabs */
}

/* Vertical base line */
.process-step::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #e5e7eb;
    background: linear-gradient(
        to bottom,
        #e5e7eb 0%,
        #e5e7eb 70%,
        transparent 100%
    );
}

/* Animated progress line */
.process-step::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 4px;
    width: 2px;
    height: 0%;
    background: #587F6B;
    transition: height 0.4s ease;
}

/* Active line fill */
.process-step.active::after {
    height: calc(100% - 8px);
}

/* Number */
.process-step span {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #9aa0a6;
    font-weight: 500;
}

/* Content wrapper */
.process-step > div {
    flex: 1;
}

/* Title */
.process-step h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #1f2937;
    line-height: 1.25;
    opacity: 0.75;
    transform: translateY(6px);
    transition: all 0.3s ease;
}

.process-step.active h4 {
    opacity: 1;
}

/* Description */
.process-step p {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
    max-width: 360px;
    line-height: 1.6;

    opacity: 0;
    transform: translateY(6px);
    transition: all 0.3s ease;
}

/* Active step */
.process-step.active {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 20px 16px 42px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transform: translateX(6px);
    margin-bottom: 22px;
}

/* Active content animation */
.process-step.active h4 {
    opacity: 1;
    transform: translateY(0);
    color: #587F6B;
}

.process-step.active p {
    opacity: 1;
    transform: translateY(0);
}

/* Active number */
.process-step.active span {
    color: #587F6B;
    font-weight: 600;
}

/* Hover */
.process-step:hover {
    transform: translateX(4px);
}

/* Hide inactive descriptions */
.step-desc {
    display: none;
}

.process-step.active .step-desc {
    display: block;
}

/* Remove last spacing */
.process-step:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .process-image-wrapper {
        height: 220px;
        border-radius: 14px;
        margin-top:4rem!important;
    }

    .process-step {
        padding: 10px 0 10px 38px;
    }

}


/* Appointment Form */
.appointmnet-section__inner-block {
    padding: 50px 40px;
    border-radius: 30px;
    background: linear-gradient(135deg, #6fa88c, #0f8f5f);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.contact-form__input-block {
    margin-bottom: 16px;
}

.form-control-transparent {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.25s ease;
}

.form-control-transparent::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Focus */
.form-control-transparent:focus {
    background: rgba(255,255,255,0.15) !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.35);
    height: 52px;
    border-radius: 12px;
}

.select2-selection__rendered {
    color: #fff !important;
    line-height: 52px !important;
}

.select2-results__option {
    padding: 10px 14px;
}

.select2-container--default .select2-results__option--highlighted {
    background: #587F6B!important;
    color: #fff!important;
}

.select2-selection__arrow {
    height: 48px !important;
}

.appointment-calendar {
    padding-right: 40px;
}

.booking-btn {
    background: #ffffff;
    color: #0f8f5f;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-form h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.appointmnet-section img {
    max-width: 90%;
}

@media (max-width: 768px) {

    .appointmnet-section__inner-block {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .contact-form h2 {
        font-size: 26px;
    }

}


/* Patient Testimonials  */

.testimonial-section {
    background: #EDE7DE; /* soft beige like your screenshot */
}

/* CARD */
.testimonial-section__testimonial-card {
    background: #F3F8F5; /* warm premium tone */
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT IMAGE */
.testimonial-image-wrapper {
    width: 300px;
    flex-shrink: 0;
}

.testimonial-image-wrapper img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    object-fit: cover;

}

/* RIGHT CONTENT */
.testimonial-content {
    max-width: 600px;
}

/* TEXT */
.paragraph {
    font-style: italic;
    font-size: 18px;
    line-height: 1.8;
    color: #2d2d2d;
    margin-bottom: 20px;
}

/* NAME */
.profile-name {
    font-weight: 600;
    font-size: 20px;
    color: #1a1a1a;
}

/* CAROUSEL FIX */
.testimonial-carousel .slick-slide {
    display: flex !important;
    justify-content: center;
}

/* DOTS */
.slick-dots li button:before {
    font-size: 10px;
    color: #bbb;
}

.slick-dots li.slick-active button:before {
    color: #6c8f7c;
}

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

    .testimonial-section__testimonial-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 25px;
    }

    .testimonial-image-wrapper {
        width: 100%;
        max-width: 280px;
    }

    .testimonial-content {
        max-width: 100%;
    }
}

.testimonial-section__testimonial-card {
    transition: all 0.3s ease;
}

.slick-current .testimonial-section__testimonial-card {
    transform: scale(1.02);
}


/* =========================
   FOOTER STYLING (PREMIUM)
========================= */

/* Background */
footer.bg-primary {
    background: linear-gradient(135deg, #6fa88c, #0f8f5f);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

/* Headings */
footer h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* Links */
footer a {
    color: #fff;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #CFC0A0 !important;
    transform: translateX(4px);
}

/* Contact block */
.footer-info__block {
    display: flex;
    align-items: center;
}

/* Icon style (modern soft look) */
.footer-info__footer-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon color */
.text-primary-solid {
    color: #CFC0A0 !important;
}

/* Contact text */
.footer-info__contact-label {
    font-size: 15px;
}

/* =========================
   SUBSCRIBE FORM
========================= */

.form-control-transparent {
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 12px 0 0 12px;
    box-shadow: none;
}

.form-control-transparent:focus {
    outline: none;
    box-shadow: none;
    background: rgba(255,255,255,0.2);
}

/* Placeholder */
.form-control-transparent::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Submit button */
.input-group-text {
    background: #fff;
    border: none;
    border-radius: 0 12px 12px 0;
    padding: 0 18px;
    transition: all 0.3s ease;
}

.input-group-text:hover {
    background: #CFC0A0;
}

/* Icon inside button */
.input-group-text i {
    color: #0f8f5f;
}

/* =========================
   DIVIDER
========================= */

.border-top-primary {
    border-top: 1px solid rgba(255,255,255,0.2);
}

/* =========================
   COPYRIGHT TEXT
========================= */

footer p {
    font-size: 14px;
    opacity: 0.9;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    footer .row > div {
        margin-bottom: 25px;
    }

    .footer-info__footer-icon {
        width: 38px;
        height: 38px;
    }

    .form-control-transparent {
        padding: 12px;
    }
}

/* =========================
   SOCIAL ICONS
========================= */

.footer-social {
    display: flex;
    gap: 12px;
}

/* Icon container */
.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

/* Hover effect */
.footer-social a:hover {
    background: #fff;
    color: #0f8f5f;
    transform: translateY(-3px);
}


/* =========================
   PAGE HERO SECTION
========================= */

.page-hero-section {
    height: 300px;
    background:
        linear-gradient(
            135deg,
            rgba(15, 143, 95, 0.9),
            rgba(111, 168, 140, 0.8)
        ),
        url('/assets/front/images/tds-page.jpeg');

    background-size: cover;
    background-position: center;
    border-radius: 0 0 40px 40px;
}

/* Title */
.page-hero-section h1 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Breadcrumb */
.page-hero-section .breadcrumb {
    background: transparent;
}

.page-hero-section .breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.page-hero-section .breadcrumb-item.active {
    color: #fff;
}

/* separator */
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}


/* Faqs */

.faq-accordion .accordion-item {
    border: none;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
    transform: translateY(-2px);
}

.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 22px;
    background: #f8f9fa;
    color: #2c2c2c;
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #eaf5ef;
    color: #2e7d5b;
}

/* REMOVE default bootstrap arrow */
.faq-accordion .accordion-button::after {
    display: none;
}

/* CUSTOM ICON */
.faq-accordion .accordion-button {
    position: relative;
}

.faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}

/* When open → turn into minus */
.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
    transform: rotate(180deg);
    color: #2e7d5b;
}

.faq-accordion .accordion-body {
    padding: 16px 22px;
    color: #555;
    line-height: 1.6;
    background: #ffffff;
}

.our-faqs-page .accordion-button:not(.collapsed){
    background-color:#f7faf8!important;
}

.accordion-collapse {
    transition: all 0.35s ease;
}

.accordion-body {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Services Page */

.services-section {
    background: #f7faf8;
}

/* Card */
.service-item {
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

/* Image */
.service-img {
    overflow: hidden;
    border-radius: 14px;
}

.service-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Slight zoom on hover */
.service-item:hover .service-img img {
    transform: scale(1.05);
}

/* Content */
.service-content {
    padding-top: 15px;
}

/* Title */
.service-title {
    font-size: 18px;
    font-weight: 600;
    color: #2e7d5b;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}
.service-item:hover .service-title {
    color: #1f8f5f;
}

/* Description */
.service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Button (simple, clean) */
.service-btn {
    font-size: 14px;
    font-weight:600;
    color: #2e7d5b;
    text-decoration: none;
    position: relative;
}

/* Underline animation */
.service-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #2e7d5b;
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
}

.service-btn:hover::after {
    width: 100%;
}


/* Stats */

.services-counter-section {
    background: #f7faf8;
}

/* Wrapper */
.counter-wrapper {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* Item */
.counter-item {
    padding: 20px 10px;
    position: relative;
    transition: all 0.3s ease;
}

/* Subtle vertical separators */
.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(0,0,0,0.08);
}

/* Hover (adds life) */
.counter-item:hover {
    transform: translateY(-4px);
}

/* Number */
.counter-number {
    font-size: 42px;
    font-weight: 700;
    color: #1f8f5f;
    margin-bottom: 6px;
}

/* Label */
.counter-label {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* Our Team */

.our-team-section {
    background: #f7faf8;
}

/* Card */
.doctor-card {
    padding: 25px 15px;
    transition: all 0.3s ease;
}

/* Image */
.doctor-img {
    width: 110px;
    height: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.doctor-name {
    font-size: 18px;
    font-weight: 600;
    color: #2e7d5b;
    margin-bottom: 4px;
}

/* Speciality */
.doctor-speciality {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

/* Button (light style, not heavy) */
.doctor-btn {
    font-size: 14px;
    color: #2e7d5b;
    text-decoration: none;
    position: relative;
}

/* Underline hover */
.doctor-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #2e7d5b;
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
}

.doctor-btn:hover::after {
    width: 100%;
}

/* Hover (subtle lift) */
.doctor-card:hover {
    transform: translateY(-5px);
}


/* ===== AUTH PAGE STYLING ===== */

.auth-page {
    background: linear-gradient(135deg, #f0f7f3, #e6f4ec);
    min-height: 100vh;
}

/* Card */
.auth-page .bg-white {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: none;
}

/* Logo spacing */
.auth-page .image img {
    width: 90px;
}

/* Heading */
.auth-page h1 {
    font-weight: 600;
    color: #1f2937;
}

/* Labels */
.auth-page label {
    font-weight: 500;
    color: #374151;
}

/* Inputs */
.auth-page .form-control {
    border-radius: 8px;
    padding: 10px 12px;
}

.auth-page .form-control:focus {
    border-color: #76B07F;
    box-shadow: 0 0 0 0.2rem rgba(118, 176, 127, 0.25);
}

/* Button (Brand Green) */
.auth-page .btn-primary {
    background: linear-gradient(90deg, #76B07F, #009555);
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}

.auth-page .btn-primary:hover {
    background: linear-gradient(90deg, #5f9c69, #007a47);
}

/* Links */
.auth-page .link-info ,.auth-page footer a {
    color: #009555 !important;
    font-weight: 500;
}

.auth-page .link-info:hover ,.auth-page footer a:hover {
    color: #007a47 !important;
}



/* Checkbox */
.auth-page .form-check-input:checked {
    background-color: #009555;
    border-color: #009555;
}

/* Helper text */
.auth-page .text-gray-700 {
    color: #6b7280 !important;
}

/* Password eye icon */
.auth-page .input-icon {
    color: #6b7280;
}

/* Spacing polish */
.auth-page .mb-4 {
    margin-bottom: 1.2rem !important;
}

.auth-page .mb-7 {
    margin-bottom: 1.8rem !important;
}

/* Responsive */
@media (max-width: 576px) {
    .auth-page .bg-white {
        padding: 20px !important;
    }
}
