/*=========================
      HEADER
==========================*/

.college-header{
    background:#e9d6d6;
    padding:12px 0;
    
}

.agi-logo{
    max-width:170px;
}

.college-logo{
    max-width:150px;
}

.trust-name{
    color:#8C1D2C;
    font-size:15px;
    font-weight:600;
    margin-bottom:2px;
}

.college-name{
    font-family:'Barlow Condensed',sans-serif;
    font-size:40px;
    font-weight:800;
    color:#31225B;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:1;
    margin-bottom:5px;
}

/* Decorative Divider */

.title-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:8px 0;
}

.title-divider span{
    width:90px;
    height:2px;
    background:#b22b3d;
}

.title-divider i{
    color:#b22b3d;
    font-size:8px;
    margin:0 10px;
}

/* Approval */

.approval-list{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    font-size:18px;
    color:#333;
}

.dot{
    width:5px;
    height:5px;
    background:#b22b3d;
    border-radius:50%;
}

/* Address */

.college-address{
    margin-top:8px;
    font-size:17px;
    color:#555;
}

.college-address i{
    color:#b22b3d;
    margin-right:5px;
}

/* DTE */

.dte-code{
    display:inline-block;
    margin-top:10px;
    padding:7px 24px;
    background:#f8f8f8;
    border:1px solid #ddd;
    border-radius:40px;
    font-size:18px;
    font-weight:700;
}

.dte-code strong{
    color:#b21f35;
}

/* Responsive */

@media(max-width:991px){

.college-header{
padding:15px 0;
text-align:center;
}

.agi-logo{
max-width:150px;
margin-top:10px;
margin-bottom:10px;
}

.college-logo{
max-width:120px;
margin-top:10px;
}

.trust-name{
font-size:15px;
}

.college-name{
font-size:32px;
}

.title-divider span{
width:45px;
}

.approval-list{
font-size:13px;
gap:6px;
}

.college-address{
font-size:13px;
}

.dte-code{
font-size:15px;
padding:5px 15px;
}

}

/*=========================
      NAVIGATION
==========================*/

.main-navbar{
    background:#3A2568;
    padding:0;
    box-shadow:0 6px 20px rgba(0,0,0,.12);
}

.main-navbar .nav-link{
    color:#fff !important;
    padding:18px 16px !important;
    font-size:15px;
    font-weight:600;
    transition:.3s;
    position:relative;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active{
    color:#FFC107 !important;
}

.main-navbar .nav-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:8px;
    width:0;
    height:2px;
    background:#FFC107;
    transition:.3s;
    transform:translateX(-50%);
}

.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after{
    width:60%;
}

/* Dropdown */

.dropdown-menu{
    border:none;
    border-radius:10px;
    padding:10px 0;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.dropdown-item{
    padding:10px 20px;
    font-weight:500;
    transition:.3s;
}

.dropdown-item:hover{
    background:#3A2568;
    color:#fff;
}

/* Apply Button */

.btn-warning{
    background:#FFC107;
    border:none;
    color:#000;
}

.btn-warning:hover{
    background:#FFB300;
    color:#000;
}

/* Mobile */

@media(max-width:1199px){

.main-navbar{
    padding:8px 0;
}

.main-navbar .nav-link{
    padding:12px 0 !important;
}

.dropdown-menu{
    box-shadow:none;
    border-radius:0;
}

}

/*==============================
          FOOTER
==============================*/

.footer{

    background:#2E1E56;

    color:#fff;

    padding:70px 0 0;

}

.footer-logo{

    width:170px;

}

.footer h4{

    font-size:26px;

    font-weight:700;

    margin-bottom:15px;

}

.footer h5{

    color:#FFC107;

    margin-bottom:20px;

    font-weight:600;

}

.footer p{

    color:#ddd;

    line-height:28px;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#FFC107;

    padding-left:6px;

}

.footer i{

    color:#FFC107;

    margin-right:10px;

}

.social-links{

    margin-top:20px;

}

.social-links a{

    width:42px;

    height:42px;

    background:#fff;

    color:#2E1E56;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    margin-right:10px;

    transition:.3s;

}

.social-links a:hover{

    background:#FFC107;

    color:#000;

}

.footer-bottom{

    margin-top:50px;

    background:#231844;

    padding:18px 0;

    font-size:15px;

}

.footer-bottom strong{

    color:#FFC107;

}

@media(max-width:992px){

.footer{

text-align:center;

}

.footer-bottom{

text-align:center;

}

}

/*==========================
      NOTICE BAR
===========================*/

.notice-bar{
    background:#f8f9fc;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.notice-title{

    background:#3E2465;
    color:#fff;
    padding:14px 20px;
    font-size:18px;
    font-weight:700;
    text-align:center;
    height:100%;
}

.notice-title i{

    color:#FFC107;
    margin-right:8px;

}

.notice-marquee{

    padding:12px 15px;

}

.notice-marquee a{

    color:#333;
    text-decoration:none;
    font-size:16px;
    font-weight:500;

}

.notice-marquee a:hover{

    color:#3E2465;

}

.notice-btn{

    display:inline-block;
    background:#FFC107;
    color:#000;
    text-decoration:none;
    font-weight:600;
    padding:11px 24px;
    border-radius:30px;
    transition:.3s;

}

.notice-btn:hover{

    background:#3E2465;
    color:#fff;

}

@media(max-width:768px){

.notice-title{

font-size:16px;
padding:10px;

}

.notice-marquee{

padding:10px;

}

.notice-btn{

margin:10px 0;

}

}

/*=========================
      CONTACT SECTION
==========================*/

.contact-section{

    background:#f5f7fb;

}

.contact-box{

    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;

}

.contact-box h3{

    color:#173F7A;
    font-size:30px;

}

.contact-item{

    display:flex;
    margin-bottom:28px;
    align-items:flex-start;

}

.contact-item:last-child{

    margin-bottom:0;

}

.contact-item .icon{

    width:58px;
    height:58px;
    min-width:58px;
    background:#173F7A;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-right:18px;

}

.contact-item h6{

    font-weight:700;
    margin-bottom:6px;
    color:#173F7A;

}

.contact-item p{

    margin:0;
    color:#555;
    line-height:28px;

}

.map-box{

    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;

}

.map-box iframe{

    width:100%;
    height:100%;
    min-height:420px;

}

@media(max-width:991px){

.contact-box{

margin-bottom:20px;

}

.map-box iframe{

min-height:350px;

}

}


/*=========================
      COURSES SECTION
==========================*/

.courses-section{
    background:#f8f9fc;
}

.sub-title{
    color:#f39c12;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#3A2568;
    margin-top:10px;
}

.section-desc{
    color:#666;
    max-width:700px;
    margin:auto;
}

.course-card{

    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    height:100%;

}

.course-card:hover{

    transform:translateY(-10px);

}

.course-icon{

    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#3A2568;
    color:#FFC107;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:35px;

}

.course-card h4{

    color:#3A2568;
    font-weight:700;
    font-size:24px;
    margin-bottom:15px;

}

.course-card p{

    color:#666;
    line-height:28px;
    min-height:110px;

}

.course-info{

    display:flex;
    justify-content:space-between;
    margin-top:20px;
    border-top:1px solid #eee;
    padding-top:15px;
    font-size:15px;

}

.course-info strong{

    color:#3A2568;

}

@media(max-width:991px){

.section-title{

font-size:32px;

}

.course-card{

margin-bottom:20px;

}

}
/*==========================
    COURSE APPLY BUTTON
===========================*/

.apply-course-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin-top:20px;
    padding:12px 20px;
    text-decoration:none;
    border-radius:10px;
    background:linear-gradient(135deg,#3A2568,#5B3E96);
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
    overflow:hidden;
}

.apply-course-btn i{
    transition:.3s;
}

.apply-course-btn:hover{
    background:linear-gradient(135deg,#FFC107,#FF9800);
    color:#222;
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(255,193,7,.35);
}

.apply-course-btn:hover i{
    transform:translateX(5px);
}


/*==========================
      FACILITIES
===========================*/

.facilities{
    background:#f8f9fc;
}

.section-badge{
    display:inline-block;
    padding:8px 20px;
    background:#fff3cd;
    color:#b8860b;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#2E1A5F;
    margin:15px 0;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.facility-card{

    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.facility-card:hover{

    transform:translateY(-10px);

    background:#2E1A5F;

}

.facility-icon{

    width:80px;
    height:80px;

    margin:auto;
    margin-bottom:20px;

    border-radius:50%;

    background:#FFC107;

    color:#2E1A5F;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.facility-card h5{

    font-size:22px;
    font-weight:700;
    color:#2E1A5F;
    margin-bottom:15px;

}

.facility-card p{

    color:#666;
    line-height:28px;
    margin:0;

}

.facility-card:hover h5,
.facility-card:hover p{

    color:#fff;

}

@media(max-width:992px){

.section-title{

font-size:32px;

}

.facility-card{

padding:25px;

}

}

/*==========================
      GALLERY
===========================*/

.gallery-section{

    background:#f8f9fc;

}

.gallery-item{

    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.gallery-item img{

    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;

}

.gallery-overlay{

    position:absolute;
    inset:0;

    background:rgba(46,26,95,.75);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.4s;

}

.gallery-overlay a{

    width:70px;
    height:70px;

    border-radius:50%;

    background:#FFC107;

    color:#2E1A5F;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    text-decoration:none;

}

.gallery-item:hover img{

    transform:scale(1.12);

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-btn{

    display:inline-block;

    padding:14px 35px;

    background:#2E1A5F;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    transition:.3s;

    font-weight:600;

}

.gallery-btn:hover{

    background:#FFC107;

    color:#000;

}

/*==========================
        ABOUT
===========================*/

.about-section{

    background:#fff;

}

.about-img{

    overflow:hidden;

    border-radius:20px;

}

.about-img img{

    width:100%;

    border-radius:20px;

    transition:.5s;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.about-img:hover img{

    transform:scale(1.05);

}

.about-tag{

    color:#C49000;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.about-section h2{

    font-size:28px;

    font-weight:700;

    color:#0B3A75;

    margin:18px 0 25px;

    line-height:1.2;

}

.about-section p{
text-align: justify;
    font-size:18px;

    color:#555;

    line-height:32px;

    margin-bottom:20px;

}

.about-section strong{

    color:#222;

}

.btn-about{

    display:inline-block;

    padding:14px 34px;

    background:#2E1A5F;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-about:hover{

    background:#FFC107;

    color:#000;

}

@media(max-width:991px){

.about-section{

text-align:center;

}

.about-section h2{

font-size:36px;

}

.about-section p{

font-size:16px;

line-height:28px;

}

.about-img{

margin-bottom:30px;

}

}
/*==================================
Leadership Section
==================================*/

.leadership-section{
    background:#f8fbff;
}

.section-badge{
    display:inline-block;
    background:#D62828;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0B2C54;
}

.section-subtitle{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.leader-card{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.leader-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0B2C54,#D62828,#D4AF37);
}

.leader-card:hover{
    transform:translateY(-10px);
}

.leader-img img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:50%;
    border:6px solid #eef4ff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.leader-designation{
    display:inline-block;
    margin:20px 0 15px;
    padding:8px 20px;
    border-radius:30px;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.founder{
    background:#D62828;
}

.secretary{
    background:#0B2C54;
}

.principal{
    background:#198754;
}

.leader-card h6{
    color:#D62828;
    font-size:14px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.leader-card h4{
    color:#0B2C54;
    font-size:26px;
    font-weight:700;
    min-height:70px;
}

.leader-card p{
    text-align:justify;
    color:#555;
    line-height:1.8;
    margin:20px 0;
}

.leader-btn{
    background:#0B2C54;
    color:#fff;
    padding:12px 32px;
    border-radius:40px;
    font-weight:600;
}

.leader-btn:hover{
    background:#D62828;
    color:#fff;
}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.leader-img img{
    width:150px;
    height:150px;
}

.leader-card h4{
    min-height:auto;
    font-size:22px;
}

}

/*=========================
     VISION & MISSION
=========================*/

.vision-mission{
    background:#f8fbff;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#fff3cd;
    color:#d18a00;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0B3A75;
    margin:15px 0;
}

.section-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
}

.vm-card{

    background:#fff;

    border-radius:20px;

    padding:40px;

    height:100%;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

    border-top:5px solid #0d6efd;

}

.vm-card:hover{

    transform:translateY(-8px);

}

.vm-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    margin-bottom:25px;

}

.vm-card h3{

    color:#0B3A75;

    font-weight:700;

    margin-bottom:20px;

}

.vm-card p{

    color:#666;

    line-height:30px;

}

.vm-card ul{

    padding-left:20px;

    margin:0;

}

.vm-card ul li{

    margin-bottom:14px;

    color:#555;

    line-height:28px;

}

@media(max-width:991px){

.section-title{

font-size:34px;

}

.vm-card{

padding:30px;

}

}

/*================================
      CHAIRMAN MESSAGE
================================*/

.chairman-section{
    background:#fff;
}

.chairman-img img{
    width:300px;
    height:300px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    border:6px solid #fff;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#FFF3CD;
    color:#B8860B;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0B3A75;
    margin:18px 0;
}

.chairman-name{
    font-weight:700;
    color:#2E1A5F;
    margin-bottom:5px;
}

.designation{
    display:block;
    color:#777;
    font-size:17px;
    margin-bottom:25px;
}

.chairman-section p{
    color:#555;
    line-height:30px;
    font-size:17px;
    text-align:justify;
}

@media(max-width:991px){

    .chairman-img{
        margin-bottom:30px;
    }

    .chairman-img img{
        width:220px;
        height:220px;
    }

    .section-title{
        font-size:34px;
    }

}

/*==============================
    FLOATING BUTTONS
==============================*/

.floating-buttons{

    position:fixed;

    right:20px;

    bottom:25px;

    z-index:9999;

    display:flex;

    flex-direction:column;

    gap:12px;

}

.float-btn{

    width:58px;

    height:58px;

    border-radius:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    font-size:22px;

    transition:.35s;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    white-space:nowrap;

}

.float-btn span{

    max-width:0;

    overflow:hidden;

    transition:.35s;

    margin-left:0;

    font-size:15px;

    font-weight:600;

}

.float-btn:hover{

    width:180px;

    justify-content:flex-start;

    padding-left:18px;

}

.float-btn:hover span{

    max-width:120px;

    margin-left:15px;

}

/* Colors */

.call-btn{

    background:#0d6efd;

}

.whatsapp-btn{

    background:#25D366;

}

.admission-btn{

    background:#2E1A5F;

}

.map-btn{

    background:#ff9800;

}

.top-btn{

    background:#343a40;

}

.float-btn:hover{

    color:#fff;

}

@media(max-width:768px){

.float-btn{

width:50px;
height:50px;
font-size:18px;

}

.float-btn:hover{

width:50px;
padding-left:0;

}

.float-btn span{

display:none;

}

}

/*=================================
      PRINCIPAL MESSAGE
==================================*/

.principal-section{

    background:#f8fbff;

}

.principal-image{

    position:relative;

}

.principal-image img{

    width:320px;

    height:380px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    border:6px solid #fff;

}

.section-tag{

    display:inline-block;

    padding:8px 20px;

    background:#FFF3CD;

    color:#b8860b;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

}

.section-title{

    font-size:42px;

    font-weight:700;

    color:#0B3A75;

    margin:18px 0;

}

.principal-name{

    color:#2E1A5F;

    font-weight:700;

    margin-bottom:5px;

}

.qualification{

    color:#ff9800;

    font-weight:600;

    margin-bottom:25px;

}

.principal-section p{

    color:#555;

    line-height:30px;

    text-align:justify;

    font-size:17px;

}

.principal-quote{

    background:#ffffff;

    border-left:5px solid #0d6efd;

    padding:20px 25px;

    margin-top:25px;

    font-style:italic;

    color:#0B3A75;

    font-weight:600;

    border-radius:10px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.signature{

    margin-top:30px;

}

.signature h5{

    color:#2E1A5F;

    font-weight:700;

    margin-bottom:5px;

}

.signature span{

    color:#666;

}

@media(max-width:991px){

.principal-image{

margin-bottom:30px;

text-align:center;

}

.principal-image img{

width:240px;

height:300px;

}

.section-title{

font-size:34px;

}

}
/*==============================
    ADMISSION SECTION
===============================*/

.admission-section{

    background:#f8fbff;

}

.admission-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

}

.card-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    margin-bottom:20px;

}

.admission-card h3{

    color:#0B3A75;

    margin-bottom:25px;

    font-weight:700;

}

.process-list,
.eligibility-list{

    list-style:none;

    padding:0;

}

.process-list li{

    display:flex;

    gap:15px;

    margin-bottom:20px;

    line-height:28px;

}

.process-list span{

    width:35px;

    height:35px;

    border-radius:50%;

    background:#FFC107;

    color:#000;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:bold;

    flex-shrink:0;

}

.eligibility-list li{

    position:relative;

    padding-left:28px;

    margin-bottom:18px;

    line-height:28px;

}

.eligibility-list li::before{

    content:"✔";

    position:absolute;

    left:0;

    color:#28a745;

    font-weight:bold;

}

.documents-box{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.documents-box h3{

    color:#0B3A75;

    font-weight:700;

}

.documents-box ul{

    list-style:none;

    padding:0;

}

.documents-box li{

    margin-bottom:15px;

}

.documents-box li::before{

    content:"📄 ";

}

.apply-btn{

    display:inline-block;

    padding:14px 35px;

    background:#2E1A5F;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.apply-btn:hover{

    background:#FFC107;

    color:#000;

}
/*=====================================
        FACULTY SECTION
======================================*/

.faculty-section{
    background:#f5f9ff;
}

.faculty-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.faculty-card:hover{
    transform:translateY(-10px);
}

.faculty-img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.faculty-body{
    padding:25px;
}

.department{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:6px 16px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:15px;
}

.faculty-body h4{
    color:#0B3A75;
    font-weight:700;
    font-size:22px;
    margin-bottom:10px;
}

.faculty-body p{
    color:#666;
    line-height:28px;
    margin-bottom:0;
}

@media(max-width:991px){

.faculty-img{
height:240px;
}

}

/*=====================================
        COURSES SECTION
======================================*/

.courses-section{
    background:#f7fbff;
}

.section-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#fff4d8;
    color:#d18b00;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0B3A75;
    margin:15px 0;
}

.section-description{
    max-width:700px;
    margin:auto;
    color:#666;
}

.course-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border-top:5px solid #0d6efd;
}

.course-card:hover{
    transform:translateY(-10px);
}

.course-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.course-card h4{
    color:#0B3A75;
    font-weight:700;
    min-height:60px;
}

.course-card ul{
    list-style:none;
    padding:0;
    margin:25px 0;
    text-align:left;
}

.course-card ul li{
    padding:10px 0;
    color:#555;
    border-bottom:1px solid #eee;
}

.course-card ul li i{
    width:24px;
    color:#0d6efd;
}

.course-btn{
    display:inline-block;
    width:100%;
    padding:12px;
    background:#2E1A5F;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.course-btn:hover{
    background:#FFC107;
    color:#000;
}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

}