*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

.navbar-nav .nav-link.active{
    color:#0d6efd !important;
    font-weight:600;
}

.navbar-nav .nav-link.active::after{
    width:100%;
}

.container{
    width: 1700px !important;
    max-width: 100%;
    margin: 0 auto;
}
/* ===========================
   Mobile Header
=========================== */

@media (max-width:991px){

    /* Hide desktop header */
    .top-header{
        display:none !important;
    }

    .main-navbar{
        padding:10px 0;
        background:#fff;
    }

    .main-navbar .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:wrap;       /* nowrap ki jagah */
    }

    .navbar-brand{
        display:block !important;
        margin:0;
        padding:0;
    }

    .navbar-brand img{
        width:65px;
        height:auto;
        display:block;
    }

    .navbar-toggler{
        margin-left:auto;
        border:0;
        box-shadow:none !important;
    }

    .navbar-collapse{
        width:100%;
        margin-top:15px;
    }

    .navbar-nav{
        width:100%;
    }

    .navbar-nav .nav-link{
        text-align:left;
        padding:12px 0;
    }

    .main-navbar .ms-auto{
        width:100%;
        margin-top:15px !important;
    }

    .main-navbar .admission-btn{
        display:block;
        width:100%;
        margin:10px 0 !important;
        text-align:center;
    }

    /* Hero Social */

    .hero-social{
        position:fixed;
        right:15px;
        top:70%;
        transform:translateY(-50%);
        z-index:999;
        gap:10px;
    }

    .hero-social a{
        width:40px;
        height:40px;
        font-size:18px;
    }

}

/*=====================
TOP HEADER
=====================*/


.top-header{

    padding:8px 0;
    background:#5281be;
    /*border-bottom:1px solid #ddd;*/

}

/* .logo img {
    max-width: 220px;
    width: 18%;
    height: auto;
    display: block;
} */

/* Navbar Logo */

.navbar-brand img{
    height:70px;
    width:auto;
}

/* Top Header */

.header-info{
    display:flex;
    align-items:center;
    gap:30px;
}

.header-social{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:15px;
}

.header-social a{
    color:#ffffff;
    font-size:18px;
    transition:.3s;
}

.header-social a:hover{
    color:#ffffff;
    transform:translateY(-2px);
}

.logo p {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}


/* .logo h2{

    font-weight:700;
    margin-bottom:0;

}


.logo small{

    letter-spacing:2px;
    font-size:11px;
    text-transform:uppercase;

} */


.header-info{

    display:flex;
    justify-content:flex-end;
    gap:35px;

}


.info-box{

    font-size:14px;
    color:#ffffff;

}


.info-box i{

    color:#ffffff;
    margin-right:5px;

}


.menu-icon{

    font-size:32px;
    cursor:pointer;

}




/*=====================
NAVBAR
=====================*/


.main-navbar{

    background:#fff;
    border-bottom:1px solid #e8e8e8;
    padding:15px 0;

}


.nav-link{

    margin-right:25px;
    color:#222 !important;
    font-weight:500;

}


.nav-link:hover{

    color:#5082bc !important;
    /* color:#b3122c !important; */
    

}


.active{

    color:#5082bc !important;
    /* color:#b3122c !important; */
    

}

.navbar-nav .nav-link.active{
    color:#4f7db8 !important;
    font-weight:600;
}

.navbar-nav .nav-link.active::after{
    width:100%;
}


.admission-btn{

    padding:14px 28px;
    background:#5082bc;
    /* background:#b3122c; */
    
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;

}


.admission-btn:hover{

    /* background:#8d0d22; */
    background:#5082bc;
    
    color:#fff;

}




/*=====================
HERO SECTION
=====================*/

/* ==========================
   HERO STICKY SOCIAL ICONS
========================== */

.hero-section{
    position: relative;
}

.hero-social {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.hero-social a{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

/* Official Brand Colors */
.hero-social a:nth-child(1){
    color: #1877F2; /* Facebook */
}

.hero-social a:nth-child(2){
    color: #E4405F; /* Instagram */
}

.hero-social a:nth-child(3){
    color: #0A66C2; /* LinkedIn */
}

.hero-social a:nth-child(4){
    color: #FF0000; /* YouTube */
}

/* Hover */
.hero-social a:nth-child(1):hover{
    background:#1877F2;
    color:#fff;
}

/*.hero-social a:nth-child(2):hover{*/
/*    background:#E4405F;*/
/*    color:#fff;*/
/*}*/

.hero-social a:nth-child(2):hover{
    background: linear-gradient(
        45deg,
        #F58529,
        #FEDA77,
        #DD2A7B,
        #8134AF,
        #515BD4
    );
    color:#fff;
}

.hero-social a:nth-child(3):hover{
    background:#0A66C2;
    color:#fff;
}

.hero-social a:nth-child(4):hover{
    background:#FF0000;
    color:#fff;
}

.hero-social a:hover{
    transform: translateX(-5px);
}
/* Mobile */

/* @media (max-width:991px){

    .hero-social{
        right: 15px;
        gap: 10px;
    }

    .hero-social a{
        width:40px;
        height:40px;
        font-size:18px;
    }

} */


.hero-section{

    position:relative;
    min-height:600px;
    overflow:hidden;

}



.hero-video{

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    z-index:1;

}



/* White Overlay */

.hero-overlay{

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(48, 54, 68,0.3);
    /* background:rgba(255,255,255,0.78); */

    z-index:2;

}



.hero-section .container{

    position:relative;
    z-index:3;

}



.hero-row{

    min-height:500px;

}



.hero-content h1{

    font-family:'Playfair Display',serif;

    font-size:60px;
    line-height:1.1;
    font-weight:700;

    color:#ffffff;

}



.hero-content p{

    margin-top:30px;
    font-size:16px;
    line-height:1.8;
    color:#ffffff;
    width: 500px;

}



.hero-buttons{

    margin-top:40px;
    display:flex;
    gap:20px;
    flex-wrap:wrap;

}



.apply-btn{

    padding:18px 35px;
    background:#5082bc;
    color:#fff;
    text-decoration:none;
    font-weight:600;

}


.apply-btn:hover{

    color:#fff;
    background:#5082bc;
    /* #2d3741 */

}



.mission-btn{

    padding:18px 35px;
    border:1px solid #5082bc;
    color:#ffffff;
    text-decoration:none;
    font-weight:600;

}


.mission-btn:hover{

    background:#5082bc;
    color:#fff;

}



/*=====================
RESPONSIVE
=====================*/


@media(max-width:991px){


.hero-content{

    text-align:center;

}


.hero-buttons{

    justify-content:center;

}


.hero-content h1{

    font-size:50px;

}


.hero-section,
.hero-row{

    min-height:450px;

}


.admission-btn{

    display:inline-block;
    margin-top:20px;

}


}



@media(max-width:768px){


.hero-content h1{

    font-size:38px;
    line-height:1.3;

}


.hero-buttons{

    flex-direction:column;

}


.apply-btn,
.mission-btn{

    width:100%;
    text-align:center;

}


.hero-section,
.hero-row{

    min-height:600px;

}


}


/*=========================================
            ABOUT SECTION
=========================================*/

.about-section{

    padding:100px 0;
    background:#ffffff;

}

.about-image-wrapper{

    position:relative;

}

.about-main-image{

    width:100%;
    border-radius:8px;
    display:block;
    height: 427px;
    object-fit: cover;

}

/*==========================
Floating Icon Box
==========================*/

.about-icon-box{

    position:absolute;

    top:-20px;
    left:-20px;

    width:155px;
    height:155px;

    background:#2f3543;

    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

    z-index:5;

}

.about-icon-box img{

    width:85px;

}

.about-icon-box i{

    font-size:70px;
    color:#ffffff;

}

/*==========================
Floating Bottom Card
==========================*/

.about-floating-card{

    position:absolute;

    left:40px;
    bottom:-55px;

    width:440px;
    max-width:90%;

    background:#fff;

    padding:35px 30px;

    border-radius:8px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.about-floating-card p{

    margin:0;

    color:#000;

    font-size:25px;

    line-height:1.4;

    font-weight:500;

}

/*==========================
Content
==========================*/

.about-content{

    padding-left:50px;

}

.section-subtitle{

    display:flex;
    align-items:center;

    gap:15px;

    margin-bottom:20px;

    font-size:14px;

    color:#000000;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-subtitle span{

    width:42px;
    height:2px;

    background:#241b67;

}

.about-content h2{

    font-family:'Playfair Display',serif;

    font-size:50px;

    line-height:1.1;

    color:#000000;

    margin-bottom:30px;

    font-weight:700;

}

.about-description{

    color:#000;

    font-size:18px;

    line-height:2;

    margin-bottom:45px;

}

/*==========================
Features
==========================*/

.about-feature{

    display:flex;

    align-items:flex-start;

    gap:22px;

    margin-bottom:35px;

}

.feature-icon{

    width:60px;
    height:60px;

    min-width:60px;

    background:#2f3543;

    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.feature-icon i{

    color:#ffffff;

    font-size:28px;

    font-weight:bold;

}

.feature-content .h3{

    font-size:32px;

    color:#000000;

    margin-bottom:10px;

    font-weight:700;

}

.feature-content p{

    margin:0;

    color:#000;

    line-height:1.8;

    font-size:18px;

}

/*=========================================
Responsive
=========================================*/

@media (max-width:1199px){

.about-content{

    padding-left:25px;

}

.about-content h2{

    font-size:52px;

}

.feature-content h4{

    font-size:26px;

}

.about-floating-card{

    width:360px;

}

.about-floating-card p{

    font-size:20px;

}

}

@media (max-width:991px){

.about-section{

    padding:90px 0;

}

.about-content{

    padding-left:0;
    margin-top:90px;

}

.about-content h2{

    font-size:44px;

}

.about-floating-card{

    left:50%;
    transform:translateX(-50%);

    bottom:-60px;

}

}

@media (max-width:767px){

.about-section{

    padding:70px 0;

}

.about-icon-box{

    width:100px;
    height:100px;

    left:15px;
    top:15px;

}

.about-icon-box img{

    width:55px;

}

.about-icon-box i{

    font-size:42px;

}

.about-floating-card{

    position:relative;

    left:0;
    bottom:0;

    transform:none;

    width:100%;

    margin-top:-85px;

    padding:25px;

}

.about-floating-card p{

    font-size:18px;

}

.about-content{

    margin-top:40px;

}

.about-content h2{

    font-size:36px;

}

.about-description{

    font-size:16px;

}

.about-feature{

    gap:15px;

}

.feature-icon{

    width:50px;
    height:50px;
    min-width:50px;

}

.feature-icon i{

    font-size:22px;

}

.feature-content h4{

    font-size:22px;

}

.feature-content p{

    font-size:15px;

}

}


/*====================================
        COURSES SECTION
====================================*/

/*.courses-section{*/

/*    padding: 0 0 80px 0;*/
/*    background:#ffffff;*/

/*}*/
/*.courses-section h2{*/

/*    font-family:'Playfair Display',serif;*/

/*    font-size:50px;*/

/*    line-height:1.1;*/

/*    color:#000000;*/

/*    margin-bottom:30px;*/

/*    font-weight:700;*/

/*    text-align: center;*/

/*}*/

/*.course-card{*/

/*    background:#fff;*/

    /*border:1px solid #ececec;*/
/*    border-radius:6px;*/

/*    overflow:hidden;*/

/*    transition:.35s;*/

/*    height:100%;*/
/*    width: 80%;*/

/*}*/

/*.course-card:hover{*/

/*    transform:translateY(-8px);*/

/*    box-shadow:0 18px 40px rgba(0,0,0,.12);*/

/*}*/

/*======================
IMAGE
======================*/

/*.course-image{*/

/*    overflow:hidden;*/

/*}*/

/*.course-image img{*/

/*    width:100%;*/
/*    height:500px !important;*/

/*    object-fit:cover;*/

/*    transition:.5s;*/

/*}*/

/*.course-image {*/
/*    height: 800px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*}*/

/*.course-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    transition: .5s;*/
/*    margin-top: 140px;*/
/*}*/

/*.course-card:hover .course-image img{*/

/*    transform:scale(1.08);*/

/*}*/

/*======================
BODY
======================*/

/*.course-body{*/

/*    padding:18px;*/

/*}*/

/*======================
AUTHOR
======================*/

/*.course-author{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:8px;*/

/*    margin-bottom:15px;*/

/*}*/

/*.course-author img{*/

/*    width:26px;*/
/*    height:26px;*/

/*    border-radius:50%;*/

/*    object-fit:cover;*/

/*}*/

/*.course-author span{*/

/*    font-size:13px;*/

/*    color:#666;*/

/*    font-weight:500;*/

/*}*/

/*======================
TITLE
======================*/

/*.course-body h3{*/

/*    font-size:18px;*/

/*    line-height:1.6;*/

/*    color:#000000;*/

/*    font-weight:600;*/

/*    min-height:90px;*/

/*    transition:.3s;*/

/*}*/

/*.course-card:hover h4{*/

/*    color:#5181c3;*/

/*}*/

/*======================
FOOTER
======================*/

/*.course-footer{*/

/*    display:flex;*/

/*    justify-content:space-between;*/

/*    align-items:center;*/

/*    padding-top:18px;*/

/*    margin-top:20px;*/

/*    border-top:1px solid #ececec;*/

/*}*/

/*======================
RATING
======================*/

/*.course-rating{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:3px;*/

/*}*/

/*.course-rating i{*/

/*    color:#ffc107;*/

/*    font-size:14px;*/

/*}*/

/*.course-rating strong{*/

/*    color:#000000;*/

/*    font-size:14px;*/

/*}*/

/*.course-rating span{*/

/*    color:#888;*/

/*    font-size:13px;*/

/*}*/

/*======================
BUTTON
======================*/

.enroll-btn{

    display:inline-block;

    padding:8px 18px;

    border:2px solid #5181c3;

    color:#5181c3;

    font-size:13px;

    font-weight:600;

    text-decoration:none;

    border-radius:4px;

    transition:.35s;

}

.enroll-btn:hover{

    background:#5181c3;

    color:#ffffff;

}

/*======================
RESPONSIVE
======================*/

/*@media(max-width:991px){*/

/*.course-body h3{*/

/*    min-height:auto;*/

/*}*/

/*}*/

@media(max-width:767px){

/*.courses-section{*/

/*    padding:70px 0;*/

/*}*/

/*.course-image img{*/

/*    height:220px;*/

/*}*/

/*.course-footer{*/

/*    flex-direction:column;*/

/*    align-items:flex-start;*/

/*    gap:15px;*/

/*}*/

.enroll-btn{

    width:100%;

    text-align:center;

}

}

/*==========================
FOOTER
==========================*/

.footer-section{

    position:relative;
    overflow:hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;      /* Puri area cover kare */
    background-position: center !important; /* Image center me rahe */
    background: #2f3543;
    background-image: 
    linear-gradient(rgba(81,130,189,.50),rgba(81,130,189,.50)),
    url("images/courses_img.jpg");
    /*url("images/footer.jpg");*/
    /* url("https://www.transparenttextures.com/patterns/asfalt-dark.png"); */

    padding:70px 0;

}

.footer-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(90deg, #5083bc,#2f3543);

    opacity:.25;

}

.footer-section .container{

    position:relative;
    z-index:2;

}

.footer-col{

    border-right:1px dashed rgba(255,255,255,.20);
    padding: 40px;

}

.footer-col:last-child{

    border:none;

}

.footer-logo{

    width:100px;
    margin-bottom:20px;

}

.footer-text{

    color:#ffffff;
    font-size:15px;
    line-height:24px;

}

.footer-section h3{

    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;

}

.footer-section p{

    color:#ffffff;
    font-size:15px;
    line-height:24px;

}

.footer-section a{

    display:block;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    margin-top:12px;
    transition:.3s;

}

.footer-section a:hover{

    color:#ffffff;

}

.footer-section a i{

    width:22px;
    height:22px;

    background:#2f3543;

    border-radius:50%;

    color:#fff;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-size:11px;

    margin-right:8px;

}

.footer-social{

    display:flex;
    gap:8px;
    margin-top:20px;

}

.footer-social a{

    width:30px;
    height:30px;

    background:#2f3543;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    margin:0;

}

.footer-social a i{

    background:none;
    width:auto;
    height:auto;
    margin:0;
    font-size:14px;

}

.footer-social a:hover{

    background:#2f3543;
    color:#000;

}

.subscribe-form{

    margin-top:20px;

}

.subscribe-form input{

    width:100%;
    height:42px;

    border:none;

    padding:0 15px;

    margin-bottom:12px;

}

.subscribe-form button{

    background:#2f3543;

    border:none;

    color:#fff;

    padding:10px 25px;

    font-size:15px;

    font-weight:700;

    transition:.3s;

}

.subscribe-form button:hover{

    background:#2f3543;

}

.footer-bottom{

    background:#111;

    color:#fff;

    font-size:12px;

    padding:14px 0;

}

.footer-bottom a{

    color:#fff;

    text-decoration:none;

    margin-right:18px;

}

.footer-bottom a:hover{

    color:#fff;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.footer-col{

    border-right:none;
    border-bottom:1px dashed rgba(255,255,255,.20);
    padding-bottom:35px;
    margin-bottom:35px;

}

.footer-social{

    justify-content:center;

}

.footer-section{

    text-align:center;

}

}

@media(max-width:767px){

.footer-bottom{

    text-align:center;

}

.footer-bottom .text-md-end{

    margin-top:10px;

}

.subscribe-form button{

    width:100%;

}

.footer-section {
    background-repeat: no-repeat;
    background-size: cover;      /* Puri area cover kare */
    background-position: center; /* Image center me rahe */
}

}


/*==================================
        CONTACT US
==================================*/

.contact-section{
    padding:100px 0;
    background:#fff;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#f5f8fd;
    padding:25px;
    border-radius:6px;
    transition:.3s;
}

.contact-box:hover{
    transform:translateY(-5px);
}

.contact-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#5182BD;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.contact-icon i{
    font-size:26px;
    color:#ffffff;
    /* color:#001b5d; */
}

.contact-box h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    /* color:#001b5d; */
    color:#000000;
}

.contact-box p{
    margin:5px 0 0;
    color:#000000;
    /* color:#777; */
    font-size:15px;
}

.contact-small-title{
    color:#000000;
    /* color:#001b5d; */
    font-size:14px;
    font-weight:600;
    position:relative;
    padding-right:60px;
    display:inline-block;
}

.contact-small-title::after{
    content:'';
    position:absolute;
    top:50%;
    right:0;
    width:45px;
    height:2px;
    background:#5182BD;
    /* background:#001b5d; */
    
}

.contact-section h2{
    font-size:48px;
    font-weight:700;
    color:#5182BD;
    /* color:#001b5d; */
    margin:15px 0 20px;
}

.contact-section p{
    color:#000;
    line-height:28px;
}

.contact-social{
    margin-top:30px;
}

.contact-social a{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:50%;
    color:#5182BD;
    /* color:#001b5d; */
    
    margin-right:10px;
    text-decoration:none;
    transition:.3s;
}

.contact-social a:hover{
    background:#5182BD;
    color:#fff;
    border-color:#5182BD;
}

.contact-section .form-control{
    height:55px;
    border:1px solid #d8dfea;
    border-radius:0;
    box-shadow:none;
}

.contact-section textarea.form-control{
    height:auto;
    resize:none;
}

.contact-section .form-control:focus{
    border-color:#5182BD;
    box-shadow:none;
}

.contact-btn{
    background:#5182BD;
    color:#ffffff;
    border:none;
    padding:16px 40px;
    font-weight:700;
    transition:.3s;
}

.contact-btn:hover{
    background:#5182BD;
    /* background:#001b5d; */
    
    color:#fff;
}

@media(max-width:991px){

.contact-section{
    padding:70px 0;
}

.contact-section h2{
    font-size:36px;
    margin-bottom:20px;
}

.contact-box{
    margin-bottom:20px;
}

.contact-social{
    margin-bottom:40px;
}

}

@media(max-width:576px){

.contact-section h2{
    font-size:30px;
}

.contact-box{
    flex-direction:column;
    text-align:center;
}

.contact-btn{
    width:100%;
}

}

/* ===========================
   CONTACT HERO BANNER
=========================== */

.contact-hero {

    position: relative;
    height: 500px;
    background-image: url("images/contact-us.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.course-hero {

    position: relative;
    height: 500px;
    background-image: url("images/course.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;

}


.contact-overlay {

    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);

}


.contact-content {

    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;

}


.contact-content h1 {

    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;

}


/* Breadcrumb */

.breadcrumb {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;

}


.breadcrumb li {

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;

}


.breadcrumb a {

    color: #fff;
    text-decoration: none;
    transition: .3s;

}


.breadcrumb a:hover {

    color: #5282bd;

}



/* ===========================
   RESPONSIVE
=========================== */


@media(max-width:991px){

    .contact-hero{

        height:350px;

    }


    .contact-content h1{

        font-size:45px;

    }

}



@media(max-width:576px){

    .contact-hero{

        height:280px;

    }


    .contact-content h1{

        font-size:34px;

    }


    .breadcrumb li{

        font-size:14px;

    }

}


.modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.modal-header{
    padding:20px 25px;
    background-color: #0b5ed7;
}

.modal-body{
    padding:25px;
}

#modalImage{
    width:100%;
    max-height:420px;
    object-fit:cover;
    border-radius:12px;
}

#modalTitle{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    color:#0d2b5c;
    text-align: center;
}

#modalDescription{
    font-size:16px;
    line-height:1.9;
    color:#000;
    white-space:pre-line;
    text-align: justify;
}

.btn-close{
    filter: invert(1);
    opacity: 1;
    font-size: 18px;
}
.modal-footer{
    padding:20px 25px 30px;
    justify-content: center !important;
}

#modalEnrollBtn{
    background:#0d6efd;
    border:none;
    padding:12px 35px;
    /*border-radius:50px;*/
}

#modalEnrollBtn:hover{
    background:#0b5ed7;
}

@media(max-width:768px){

    #modalTitle{
        font-size:24px;
    }

    #modalImage{
        max-height:250px;
    }

}

/* #modalImage{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:10px;
}

#modalTitle{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    text-align: left;
}

#modalDescription{
    color:#000;
    line-height:1.8;
    margin-bottom:20px;
    text-align: left;
}

#modalEnrollBtn{
    padding:12px 30px;
    font-size:18px;
    text-align: left;
} */

/* Pagination */

/* .pagination .page-link{
    color: #5281c1;
    border: 1px solid #5281c1;
}

.pagination .page-link:hover{
    color: #fff;
    background: #5281c1;
    border-color: #5281c1;
}

.pagination .page-item.active .page-link{
    background: #5281c1;
    border-color: #5281c1;
    color: #fff;
}

.pagination .page-link:focus{
    box-shadow: none;
} */

/* Popup ke css */

/* ============================
 COURSE DETAIL MODAL
============================ */


/* .course-modal{

border-radius:20px;
overflow:hidden;
border:none;

}



.modal-header{

background:#0d6efd;
color:white;
padding:20px 30px;

}


.modal-header .btn-close{

filter:brightness(0) invert(1);

}



.course-popup{

padding:10px;

}



.course-popup h2{

font-family:'Playfair Display',serif;
font-size:32px;
font-weight:700;
color:#222;

}



.popup-info{

display:flex;
flex-wrap:wrap;
gap:20px;
margin:25px 0;

}



.popup-info p{

background:#f5f5f5;
padding:10px 18px;
border-radius:30px;
margin:0;
font-size:15px;

}



.popup-info i{

color:#0d6efd;
margin-right:8px;

}



.course-popup p{

font-family:'Poppins',sans-serif;
line-height:1.8;
color:#555;

}



.popup-btn{

background:#0d6efd;
color:white;
border:none;
padding:12px 35px;
border-radius:30px;
font-weight:600;
transition:.3s;

}


.popup-btn:hover{

background:#000;

} */



/* Mobile Responsive */

/* @media(max-width:576px){


.modal-dialog{

margin:15px;

}


.course-popup h2{

font-size:22px;

}


.popup-info{

display:block;

}


.popup-info p{

margin-bottom:10px;

}


} */



/*=====================================
        PAGE BANNER
======================================*/

.page-banner{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url(images/Terms_condation.webp) center/cover;
    padding:120px 0;
    text-align:center;
    color:#fff;
}

.privacy-banner{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url(images/privacy_policy.webp) center/cover;
    padding:120px 0;
    text-align:center;
    color:#fff;
}

.page-banner h1{
    font-size:52px;
    font-family:'Playfair Display',serif;
    font-weight:700;
    margin-bottom:15px;
}

.page-banner p{
    font-size:17px;
    margin:0;
}

.page-banner span{
    margin:0 10px;
    color:#fff;
}


/*=====================================
        TERMS SECTION
======================================*/

.terms-section{
    padding:90px 0;
    background:#f8f9fa;
}

.terms-card{
    /* background:#fff; */
    border-radius:18px;
    /* padding:50px; */
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
}

.terms-card h2{
    font-family:'Playfair Display',serif;
    color:#000;
    /*color:#002147;*/
    margin-bottom:25px;
}

.terms-card>p{
    color:#000;
    margin-bottom:40px;
    line-height:1.9;
}

.terms-item{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #eee;
}

.terms-item:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}

.terms-item h4{
    color:#000;
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}

.terms-item p{
    color:#000;
    line-height:1.9;
    margin:0;
}


/*=========================
      Responsive
=========================*/

@media(max-width:768px){

.page-banner{
    padding:80px 0;
}

.page-banner h1{
    font-size:34px;
}

.terms-card{
    padding:25px;
}

.terms-item h4{
    font-size:19px;
}

}


.vision-section{
    background:#ffffff;
    padding-bottom: 60px;
}

.vision-card{
    background:#fff;
    padding:50px 40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #eef2f7;
    transition:.4s ease;
}

.vision-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(13,110,253,.15);
}

.vision-icon{
    width:90px;
    height:90px;
    background:#5282bd;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 25px;
    font-size:38px;
    transition:.4s;
}

.vision-card:hover .vision-icon{
    transform:rotateY(180deg);
}

.vision-card h2{
    font-size:38px;
    font-weight:700;
    color:#5282bd;
    margin-bottom:20px;
}

.vision-card p{
    color:#000;
    font-size:17px;
    line-height:32px;
    margin:0;
}

/* Responsive */

@media (max-width:991px){

    .vision-card{
        padding:40px 30px;
    }

    .vision-card h2{
        font-size:32px;
    }

}

@media (max-width:767px){

    .vision-card{
        padding:30px 20px;
    }

    .vision-card h2{
        font-size:28px;
    }

    .vision-card p{
        font-size:16px;
        line-height:28px;
    }

    .vision-icon{
        width:75px;
        height:75px;
        font-size:32px;
    }

}

/* Card CSS Update */
.courses-section{
    background:#f8fbff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title{
    font-size:38px;
    font-weight:700;
    color:#5282bd;
}

/*.section-subtitle{*/
/*    max-width:650px;*/
/*    margin:auto;*/
/*    color:#666;*/
/*    line-height:28px;*/
/*}*/


.course-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s ease;
    height:100%;
    /*height:100%;*/
}

.course-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.course-image{
    overflow:hidden;
}

.course-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    transition:.5s;
}

.course-card:hover .course-image img{
    transform:scale(1.08);
}

.course-content{
    padding:25px;
    text-align:center;
}

.course-title{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.course-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#5282bd;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.course-btn:hover{
    background:#5282bd;
    color:#fff;
}

.course-btn i{
    transition:.3s;
}

.course-btn:hover i{
    transform:translateX(5px);
}

/* Responsive */

@media(max-width:767px){

    .course-image img{
        height:220px;
    }

    .course-title{
        font-size:22px;
    }

    .course-content{
        padding:20px;
    }

}


/* =========================
   TEXT CAPTCHA
========================= */

.captcha-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.captcha-code {
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 6px;

    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    font-family: "Courier New", monospace;

    user-select: none;
    text-decoration: line-through;
    transform: skewX(-3deg);
}

.captcha-refresh {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 6px;

    background: #5282bd;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.3s ease;
}

.captcha-refresh:hover {
    background: #5282bd;
}

.captcha-refresh i {
    font-size: 20px;
}

.captcha-input {
    max-width: 238px;
}

.captcha-error {
    display: none;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.captcha-error.show {
    display: block;
}

/* Mobile */
@media (max-width: 575.98px) {

    .captcha-wrapper {
        width: 100%;
    }

    .captcha-code {
        width: 180px;
    }

    .captcha-input {
        max-width: 100%;
    }

}




/* CAPTCHA ONLY */
.captcha-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.captcha-code {
    width: 120px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: "Courier New", monospace;

    user-select: none;
    text-decoration: line-through;
}

.captcha-refresh {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    border-radius: 4px;

    background: #5282bd;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.captcha-refresh:hover {
    background: #5282bd;
}

.captcha-refresh i {
    font-size: 16px;
}

/* CAPTCHA input */
.captcha-input {
    width: 100% !important;
    max-width: 100% !important;
    height: 38px;
    margin: 0;
}

/* CAPTCHA error */
.captcha-error {
    display: none;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.captcha-error.show {
    display: block;
}