﻿.hero-section {
    background: #f7fbfb;
    padding: 100px 0;
}

.hero-badge {
    background: #0f766e;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}

.hero-doctor {
    max-height: 650px;
}

.service-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .service-box:hover {
        transform: translateY(-10px);
    }

.btn-success {
    background: #0f766e;
    border: none;
}

    .btn-success:hover {
        background: #0b5d57;
    }
.section-title {
    color: #0f766e;
    font-weight: 600;
    letter-spacing: 2px;
}

.why-us {
    background: #fff;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

    .feature-card:hover {
        transform: translateY(-8px);
    }

    .feature-card i {
        font-size: 45px;
        color: #0f766e;
        margin-bottom: 20px;
    }

.procedure-card {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    transition: .4s;
}

    .procedure-card:hover {
        background: #0f766e;
        color: white;
    }

    .procedure-card i {
        font-size: 42px;
        margin-bottom: 20px;
    }

.counter-section {
    background: #0f766e;
    color: white;
    padding: 80px 0;
}

.counter {
    font-size: 55px;
    font-weight: bold;
}
.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

    .testimonial-card:hover {
        transform: translateY(-10px);
    }

.stars {
    color: #ffc107;
    font-size: 22px;
    margin-bottom: 20px;
}

.appointment-section {
    background: #0f766e;
    padding: 80px 0;
}

.accordion-button {
    font-weight: 600;
}

.accordion-item {
    margin-bottom: 15px;
}

.page-banner {
    background: #0F766E;
    padding: 90px 0;
    color: #fff;
}

.qualification-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
    transition: .4s;
}

    .qualification-card:hover {
        transform: translateY(-8px);
    }

.expertise-list {
    list-style: none;
    padding: 0;
}

    .expertise-list li {
        padding: 12px;
        margin-bottom: 10px;
        background: #F8F8F8;
        border-left: 5px solid #0F766E;
    }

.timeline {
    border-left: 4px solid #0F766E;
    padding-left: 30px;
}

.timeline-item {
    margin-bottom: 40px;
}

.hospital-card {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    font-weight: 600;
}

.appointment-box {
    background: #0F766E;
    padding: 70px 0;
    color: #fff;
    text-align: center;
}

.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .service-card:hover {
        transform: translateY(-10px);
    }

    .service-card .icon {
        width: 80px;
        height: 80px;
        margin: auto;
        background: #0F766E;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-bottom: 25px;
    }

.step-box {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

    .step-box span {
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #0F766E;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.feature-list {
    list-style: none;
    padding: 0;
}

    .feature-list li {
        padding: 15px 0;
        font-size: 18px;
        border-bottom: 1px solid #eee;
    }

.contact-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    height: 100%;
}

    .contact-box h3 {
        color: #0F766E;
        font-weight: 700;
    }

.hospital-item {
    padding: 20px 0;
}

    .hospital-item h5 {
        font-weight: 700;
    }

.form-control,
.form-select {
    height: 50px;
    border-radius: 10px;
}

textarea.form-control {
    height: auto;
}

.btn-success {
    background: #0F766E;
    border: none;
}

    .btn-success:hover {
        background: #0a5b55;
    }