
.logo{
    font-size:35px;
    font-weight: bold;
    color:#2E7D32;
    text-decoration: none;
}
.why-us-bg {
    position: absolute;
    inset: 0;
    background: url('../image/why-bg-overlay.png') center/cover no-repeat;
    opacity: 0.15;
    pointer-events: none;
}
.why-image-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}
.why-stats-card {
    position: absolute;
    bottom: -24px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: 260px;
    background: #1d5d1f;
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
.why-us-content h2 {
    font-size: 2.8rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}
.why-us-content  {
    color: #000;
}
.why-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid #000;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .3s ease, background .3s ease;
}
.why-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.14);
}
.why-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: grid;
    place-items: center;
}
.why-icon i {
    color: #1d5d1f;
    font-size: 1.6rem;
}
.why-card h5,
.why-card p {
    color: #000;
}
@media (max-width: 991px) {
    .why-stats-card {
        position: static;
        width: 100%;
        margin-top: 1.5rem;
    }
    .why-us-content h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 767px) {
    .why-card {
        min-height: auto;
    }
    .why-image-card,
    .why-us-content {
        padding: 1rem;
    }
}
.hero.section {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../image/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.75);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 61, 16, 0.35);
}
.hero .container {
    position: relative;
    z-index: 2;
}
.hero-top {
    padding-top: 120px;
    padding-bottom: 40px;
}
.hero-logo {
    max-width: 180px;
}
.hero-title {
    font-size: clamp(3rem, 5vw, 5rem);
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.75rem;
}
.hero-breadcrumb {
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
}
.hero-breadcrumb a {
    color: #c7f4c3;
}
.hero-sidebar-left,
.hero-sidebar-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-sidebar-left {
    left: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.18em;
}
.hero-sidebar-left span {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}
.hero-emergency-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    align-items: center;
    justify-content: center;
}
.hero-emergency-icon i {
    color: #fff;
    font-size: 0.95rem;
}
.hero-sidebar-right {
    right: 20px;
}
.hero-social {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
    position: relative;
}
.hero-social::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    transition: opacity .2s ease, transform .2s ease;
}
.hero-social:hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.hero-social:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
}
.hero-call-card {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background: #235923;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 60px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
    text-decoration: none;
    z-index: 3;
}
.hero-call-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: grid;
    place-items: center;
}
.hero-call-icon i {
    color: #fff;
}

.doctor-card {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease;
}
.doctor-card:hover {
    transform: translateY(-10px);
}
.doctor-card-inner {
    position: relative;
}
.doctor-card-inner img {
    display: block;
    width: 100%;
    height: auto;
}
.doctor-hover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: grid;
    place-items: center;
}

.doctor-card:hover .doctor-hover {
    opacity: 1;
}
.doctor-hover i {
    color: #fff;
    font-size: 2rem;
}
