.hero-section{
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(245,247,252,1) 0%,
            rgba(245,247,252,0.98) 5%,
            rgba(245,247,252,0.90) 15%,
            rgba(245,247,252,0.45) 60%,
            rgba(245,247,252,0) 75%
        ),
         url('../img/ban1.png');

    background-repeat: no-repeat;
    background-position: right center;
    background-size: 58% auto;
    background-color: #f5f7fc;
}

.hero-section .container{
    position: relative;
    z-index: 2;
}

/* Optional: make image slightly softer */
.hero-section::after{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    width:60%;
    height:150px;
    background:linear-gradient(
        to top,
        #f5f7fc,
        rgba(245,247,252,0)
    );
    pointer-events:none;
}

/* Mobile */
@media(max-width:991px){

    .hero-section{
        background:
            linear-gradient(
                rgba(245,247,252,.92),
                rgba(245,247,252,.92)
            ),
            url('../img/ban1.png');

        background-position:center bottom;
        background-size:95%;
        background-repeat:no-repeat;
    }

    .hero-section::after{
        width:100%;
    }
}
.vision-mission-section{
    padding:70px 0;
    background:url('img/indiaoutline.png') center center;
    background-size:cover;
    position:relative;
}

.vision-mission-section:before{
    content:'';
    position:absolute;
    inset:0;
   
}

.vision-mission-section .container{
    position:relative;
    z-index:2;
}

/* Main Wrapper */

.vision-box,
.mission-box{
    height:100%;
    padding:35px;
 
    border-right:1px solid rgba(255,255,255,.15);
    border-left:1px solid rgba(255,255,255,.15);
}

.vision-box{
    border-radius:20px 0 0 20px;
}

.mission-box{
    border-radius:0 20px 20px 0;
}

/* Heading */

.vm-title{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.vm-title i{
    font-size:32px;
    color:#fff;
}

.vm-title h2{
    color:#fff;
    font-size:24px;
    margin:0;
    font-weight:700;
}

/* Vision Text */

.vision-box p{
    color:#fff;
    font-size:14px;
    line-height:1.8;
    margin:0;
}

/* Mission Grid */

.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.mission-item{
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:7px 8px;
    border-radius:10px;
    font-size:14px;
    line-height:1.5;
    display:flex;
    align-items:flex-start;
    gap:10px;
    transition:.3s;
}

.mission-item:hover{
    background:rgba(255,255,255,.18);
    transform:translateY(-3px);
}

.mission-item i{
    color:#7fffd4;
    font-size:16px;
    margin-top:2px;
}

/* Mobile */

@media(max-width:991px){

    .vision-box{
        border-radius:20px 20px 0 0;
        margin-bottom:1px;
    }

    .mission-box{
        border-radius:0 0 20px 20px;
    }

    .mission-grid{
        grid-template-columns:1fr;
    }

    .vision-box,
    .mission-box{
        padding:25px;
    }

    .vision-box p{
        font-size:17px;
    }
}
 .focus-area-section{
    padding:60px 0;
    background:#f7f8fa;
}

.focus-box{
    background:#fff;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
    border-top:4px solid;
}

.focus-box:hover{
    transform:translateY(-8px);
}

.focus-box i{
    font-size:48px;
    margin-bottom:20px;
    display:block;
}

.focus-box h5{
    font-size:17px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:15px;
    color:#3d4a63;
}

.focus-box p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    margin:0;
}

/* Colors */

.pink{
    border-color:#d94f8c;
}
.pink i{
    color:#d94f8c;
}

.green{
    border-color:#11b38b;
}
.green i{
    color:#11b38b;
}

.blue{
    border-color:#2f9de0;
}
.blue i{
    color:#2f9de0;
}

.lime{
    border-color:#6dbc37;
}
.lime i{
    color:#6dbc37;
}

.yellow{
    border-color:#d5b326;
}
.yellow i{
    color:#d5b326;
}

.orange{
    border-color:#ea8126;
}
.orange i{
    color:#ea8126;
}          

.btn-double-text,
.btn-double-text + span i {
    color: var(--primary-color) !important;
    padding:4px;
     font-size:15px;
}
.bg-dark-blue{
    background:#0c2d6b;
     font-size:15px;
}

.footer-dark a{
    font-size:15px;
    color:#d9e2f2;
}

.footer-dark a:hover{
    color:#ffffff;
}

.footer-dark p{
    color:#c8d3e6;
}
.social-icon-style-02 a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-right:10px;
}

.social-icon-style-02 a:hover{
    background:#fff;
    color:#0d2f76;
}
.glc-story-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.glc-image{
    overflow:hidden;
    border-radius:20px;
}

.glc-image img{
    transition:.5s;
}

.glc-story-card:hover .glc-image img{
    transform:scale(1.05);
}

.glc-label{
    display:inline-block;
    padding:8px 18px;
    background:#e8f0ff;
    color:#12448a;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.glc-story-card h3{
    font-size:34px;
}

.glc-story-card p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}
.offerings-section{
    padding:50px 0;
    background:linear-gradient(135deg,#0f3d87,#12448a);
}

.offering-box{
    padding:35px 25px;
    border-radius:24px;
    text-align:center;
    height:100%;
    color:#fff;
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.offering-box:hover{
    transform:translateY(-10px);
}

.offering-box:before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    top:-40px;
    right:-40px;
}

.offering-box i{
    font-size:45px;
    margin-bottom:20px;
    display:block;
}

.offering-box h5{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:15px;
    line-height:23px;
}

.offering-box p{
    margin:0;
    line-height:1.8;
    opacity:.95;
     font-size:14px;
}

/* Card Colors */

.leadership{
    background:linear-gradient(135deg,#d94f8c,#b7346d);
}

.labs{
    background:linear-gradient(135deg,#00b894,#00997a);
}

.fellows{
    background:linear-gradient(135deg,#6c5ce7,#5541d7);
}

.exchanges{
    background:linear-gradient(135deg,#00a8ff,#0077cc);
}

.forum{
    background:linear-gradient(135deg,#f39c12,#e67e22);
}
.visitor-count{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.visitor-count i{
    color:#7fffd4;
}


#Initiatives{
    background:#f7f9fc;
}

.initiative-card{
    background:#fff;
    padding:50px;
    border-radius:18px;
    margin-bottom:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s ease;
}

.initiative-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.initiative-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    margin-bottom:15px;
}

.initiative-partner{
    color:#12448a;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-size:14px;
}

.initiative-header h3{
    margin-top:12px;
    margin-bottom:0;
    font-size:30px;
    line-height:1.3;
    color:#1f1f1f;
    font-weight:700;
}

.partner-logo{
    flex-shrink:0;
}

.partner-logo img{
    max-height:85px;
    width:auto;
}

.multi-logo{
    display:flex;
    align-items:center;
    gap:20px;
}

.multi-logo img{
    max-height:55px;
}

.initiative-highlight{
    display:inline-block;
    background:#12448a;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    margin:15px 0;
    font-weight:600;
}

.initiative-card ul{
    padding-left:18px;
    margin-bottom:20px;
}

.initiative-card li{
    margin-bottom:8px;
}

.initiative-image{
    width:100%;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.initiative-card p{
    color:#666;
    font-size:14px;
    line-height:1.5;
    text-align:justify;
}

@media(max-width:991px){

    .initiative-card{
        padding:30px;
    }

    .initiative-header{
        flex-direction:column;
    }

    .partner-logo{
        margin-top:10px;
    }

    .initiative-header h3{
        font-size:24px;
    }

    .initiative-image{
        margin-top:25px;
    }
}

.programme-highlights{
    display:flex;
    gap:20px;
    margin:25px 0 30px;
    flex-wrap:wrap;
}

.highlight-item{
    flex:1;
    min-width:260px;
    display:flex;
    align-items:center;
    gap:15px;
    background:#f7f9fc;
    border-left:4px solid #12448a;
    padding:10px 15px;
    border-radius:12px;
    transition:.3s ease;
}

.highlight-item:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.highlight-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#12448a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.highlight-content span{
    display:block;
    font-size:13px;
    color:#777;
    text-transform:uppercase;
    letter-spacing:.5px;
    line-height:1.2;
}

.highlight-content strong{
    display:block;
    font-size:17px;
    color:#222;
    line-height:1.2;
    margin-top:2px;
}

.executive-program-section{
    padding:80px 0;
    background:#fff;
    color:#000;
    font-size:15px;
}

.program-intro p{
   color:#000;
    margin:0 auto 60px;
       
}

.section-tag{
    display:block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#12448a;
    font-weight:600;
    margin-bottom:12px;
}

.main-title{
    font-size:36px;
    line-height:1.3;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:15px;
}

.location{
    color:#12448a;
    font-size:16px;
    font-weight:600;
    margin-bottom:25px;
}

.program-intro p{
    font-size:16px;
    line-height:1.9;
    color:#555;
   
}


.content-section h3{
    font-size:24px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:30px;
    border-bottom:1px solid #dadada;
}

.curriculum-item{
    margin-bottom:35px;
}

.curriculum-item h4{
    font-size:20px;
    font-weight:600;
    color:#12448a;
    margin-bottom:15px;
}

.curriculum-item ul{
    padding-left:20px;
}

.curriculum-item li{
    margin-bottom:12px;
    line-height:1.2;
    color:#555;
}

.institution-box{
    padding:25px 0;
    border-bottom:1px solid #ececec;
}

.institution-box h4{
    font-size:22px;
    font-weight:600;
    color:#12448a;
    margin-bottom:10px;
}

.institution-box p{
    margin:0;
    line-height:1.8;
    color:#555;
}

.delegation-list{
    padding-left:20px;
}

.delegation-list li{
    margin-bottom:18px;
    line-height:1.8;
    color:#555;
}

@media(max-width:768px){

    .main-title{
        font-size:28px;
    }

    .content-section h3{
        font-size:24px;
    }

    .curriculum-item h4,
    .institution-box h4{
        font-size:18px;
    }
}
.institution-box{
    background:#f8f9fa;
    padding:25px;
    border-left:4px solid #12448a;
    border-radius:6px;
    height:100%;
}

.institution-box h4{
    font-size:22px;
    font-weight:600;
    color:#12448a;
    margin-bottom:12px;
}

.institution-box p{
    margin:0;
    line-height:1.8;
    color:#555;
}
.delegation-section{
   
    padding:50px;
    border-radius:12px;
    margin-top:50px;
}

.section-title-wrap{
    text-align:center;
    margin-bottom:35px;
}

.section-title-wrap h3{
    font-size:32px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:10px;
}

.section-title-wrap p{
    color:#64748b;
    margin:0;
}

.delegation-box{
    background:#fff;
    padding:35px 25px;
    border-radius:10px;
    height:100%;
    border-top:4px solid #168a12;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    position:relative;
}

.delegate-no{
    position:absolute;
    top:15px;
    right:20px;
    font-size:42px;
    font-weight:700;
    color:#e2e8f0;
}

.delegation-box h4{
    color:#12448a;
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}

.delegation-box p{
    margin:0;
    color:#475569;
    line-height:1.8;
}
.women-leadership-section{

}

.intro-panel{
    background:#faf7fb;
    border-left:5px solid #b3266e;
    padding:30px;
    border-radius:8px;
    margin-bottom:50px;
}

.intro-panel p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#444;
}

.content-section{
    margin-top:50px;
}

.content-section h3{
    font-size:30px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.section-intro{
    color:#666;
    margin-bottom:30px;
    line-height:1.8;
}

.domain-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-top:4px solid #b3266e;
    padding:30px;
    border-radius:10px;
    height:100%;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
}

.domain-tag{
    display:inline-block;
    background:#b3266e;
    color:#fff;
    font-size:12px;
    padding:6px 14px;
    border-radius:30px;
    margin-bottom:15px;
}

.domain-box h4{
    font-size:22px;
    color:#b3266e;
    margin-bottom:20px;
    
}

.domain-box ul{
    padding-left:18px;
}

.domain-box li{
    margin-bottom:14px;
    line-height:1.8;
    color:#555;
}

.audience-box{
    position:relative;
    background:#fff;
    border:1px solid #e5e7eb;
    padding:30px;
    border-radius:10px;
    height:100%;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
}

.audience-box span{
    position:absolute;
    top:15px;
    right:20px;
    font-size:42px;
    font-weight:700;
    color:#f3d8e7;
}

.audience-box h4{
    color:#b3266e;
    font-size:20px;
    margin-bottom:15px;
}

.audience-box p{
    margin:0;
    line-height:1.8;
    color:#555;
}

.partner-video-card{
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:15px;
}

.partner-video-card video{
    width:100%;
    height:300px;
    object-fit:cover;
}

.play-overlay{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.15);
}

.play-overlay i{
    font-size:70px;
    color:#fff;
    text-shadow:0 0 20px rgba(0,0,0,.5);
}
.partner-video-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    cursor:pointer;
    background:#000;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.partner-video-card video{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.play-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.15);
    pointer-events:none;
}

.play-btn{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    display:flex;
    align-items:center;
    justify-content:center;
}

.play-btn i{
    font-size:30px;
    color:#f3a100;
    margin-left:5px;
}

/* Modal */

.modal{
    background:rgba(0,0,0,.85);
}

.modal-content{
    background:#000;
    border:none;
    border-radius:12px;
    overflow:hidden;
}

.modal-body{
    background:#000;
}

#popupVideo{
    width:100%;
    display:block;
    max-height:85vh;
    background:#000;

    backface-visibility:hidden;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
}

/* Close Button */

.video-close-btn{
    position:absolute;
    top:10px;
    right:10px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.7);
    color:#fff;
    font-size:28px;
    font-weight:bold;
    z-index:9999;
    cursor:pointer;
}

.video-close-btn:hover{
    background:#f3a100;
}
/* Existing Date Pill */
.initiative-highlight{
    display:inline-block;
    background:#12448a;
    color:#fff;
    padding:14px 24px;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
}

/* Expression of Interest */
.eoi-btn{
    display:inline-block;
    background:#f39c12;
    color:#fff !important;
    padding:14px 24px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 4px 12px rgba(243,156,18,.25);
}

.eoi-btn:hover{
    background:#e67e22;
    color:#fff !important;
    transform:translateY(-2px);
}
.committee-row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-12px;
    margin-right:-12px;
}

.committee-col{
    width:20%;
    padding:12px;
}

/* Card */
.committee-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    height:100%;
    transition:.3s;
    box-shadow:0 3px 12px rgba(0,0,0,.05);
}

.committee-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,.10);
}

/* Image */
.committee-img{
    height:240px;
    overflow:hidden;
    background:#f3f4f6;
}

.committee-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Content */
.committee-content{
    padding:18px;
}

.committee-content h5{
    font-size:14px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:10px;
    line-height:1.4;
}

.committee-role{
    font-size:11px;
    color:#64748b;
    line-height:1.7;
    min-height:70px;
}

/* Badge */
.committee-badge{
    display:inline-block;
    margin-top:12px;
    background:#eef4ff;
    color:#12448a;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

/* Overseas Card */
.overseas-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:370px;
    background:linear-gradient(135deg,#12448a,#1d5bb8);
    color:#fff;
}

.overseas-icon{
    font-size:48px;
    margin-bottom:15px;
}

.overseas-card h5{
    color:#fff;
    font-size:16px;
    margin-bottom:12px;
}

.overseas-card .committee-role{
    color:#fff;
    min-height:auto;
}

/* Responsive */
@media(max-width:1200px){
    .committee-col{
        width:25%;
    }
}

@media(max-width:992px){
    .committee-col{
        width:33.333%;
    }
}

@media(max-width:768px){
    .committee-col{
        width:50%;
    }
}

@media(max-width:576px){
    .committee-col{
        width:100%;
    }
}