/* ==========================================
   NAVBAR
========================================== */

.header{
    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:#fff;
    box-shadow:0 2px 20px rgba(0,0,0,.06);
}

/* ==========================================
   TOP NAVBAR
========================================== */

.top-navbar {
    height: 58px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.nav-container {
    max-width: 1440px;
    margin: auto;
    height: 58px;
    padding: 0 24px;

    display: flex;
    align-items: center;
}

/* ==========================================
   LOGO
========================================== */


.logo {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
}

.logo img {
    width: 34px;
    height: 34px;
}

.logo span {
    font-size: 21px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.4px;
}

/* ==========================================
   MAIN MENU
========================================== */

.main-nav {
    flex: 2;
}

.main-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 14px;
    font-weight: 600;
    color: #374151;

    transition: .2s;
}

.main-nav a:hover {
    color: #20B2AA;
}

/* ==========================================
   RIGHT SIDE
========================================== */

.nav-actions{

    flex:1;

    display:flex;
    justify-content:flex-end;
    align-items:center;

    gap:18px;

}

/* ==========================================
   SEARCH
========================================== */
/* ==========================================
   SEARCH
========================================== */

.search-form {
    width: 240px;
    height: 38px;

    border: 1px solid #d1d5db;

    border-radius: 8px;

    display: flex;
    align-items: center;

    padding: 0 12px;

    background: #fff;

    transition: .2s;
}

.search-form i {
    color: #6b7280;
    margin-right: 8px;
    font-size: 13px;
}

.search-form input {
    width: 100%;
    border: none;
    outline: none;

    font-size: 13px;

    background: transparent;
}

.search-form:focus-within {
    border-color: #20B2AA;

    box-shadow: 0 0 0 3px rgba(32, 178, 170, .12);
}
/* ==========================================
   BUTTON
========================================== */
/* ==========================================
   BUTTON
========================================== */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 38px;

    padding: 0 17px;

    border-radius: 7px;

    background: #20B2AA;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    transition: .2s;
}

.btn-primary:hover {
    background: #148F89;

    transform: none;

    box-shadow: 0 6px 14px rgba(32, 178, 170, .20);
}
/* ==========================================
   CATEGORY BAR
========================================== */

.category-navbar {
    height: 60px;
    background: #1F2937;
}

.category-navbar ul {
    height: 100%;

    display: flex;

    align-items: center;

    overflow-x: auto;

    white-space: nowrap;
}

.category-navbar ul::-webkit-scrollbar {
    display: none;
}

.category-navbar li {
    flex-shrink: 0;
}

.category-navbar a {
    height: 100%;

    display: flex;

    align-items: center;

    gap: 6px;

    color: #fff;

    padding: 0 15px;

    font-size: 15px;

    font-weight: 500;

    transition: .2s;
}

.category-navbar a:hover {
    background: #111827;

    color: #20B2AA;
}
/* ==========================================
   MEGA MENU
========================================== */
.mega-menu {
    position: absolute;

    top: 58px;
    left: 0;

    width: 560px;

    background: #fff;

    border-radius: 10px;

    padding: 24px;

    display: flex;

    gap: 32px;

    box-shadow: 0 18px 50px rgba(0,0,0,.12);

    opacity: 0;
    visibility: hidden;

    transform: translateY(6px);

    transition: .2s;
}

.has-dropdown:hover .mega-menu{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.mega-column{

    flex:1;

}

.mega-column h4{

    margin-bottom:16px;

    font-size:15px;

    color:#111827;

}

.mega-column a{

    display:block;

    padding:10px 0;

    color:#4b5563;

    font-size:15px;

}

.mega-column a:hover{

    color:#20B2AA;

}

/* ==========================================
   MOBILE
========================================== */

.mobile-toggle{

    display:none;

    border:none;

    background:none;

    font-size:24px;

    cursor:pointer;

}

/* ==========================================
   RESPONSIVE
========================================== */

/* ==========================================
   MOBILE NAVBAR
========================================== */

@media screen and (max-width: 992px) {

    /* HEADER */

    .header {
        display: block !important;
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 60px !important;

        background: #fff !important;

        z-index: 99999 !important;
    }


    /* TOP NAVBAR */

    .top-navbar {
        display: block !important;

        width: 100% !important;
        height: 60px !important;
        min-height: 60px !important;

        background: #fff !important;

        visibility: visible !important;
        opacity: 1 !important;
    }


    /* NAV CONTAINER */

    .top-navbar .nav-container {
        display: flex !important;

        width: 100% !important;
        max-width: none !important;

        height: 60px !important;

        margin: 0 !important;
        padding: 0 16px !important;

        align-items: center !important;
        justify-content: space-between !important;

        box-sizing: border-box !important;
    }


    /* LOGO */

    .top-navbar .logo {
        display: flex !important;

        align-items: center !important;

        flex: 0 0 auto !important;

        width: auto !important;

        margin: 0 !important;

        visibility: visible !important;
        opacity: 1 !important;
    }


    .top-navbar .logo img {
        display: block !important;

        width: 34px !important;
        height: 34px !important;

        flex-shrink: 0 !important;
    }


    .top-navbar .logo span {
        display: inline-block !important;

        font-size: 18px !important;
        font-weight: 800 !important;

        color: #111827 !important;

        white-space: nowrap !important;
    }


    /* DESKTOP MENU */

    .top-navbar .main-nav {
        display: none !important;
    }


    /* SEARCH + GET STARTED */

    .top-navbar .nav-actions {
        display: none !important;
    }


    /* HAMBURGER */

    .top-navbar .mobile-toggle {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 42px !important;
        height: 42px !important;

        min-width: 42px !important;
        min-height: 42px !important;

        margin: 0 0 0 auto !important;
        padding: 0 !important;

        border: 0 !important;

        background: transparent !important;

        color: #172033 !important;

        font-size: 22px !important;

        cursor: pointer !important;

        visibility: visible !important;
        opacity: 1 !important;
    }


    .top-navbar .mobile-toggle i {
        display: inline-block !important;
    }


    /* CATEGORY BAR */

   

}

/* ==========================================
   Sticky Shadow
========================================== */

.header{

    transition:.3s;

}

.header.scrolled{

    box-shadow:0 10px 40px rgba(0,0,0,.10);

}

/* ==========================================
   Mobile Body Lock
========================================== */

body.menu-open{

    overflow:hidden;

}