/* ==========================================================================
   Why Choose GS Ayurveda Hospital — wc- prefix namespace
   ========================================================================== */

/* ── Section shell ─────────────────────────────────────────────────────── */
#why-choose-section {
    background-color: #F8F4EE;
    position: relative;
    padding: 52px 0 48px;
    overflow: hidden;
}

/* ── Corner decorative leaves ───────────────────────────────────────────── */
.wc-corner {
    position: absolute;
    width: 300px;
    height: 300px;
    pointer-events: none;
    z-index: 0;
    background-image: url('../images/leaf-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.19;
    /* subtle — per spec 18-20% */
}

.wc-corner--tl {
    top: -10px;
    left: -10px;
    background-position: top left;
}

.wc-corner--tr {
    top: -10px;
    right: -10px;
    background-position: top right;
    transform: scaleX(-1);
}

.wc-corner--bl {
    bottom: -10px;
    left: -10px;
    background-position: bottom left;
    transform: scaleY(-1);
}

.wc-corner--br {
    bottom: -10px;
    right: -10px;
    background-position: bottom right;
    transform: rotate(180deg);
}

/* ── Inner container ────────────────────────────────────────────────────── */
.wc-inner {
    position: relative;
    z-index: 1;
}

/* ── Header ─────────────────────────────────────────────────────────────── */
.wc-header {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #1a6640;
    margin: 0 0 14px;
}

.wc-leaf {
    width: 14px;
    height: 14px;
    fill: #1a6640;
    flex-shrink: 0;
}

.wc-leaf--flip {
    transform: scaleX(-1);
}

.wc-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a2e22;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
}

/* Gold lotus separator */
.wc-sep {
    display: flex;
    align-items: center;
    width: 200px;
    margin-bottom: 12px;
}

.wc-sep__line {
    flex: 1;
    height: 1px;
}

.wc-sep__line:first-child {
    background: linear-gradient(90deg, rgba(196, 158, 79, 0) 0%, rgba(196, 158, 79, 0.45) 100%);
}

.wc-sep__line:last-child {
    background: linear-gradient(90deg, rgba(196, 158, 79, 0.45) 0%, rgba(196, 158, 79, 0) 100%);
}

.wc-sep__lotus {
    width: 24px;
    height: 16px;
    color: #c49e4f;
    flex-shrink: 0;
    margin: 0 10px;
    opacity: 0.8;
}

.wc-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6e62;
    max-width: 600px;
    margin: 0;
}

/* ── 3×2 Cards Grid ──────────────────────────────────────────────────────── */
.wc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

/* ── Single Card ─────────────────────────────────────────────────────────── */
.wc-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #E8E0CF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wc-card:hover {
    transform: translateY(-8px);
    /* 3. lift -8px, no scale */
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.11);
    /* 3. stronger on hover */
}

/* Faint leaf watermark inside each card (bottom-right) */
.wc-card__leaf {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 90px;
    height: 90px;
    background-image: url('../images/Botanical-Corner-Background.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.10;
    pointer-events: none;
    transform: rotate(180deg);
}

/* Circular icon bubble */
.wc-card__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: rgba(26, 102, 64, 0.09);
    border: 1.5px solid rgba(26, 102, 64, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.wc-card:hover .wc-card__icon {
    transform: scale(1.06);
}

.wc-card__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0.88) saturate(1.2);
}

/* Card text body */
.wc-card__body {
    flex: 1;
    min-width: 0;
}

.wc-card__title {
    font-size: 15.5px;
    font-weight: 700;
    color: #1a6640;
    line-height: 1.3;
    margin: 0 0 8px;
    letter-spacing: -0.1px;
}

/* Green accent bar — 4. 6px height, 70px wide, pill radius */
.wc-card__divider {
    display: block;
    width: 70px;
    /* 4. wider: 36→70px */
    height: 6px;
    /* 4. taller: 2.5→6px */
    background: linear-gradient(90deg, #1a6640, rgba(26, 102, 64, 0.2));
    border-radius: 999px;
    /* 4. pill */
    margin-bottom: 12px;
    /* 5. slightly more gap before desc */
}

.wc-card__desc {
    font-size: 13.5px;
    line-height: 1.6;
    /* 5. slightly better readability */
    color: #66796d;
    margin: 0;
}

/* ── CTA Button ──────────────────────────────────────────────────────────── */
.wc-cta-wrap {
    display: flex;
    justify-content: center;
}

.wc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1a4028;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 0 40px;
    /* 7. more h-padding */
    height: 56px;
    /* 7. fixed height 56px */
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 28px rgba(26, 64, 40, 0.30);
    /* 7. stronger shadow */
}

.wc-cta-btn:hover {
    background: #0f5c30;
    transform: translateY(-4px);
    /* 7. lift upward */
    box-shadow: 0 16px 40px rgba(26, 64, 40, 0.40);
}

.wc-cta-icon {
    width: 18px;
    height: 12px;
    fill: #c49e4f;
    flex-shrink: 0;
}

.wc-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .wc-title {
        font-size: 40px;
    }

    .wc-grid {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    #why-choose-section {
        padding: 48px 0;
    }

    .wc-title {
        font-size: 32px;
    }

    .wc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-bottom: 32px;
    }

    .wc-corner--bl,
    .wc-corner--br {
        display: none;
    }
}

@media (max-width: 480px) {
    .wc-grid {
        grid-template-columns: 1fr;
    }

    .wc-card {
        padding: 20px 16px;
    }

    .wc-subtitle {
        font-size: 14px;
    }

    .wc-corner {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .wc-card,
    .wc-cta-btn {
        transition: none !important;
    }
}