.stadium-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    background-image:url("../images/stadiums.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch;
    margin-top: 1rem;
}

.stadium-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 65%);
    z-index: 1
}

.stadium-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 40px;
    gap: 40px
}

.stadium-hero-text {
    color: #111;
    max-width: 470px;
    padding-top: 5.5rem;
}

.stadium-hero-text h1 {
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
    color: #000
}

.stadium-hero-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #111;
    margin: 0;
    max-width: 430px
}

.stadium-contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 32px 27px;
    width: 400px;
    flex-shrink: 0;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
    margin-top: 4rem;
}

.stadium-contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px;
    line-height: 1.4;
    letter-spacing: -0.4px
}

.stadium-fg {
    margin-bottom: 12px
}

.stadium-fg input,
.stadium-fg textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 5px 16px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
    font-family: inherit;
    background: #fff
}

.stadium-fg input::placeholder,
.stadium-fg textarea::placeholder {
    color: #9ca3af;
    font-weight: 400
}

.stadium-fg input:focus,
.stadium-fg textarea:focus {
    border-color: #7352cd;
    background: #fff
}

.s-phone-row {
    display: flex;
    gap: 12px
}

.s-phone-row .dial {
    width: 85px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 500;
    color: #333;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.s-phone-row input[type=tel] {
    flex: 1
}

.stadium-fg textarea {
    height: 70px;
    resize: none
}

.s-connect-btn {
    display: block;
    width: 40%;
    margin: 0px auto 0;
    padding: 6px 0;
    background: #7151D1;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s, background .2s;
    font-family: inherit;
    text-align: center
}

.s-connect-btn:hover {
    background: #5c3db0;
    transform: translateY(-1px)
}

.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;
    }
}

/* --- TRADING & BRAND SECTIONS --- */
.stadium-trusted-wrap {
    max-width: 1180px;
    margin: 0 auto -50px auto;
    padding: 56px 40px 0px
}

.stadium-trusted-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stadium-trusted-head h2 {
    font-size: 32px;
    font-weight: 500;
    color: #1a1a2e;
    margin: 0
}

.s-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.s-modal-bg.active {
    display: flex
}

.s-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    text-align: center;
    max-width: 360px;
    width: 90%
}

.s-modal-box h3 {
    color: #7352cd;
    margin: 12px 0 8px;
    font-size: 19px
}

.s-modal-box p {
    color: #555;
    font-size: 13.5px;
    margin: 0 0 18px
}

.s-modal-close {
    padding: 8px 22px;
    background: #7352cd;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    font-size: 14px
}

.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:1366px) {
    .stadium-hero-inner {
        padding: 40px 0px
    }

    .stadium-hero-text h1 {
        font-size: clamp(28px, 3.2vw, 40px)
    }
}

@media(max-width:1024px) {
    .stadium-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 0px
    }

    .stadium-contact-card {
        width: 100%;
        max-width: 480px
    }

    .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-hero {
        min-height: 260px
    }

    .stadium-hero-text h1 {
        font-size: 26px
    }

    .stadium-manage-wrap,
    .stadium-manage-header-wrap {
        padding: 0px 8px
    }

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

    .stadium-trusted-head h2 {
        font-size: 25px;
    }
    .people-client-controls {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
        flex-shrink: 0;
    }
    .people-client-controls button{
        width: 30px;
        height: 30px;
        margin: 0;
    }
    .stadium-contact-card{
        margin-top: 0rem;
    }
}

@media(max-width:480px) {
    .stadium-hero {
        margin-top: 0px;
    }

    .stadium-hero-text {
        padding: 8px;
    }

    .stadium-manage-header-wrap h2 {
        font-size: 22px;
    }
}

/* Container ko full width kiya */
.phone-input-container {
    width: 100% !important;
    display: block !important;
}

/* .iti wrapper ko block element banaya taaki baki fields jaisa behave kare */
.iti {
    display: flex !important;
    width: 100% !important;
    gap: 12px !important;
    /* Flag box aur Input ke beech ka gap */
}

/* Flag/Dropdown Box ko fix width di taaki ye pichke na */
.iti--separate-dial-code .iti__selected-flag {
    background: #fff !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 11px !important;
    height: 69px !important;
    padding: 0 14px !important;
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
}

/* Default overlay behavior ko destroy kiya */
.iti__flag-container {
    position: static !important;
    display: block !important;
}

/* Dial code (+91) ka text adjust kiya */
.iti__selected-dial-code {
    font-size: 20px !important;
    /* Font size form layout elements tracking */
    font-weight: 700 !important;
    color: #000000 !important;
    margin-left: 8px !important;
}

/* MAIN INPUT FIELD: Isko zabardasti full width (100%) kiya */
.iti input[type="tel"] {
    display: block !important;
    width: 100% !important;
    flex-grow: 1 !important;
    height: 69px !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 8px !important;
    padding-left: 20px !important;
    font-size: 23px !important;
    color: #000000 !important;
    outline: none;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Placeholder style */
.iti input[type="tel"]::placeholder {
    color: #b5bcc4 !important;
    opacity: 1 !important;
}

/* Arrow key icon spacing */
.iti input[type="tel"]:focus {
    border-color: #7352cd !important;
    box-shadow: 0 0 0 3px rgba(115, 82, 205, 0.12) !important;
}

/* Dropdown arrow scaling attributes matching script */
.iti__arrow {
    border-top: 5px solid #173048 !important;
    margin-left: 8px !important;
}

.iti__country-list {
    z-index: 99999 !important;
}

#MobileNoID {
    color: #dc3545;
    font-size: 16px;
    margin-top: -8px;
    margin-bottom: 5px;
    display: none;
    font-weight: 500;
}

/* ==========================================================================
       ALL SCREEN RESPONSIVE BREAKPOINTS MEDIA QUERIES (OVERRIDING SITE LAYOUT)
       ========================================================================== */

@media (max-width: 1440px) {
    .iti--separate-dial-code .iti__selected-flag {
        height: 35px !important;
        width: auto;
        border-radius: 8px !important;
    }

    .iti__selected-dial-code {
        font-size: 16px !important;
    }

    .iti input[type="tel"] {
        height: 35px !important;
        font-size: 16px !important;
        padding-left: 16px !important;
    }

    .iti input[type="tel"]::placeholder {
        font-size: 16px !important;
    }

    #MobileNoID {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .iti {
        gap: 10px !important;
        /* Mobile screens gap layout compression */
    }

    .iti--separate-dial-code .iti__selected-flag {
        height: 35px !important;
        width: auto;
        /* Compact design space constraint control */
    }

    .iti__selected-dial-code {
        font-size: 15px !important;
        margin-left: 4px !important;
    }

    .iti input[type="tel"] {
        height: 49px !important;
        font-size: 15px !important;
    }
}

:host {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2414px 0px;
}

footer {
    margin-top: 3.5rem;
}

.top-banner {
    display: none;
}

@media (max-width: 768px) {
    footer {
        margin-top: 0rem;
    }
}
