.stadium-manage-header-wrap {
    max-width: 1180px;
    margin: 64px auto 0;
    padding: 0 140px;
    display: flex;
    align-items: center;
    gap: 20px
}

.stadium-manage-header-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    flex: 1;
    max-width: 365px;
    line-height: 1.3
}

.stadium-manage-header-divider {
    width: 0.5px;
    height: 50px;
    background: #414141;
}

.stadium-manage-header-wrap p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    flex: 1;
    line-height: 1.45
}

.stadium-manage-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 0px 40px 140px;
    display: flex;
    align-items: flex-start;
    gap: 40px
}

.stadium-manage-left {
    flex: 0 0 370px
}

.stadium-manage-img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
    display: block
}

.stadium-manage-right {
    flex: 1
}

.s-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 9px 0;
}

.s-feat-item:first-child {
    padding-top: 0;
}

.s-feat-item:last-child {
    border-bottom: none;
}

.s-check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #F3ECFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.s-check svg {
    width: 20px;
    height: 20px;
}

.s-check svg path,
.s-check svg polyline {
    stroke: #6F42C1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.s-feat-body {
    flex: 1;
}

.s-feat-body h4 {
    margin: 0 0 0px;
    font-size: 16px;
    font-weight: 700;
    color: #1F2430;
    line-height: 1.3;
}

.s-feat-body p {
    margin: 0;
    font-size: 13px;
    color: #616161;
    line-height: 1.6;
}

@media(max-width:768px) {
    .s-feat-item {
        gap: 14px;
        padding: 18px 0;
    }

    .s-check {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .s-check svg {
        width: 16px;
        height: 16px;
    }

    .s-feat-body h4 {
        font-size: 16px;
    }

    .s-feat-body p {
        font-size: 14px;
    }
}

/* --- WHY CHOOSE ENALYTIX SECTION (FULLY OPTIMIZED RESPONSIVE CSS) --- */

.stadium-why-sec {
    padding: 40px 190px 40px 190px;
    text-align: center;
}

.stadium-why-sec h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    color: #000;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.s-underline {
    width: 70px;
    height: 4px;
    background: #7352cd;
    margin: 0 auto 56px;
    border-radius: 2px;
}

.stadium-why-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.s-why-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s-why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #F3ECFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px 0;
    /* Margin right/left auto hata kar 0 kiya */
    transition: transform 0.3s ease, background 0.3s ease;
}

.s-why-card:hover .s-why-icon {
    background: #EADBFF;
    transform: translateY(-5px);
}

.s-why-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.s-why-card p {
    font-size: 15px;
    color: #000;
    line-height: 1.35;
    margin: 0;
    font-weight: 500;
    text-align: left;
    word-wrap: break-word;
}

/* TABLET & IPAD VIEW RESPONSIVE RESET */
@media(max-width: 1024px) {
    .stadium-why-grid {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 40px;
        gap: 40px 32px;
    }

    .s-why-card {
        flex: 0 0 calc(33.33% - 22px);
        min-width: 160px;
        align-items: flex-start;
    }
}

/* MOBILE VIEW (768px aur usse niche - Cards ko center karne ke liye) */
@media(max-width: 768px) {
    .stadium-why-sec {
        padding: 44px 20px;
    }

    .stadium-why-grid {
        padding: 0 10px;
        gap: 32px 20px;
        justify-content: center;
        /* Grid elements ko screen ke center me layega */
    }

    .s-why-card {
        flex: 0 0 calc(50% - 10px);
        min-width: 130px;
        align-items: center;
        /* Icon ko card ke center me align karega */
    }

    .s-why-icon {
        margin: 0 0 16px 0;
        /* Mobile center alignment ke liye safe auto margin reset handle hua */
    }

    .s-why-card p {
        text-align: center;
        /* Text ko center align karega */
    }
}

/* SMARTPHONE VIEW (480px aur usse niche) */
@media(max-width: 480px) {
    .stadium-why-grid {
        flex-direction: column;
        align-items: center;
        /* Poore structure ko call center mode pe dalega */
        gap: 32px;
    }

    .s-why-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 260px;
        /* Text alignment bikhre nahi, isliye max-width control rakhi hai */
        align-items: center;
        /* Strictly center grid icons */
    }

    .s-why-card p {
        text-align: center;
    }
}

.stadium-cta-wrap {
    max-width: 1180px;
    margin: 0 auto 60px;
    padding: 0 40px
}

.stadium-cta-box {
    background: linear-gradient(135deg, #7151D1 0%, #2A1B54 100%);
    border-radius: 16px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.stadium-cta-text h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px
}

.stadium-cta-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin: 0
}

.s-cta-btn {
    background: #fff;
    color: #7151D1;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s;
    flex-shrink: 0
}

.s-cta-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #7151D1
}

.s-cta-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0ebff;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-cta-icon svg {
    width: 12px;
    height: 12px;
    stroke: #7151D1;
    stroke-width: 2;
    fill: none
}

.s-hero-slider-ctrl {
    display: inline-flex;
    align-items: center;
    background: #1a1a2e;
    border-radius: 20px;
    padding: 8px 16px;
    gap: 12px;
    margin-top: 24px
}

.s-hero-arrow {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none
}

.s-hero-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.3)
}

@media(max-width:1024px) {
    .stadium-manage-wrap,
    .stadium-manage-header-wrap {
        flex-direction: column;
        padding: 48px 24px;
        gap: 32px
    }

    .stadium-manage-header-divider {
        width: 100%;
        height: 2px
    }

    .stadium-manage-left {
        flex: none;
        width: 100%
    }

    .stadium-cta-box {
        flex-direction: column;
        text-align: center
    }
}

@media(max-width:768px) {
    .stadium-manage-wrap,
    .stadium-manage-header-wrap {
        padding: 0px 8px
    }

    .stadium-cta-wrap {
        margin: 0 auto 50px;
        padding: 0px 8px 0px;
    }

}

@media(max-width:480px) {
    .stadium-manage-header-wrap h2 {
        font-size: 22px;
    }
}

