/* =========================================
   TOP HEADER MENU
========================================= */

.top-menu {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 130px;
    background: linear-gradient(180deg, #ffffff 24.28%, rgba(255, 255, 255, 0.95) 100%);
    z-index: 9999;
    transition: all 0.4s ease;
}

/* Sticky Header */
.top-menu.tiny {
    min-height: 90px !important;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Container */
.top-menu .container {
    max-width: 1320px;
}

/* Row Alignment */
.top-menu .row {
    align-items: center;
    position: relative;
}

/* =========================================
   LEFT LOGO
========================================= */

.desktoplogo {
    position: relative;
    padding-top: 15px;
}

.desktoplogo .content {
    padding: 0;
}

.desktoplogo .logo {
    max-width: 445px;
    transition: 0.4s ease;
}

/* Sticky */
.top-menu.tiny .desktoplogo .logo {
    max-width: 425px;
}

/* =========================================
   CENTER TEXT
========================================= */

.desktoplogo-center {
    text-align: center;
    padding-top: 10px;
}

.desktoplogo-center .center-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1F387F;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-right: -82px;
}

/* Sticky */
.top-menu.tiny .desktoplogo-center .center-text {
    font-size: 15px;
}

/* =========================================
   RIGHT LOGO
========================================= */

.desktoplogo-right {
    text-align: right;
    padding-top: 10px;
}

.desktoplogo-right .content {
    padding: 0;
}

.desktoplogo-right .logo {
    width: 155px;
    height: auto;
    transition: 0.4s ease;
}

/* Sticky */
.top-menu.tiny .desktoplogo-right .logo {
    width: 115px;
}

/* =========================================
   CONTACT BUTTON
========================================= */

.top-admission-btn-bg {
    position: absolute;
    right: 180px;
    top: 95px;
    z-index: 999;
}

.top-admission-btn-bg a {
    margin: 0px 95px 0 0;
}

.btn-two-full {
    background: #F5A800;
    color: #fff !important;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.btn-two-full:hover {
    background: #d99200;
    color: #fff !important;
}

/* Sticky */
.top-menu.tiny .top-admission-btn-bg {
    top: 30px;
}

/* =========================================
   MOBILE HEADER
========================================= */

.mobileheader {
    display: none;
}

/* =========================================
   MENU TOGGLE
========================================= */

.mainMenu ul.toggle {
    position: fixed;
    z-index: 1000;
    top: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.mainMenu ul.toggle li {
    position: absolute;
    left: 5%;
    width: 90%;
    height: 4px;
    list-style: none;
    background: #1F387F;
    border-radius: 10px;
    transition: 0.5s;
}

.mainMenu ul.toggle li:nth-of-type(1) {
    top: 10px;
}

.mainMenu ul.toggle li:nth-of-type(2) {
    top: 20px;
}

.mainMenu ul.toggle li:nth-of-type(3) {
    top: 30px;
}

.mainMenu ul.toggle.active li:nth-of-type(1) {
    transform: rotate(45deg);
    top: 20px;
}

.mainMenu ul.toggle.active li:nth-of-type(2) {
    opacity: 0;
}

.mainMenu ul.toggle.active li:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 20px;
}

/* =========================================
   SIDEBAR
========================================= */

.mainMenu .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 65%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 100px 50px;
    transition: 0.5s ease;
    z-index: 999;
    overflow-y: auto;
    border-radius: 40px 0 0 40px;
}

.mainMenu .sidebar.active {
    right: 0;
}

/* =========================================
   OVERLAY
========================================= */

.overlapblackbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 998;
}

.overlapblackbg.active {
    display: block;
}

/* =========================================
   MENU SOCIAL
========================================= */

.menu-social {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

ul.menu-social-network {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-social-network li {
    display: inline-block;
    margin: 10px;
}

.menu-social-circle li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #1F387F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F387F;
    transition: 0.3s ease;
}

.menu-social-circle li a:hover {
    background: #1F387F;
    color: #fff;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(min-width:320px) and (max-width:1080px) {

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .top-menu {
        position: relative;
        min-height: auto;
        padding: 10px 0 !important;
    }

    .desktoplogo,
    .desktoplogo-center,
    .desktoplogo-right {
        display: none;
    }

    .mobileheader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .smllogo img {
        width: 345px;
    }

    .top-admission-btn-bg {
        position: relative;
        right: unset;
        top: unset;
        text-align: center;
        margin-top: 10px;
    }

    .btn-two-full {
        padding: 8px 20px;
        font-size: 12px;
    }

    .mainMenu ul.toggle {
        top: 18px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .mainMenu ul.toggle li {
        height: 3px;
    }

    .mainMenu .sidebar {
        width: 100%;
        border-radius: 0;
        padding: 90px 20px;
    }

}

/* =========================================
   TABLET RESPONSIVE
========================================= */

@media(min-width:1081px) and (max-width:1470px) {

    .desktoplogo .logo {
        max-width: 330px;
    }

    .desktoplogo-center .center-text {
        font-size: 15px;
    }

    .desktoplogo-right .logo {
        width: 100px;
    }

    .top-admission-btn-bg {
        right: 120px;
        top: 90px;
    }

}