.elementor-151 .elementor-element.elementor-element-2b104e9{--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-151 .elementor-element.elementor-element-c010f18{padding:0px 0px 0px 0px;}.elementor-151 .elementor-element.elementor-element-7312d3c{--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-151 .elementor-element.elementor-element-538f32b{--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-151 .elementor-element.elementor-element-b42ee76{--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-151 .elementor-element.elementor-element-a81bd7d{--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-c010f18 */.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, 72px);
    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-0b6ee2c */.about-box-cricket {
    padding: 120px 5%;
    background: #071b2f;
}

.about-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

/* ── IMAGE ── */
.about-image {
    position: relative;
}
.about-image img {
    width: 100%;
    display: block;
    border-radius: 25px;
    object-fit: cover;
}

/* ── BADGE ── */
.experience-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #00a86b;
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
.experience-badge span {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.experience-badge p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 6px 0 0;
    line-height: 1.4;
}

/* ── SECTION TAG ── */
.section-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(0, 208, 132, 0.12);
    border: 1px solid rgba(0, 208, 132, 0.3);
    color: #00d084;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

/* ── HEADING ── */
.about-content h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 60px);
    line-height: 1.1;
    margin-bottom: 25px;
}

/* ── PARAGRAPH ── */
.about-content p {
    color: #c9d4df;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 35px;
}

/* ── FEATURES GRID ── */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}
.feature-item {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.feature-item .fi-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ── BUTTONS ── */
.about-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.about-btn-primary {
    background: #00a86b;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    display: inline-block;
}
.about-btn-primary:hover {
    transform: translateY(-3px);
    background: #00c97e;
}
.about-btn-secondary {
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    display: inline-block;
}
.about-btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* ================================
   TABLET  ( ≤ 991px )
   ================================ */
@media (max-width: 991px) {
    .about-box-cricket {
        padding: 80px 5%;
    }
    .about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .about-image {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
    .experience-badge {
        right: 10px;
        bottom: 10px;
        padding: 18px 22px;
    }
    .experience-badge span {
        font-size: 34px;
    }
    .about-content h2 {
        font-size: clamp(30px, 5vw, 48px);
    }
    .about-content p {
        font-size: 16px;
        margin-bottom: 28px;
    }
}

/* ================================
   MOBILE  ( ≤ 600px )
   ================================ */
@media (max-width: 600px) {
    .about-box-cricket {
        padding: 60px 20px;
    }
    .about-container {
        gap: 36px;
    }
    .about-image {
        max-width: 100%;
    }
    .about-image img {
        border-radius: 16px;
    }
    .experience-badge {
        right: 12px;
        bottom: 12px;
        padding: 14px 18px;
        border-radius: 14px;
    }
    .experience-badge span {
        font-size: 28px;
    }
    .experience-badge p {
        font-size: 11px;
    }
    .section-tag {
        font-size: 12px;
        padding: 8px 16px;
    }
    .about-content h2 {
        font-size: clamp(26px, 7vw, 38px);
        margin-bottom: 18px;
    }
    .about-content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 30px;
    }
    .feature-item {
        font-size: 14px;
        padding: 14px 16px;
    }
    .about-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .about-btn-primary,
    .about-btn-secondary {
        padding: 14px 28px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ac1fd3 *//* SECTION */

.mission-vision-section{
    padding:120px 5%;
    background:#071b2f;
}

/* HEADER */

.mv-header{
    text-align:center;
    margin-bottom:70px;
}

.mv-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;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.mv-header h2{
    color:#fff;
    font-size:clamp(38px,4vw,60px);
    line-height:1.1;
    margin:0;
}

/* GRID */

.mv-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* CARD */

.mv-card{
    background:#082544;
    padding:50px;
    border-radius:25px;
    border:1px solid rgba(255,255,255,.08);
    transition:all .4s ease;
}

.mv-card:hover{
    transform:translateY(-10px);
    border-color:#00d084;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

/* ICON */

.mv-icon{
    font-size:55px;
    margin-bottom:20px;
    line-height:1;
}

/* TITLE */

.mv-card h3{
    color:#fff;
    font-size:32px;
    margin-bottom:15px;
}

/* TEXT */

.mv-card p{
    color:#d7e3ee;
    line-height:1.9;
    font-size:17px;
    margin:0;
}

/* TABLET */

@media(max-width:991px){

    .mission-vision-section{
        padding:90px 25px;
    }

    .mv-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .mv-card{
        padding:40px;
    }

    .mv-header h2{
        font-size:46px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .mission-vision-section{
        padding:70px 20px;
    }

    .mv-header{
        margin-bottom:40px;
    }

    .mv-tag{
        font-size:12px;
        padding:8px 16px;
    }

    .mv-header h2{
        font-size:32px;
        line-height:1.2;
    }

    .mv-card{
        padding:30px 25px;
        border-radius:18px;
    }

    .mv-icon{
        font-size:42px;
        margin-bottom:15px;
    }

    .mv-card h3{
        font-size:24px;
        margin-bottom:12px;
    }

    .mv-card p{
        font-size:15px;
        line-height:1.7;
    }

}

/* SMALL MOBILE */

@media(max-width:480px){

    .mv-header h2{
        font-size:28px;
    }

    .mv-card{
        padding:25px 20px;
    }

    .mv-card p{
        font-size:14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-145f5be *//* STORY SECTION */

.story-section{
    padding:120px 5%;
    background:#071b2f;
    overflow:hidden;
}

.story-container{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:40% 60%;
    gap:60px;
    align-items:start;
}

/* LEFT SIDE */

.story-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(0,208,132,.12);
    border:1px solid rgba(0,208,132,.35);
    color:#00d084;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.story-left h2{
    color:#fff;
    font-size:clamp(42px,5vw,70px);
    line-height:1.1;
    margin:0;
}

/* RIGHT SIDE */

.story-right{
    position:relative;
    padding-left:50px;
}

.story-right::before{
    content:"";
    position:absolute;
    left:15px;
    top:0;
    bottom:0;
    width:2px;
    background:rgba(0,208,132,.35);
}

/* TIMELINE ITEM */

.story-item{
    position:relative;
    margin-bottom:40px;
}

.story-item:last-child{
    margin-bottom:0;
}

.story-item::before{
    content:"";
    position:absolute;
    left:-40px;
    top:12px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#00d084;
    box-shadow:0 0 15px rgba(0,208,132,.5);
}

.story-year{
    color:#00d084;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;
}

.story-content{
    background:#082544;
    padding:30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    transition:all .35s ease;
}

.story-content:hover{
    transform:translateY(-5px);
    border-color:rgba(0,208,132,.4);
}

.story-content h3{
    color:#fff;
    margin:0 0 12px;
    font-size:24px;
}

.story-content p{
    color:#d4dbe3;
    line-height:1.8;
    margin:0;
    font-size:16px;
}

/* TABLET */

@media(max-width:991px){

    .story-section{
        padding:90px 30px;
    }

    .story-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .story-left{
        text-align:center;
    }

    .story-left h2{
        font-size:46px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .story-section{
        padding:70px 20px;
    }

    .story-tag{
        font-size:12px;
        padding:8px 16px;
    }

    .story-left h2{
        font-size:32px;
        line-height:1.2;
    }

    .story-right{
        padding-left:30px;
    }

    .story-right::before{
        left:10px;
    }

    .story-item::before{
        left:-25px;
        width:12px;
        height:12px;
    }

    .story-content{
        padding:22px;
        border-radius:16px;
    }

    .story-content h3{
        font-size:20px;
    }

    .story-content p{
        font-size:15px;
        line-height:1.7;
    }

}

/* SMALL MOBILE */

@media(max-width:480px){

    .story-left h2{
        font-size:28px;
    }

    .story-content{
        padding:18px;
    }

    .story-content h3{
        font-size:18px;
    }

    .story-content p{
        font-size:14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa2a4f4 */.pricing-section{
    padding:120px 5%;
    background:#041d38;
}

.pricing-header{
    text-align:center;
    margin-bottom:70px;
}

.pricing-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(0,208,132,.12);
    border:1px solid rgba(0,208,132,.3);
    color:#00d084;
    margin-bottom:20px;
}

.pricing-header h2{
    color:#fff;
    font-size:60px;
    margin-bottom:15px;
}

.pricing-header p{
    color:#c9d4df;
}

.pricing-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.price-card{
    position:relative;
    background:#082544;
    border-radius:25px;
    padding:45px;
    text-align:center;
    border:1px solid rgba(255,255,255,.08);
    transition:.4s;
}

.price-card:hover{
    transform:translateY(-10px);
}

.featured{
    border:2px solid #00d084;
    transform:scale(1.05);
}

.popular{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:#00d084;
    color:#041d38;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

.price-card h3{
    color:#fff;
    margin-bottom:25px;
}

.price{
    color:#00d084;
    font-size:55px;
    font-weight:800;
    margin-bottom:30px;
}

.price span{
    font-size:18px;
}

.price-card ul{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.price-card li{
    color:#d7e3ee;
    margin:15px 0;
}

.price-btn{
    display:inline-block;
    background:#00a86b;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
}

@media(max-width:991px){

    .pricing-grid{
        grid-template-columns:1fr;
    }

    .featured{
        transform:none;
    }

}/* End custom CSS */