/*==========================
        RESET
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;
    background:#fff;

}

/*==========================
      HEADER
==========================*/

.college-header{

    width:100%;

    min-height:140px;

   background: linear-gradient(90deg,#2E1065,#4C1D95,#6D28D9);

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 60px;

    color:#fff;

   border-bottom:4px solid #FBBF24;

}

/*==========================
        LOGO
==========================*/

.college-logo img{

    width:140px;

    height: 200px;

    object-fit:contain;

    transition:.3s;

}

.college-logo img:hover{

    transform:scale(1.05);

}


/*==========================
      COLLEGE INFO
==========================*/

.college-info{

    flex:1;

    text-align:center;

    padding:0 25px;

}

/* Trust Name */

.trust-name{

    font-size:16px;

    font-weight:500;

    color:#FBBF24;

    margin-bottom:8px;

    letter-spacing:.5px;

}

.college-info h1{

    font-size:36px;

    font-weight:700;

    color:#fff;

    margin-bottom:10px;

}

.college-info p{

    font-size:18px;

    margin-bottom:8px;

}

.college-info span{

    font-size:17px;

    color:#FBBF24;

}

/*==========================
      CONTACT
==========================*/

.college-contact{

    min-width:220px;

    text-align:right;

}

/* Registration Number */

.reg-no{

    font-size:14px;

    color:#FBBF24;

    font-weight:600;

    margin-bottom:8px;

}

.phone{

    font-size:17px;

    font-weight:600;

    color:#fff;

}

.phone i{

    color:#FBBF24;

    margin-right:8px;

}

/*==================================
        MAIN NAVBAR
===================================*/

/*=====================================
            NAVBAR
======================================*/

.navbar{

    background:rgba(76,29,149,.85);

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    color:#fff;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:10px 5%;

    position:sticky;

    top:0;

    width:100%;

    z-index:999;

    border-bottom:2px solid #FBBF24;

    box-shadow:0 3px 15px rgba(0,0,0,.12);
    transition: all .3s ease;
}

.logo{

    width:55px;

    height:55px;

    object-fit:contain;

    transition:.3s;

}

.logo:hover{

    transform:scale(1.05);

}

nav{

    display:flex;

    align-items:center;

}

.nav-links{

    display:flex;

    list-style:none;

    gap:35px;

}

.nav-links a{

    position:relative;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:500;

    transition:.3s;

}

/* Gold underline */

.nav-links a::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-8px;

    width:0;

    height:3px;

    background:#FBBF24;

    transition:.35s;

    transform:translateX(-50%);

}

.nav-links a:hover::after,

.nav-links a.active::after{

    width:100%;

}

.nav-links a:hover{

    color:#FBBF24;

}

.hamburger{

    display:none;

    color:#fff;

    font-size:28px;

    cursor:pointer;

}

.nav-container{

    width:90%;
    max-width:1300px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:100%;

}

/* Navigation */

.nav-links{

    display:flex;
    align-items:center;
    gap:40px;

}

.nav-links li{

    list-style:none;

}

.nav-links a{

    position:relative;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:500;

    transition:.35s;

}

/* Gold Underline */

.nav-links a::after{

    content:"";

    position:absolute;

    left:50%;
    bottom:-8px;

    width:0;

    height:3px;

    background:#FBBF24;

    transition:.35s;

    transform:translateX(-50%);

}

.nav-links a:hover::after,

.nav-links a.active::after{

    width:100%;

}

.nav-links a:hover{

    color:#FBBF24;

}

/* Admission Button */

.admission-btn{

    display:inline-block;

    background:#FBBF24;

    color:#2E1065;

    text-decoration:none;

    padding:11px 22px;

    border-radius:30px;

    font-weight:600;

    transition:.35s;

}

.admission-btn:hover{

    background:#fff;

    transform:translateY(-3px);

}

/* Right Section */

.nav-right{

    display:flex;
    align-items:center;
    gap:20px;

}

/* Hamburger */

.menu-btn{

    display:none;

    flex-direction:column;

    cursor:pointer;

    gap:5px;

}

.menu-btn span{

    width:28px;

    height:3px;

    background:#fff;

    border-radius:5px;

}



/*=====================================
            FOOTER
======================================*/

.footer{

    background:linear-gradient(90deg,#2E1065,#4C1D95);

    color:#fff;

    padding:60px 5% 20px;

    border-top:4px solid #FBBF24;

}

.footer-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1.2fr 1fr;

    gap:40px;

}

.footer-box h3{

    margin-bottom:20px;

    color:#FBBF24;

    font-size:22px;

}

.footer-logo{

    width:80px;

    margin-bottom:15px;

}

.footer-box p{

    margin-bottom:12px;

    line-height:1.7;

    font-size:15px;

}

.footer-box ul{

    list-style:none;

}

.footer-box ul li{

    margin-bottom:12px;

}

.footer-box ul li a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.footer-box ul li a:hover{

    color:#FBBF24;

    padding-left:8px;

}

.footer-box i{

    color:#FBBF24;

    margin-right:8px;

}

.social-icons{

    display:flex;

    gap:15px;

    margin-top:15px;

}

.social-icons a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.social-icons a:hover{

    background:#FBBF24;

    color:#2E1065;

    transform:translateY(-4px);

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.15);

    margin-top:40px;

    padding-top:20px;

    text-align:center;

    font-size:15px;

}