body{
font-family:'Poppins',sans-serif;
overflow-x:hidden;
}

.topbar{
background:#0b6e4f;
color:#fff;
padding:10px 0;
font-size:14px;
}

.topbar a{
color:#fff;
margin-left:12px;
}

.navbar-nav .nav-link{
font-weight:500;
padding:12px 15px !important;
}

.hero-section img{
height:650px;
object-fit:cover;
}

.carousel-caption{
bottom:25%;
}



.carousel-caption h1{
font-size:55px;
font-weight:700;
}

.counter-section{
padding:70px 0;
background:#f8f9fa;
}

.counter-section h2{
color:#0b6e4f;
font-weight:700;
}

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.service-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}


.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:60px;
    font-size:32px;
    z-index:99999;
    box-shadow:0 4px 12px rgba(0,0,0,.3);
}

.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.05);
}

.whatsapp-float i{
    line-height:60px;
}

.about-img{
    width:300px;
    height:250px;
    object-fit:cover;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.about-text{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

    .about-img{
        width:220px;
        height:220px;
        margin-bottom:30px;
    }

    .about-title{
        font-size:34px;
        text-align:center;
    }

    .about-text{
        text-align:center;
    }
}

@media(max-width:767px){

    .about-img{
        width:180px;
        height:180px;
    }

    .about-title{
        font-size:28px;
    }

    .about-text{
        font-size:16px;
    }
}



.about-home{
padding:90px 0;
}

.services-section{
padding:90px 0;
background:#fafafa;
}

.service-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
height:100%;
}

.service-card h4{
margin-top:15px;
}

.membership-cta{
padding:90px 0;
background:#0b6e4f;
color:#fff;
}

.footer{
background:#10261b;
color:#fff;
padding:70px 0;
}

.footer a{
color:#fff;
text-decoration:none;
}


.pgdm-brochure{
    max-width:1100px;
    margin:0 auto;
}

.brochure-page{
    margin-bottom:40px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.10);
    border-radius:10px;
    overflow:hidden;
}

.brochure-page img{
    width:100%;
    height:auto;
    display:block;
}


.application-form-wrapper{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.application-header{
    text-align:center;
    margin-bottom:35px;
}

.application-header h2{
    font-size:42px;
    font-weight:700;
}

.application-header h4{
    font-size:24px;
    margin-top:10px;
}

.form-section-title{
    background:#233f99;
    color:#fff;
    padding:12px 20px;
    font-size:22px;
    font-weight:600;
    margin-top:35px;
    margin-bottom:25px;
}

.qualification-table th{
    background:#f3f5fb;
    text-align:center;
}

.qualification-table td{
    vertical-align:middle;
}

.qualification-table input{
    min-width:120px;
}

/* ===================================
HERO BANNER
=================================== */

.hero-slider,
.carousel,
.carousel-inner,
.carousel-item{
    height:360px;
}

.carousel-item{
    position:relative;
}

.carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* Dark overlay */

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

/* Content */

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:90%;
    max-width:900px;
    z-index:2;
    color:#fff;
}

.hero-content h1{
    font-weight:700;
    line-height:1.15;
    margin-bottom:15px;

    /* Responsive font */
    font-size:clamp(28px,5vw,52px);
}

.hero-content p{
    margin-bottom:20px;
    line-height:1.7;

    /* Responsive paragraph */
    font-size:clamp(14px,2vw,20px);
}

.hero-content .btn{
    padding:10px 24px;
    font-size:clamp(14px,1.5vw,16px);
    border-radius:50px;
}

/* Tablet */

@media (max-width:991px){

    .hero-slider,
    .carousel,
    .carousel-inner,
    .carousel-item{
        height:300px;
    }

}

/* Mobile */

@media (max-width:767px){

    .hero-slider,
    .carousel,
    .carousel-inner,
    .carousel-item{
        height:260px;
    }

    .hero-content{
        width:95%;
    }

    .hero-content h1{
        margin-bottom:10px;
    }

    .hero-content p{
        margin-bottom:15px;
    }

}


.navbar{
    padding:10px 0;
}

.logo-img{
    height:70px;
    max-width:300px;
    width:auto;
    display:block;
    object-fit:contain;
}

.navbar-brand{
    margin-right:20px;
}

.navbar-collapse{
    justify-content:space-between;
}

.navbar-nav{
    margin:0 auto;
    align-items:center;
}

.navbar-nav .nav-item{
    white-space:nowrap;
}

.navbar-nav .nav-link{
    color:#222 !important;
    font-size:16px;
    font-weight:600;
    padding:8px 12px !important;
    white-space:nowrap;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:#0b6e4f !important;
}

.join-btn{
    padding:10px 22px;
    font-size:15px;
    font-weight:600;
    border-radius:8px;
    white-space:nowrap;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

@media(min-width:1200px){
    .logo-img{
        height:70px;
    }
}

@media(max-width:1400px){
    .logo-img{
        height:65px;
    }

    .navbar-nav .nav-link{
        font-size:15px;
        padding:8px 8px !important;
    }
}

@media(max-width:1199px){
    .logo-img{
        height:60px;
    }

    .navbar-nav{
        margin-top:15px;
        align-items:flex-start;
    }

    .navbar-nav .nav-link{
        display:block;
        width:100%;
        padding:12px 0 !important;
    }

    .join-btn{
        width:100%;
        margin-top:15px;
    }
}

/* ===================================
PAGE HEADER
=================================== */

.cta
{
    background:#0b6b3a;
    color:#fff;
    padding:70px 0;
    text-align:center
}

.page-banner{
    background:linear-gradient(
        135deg,
        #f8faf8,
        #eef7f2
    );
    padding:30px 0 20px;
    text-align:center;
    border-bottom:1px solid #e8e8e8;
}

.page-banner h1{
    font-size:52px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:10px;

    background:linear-gradient(
        90deg,
        #0b6e4f,
        #16936a
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.page-banner p{
    font-size:18px;
    color:#555;
    font-weight:500;
    margin:0 auto;
    max-width:900px;
    line-height:1.5;
}

.page-banner p::after{
    content:'';
    display:block;
    width:60px;
    height:3px;
    background:#0b6e4f;
    margin:12px auto 0;
    border-radius:50px;
}

@media(max-width:991px){

    .page-banner{
        padding:25px 0 18px;
    }

    .page-banner h1{
        font-size:38px;
    }

    .page-banner p{
        font-size:16px;
    }

}

@media(max-width:576px){

    .page-banner h1{
        font-size:30px;
    }

    .page-banner p{
        font-size:15px;
    }

}


.initiative-badge{
    display:inline-block;
    background:#0b6e4f;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:15px;
    font-size:14px;
}

.initiative-list{
    padding-left:20px;
}

.initiative-list li{
    margin-bottom:10px;
}

.highlight-card{
    background:#fff;
    text-align:center;
    padding:40px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.highlight-card h3{
    color:#0b6e4f;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.highlights-section{
    background:#f8f9fa;
}

.benefit-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.benefit-card i{
    font-size:45px;
    color:#0b6e4f;
    margin-bottom:20px;
}

.membership-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    border-top:4px solid #0b6e4f;
}

.form-card{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.event-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.event-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.event-content{
    padding:25px;
}

.event-date{
    display:inline-block;
    background:#0b6e4f;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:15px;
}

.event-info{
    list-style:none;
    padding:0;
    margin:15px 0;
}

.event-info li{
    margin-bottom:8px;
}

.event-info i{
    color:#0b6e4f;
    margin-right:8px;
}

.highlight-box{
    background:#fff;
    text-align:center;
    padding:40px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.highlight-box h3{
    color:#0b6e4f;
    font-size:42px;
    font-weight:700;
}


.publication-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.publication-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.publication-content{
    padding:25px;
}

.pub-category{
    display:inline-block;
    background:#0b6e4f;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:15px;
}

.gallery-card{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.contact-box{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.contact-box i{
    font-size:40px;
    color:#0b6e4f;
    margin-bottom:15px;
}

.contact-details{
    background:#0b6e4f;
    color:#fff;
    padding:40px;
    border-radius:15px;
    height:100%;
}

.contact-details ul{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.contact-details li{
    margin-bottom:15px;
}

.contact-details i{
    margin-right:10px;
}


body{font-family:Arial,sans-serif}
.hero-slider,.carousel-item{height:360px}
.carousel-item img{width:100%;height:360px;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:90%}
.hero-content h1{font-size:clamp(28px,5vw,52px);font-weight:700}
.hero-content p{font-size:clamp(14px,2vw,20px)}
.section{padding:70px 0}
.card img{height:220px;object-fit:cover}
.client-logo{padding:20px;text-align:center;border:1px solid #eee}
.client-logo img{max-width:100%}
.cta{background:#0b6b3a;color:#fff;padding:70px 0;text-align:center}
footer{background:#111;color:#fff;padding:30px 0}
@media(max-width:767px){
.hero-slider,.carousel-item,.carousel-item img{height:260px}
.section{padding:50px 0}
}

.hero-slider,
.hero-slider .carousel-item{
    height:360px;
}

.hero-slider .carousel-item img{
    width:100%;
    height:360px;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    width:90%;
}

.hero-content h1{
    font-size:clamp(28px,5vw,52px);
    font-weight:700;
}

.hero-content p{
    font-size:clamp(14px,2vw,20px);
}

.active-menu{
    color:#198754 !important;
    font-weight:700 !important;
    border-bottom:3px solid #198754;
}

@media (max-width:767px){
    .hero-slider,
    .hero-slider .carousel-item,
    .hero-slider .carousel-item img{
        height:260px;
    }
}

