:root{

--primary:#7A0D16;

--secondary:#C89B3C;

--dark:#2A2A2A;

--white:#ffffff;

--light:#f8f8f8;

--border:#ececec;

--transition:.35s ease;

--shadow:0 10px 35px rgba(0,0,0,.08);

}


*{

margin:0;

padding:0;

box-sizing:border-box;

}

.topbar{
    background:#7A0D16;
    color:#fff;
    font-size:14px;
}

.topbar .container-fluid{
    padding:8px 35px;
}

.top-left,
.top-right{
    display:flex;
    align-items:center;
}

.top-left{
    gap:18px;
    flex-wrap:wrap;
}

.top-right{
    justify-content:flex-end;
    gap:16px;
    flex-wrap:wrap;
}

.top-left a,
.top-left div,
.top-right a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.top-left a:hover,
.top-right a:hover{

    color:#d8b15d;

}

.top-left span{

    opacity:.5;

}
/* =========================
        TABLET
========================= */

@media (max-width:991px){

.topbar .row{

    text-align:center;

}

.top-left,
.top-right{

    justify-content:center;

}

.top-right{

    margin-top:8px;

}

}


/* =========================
        MOBILE
========================= */

@media(max-width:767px){

.topbar{

    font-size:13px;

}

.topbar .container-fluid{

    padding:10px 15px;

}

.top-left{

    flex-direction:column;
    gap:8px;

}

.top-left span{

    display:none;

}

.top-right{

    margin-top:15px;
    justify-content:center;
    gap:14px;

}

.top-right a{

    font-size:13px;

}

}


/* =========================
      SMALL MOBILE
========================= */

@media(max-width:480px){

.topbar{

    font-size:12px;

}

.top-right{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px;

    width:100%;

}

.top-right a{

    text-align:center;

}

}


/* part2 css  */
/* ==============================
        HEADER
================================ */

.college-header{

    background:#fff;

    border-bottom:1px solid #ececec;

    padding:22px 45px;

    position:relative;

    z-index:100;

}

/* ============================== */

.header-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

}

/* ============================== */

.college-info{

    display:flex;

    align-items:center;

    gap:20px;

    flex:1;

}

/* ============================== */

.college-logo{

    flex-shrink:0;

}

.college-logo img{
    width:150px;
    height:auto;
    transition:.4s;
}

.college-logo:hover img{

    transform:scale(1.08) rotate(-3deg);

}

/* ============================== */

.college-text h1{

    margin:0;

    font-family:'Cinzel',serif;

    font-size:48px;

    font-weight:700;

    color:#6d0b12;

    letter-spacing:1px;

}

.college-text h2{

    margin:2px 0 10px;

    font-family:'Cinzel',serif;

    font-size:24px;

    color:#c79a35;

    font-weight:700;

    letter-spacing:1px;

}

.college-text p{

    margin:3px 0;

    color:#444;

    font-size:14px;

    font-weight:500;

    line-height:1.5;

}

.college-text strong{

    color:#7A0D16;

}

/* ============================== */

.header-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

/* ============================== */

.header-btn{

    display:flex;

    align-items:center;

    gap:10px;

    padding:15px 28px;

    border-radius:12px;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.35s;

    white-space:nowrap;

}

/* ============================== */

.apply-btn{

    background:#7A0D16;

    color:#fff;

    box-shadow:0 12px 30px rgba(122,13,22,.25);

}

.apply-btn:hover{

    background:#5d0910;

    transform:translateY(-4px);

    color:#fff;

}

/* ============================== */

.prospectus-btn{

    border:2px solid #7A0D16;

    color:#7A0D16;

    background:#fff;

}

.prospectus-btn:hover{

    background:#7A0D16;

    color:#fff;

    transform:translateY(-4px);

}

/* ============================== */

.visit-btn{

    background:#C89B3C;

    color:#fff;

    box-shadow:0 12px 30px rgba(200,155,60,.30);

}

.visit-btn:hover{

    background:#b48828;

    color:#fff;

    transform:translateY(-4px);

}

/* ==========================================
        LARGE LAPTOP
========================================== */

@media(max-width:1400px){

.college-text h1{

font-size:40px;

}

}

/* ==========================================
        LAPTOP
========================================== */

@media(max-width:1200px){

.header-wrapper{

flex-direction:column;

align-items:flex-start;

}

.header-buttons{

width:100%;

justify-content:flex-start;

margin-top:20px;

}

}

/* ==========================================
        TABLET
========================================== */

@media(max-width:992px){

.college-info{

flex-direction:column;

text-align:center;

}

.header-wrapper{

align-items:center;

}

.header-buttons{

justify-content:center;

}

.college-text h1{

font-size:36px;

}

.college-text h2{

font-size:22px;

}

}

/* ==========================================
        MOBILE
========================================== */

@media(max-width:768px){

.college-header{

padding:20px;

}

.college-logo img{

width:80px;

}

.college-text h1{

font-size:28px;

}

.college-text h2{

font-size:18px;

}

.college-text p{

font-size:13px;

}

.header-buttons{

flex-direction:column;

width:100%;

}

.header-btn{

width:100%;

justify-content:center;

padding:14px;

}

}

/* ==========================================
        SMALL MOBILE
========================================== */

@media(max-width:480px){

.college-text h1{

font-size:22px;

}

.college-text h2{

font-size:16px;

}

.college-logo img{

width:90px;

}

}



/* navbarcss */
/*=================================================
                PREMIUM NAVBAR
==================================================*/

.main-navbar{
    position:sticky;
    top:0;
    z-index:9999;

    width:100%;
    height:72px;

    background:linear-gradient(
        90deg,
        #7A0D16 0%,
        #8E1420 50%,
        #7A0D16 100%
    );

    box-shadow:
        0 10px 35px rgba(0,0,0,.12);

    transition:.35s;
}

.main-navbar.scrolled{
    height:68px;
    box-shadow:0 15px 45px rgba(0,0,0,.18);
}


/*================================*/

.nav-container{

    width:min(95%,1500px);

    margin:auto;

    height:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

}


/*================================*/

.nav-menu{

    display:flex;

    align-items:center;

    gap:4px;

    list-style:none;

    margin:0;

    padding:0;

}


/*================================*/

.nav-menu>li{

    position:relative;

}


/*================================*/

.nav-menu>li>a{

    display:flex;

    align-items:center;

    gap:8px;

    padding:25px 16px;

    text-decoration:none;

    color:#fff;

    font-size:15px;

    font-weight:500;

    font-family:Poppins,sans-serif;

    transition:.35s;

}


/*================================*/

.nav-menu>li>a i{

    font-size:11px;

    transition:.35s;

}


/*================================*/

.nav-menu>li:hover>a{

    color:#D4AF37;

}


/*================================*/

.nav-menu>li::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    transform:translateX(-50%);

    width:0;

    height:3px;

    background:#D4AF37;

    border-radius:50px;

    transition:.35s;

}


.nav-menu>li:hover::after{

    width:80%;

}


/*================================*/

.nav-menu>li:hover>a i{

    transform:rotate(180deg);

}


/*==================================
            RIGHT SIDE
===================================*/

.nav-right{

    display:flex;

    align-items:center;

    gap:14px;

}


/*==================================
          SEARCH BUTTON
===================================*/

.search-btn{

    width:46px;

    height:46px;

    border:none;

    outline:none;

    border-radius:50%;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.12);

    color:#fff;

    transition:.35s;

}


.search-btn:hover{

    background:#D4AF37;

    color:#7A0D16;

    transform:translateY(-2px);

}


.search-btn i{

    font-size:17px;

}


/*==================================
         MOBILE BUTTON
===================================*/
/*==================================
         MOBILE BUTTON
===================================*/

.menu-btn{

    position:fixed;          /* Ya absolute agar navbar ke andar chahiye */

    top:18px;

    right:18px;

    width:48px;

    height:48px;

    display:none;

    border:none;

    background:#8b1116;

    border-radius:50%;

    cursor:pointer;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    gap:6px;

    z-index:99999;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    transition:.3s;

}

.menu-btn:hover{

    transform:scale(1.05);

}

.menu-btn span{

    width:24px;

    height:3px;

    border-radius:20px;

    background:#fff;

    transition:.35s;

}

.menu-btn.active span:nth-child(1){

    transform:translateY(9px) rotate(45deg);

}

.menu-btn.active span:nth-child(2){

    opacity:0;

}

.menu-btn.active span:nth-child(3){

    transform:translateY(-9px) rotate(-45deg);

}

@media(max-width:992px){

    .menu-btn{

        display:flex;

    }

}

/*==================================
            MOBILE
===================================*/

@media(max-width:992px){

    .menu-btn{

        display:flex;

    }

}
/*=================================================
                PREMIUM MEGA MENU
==================================================*/

.mega-dropdown{

    position:absolute;

    left:0;
    top:100%;

    width:900px;

    padding:35px;

    background:#fff;

    border-radius:16px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;

    transform:translateY(25px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s;

    z-index:999;

}


/* Hover */

.mega-menu:hover>.mega-dropdown{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}


/*================================================*/

.mega-content{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}


/*================================================*/

.mega-column h4{

    color:#7A0D16;

    font-size:18px;

    font-weight:700;

    margin-bottom:18px;

    padding-left:12px;

    border-left:4px solid #D4AF37;

}


/*================================================*/

.mega-column ul{

    list-style:none;

    padding:0;

    margin:0;

}


/*================================================*/

.mega-column li{

    margin-bottom:12px;

}


/* Remove Navbar underline */

.mega-column li::after{

    display:none;

}


/*================================================*/

.mega-column a{

    display:block;

    padding:8px 0;

    color:#555;

    text-decoration:none;

    transition:.30s;

}


/*================================================*/

.mega-column a:hover{

    color:#7A0D16;

    padding-left:10px;

}


/*=================================================
        SMALL / MEDIUM MENUS
==================================================*/

.mega-small{

    width:650px;

    left:50%;

    transform:translateX(-50%) translateY(20px);

}

.mega-menu:hover>.mega-small{

    transform:translateX(-50%) translateY(0);

}


/*================================================*/

.two-column{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}


/*=================================================
                LARGE MENU
==================================================*/

.mega-large{

    width:980px;

    left:50%;

    transform:translateX(-50%) translateY(20px);

}


.mega-menu:hover>.mega-large{

    transform:translateX(-50%) translateY(0);

}


.four-column{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}


/*=================================================
            MOBILE MENU
==================================================*/

@media(max-width:992px){

.nav-menu{

    position:fixed;

    top:72px;

    left:-100%;

    width:330px;

    height:calc(100vh - 72px);

    background:#7A0D16;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    gap:0;

    overflow-y:auto;

    padding:25px;

    transition:.40s;

    box-shadow:15px 0 35px rgba(0,0,0,.25);

}


/* Open */

.nav-menu.active{

    left:0;

}


/*================================================*/

.nav-menu>li{

    width:100%;

}


/*================================================*/

.nav-menu>li>a{

    width:100%;

    justify-content:space-between;

    padding:16px 8px;

}


/*================================================*/

.mega-dropdown{

    position:static;

    width:100%;

    margin-top:10px;

    display:none;

    opacity:1;

    visibility:visible;

    transform:none;

    box-shadow:none;

    border-radius:12px;

    padding:15px;

}


/*================================================*/

.mega-menu.active>.mega-dropdown{

    display:block;

}


/*================================================*/

.mega-content,
.two-column,
.four-column{

    grid-template-columns:1fr;

    gap:18px;

}


/*================================================*/

.mega-small,
.mega-large{

    width:100%;

    left:0;

    transform:none;

}

}


/*=================================================
            SMALL MOBILE
==================================================*/

@media(max-width:576px){

.nav-container{

    width:92%;

}

.nav-menu{

    width:100%;

}

}
/*=================================================
            PREMIUM SEARCH OVERLAY
==================================================*/

.search-overlay{

    position:fixed;
    inset:0;

    display:flex;
    justify-content:center;
    align-items:flex-start;

    padding:110px 20px 40px;

    background:rgba(8,10,18,.72);

    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);

    opacity:0;
    visibility:hidden;

    pointer-events:none;

    transition:
        opacity .35s ease,
        visibility .35s ease;

    z-index:999999;

}

/*===============================*/

.search-overlay.active{

    opacity:1;

    visibility:visible;

    pointer-events:auto;

}

/*===============================*/

.search-container{

    width:min(900px,100%);

    transform:translateY(-40px) scale(.97);

    opacity:0;

    transition:
        transform .35s ease,
        opacity .35s ease;

}

/*===============================*/

.search-overlay.active .search-container{

    transform:translateY(0) scale(1);

    opacity:1;

}

/*===============================*/

.search-box{

    display:flex;

    align-items:center;

    gap:18px;

    width:100%;

    height:78px;

    padding:0 28px;

    border-radius:60px;

    background:rgba(255,255,255,.95);

    border:1px solid rgba(255,255,255,.4);

    box-shadow:

        0 30px 80px rgba(0,0,0,.18),

        0 5px 15px rgba(0,0,0,.08);

}

/*===============================*/

.search-box i{

    font-size:22px;

    color:#7A0D16;

    flex-shrink:0;

}

/*===============================*/

.search-box input{

    width:100%;

    border:none;

    outline:none;

    background:transparent;

    font-family:Poppins,sans-serif;

    font-size:20px;

    color:#222;

}

/*===============================*/

.search-box input::placeholder{

    color:#8b8b8b;

}

/*===============================*/

.close-search{

    position:absolute;

    right:-12px;

    top:-12px;

    width:52px;

    height:52px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#7A0D16;

    color:#fff;

    font-size:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

    transition:.35s;

}

/*===============================*/

.close-search:hover{

    background:#D4AF37;

    color:#7A0D16;

    transform:rotate(180deg) scale(1.08);

}

/*=================================================
                SEARCH RESULTS
==================================================*/

.search-results{

    margin-top:18px;

    display:none;

    max-height:420px;

    overflow:auto;

    border-radius:20px;

    background:#fff;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/*===============================*/

.search-results.active{

    display:block;

}

/*===============================*/

.search-item{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 24px;

    border-bottom:1px solid #ececec;

    cursor:pointer;

    transition:.30s;

}

/*===============================*/

.search-item:last-child{

    border-bottom:none;

}

/*===============================*/

.search-item:hover{

    background:#faf7ef;

}

/*===============================*/

.search-item i{

    width:42px;

    height:42px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#7A0D16;

    color:#fff;

    flex-shrink:0;

}

/*===============================*/

.search-item h5{

    margin:0;

    font-size:16px;

    color:#222;

    font-weight:600;

}

/*===============================*/

.search-item p{

    margin:3px 0 0;

    font-size:13px;

    color:#777;

}

/*=================================================
                SCROLLBAR
==================================================*/

.search-results::-webkit-scrollbar{

    width:8px;

}

.search-results::-webkit-scrollbar-thumb{

    background:#c6c6c6;

    border-radius:50px;

}

/*=================================================
                RESPONSIVE
==================================================*/

@media(max-width:768px){

.search-overlay{

    padding:90px 15px 30px;

}

.search-box{

    height:65px;

    padding:0 20px;

}

.search-box input{

    font-size:17px;

}

.close-search{

    width:45px;

    height:45px;

    right:0;

    top:-55px;

}

.search-item{

    padding:16px;

}

}
/*====================================
            IQAC MENU
====================================*/

.mega-iqac{

    width:620px !important;

    min-width:620px !important;

    max-width:620px !important;

    right:0;

    left:auto !important;

    padding:0 !important;

}

.mega-iqac .mega-content{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    padding:20px 22px !important;

}

.mega-iqac .mega-column{

    margin:0;

    padding:0;

}

.mega-iqac .mega-column h4{

    font-size:15px;

    color:#8b1116;

    margin-bottom:10px;

    padding-left:8px;

    border-left:4px solid #d4a437;

}

.mega-iqac .mega-column ul{

    list-style:none;

    margin:0;

    padding:0;

}

.mega-iqac .mega-column ul li{

    margin:0;

}

.mega-iqac .mega-column ul li a{

    display:block;

    padding:8px 10px;

    font-size:13px;

    color:#333;

    border-radius:6px;

    transition:.3s;

    line-height:1.4;

}

.mega-iqac .mega-column ul li a:hover{

    background:#8b1116;

    color:#fff;

    padding-left:15px;

}
/*==============================
        NAAC MENU
==============================*/

.mega-naac{

    width:500px !important;

    min-width:500px !important;

    max-width:500px !important;

    right:0;

    left:auto !important;

    padding:0 !important;

}

.mega-naac .mega-content{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

    padding:20px 24px !important;

}

.mega-naac .mega-column{

    padding:0;

    margin:0;

}

.mega-naac .mega-column h4{

    font-size:16px;

    margin-bottom:10px;

    color:#8b1116;

    border-left:4px solid #d4a437;

    padding-left:10px;

}

.mega-naac .mega-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mega-naac .mega-column ul li{

    margin:0;

}

.mega-naac .mega-column ul li a{

    display:block;

    padding:8px 10px;

    font-size:14px;

    color:#333;

    border-radius:6px;

    transition:.3s;

}

.mega-naac .mega-column ul li a:hover{

    background:#8b1116;

    color:#fff;

    padding-left:16px;

}

/* morecss */
/* ==========================
        MORE COMPACT MENU
========================== */

.mega-more{

    width:300px !important;

    min-width:300px !important;

    max-width:300px !important;

    right:0;

    left:auto !important;

    padding:0 !important;

}

.mega-more .mega-content{

    display:block !important;

    padding:18px 20px !important;

}

.mega-more .mega-column{

    width:100% !important;

    margin:0 !important;

    padding:0 !important;

}

.mega-more .mega-column h4{

    margin-bottom:15px;

    font-size:17px;

    color:#8b1116;

    border-left:4px solid #c8a046;

    padding-left:10px;

}

.mega-more .mega-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mega-more .mega-column ul li{

    margin:0;

}

.mega-more .mega-column ul li a{

    display:block;

    padding:10px 12px;

    color:#333;

    font-size:15px;

    border-radius:6px;

    transition:.3s;

}

.mega-more .mega-column ul li a:hover{

    background:#8b1116;

    color:#fff;

    padding-left:18px;

}
/*=========================================
        IQAC + NAAC RESPONSIVE
=========================================*/

/* Laptop */

@media (max-width:1200px){

    .mega-iqac{

        width:560px !important;

    }

    .mega-iqac .mega-content{

        gap:15px;

        padding:18px;

    }

    .mega-naac{

        width:440px !important;

    }

    .mega-naac .mega-content{

        gap:15px;

        padding:18px;

    }

}


/* Small Laptop */

@media (max-width:992px){

    .mega-iqac{

        width:95vw !important;

        left:50% !important;

        right:auto !important;

        transform:translateX(-50%);

    }

    .mega-iqac .mega-content{

        grid-template-columns:repeat(2,1fr);

        gap:18px;

    }

    .mega-naac{

        width:90vw !important;

        left:50% !important;

        right:auto !important;

        transform:translateX(-50%);

    }

    .mega-naac .mega-content{

        grid-template-columns:repeat(2,1fr);

        gap:18px;

    }

}


/* Tablet */

@media (max-width:768px){

    .mega-iqac{

        width:95vw !important;

    }

    .mega-iqac .mega-content{

        grid-template-columns:1fr;

        gap:15px;

        padding:16px;

    }

    .mega-naac{

        width:95vw !important;

    }

    .mega-naac .mega-content{

        grid-template-columns:1fr;

        gap:15px;

        padding:16px;

    }

    .mega-iqac .mega-column h4,
    .mega-naac .mega-column h4{

        font-size:15px;

    }

    .mega-iqac .mega-column ul li a,
    .mega-naac .mega-column ul li a{

        font-size:14px;

        padding:10px 12px;

    }

}


/* Mobile */

@media (max-width:576px){

    .mega-iqac,
    .mega-naac{

        width:calc(100vw - 20px) !important;

        left:10px !important;

        right:10px !important;

        transform:none !important;

        border-radius:12px;

    }

    .mega-iqac .mega-content,
    .mega-naac .mega-content{

        padding:15px;

    }

    .mega-iqac .mega-column h4,
    .mega-naac .mega-column h4{

        font-size:14px;

        margin-bottom:8px;

    }

    .mega-iqac .mega-column ul li a,
    .mega-naac .mega-column ul li a{

        font-size:13px;

        padding:10px;

    }

}
.mega-academics{
    width:900px;
}

.mega-faculty{
    width:760px;
}

.mega-student{
    width:820px;
}

.mega-research{
    width:650px;
}

.mega-iqac{
    width:560px;
}

.mega-naac{
    width:450px;
}

.mega-more{
    width:300px;
}

/*=========================================
        IQAC + NAAC WIDTH RESPONSIVE
=========================================*/

/* Large Laptop */

@media (max-width:1200px){

    .mega-iqac{
        width:620px !important;
    }

    .mega-naac{
        width:500px !important;
    }

}

/* Laptop */

@media (max-width:992px){

    .mega-iqac{
        width:560px !important;
    }

    .mega-naac{
        width:460px !important;
    }

}

/* Tablet */

@media (max-width:768px){

    .mega-iqac{
        width:480px !important;
    }

    .mega-naac{
        width:400px !important;
    }

}

/* Large Mobile */

@media (max-width:576px){

    .mega-iqac{
        width:340px !important;
    }

    .mega-naac{
        width:340px !important;
    }

}

/* Small Mobile */

@media (max-width:400px){

    .mega-iqac,
    .mega-naac{

        width:calc(100vw - 20px) !important;

        left:10px !important;

        right:10px !important;

        transform:none !important;

    }

}
/*==================================
    MOBILE DROPDOWN FIX
===================================*/

@media (max-width:992px){

    .mega-dropdown{

        width:100% !important;

        left:0 !important;

        right:0 !important;

        max-width:100% !important;

        min-width:100% !important;

        transform:none !important;

        padding:10px 0 !important;

        border-radius:0;

        box-shadow:none;

        background:#8b1116;

    }

    .mega-dropdown .mega-content{

        display:block !important;

        padding:0 18px !important;

    }

    .mega-dropdown .mega-column{

        width:100%;

        margin-bottom:20px;

    }

    .mega-dropdown .mega-column h4{

        color:#f3d37a;

        border-left:4px solid #d4a437;

        padding-left:10px;

        margin-bottom:12px;

        font-size:15px;

    }

    .mega-dropdown .mega-column ul li{

        margin-bottom:10px;

    }

    .mega-dropdown .mega-column ul li a{

        display:block;

        background:#fff7ea;          /* Light Cream */

        color:#6b1a1f;               /* Dark Maroon Text */

        padding:12px 15px;

        border-radius:10px;

        border:1px solid #f1d9a5;

        border-left:4px solid #d4a437;

        transition:.3s ease;

    }

    .mega-dropdown .mega-column ul li a:hover{

        background:#f8e6b8;

        color:#8b1116;

        border-color:#d4a437;

    }

}
/*====================================
      PREMIUM MENU BUTTONS
=====================================*/

.mega-dropdown .mega-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mega-dropdown .mega-column ul li{

    margin-bottom:10px;

}

.mega-dropdown .mega-column ul li:last-child{

    margin-bottom:0;

}

.mega-dropdown .mega-column ul li a{

    display:flex;

    align-items:center;

    justify-content:space-between;

    width:100%;

    padding:11px 16px;

    background:#f8f9fc;

    border:1px solid #e8e8e8;

    border-radius:10px;

    color:#333;

    font-size:14px;

    font-weight:500;

    text-decoration:none;

    transition:.35s ease;

    position:relative;

    overflow:hidden;

}

/* Left Golden Line */

.mega-dropdown .mega-column ul li a::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:100%;

    background:#d4a437;

    transition:.35s;

} 

/* Arrow */

 .mega-dropdown .mega-column ul li a::after{

    content:"➜";

    font-size:13px;

    opacity:.5;

    transition:.35s;

} 

/* Hover */

.mega-dropdown .mega-column ul li a:hover{

    background:#8b1116;

    color:#fff;

    transform:translateX(6px);

    box-shadow:0 8px 20px rgba(139,17,22,.25);

} 

/* Golden Line Animation */

 .mega-dropdown .mega-column ul li a:hover::before{

    width:100%;

    opacity:.12;

} 

/* Arrow Animation */

 .mega-dropdown .mega-column ul li a:hover::after{

    opacity:1;

    transform:translateX(5px);

    color:#d4a437;

}  


/* HEADER MOBILE CSS */
/*==================================
        TOPBAR MOBILE REDESIGN
===================================*/

@media (max-width:992px){

.topbar{

    padding:10px 0;

    background:#8b1116;

}

.topbar .row{

    display:flex;

    flex-direction:column;

    gap:12px;

}

/*================ LEFT =================*/

.top-left{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:8px;

    text-align:center;

}

.top-left span{

    display:none;

}

.top-left a,
.top-left div{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    color:#fff;

    font-size:14px;

    font-weight:500;

}

.top-left i{

    color:#d4a437;

    width:18px;

}

/*================ RIGHT =================*/

.top-right{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px;

    margin-top:8px;

}

.top-right>a:not(:nth-last-child(-n+4)){

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    border-radius:10px;

    padding:11px;

    color:#fff;

    font-size:14px;

    font-weight:600;

    transition:.3s;

}

.top-right>a:not(:nth-last-child(-n+4)):hover{

    background:#d4a437;

    color:#8b1116;

}

/*================ SOCIAL =================*/

.top-right>a:nth-last-child(-n+4){

    width:42px;

    height:42px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    font-size:17px;

    margin:auto;

    transition:.3s;

}

.top-right>a:nth-last-child(-n+4):hover{

    background:#d4a437;

    color:#8b1116;

}

}
@media (max-width:992px){

    /* 4 Social Icons Ek Line */

    .top-right{

        display:flex;

        flex-wrap:wrap;

        justify-content:center;

        gap:12px;

    }

    .top-right a:nth-last-child(-n+4){

        width:42px;

        height:42px;

        display:flex;

        align-items:center;

        justify-content:center;

        border-radius:50%;

        background:rgba(255,255,255,.12);

        border:1px solid rgba(255,255,255,.20);

        color:#fff;

        font-size:18px;

        transition:.3s;

    }

    .top-right a:nth-last-child(-n+4):hover{

        background:#d4a437;

        color:#8b1116;

        transform:translateY(-3px);

    }

}