/* =========================================================
   SHrii TRAVELS HEADER
   CLEAN + RESPONSIVE + OPTIMIZED
   Desktop / Laptop / Tablet / Mobile
========================================================= */


/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

a {
    text-decoration: none;
}


/* =========================================================
   COMMON WRAPPER
========================================================= */

.wrap {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.top {
    width: 100%;
    background: #101828;
    color: #d0d5dd;
    padding: 8px 0;
    font-size: 11px;
    line-height: 1.4;
}

.top-inner {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* LEFT */

.top-left {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-left a {
    display: inline-flex;
    align-items: center;
    color: #d0d5dd;
    font-size: 11px;
    white-space: nowrap;
    transition: color .2s ease;
}

.top-left a:hover {
    color: #ffffff;
}

.top-left a span {
    color: #FDBA3D;
    margin-right: 5px;
}

.top-separator {
    color: #475467;
}

.top-service {
    color: #98a2b3;
    font-size: 11px;
    white-space: nowrap;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    flex-shrink: 0;
}

.top-social > span {
    color: #98a2b3;
    font-size: 10px;
    margin-right: 4px;
}

.top-social a {
    width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #344054;
    border-radius: 50%;

    color: #d0d5dd;

    font-size: 10px;
    font-weight: 700;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.top-social a:hover {
    background: #F59E0B;
    border-color: #F59E0B;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   MAIN HEADER
========================================================= */

#main-header {
    width: 100%;
    height: 78px;

    position: sticky;
    top: 0;

    z-index: 99999;

    background: #ffffff;

    border-bottom: 1px solid #eaecf0;
}

#main-header .nav {
    width: min(1180px, calc(100% - 40px));
    height: 78px;

    margin-inline: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}


/* =========================================================
   BRAND / LOGO
========================================================= */

#main-header .brand {
    display: inline-flex !important;
    align-items: center !important;

    flex-shrink: 0;

    max-width: 100%;

    color: #101828 !important;

    text-decoration: none !important;
}

#main-header .brand img.main-logo {
    width: 80px;
    height: auto;

    max-width: 80px;

    display: block;

    object-fit: contain;
}


/* Support old logo class */

#main-header .brand-logo {
    width: 52px;
    height: 52px;

    max-width: 100%;

    display: block;

    object-fit: contain;

    flex-shrink: 0;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

#main-header #main-nav {
    height: 100%;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 20px;

    margin: 0;
    padding: 0;

    position: relative;
}


/* NORMAL LINKS */

#main-header #main-nav > a {
    height: 100%;

    display: inline-flex;

    align-items: center;

    color: #344054 !important;

    font-family: "Manrope", sans-serif;

    font-size: 14px !important;

    font-weight: 700;

    line-height: 1.3;

    white-space: nowrap;

    text-decoration: none !important;

    transition: color .2s ease;
}

#main-header #main-nav > a:hover,
#main-header #main-nav > a.active {
    color: #F59E0B !important;
}


/* =========================================================
   SERVICES DROPDOWN WRAPPER
========================================================= */

#main-header .nav-dropdown {
    position: relative;

    height: 100%;

    display: flex;

    align-items: center;
}


/* =========================================================
   SERVICES BUTTON
========================================================= */

#main-header .dropdown-toggle {
    height: 100%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    margin: 0;
    padding: 0;

    border: 0;
    outline: none;

    background: transparent;

    color: #344054;

    font-family: "Manrope", sans-serif;

    font-size: 14px !important;

    font-weight: 700;

    line-height: 1;

    cursor: pointer;

    white-space: nowrap;

    transition: color .2s ease;
}

#main-header .dropdown-toggle:hover {
    color: #F59E0B;
}


/* =========================================================
   DROPDOWN ARROW
========================================================= */

#main-header .dropdown-arrow {
    width: 16px;
    height: 16px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    transition: transform .25s ease;
}

#main-header .dropdown-arrow svg {
    width: 14px;
    height: 14px;

    display: block;
}

#main-header .nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}


/* =========================================================
   DESKTOP HOVER BRIDGE
========================================================= */

@media (min-width: 851px) {

    #main-header .nav-dropdown::after {
        content: "";

        position: absolute;

        left: -15px;
        right: -15px;

        top: 100%;

        height: 15px;

        background: transparent;

        z-index: 99998;
    }

}


/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

#main-header .dropdown-menu {
    position: absolute;

    top: calc(100% + 12px);

    left: 50%;

    width: 350px;
    max-width: calc(100vw - 30px);

    padding: 10px;

    background: #ffffff;

    border: 1px solid #eaecf0;

    border-radius: 14px;

    box-shadow:
        0 25px 60px rgba(16, 24, 40, .15),
        0 5px 15px rgba(16, 24, 40, .05);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translate(-50%, 8px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;

    z-index: 100000;
}


/* Dropdown arrow */

#main-header .dropdown-menu::before {
    content: "";

    position: absolute;

    top: -7px;
    left: 50%;

    width: 13px;
    height: 13px;

    background: #ffffff;

    border-left: 1px solid #eaecf0;
    border-top: 1px solid #eaecf0;

    transform: translateX(-50%) rotate(45deg);
}


/* SHOW */

@media (min-width: 851px) {

    #main-header .nav-dropdown:hover .dropdown-menu {
        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translate(-50%, 0);
    }

}


/* =========================================================
   DROPDOWN ITEMS
========================================================= */

#main-header .dropdown-menu > a {
    width: 100%;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 10px;

    border-radius: 9px;

    color: #101828 !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

#main-header .dropdown-menu > a:hover {
    background: #FFF7E6;

    transform: translateX(3px);
}


/* =========================================================
   DROPDOWN ICON
========================================================= */

#main-header .drop-icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    flex: 0 0 38px;

    display: grid;

    place-items: center;

    background: #FFF7E6;

    color: #F59E0B;

    border-radius: 9px;

    font-size: 16px;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

#main-header .dropdown-menu > a:hover .drop-icon {
    background: #F59E0B;

    color: #ffffff;

    transform: scale(1.04);
}


/* =========================================================
   DROPDOWN CONTENT
========================================================= */

#main-header .drop-content {
    min-width: 0;

    display: flex;

    flex-direction: column;

    gap: 3px;
}

#main-header .drop-content strong {
    display: block;

    color: #101828;

    font-family: "Manrope", sans-serif;

    font-size: 14px !important;

    font-weight: 700;

    line-height: 1.25;
}

#main-header .drop-content small {
    display: block;

    color: #98a2b3;

    font-family: "DM Sans", sans-serif;

    font-size: 12px !important;

    line-height: 1.4;
}


/* =========================================================
   VIEW ALL
========================================================= */

#main-header .dropdown-menu .dropdown-all {
    margin-top: 5px;

    padding: 12px;

    border-top: 1px solid #eaecf0;

    border-radius: 0 0 8px 8px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #F59E0B !important;
}

#main-header .dropdown-menu .dropdown-all span {
    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 700;
}

#main-header .dropdown-menu .dropdown-all strong {
    font-size: 16px;
}


/* =========================================================
   CTA
========================================================= */

#main-header #main-nav .nav-cta {
    height: auto !important;

    min-height: 44px;

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    padding: 12px 17px;

    background: #F59E0B !important;

    color: #ffffff !important;

    border-radius: 7px;

    font-size: 14px !important;

    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    box-shadow:
        0 9px 24px rgba(245, 158, 11, .18);

    transition:
        background .2s ease,
        transform .2s ease;
}

#main-header #main-nav .nav-cta:hover {
    background: #D97706 !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   HAMBURGER
========================================================= */

#main-header .hamb {
    display: none;

    width: 44px;
    height: 44px;

    min-width: 44px;

    padding: 0;
    margin: 0;

    border: 1px solid #eaecf0;

    border-radius: 9px;

    outline: none;

    background: #ffffff;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    cursor: pointer;

    flex-shrink: 0;

    position: relative;

    z-index: 100002;

    appearance: none;
    -webkit-appearance: none;

    transition:
        border-color .2s ease,
        background .2s ease;
}

#main-header .hamb span {
    width: 22px;
    height: 2px;

    display: block;

    margin: 0;
    padding: 0;

    background: #101828;

    border-radius: 4px;

    transition:
        transform .25s ease,
        opacity .2s ease,
        width .2s ease,
        background .2s ease;
}

#main-header .hamb:hover {
    border-color: #F59E0B;
}

#main-header .hamb:hover span {
    background: #F59E0B;
}


/* =========================================================
   HAMBURGER ACTIVE
========================================================= */

#main-header .hamb.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#main-header .hamb.active span:nth-child(2) {
    opacity: 0;

    width: 0;
}

#main-header .hamb.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    #main-header .nav {
        width: calc(100% - 30px);
    }

    #main-header #main-nav {
        gap: 13px;
    }

    #main-header #main-nav > a,
    #main-header .dropdown-toggle {
        font-size: 13px !important;
    }

    #main-header #main-nav .nav-cta {
        padding: 11px 13px;
    }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 850px) {

    /* -----------------------------------------------------
       TOP BAR
    ----------------------------------------------------- */

    .top {
        padding: 7px 0;
    }

    .top-inner {
        width: calc(100% - 28px);

        min-height: 30px;

        justify-content: center;
    }

    .top-left {
        width: 100%;

        justify-content: center;

        gap: 8px;

        overflow: hidden;
    }

    .top-left a {
        max-width: 48vw;

        overflow: hidden;

        text-overflow: ellipsis;

        font-size: 10px;
    }

    .top-separator {
        display: none;
    }

    .top-service,
    .top-social {
        display: none !important;
    }


    /* -----------------------------------------------------
       HEADER
    ----------------------------------------------------- */

    #main-header {
        height: 72px;

        position: sticky !important;

        top: 0;

        z-index: 99999 !important;

        background: #ffffff !important;
    }


    #main-header .nav {
        width: calc(100% - 28px);

        height: 72px;

        min-height: 72px;

        margin: 0 auto;

        display: flex !important;

        align-items: center;

        justify-content: space-between;

        position: relative;
    }


    /* -----------------------------------------------------
       LOGO
    ----------------------------------------------------- */

    #main-header .brand {
        display: inline-flex !important;

        align-items: center !important;

        max-width: calc(100% - 60px);

        flex-shrink: 0 !important;
    }

    #main-header .brand img.main-logo {
        width: 78px !important;

        max-width: 78px !important;

        height: auto !important;

        display: block !important;

        object-fit: contain !important;
    }

    #main-header .brand-logo {
        width: 46px !important;

        height: 46px !important;
    }


    /* -----------------------------------------------------
       HAMBURGER
    ----------------------------------------------------- */

    #main-header .hamb {
        display: flex !important;

        width: 44px !important;

        height: 44px !important;

        min-width: 44px !important;

        margin-left: auto !important;

        flex-shrink: 0 !important;
    }


    /* -----------------------------------------------------
       MOBILE NAV
    ----------------------------------------------------- */

    #main-header #main-nav {
        position: absolute !important;

        top: 72px !important;

        left: 0 !important;

        right: 0 !important;

        width: 100% !important;

        height: auto !important;

        max-height: calc(100vh - 72px) !important;

        overflow-x: hidden !important;

        overflow-y: auto !important;

        padding: 10px 14px 20px !important;

        margin: 0 !important;

        display: none !important;

        flex-direction: column !important;

        align-items: stretch !important;

        justify-content: flex-start !important;

        gap: 0 !important;

        background: #ffffff !important;

        border-top: 1px solid #eaecf0 !important;

        box-shadow:
            0 20px 45px rgba(16, 24, 40, .14) !important;

        z-index: 100001 !important;
    }


    /* OPEN MENU */

    #main-header #main-nav.open,
    #main-header #main-nav.mobile-open {
        display: flex !important;
    }


    /* -----------------------------------------------------
       NORMAL MOBILE LINKS
    ----------------------------------------------------- */

    #main-header #main-nav > a {
        width: 100% !important;

        height: auto !important;

        min-height: 45px !important;

        display: flex !important;

        align-items: center !important;

        padding: 11px 7px !important;

        margin: 0 !important;

        font-family: "Manrope", sans-serif !important;

        font-size: 14px !important;

        font-weight: 700 !important;

        line-height: 1.3 !important;

        color: #344054 !important;

        background: transparent !important;

        border: 0 !important;

        border-bottom: 1px solid #f2f4f7 !important;

        white-space: normal !important;

        text-decoration: none !important;
    }

    #main-header #main-nav > a:hover,
    #main-header #main-nav > a.active {
        color: #F59E0B !important;

        background: transparent !important;
    }


    /* -----------------------------------------------------
       SERVICES WRAPPER
    ----------------------------------------------------- */

    #main-header .nav-dropdown {
        width: 100% !important;

        height: auto !important;

        display: block !important;

        margin: 0 !important;

        padding: 0 !important;

        position: relative !important;
    }


    /* -----------------------------------------------------
       SERVICES BUTTON
    ----------------------------------------------------- */

    #main-header .dropdown-toggle {
        width: 100% !important;

        height: 45px !important;

        min-height: 45px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: space-between !important;

        padding: 11px 7px !important;

        margin: 0 !important;

        border: 0 !important;

        border-bottom: 1px solid #f2f4f7 !important;

        outline: none !important;

        background: transparent !important;

        color: #344054 !important;

        font-family: "Manrope", sans-serif !important;

        font-size: 14px !important;

        font-weight: 700 !important;

        line-height: 1.3 !important;

        text-align: left !important;

        cursor: pointer !important;

        appearance: none !important;

        -webkit-appearance: none !important;
    }

    #main-header .nav-dropdown.open .dropdown-toggle {
        color: #F59E0B !important;
    }


    /* -----------------------------------------------------
       MOBILE ARROW
    ----------------------------------------------------- */

    #main-header .dropdown-arrow {
        width: 26px !important;

        height: 26px !important;

        min-width: 26px !important;

        flex: 0 0 26px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        transition: transform .25s ease !important;
    }

    #main-header .dropdown-arrow svg {
        width: 15px !important;

        height: 15px !important;

        display: block !important;
    }

    #main-header .nav-dropdown.open .dropdown-arrow {
        transform: rotate(180deg) !important;
    }


    /* -----------------------------------------------------
       MOBILE DROPDOWN
    ----------------------------------------------------- */

    #main-header .dropdown-menu {
        position: static !important;

        top: auto !important;

        left: auto !important;

        width: 100% !important;

        max-width: none !important;

        height: auto !important;

        margin: 0 !important;

        padding: 6px !important;

        display: none !important;

        background: #f8fafc !important;

        border: 1px solid #eaecf0 !important;

        border-radius: 10px !important;

        box-shadow: none !important;

        opacity: 1 !important;

        visibility: visible !important;

        pointer-events: auto !important;

        transform: none !important;

        z-index: 1 !important;
    }


    /* OPEN DROPDOWN */

    #main-header .nav-dropdown.open .dropdown-menu {
        display: block !important;

        opacity: 1 !important;

        visibility: visible !important;

        pointer-events: auto !important;

        transform: none !important;
    }


    /* REMOVE DESKTOP ARROW */

    #main-header .dropdown-menu::before {
        display: none !important;
    }


    /* -----------------------------------------------------
       DROPDOWN ITEMS
    ----------------------------------------------------- */

    #main-header .dropdown-menu > a {
        width: 100% !important;

        min-height: 46px !important;

        display: flex !important;

        align-items: center !important;

        gap: 10px !important;

        padding: 8px !important;

        margin: 0 !important;

        border: 0 !important;

        border-radius: 8px !important;

        background: transparent !important;

        color: #101828 !important;

        text-decoration: none !important;

        transform: none !important;
    }

    #main-header .dropdown-menu > a:hover {
        background: #FFF7E6 !important;

        transform: none !important;
    }


    /* -----------------------------------------------------
       DROPDOWN ICON
    ----------------------------------------------------- */

    #main-header .drop-icon {
        width: 34px !important;

        height: 34px !important;

        min-width: 34px !important;

        flex: 0 0 34px !important;

        display: grid !important;

        place-items: center !important;

        background: #FFF7E6 !important;

        color: #F59E0B !important;

        border-radius: 8px !important;

        font-size: 14px !important;
    }


    /* -----------------------------------------------------
       DROPDOWN TEXT
    ----------------------------------------------------- */

    #main-header .drop-content {
        min-width: 0 !important;

        display: flex !important;

        flex-direction: column !important;

        gap: 2px !important;
    }

    #main-header .drop-content strong {
        display: block !important;

        font-size: 12px !important;

        font-weight: 700 !important;

        line-height: 1.25 !important;

        color: #101828 !important;
    }

    #main-header .drop-content small {
        display: block !important;

        font-size: 10px !important;

        line-height: 1.35 !important;

        color: #98a2b3 !important;
    }


    /* -----------------------------------------------------
       VIEW ALL
    ----------------------------------------------------- */

    #main-header .dropdown-menu .dropdown-all {
        width: 100% !important;

        min-height: 44px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: space-between !important;

        margin-top: 4px !important;

        padding: 10px 8px !important;

        border-top: 1px solid #eaecf0 !important;

        border-radius: 0 !important;

        color: #F59E0B !important;

        background: transparent !important;
    }


    /* -----------------------------------------------------
       CTA
    ----------------------------------------------------- */

    #main-header #main-nav .nav-cta {
        width: 100% !important;

        height: auto !important;

        min-height: 46px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        margin-top: 10px !important;

        padding: 13px 15px !important;

        border: 0 !important;

        border-radius: 8px !important;

        background: #F59E0B !important;

        color: #ffffff !important;

        font-size: 14px !important;
    }


    /* -----------------------------------------------------
       DISABLE DESKTOP HOVER BRIDGE
    ----------------------------------------------------- */

    #main-header .nav-dropdown::after {
        display: none !important;
    }

}


/* =========================================================
   MOBILE 560PX
========================================================= */

@media (max-width: 560px) {

    .wrap {
        width: calc(100% - 24px);
    }

    .top-inner {
        width: calc(100% - 20px);
    }

    .top-left a {
        font-size: 9.5px;
    }

    #main-header .nav {
        width: calc(100% - 20px);
    }

    #main-header .brand img.main-logo {
        width: 72px !important;

        max-width: 72px !important;
    }

    #main-header #main-nav {
        padding-left: 10px !important;

        padding-right: 10px !important;
    }

}


/* =========================================================
   SMALL MOBILE 480PX
========================================================= */

@media (max-width: 480px) {

    #main-header .brand img.main-logo {
        width: 68px !important;

        max-width: 68px !important;
    }

    #main-header .hamb {
        width: 42px !important;

        height: 42px !important;

        min-width: 42px !important;
    }

    #main-header #main-nav {
        top: 72px !important;

        max-height: calc(100vh - 72px) !important;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    #main-header .brand img.main-logo {
        width: 64px !important;

        max-width: 64px !important;
    }

    #main-header .hamb {
        width: 40px !important;

        height: 40px !important;

        min-width: 40px !important;
    }

    #main-header #main-nav {
        padding-left: 8px !important;

        padding-right: 8px !important;
    }

}


/* =========================================================
   DESKTOP ONLY
========================================================= */

@media (min-width: 851px) {

    #main-header .hamb {
        display: none !important;
    }

    #main-header #main-nav {
        display: flex !important;
    }

}


/* =========================================================
   BODY LOCK
========================================================= */

body.nav-open {
    overflow: hidden !important;
}