.elementor-1352 .elementor-element.elementor-element-dc80133{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1352 .elementor-element.elementor-element-e13cc34{padding:0px 0px 0px 0px;}.elementor-1352 .elementor-element.elementor-element-1911ede{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1352 .elementor-element.elementor-element-5656561{--display:flex;}.elementor-1352 .elementor-element.elementor-element-5656561:not(.elementor-motion-effects-element-type-background), .elementor-1352 .elementor-element.elementor-element-5656561 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#071B2F;}.elementor-1352 .elementor-element.elementor-element-0c4a236{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1352 .elementor-element.elementor-element-8ca8ae8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e13cc34 */.about-page-banner {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('https://www.daynightboxcricket.in/wp-content/uploads/2026/06/Box-slider01.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* parallax feel */
    padding: 150px 20px 80px;
}

/* ── OVERLAY — 3 layers for deep shade on bright images ──
   Layer 1 : solid dark base        (darkens the whole image)
   Layer 2 : radial vignette        (darkens edges, esp. top & bottom)
   Layer 3 : bottom gradient        (extra shade under the text)
   ─────────────────────────────────────────────────────── */
.about-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        /* layer 3 — bottom gradient so text has dark floor */
        linear-gradient(
            to top,
            rgba(4, 29, 56, 0.75) 0%,
            transparent 50%
        ),
        /* layer 2 — radial vignette darkens corners & edges */
        radial-gradient(
            ellipse at center,
            transparent 30%,
            rgba(2, 15, 30, 0.65) 100%
        ),
        /* layer 1 — base dark wash over entire image */
        linear-gradient(
            rgba(4, 29, 56, 0.78),
            rgba(4, 29, 56, 0.72)
        );
}

/* ── CONTENT ── */
.about-banner-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

/* ── TAG ── */
.about-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(0, 208, 132, 0.15);
    border: 1px solid rgba(0, 208, 132, 0.45);
    color: #00d084;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    /* subtle glow so tag pops on bright bg */
    filter: drop-shadow(0 2px 8px rgba(0, 208, 132, 0.35));
}

/* ── HEADING ── */
.about-banner-content h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 40px);
    line-height: 1.05;
    margin-bottom: 20px;
    font-weight: 800;
    /* multi-layer shadow for legibility on any bg brightness */
    text-shadow:
        0 2px 4px  rgba(0, 0, 0, 0.60),
        0 4px 16px rgba(0, 0, 0, 0.50),
        0 8px 40px rgba(0, 0, 0, 0.40);
}

/* ── PARAGRAPH ── */
.about-banner-content p {
    color: #e8edf2;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: auto;
    /* lighter shadow so paragraph stays readable */
    text-shadow:
        0 1px 3px  rgba(0, 0, 0, 0.70),
        0 2px 12px rgba(0, 0, 0, 0.50);
}

/* ================================
   TABLET  ( ≤ 991px )
   ================================ */
@media (max-width: 991px) {
    .about-page-banner {
        min-height: 380px;
        padding: 110px 25px 70px;
        background-attachment: scroll; /* fixed causes jank on tablet */
    }
}

/* ================================
   MOBILE  ( ≤ 767px )
   ================================ */
@media (max-width: 767px) {

```
.about-page-banner {

    min-height: 380px;

    padding: 150px 20px 60px;

    background-attachment: scroll;

}

.about-banner-content {

    max-width: 100%;

}

.about-tag {

    font-size: 12px;

    padding: 8px 16px;

    margin-bottom: 15px;

}

.about-banner-content h1 {

    font-size: 32px;

    line-height: 1.1;

}

.about-banner-content p {

    font-size: 15px;

    line-height: 1.7;

}
```

}


/* ================================
   SMALL MOBILE  ( ≤ 480px )
   ================================ */
@media (max-width: 480px) {

```
.about-page-banner {

    min-height: 340px;

    padding: 180px 15px 50px;

}

.about-banner-content h1 {

    font-size: 28px;
    padding-top: 20px;

}

.about-banner-content p {

    font-size: 14px;

}
```

}
.about-banner-content {

```
position: relative;

z-index: 2;

max-width: 850px;

padding-top: 20px;
```

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7070640 */.tournament-promo{
    padding:100px 5%;
    background:#071b2f;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.promo-image img{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.promo-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(0,208,132,.15);
    border:1px solid rgba(0,208,132,.35);
    color:#00d084;
    margin-bottom:20px;
    font-weight:600;
}

.promo-content h2{
    color:#fff;
    font-size:clamp(36px,4vw,60px);
    margin-bottom:20px;
    line-height:1.1;
}

.promo-content p{
    color:#d8e3ef;
    line-height:1.9;
    font-size:17px;
}

.promo-details{
    display:flex;
    gap:15px;
    margin:35px 0;
    flex-wrap:wrap;
}

.detail-box{
    flex:1;
    min-width:140px;
    background:#082544;
    border-radius:20px;
    padding:20px;
    text-align:center;
    border:1px solid rgba(255,255,255,.08);
}

.detail-box h3{
    color:#00d084;
    font-size:30px;
    margin-bottom:8px;
}

.detail-box p{
    color:#fff;
    margin:0;
}

.promo-list{
    list-style:none;
    padding:0;
    margin:30px 0;
}

.promo-list li{
    color:#fff;
    margin-bottom:12px;
}

.promo-btn{
    display:inline-block;
    background:#00a86b;
    color:#fff;
    text-decoration:none;
    padding:16px 36px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.promo-btn:hover{
    transform:translateY(-4px);
}

@media(max-width:991px){

    .tournament-promo{
        grid-template-columns:1fr;
        gap:40px;
    }

}

@media(max-width:767px){

    .tournament-promo{
        padding:70px 20px;
    }

    .promo-content h2{
        font-size:34px;
    }

    .promo-details{
        flex-direction:column;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dec45c */.teams-section{
    padding:100px 5%;
    background:#071b2f;
}

.teams-header{
    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:60px;
}

.teams-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(0,208,132,.12);
    border:1px solid rgba(0,208,132,.35);
    color:#00d084;
    margin-bottom:20px;
}

.teams-header h2{
    color:#fff;
    font-size:clamp(38px,5vw,65px);
    margin-bottom:15px;
}

.teams-header p{
    color:#d8e3ef;
    line-height:1.8;
}

.teams-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.team-card{
    background:#082544;
    border-radius:25px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    transition:.4s;
}

.team-card:hover{
    transform:translateY(-10px);
    border-color:#00d084;
}

.team-image{
    overflow:hidden;
}

.team-image img{
    width:100%;
    display:block;
    transition:.6s;
}

.team-card:hover img{
    transform:scale(1.08);
}

.team-info{
    padding:25px;
    text-align:center;
}

.team-info h3{
    color:#fff;
    font-size:28px;
    margin-bottom:8px;
}

.team-info span{
    color:#00d084;
}

@media(max-width:768px){

    .teams-section{
        padding:70px 20px;
    }

    .teams-grid{
        grid-template-columns:1fr;
    }

    .teams-header h2{
        font-size:34px;
    }

    .team-info h3{
        font-size:22px;
    }
}/* End custom CSS */