


body {
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
    margin: 0;
    padding: 0;
}

.hero-section {
    position: relative;
    min-height: 90vh;
    background: url("../images/hero.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;           /* center content vertically */
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 40, 80, 0.85),
        rgba(0, 80, 160, 0.65)
    );
    z-index: 1;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
    padding-left: 15px;   /* optional - thoda padding left/right */
    padding-right: 15px;
}

/* Extra safety for full width */
.hero-section .row {
    margin-left: 0;
    margin-right: 0;
}



.stats-section{

    margin-top:-60px;
    position:relative;
    z-index:20;

}

.stats-box{

    background:#fff;

    padding:30px 20px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.stats-box:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(13,110,253,.18);

}

.stats-box h2{

    font-weight:700;

    color:#0d6efd;

}

.stats-box p{

    color:#666;

    margin:0;

}


/* About Section */

.about-section img{

    transition:.4s;

}

.about-section img:hover{

    transform:scale(1.03);

}

.badge{

    letter-spacing:1px;

}

.btn{

    border-radius:30px;

}




/* ==============================
Mission Section
============================== */

.mission-box{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

    border-top:5px solid #0d6efd;

}

.mission-box:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(13,110,253,.18);

}

.mission-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

}

.mission-box h3{

    font-weight:700;

    margin-bottom:20px;

}

.mission-box p{

    color:#6c757d;

    line-height:1.8;

}

.mission-box li{

    padding:8px 0;

    color:#555;

}





/* ===========================
   Services Section
=========================== */

.service-card{

    background:#fff;

    border-radius:20px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.service-card:hover{

    transform:translateY(-10px);

    border-bottom:4px solid #0d6efd;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.service-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:30px;

    margin-bottom:25px;

}

.service-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#6c757d;

    line-height:1.8;

}


/* ==============================
Why Choose DLEA
============================== */

.feature-item{

    background:#fff;

    padding:20px;

    border-radius:15px;

    transition:.35s;

    height:100%;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.feature-item:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(13,110,253,.15);

}

.feature-item i{

    font-size:40px;

    color:#0d6efd;

    margin-bottom:15px;

    display:block;

}

.feature-item h5{

    font-weight:700;

}

.feature-item p{

    color:#6c757d;

    margin-bottom:0;

}




/* ===========================
Membership Categories
=========================== */

.member-card{

    background:#fff;

    padding:35px 25px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.member-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(13,110,253,.15);

}

.member-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#fff;

    margin-bottom:25px;

}

.member-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.member-card p{

    color:#6c757d;

    min-height:70px;

}

.member-card .btn{

    padding:10px 25px;

}


/* ===========================
Upcoming Events
=========================== */

.event-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.event-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(13,110,253,.15);

}

.event-date{

    background:#0d6efd;

    color:#fff;

    text-align:center;

    padding:20px;

}

.event-date h2{

    margin:0;

    font-size:42px;

    font-weight:700;

}

.event-date span{

    letter-spacing:2px;

}

.event-content{

    padding:30px;

}

.event-content h4{

    font-weight:700;

    margin-bottom:15px;

}

.event-content ul li{

    margin-bottom:10px;

    color:#666;

}

.event-content i{

    color:#0d6efd;

    margin-right:8px;

}



/* Facilities Checkboxes */
#facilities-container .form-check {
    margin-bottom: 12px;
}

#facilities-container .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

#facilities-container .form-check-label {
    font-size: 1rem;
    padding-left: 8px;
    cursor: pointer;
}

/* Nice card like checkboxes */
.form-check {
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.2s;
}

.form-check:hover {
    background-color: #f8f9fa;
}