/* =========================================================
   GOOGLE TRANSLATE
========================================================= */

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

.notranslate {
    translate: no;
}


/* =========================================================
   RESPONSIVE FOUNDATION
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', 'Segoe UI', 'Merriweather', system-ui, -apple-system, Roboto, Arial, sans-serif;
    font-size: clamp(14px, 12.9px + 0.35vw, 16px);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: inherit;
    overflow-x: hidden;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    max-width: 100%;
}

.first {
    display: none;
}

.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   LANGUAGE BUTTONS
========================================================= */

.info-box .lang-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    transform: none;
}

    .info-box .lang-box .btn {
        height: 38px;
        min-width: 60px;
        padding: 0 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,0.25) !important;
        border-radius: 7px !important;
        color: #fff !important;
        background: transparent !important;
        font-family: 'Poppins', sans-serif;
        font-size: 13px !important;
        font-weight: 600;
        white-space: nowrap;
        box-shadow: none !important;
    }

        .info-box .lang-box .btn.active {
            background: #2867d8 !important;
            border-color: #2867d8 !important;
        }

        .info-box .lang-box .btn:hover {
            background: #2867d8 !important;
            border-color: #2867d8 !important;
        }


/* =========================================================
   FLUID CONTAINERS
========================================================= */

.container,
.container-fluid {
    padding-left: clamp(12px, 3vw, 24px);
    padding-right: clamp(12px, 3vw, 24px);
}

@media (min-width: 1600px) {

    .container {
        max-width: 1440px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


/* =========================================================
   HEADER
========================================================= */

.header-wrapper {
    display: flex;
    width: 100%;
}


/* =========================================================
   LOGO SECTION - DESKTOP
========================================================= */

.logo-section {
    width: 26%;
    min-width: 0;
    max-width: none;
    background: #F2F2F2 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
    /* REDUCED */
    padding: 7px 16px;
    position: relative;
    flex-shrink: 0;
    z-index: 100;
}

    .logo-section img {
        width: 92%;
        max-width: 360px;
        /* REDUCED */
        max-height: 74px;
        object-fit: contain;
        object-position: center;
        display: block;
    }

.fi {
    display: none;
}


/* =========================================================
   RIGHT HEADER
========================================================= */

.right-header {
    flex: 1 1 auto;
    min-width: 0;
}


/* =========================================================
   TOP INFO - DESKTOP
========================================================= */

.topp {
    position: relative;
    width: 100%;
    left: 0;
}

.top-info {
    width: 100%;
    /* REDUCED */
    height: 88px;
    display: grid;
    /*
       LANGUAGE | CALL | EMAIL | LOCATION
    */

    grid-template-columns: 235px minmax(210px, 1fr) minmax(280px, 1.35fr) minmax(250px, 1.15fr);
    align-items: center;
    background: linear-gradient( 90deg, #27265b 0%, #6f2c78 100% );
}


/* =========================================================
   INFO BOX
========================================================= */

.info-box {
    width: 100%;
    /* REDUCED */
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.18);
    padding: 0 15px;
    min-width: 0;
    overflow: hidden;
}


/* =========================================================
   LANGUAGE SECTION
========================================================= */

#fixs {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box .lang-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    transform: none;
}


/* =========================================================
   INFO ICONS
========================================================= */

.info-box > i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    font-size: 19px;
    color: #fff;
}


/* =========================================================
   INFO CONTENT
========================================================= */

.info-box > div {
    min-width: 0;
    overflow: hidden;
}


/* =========================================================
   INFO LABEL
========================================================= */

.info-box small {
    display: block;
    color: #d8d5df;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}


/* =========================================================
   INFO MAIN TEXT
========================================================= */

.info-box span {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .info-box span small {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
    }


/* =========================================================
   INFO LINKS
========================================================= */

.info-box a {
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* =========================================================
   LOCATION
========================================================= */

.info-box:last-child {
    border-right: none;
}

    .info-box:last-child > a {
        display: flex;
        align-items: center;
        min-width: 0;
        overflow: hidden;
        color: inherit;
        text-decoration: none;
    }

        .info-box:last-child > a > div {
            min-width: 0;
            overflow: hidden;
        }

/* =========================================================
DESKTOP
========================================================= */



@media (min-width: 1281px) {

    .navbar-custom {
        width: 100%;
        height: 54px;
        min-height: 54px;
        padding: 0;
        margin: 0;
        background: #151824;
        border: none;
        position: relative;
        z-index: 2000;
    }

    #navv {
        width: 100% !important;
        height: 54px;
        min-height: 54px;
        overflow: visible !important;
    }

    .navbar-custom .container-fluid {
        width: 100%;
        height: 54px;
        min-height: 54px;
        padding: 0 !important;
        margin: 0;
        display: flex;
        align-items: center;
        overflow: visible !important;
    }

    .navbar-custom .navbar-nav {
        width: auto;
        height: 54px;
        min-height: 54px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0;
        overflow: visible !important;
    }

        .navbar-custom .navbar-nav > .nav-item {
            height: 54px;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: stretch;
            position: relative;
        }

            .navbar-custom
            .navbar-nav > .nav-item > .nav-link {
                height: 54px;
                min-height: 54px;
                padding: 0 18px !important;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff !important;
                font-family: 'Poppins', 'Segoe UI', sans-serif;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.1px;
                line-height: 1;
                white-space: nowrap;
                background: transparent;
                border-radius: 0;
                text-decoration: none;
                transition: background 0.2s ease, color 0.2s ease;
            }

                .navbar-custom
                .navbar-nav > .nav-item > .nav-link > i {
                    display: block !important;
                    font-size: 15px;
                    margin-right: 7px;
                }

            .navbar-custom
            .navbar-nav > .nav-item:hover > .nav-link {
                background: #3d2a9e;
                color: #fff !important;
            }

            .navbar-custom
            .navbar-nav > .nav-item > .nav-link.active {
                background: #2468d5 !important;
                color: #fff !important;
            }

            .navbar-custom
            .navbar-nav > .nav-item > .dropdown-toggle::after {
                margin-left: 7px;
                vertical-align: middle;
                border-top: 0.3em solid currentColor;
                border-right: 0.3em solid transparent;
                border-left: 0.3em solid transparent;
                border-bottom: 0;
                transition: transform 0.2s ease;
            }

            .navbar-custom
            .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle::after {
                transform: rotate(180deg);
            }

            .navbar-custom
            .navbar-nav > .nav-item > .dropdown-menu {
                position: absolute !important;
                top: 54px !important;
                left: 0 !important;
                margin: 0 !important;
                padding: 5px 0 !important;
                min-width: 255px !important;
                max-width: 330px;
                background: #fff !important;
                border: none !important;
                border-radius: 0 0 12px 12px !important;
                box-shadow: 0 10px 26px rgba(0,0,0,0.18);
                display: none !important;
                opacity: 0;
                visibility: hidden;
                transform: translateY(6px);
                z-index: 99999 !important;
                overflow: visible !important;
                max-height: none !important;
            }

            .navbar-custom
            .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
                display: block !important;
                opacity: 1;
                visibility: visible;
                transform: translateY(-3px);
            }

    .navbar-custom
    .dropdown-menu > li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none !important;
    }

        .navbar-custom
        .dropdown-menu > li > .dropdown-item {
            width: 100%;
            min-height: 44px;
            padding: 10px 18px !important;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #222 !important;
            background: transparent !important;
            font-family: 'Poppins', 'Segoe UI', sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.25;
            white-space: normal;
            text-decoration: none;
            border: none;
            transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
        }

    .navbar-custom
    .dropdown-menu .dropdown-item > i {
        width: 20px;
        min-width: 20px;
        height: 20px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #4855d6;
        font-size: 15px;
        line-height: 1;
        flex-shrink: 0;
    }

        .navbar-custom
        .dropdown-menu
        .dropdown-item > i.submenu-dot {
            width: auto !important;
            min-width: auto !important;
            height: auto;
            font-size: 5px !important;
            color: #4855d6;
        }

    .navbar-custom
    .dropdown-menu > li > .dropdown-item:hover {
        background: #f3f5ff !important;
        color: #3d3bd1 !important;
        padding-left: 23px !important;
    }

    .navbar-custom
    .dropdown-submenu {
        position: relative !important;
    }

        .navbar-custom
        .dropdown-submenu > .dropdown-item.dropdown-toggle::after {
            margin-left: auto !important;
            border-top: 5px solid transparent !important;
            border-bottom: 5px solid transparent !important;
            border-left: 5px solid #777 !important;
            border-right: 0 !important;
            transform: none !important;
            flex-shrink: 0;
        }

        .navbar-custom
        .dropdown-submenu:hover > .dropdown-item.dropdown-toggle::after {
            border-left-color: #3947c6 !important;
        }

        .navbar-custom
        .dropdown-submenu > .dropdown-menu {
            position: absolute !important;
            top: 0 !important;
            left: calc(100% + 3px) !important;
            margin: 0 !important;
            min-width: 270px !important;
            width: max-content;
            max-width: 370px;
            padding: 5px 0 !important;
            background: #fff !important;
            border: none !important;
            border-radius: 0 10px 10px 10px !important;
            box-shadow: 0 10px 26px rgba(0,0,0,0.18);
            display: none !important;
            opacity: 0;
            visibility: hidden;
            transform: translateX(6px);
            z-index: 100000 !important;
            max-height: calc(100vh - 125px) !important;
            overflow-y: auto !important;
            overflow-x: hidden !important;
            scrollbar-width: thin;
            scrollbar-color: #b8b8b8 transparent;
        }

            .navbar-custom
            .dropdown-submenu > .dropdown-menu::-webkit-scrollbar {
                width: 5px;
            }

            .navbar-custom
            .dropdown-submenu > .dropdown-menu::-webkit-scrollbar-track {
                background: transparent;
            }

            .navbar-custom
            .dropdown-submenu > .dropdown-menu::-webkit-scrollbar-thumb {
                background: #b8b8b8;
                border-radius: 10px;
            }

        .navbar-custom
        .dropdown-submenu:hover > .dropdown-menu {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateX(0) !important;
        }

        .navbar-custom
        .dropdown-submenu:hover > .dropdown-item {
            background: #f3f5ff !important;
            color: #3d3bd1 !important;
        }

    .navbar-custom
    .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }

    .navbar-custom
    .dropdown-submenu > .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
    }

    .search-box {
        margin-left: auto;
    }

    .navbar-custom .search-btn {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* =========================================================
   FOOTER
========================================================= */

.smc-footer {
    background: linear-gradient( 90deg, #27265b, #6f2c78 );
    color: #d8d8d8;
    padding: 50px 0 0;
}

    .smc-footer h3 {
        color: #ef3f34;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .smc-footer h4 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .smc-footer p {
        color: #d4d4d4;
        line-height: 1.8;
        font-size: clamp( 13.2px, 12.6px + 0.167vw, 15px );
    }

    .smc-footer ul {
        list-style: none;
        padding: 0;
    }

        .smc-footer ul li {
            margin-bottom: 14px;
        }

            .smc-footer ul li::before {
                content: "✓ ";
                color: white;
                font-weight: bold;
            }

            .smc-footer ul li a {
                color: #d8d8d8;
                text-decoration: none;
                transition: .3s;
            }

                .smc-footer ul li a:hover {
                    color: #ef3f34;
                    padding-left: 6px;
                }


/* =========================================================
   SOCIAL ICONS
========================================================= */

.social-icons {
    margin-top: 20px;
}

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: white;
        margin-right: 10px;
        text-decoration: none;
        transition: .3s;
    }

        .social-icons a:nth-child(1) {
            background: #3b5998;
        }

        .social-icons a:nth-child(2) {
            background: #1DA1F2;
        }

        .social-icons a:nth-child(3) {
            background: #E1306C;
        }

        .social-icons a:hover {
            transform: translateY(-4px);
        }


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    background: linear-gradient( 90deg, #27265b, #6f2c78 );
    color: #d5d5d5;
    text-align: center;
    padding: 15px;
    margin-top: 45px;
    font-size: clamp( 13.2px, 12.6px + 0.167vw, 15px );
}


/* =========================================================================================
   RESPONSIVE — MOBILE / TABLET SHELL  (≤1280px)
   - Logo section becomes a centered column: hamburger pinned top-mid, logo below it,
     language buttons in a small horizontal row underneath (old scale(0.6)/top/left
     positioning removed).
   - Nav collapses under the hamburger toggle (JS adds/removes .door on #navv).
   - Top-info (call/email/location) becomes ONE horizontal line instead of stacking.
============================================================================================ */

@media (max-width: 1280px) {

    .header-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* ---------- LOGO SECTION: hamburger top-mid, logo, lang row ---------- */
    .logo-section {
        width: 100% !important;
        position: relative !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 44px 12px 10px;
        border-right: none;
        z-index: 3000;
    }

        .logo-section img {
            width: auto;
            max-width: 190px;
            margin: 0 auto 8px;
        }

    .fi {
        display: block;
    }

    /* hamburger: centered at the very top of logo-section */
    .logo-section .btn1 {
        display: flex !important;
        position: absolute;
        top: 14px;
        right: 14px;
        left: auto;
        transform: none;
        z-index: 3100;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #242424;
    }

        .logo-section .btn1 i {
            font-size: clamp(20px, 5vw, 24px);
        }

        .logo-section .btn1:hover {
            background-color: #fbf2f2;
            color: black;
        }

    /* language buttons: small horizontal row, directly below the logo */
    .logo-section .lang-box.btn2 {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transform: none;
        position: static;
        width: 100%;
        margin: 0;
        top: auto;
        left: auto;
    }

        .logo-section .lang-box.btn2 .btn {
            height: 28px;
            min-width: auto;
            padding: 0 9px !important;
            font-size: 11px !important;
            border-radius: 6px !important;
            white-space: nowrap;
        }

    .first {
        display: none;
    }

    /* ---------- RIGHT HEADER / NAV ---------- */
    .right-header {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .navbar-custom {
        position: static;
        top: 0;
        width: 100%;
        padding: 0;
        height: auto !important;
        background: #151824;
    }

    #navv {
        width: 100%;
        max-height: none;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

        #navv.door {
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            margin: 0 !important;
            padding: 0 !important;
        }

    .navbar-custom .container-fluid {
        width: 100%;
        padding: 0 !important;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .navbar-custom .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 6px 0 !important;
        margin: 0 !important;
        gap: 0;
    }

        .navbar-custom .navbar-nav > .nav-item {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

            .navbar-custom .navbar-nav > .nav-item > .nav-link {
                width: 100%;
                height: auto;
                min-height: 48px;
                padding: 12px 18px !important;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                color: #fff !important;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.1px;
            }

                .navbar-custom .navbar-nav > .nav-item > .nav-link > i {
                    display: inline-flex !important;
                    font-size: 15px;
                    margin-right: 10px;
                }

                .navbar-custom .navbar-nav > .nav-item > .nav-link.active,
                .navbar-custom .navbar-nav > .nav-item > .nav-link:active {
                    background: #2468d5 !important;
                    color: #fff !important;
                }

            .navbar-custom .navbar-nav > .nav-item > .dropdown-toggle::after {
                margin-left: auto;
                border-top: 0.3em solid currentColor;
                border-right: 0.3em solid transparent;
                border-left: 0.3em solid transparent;
                border-bottom: 0;
                transition: transform 0.2s ease;
            }

            .navbar-custom .navbar-nav > .nav-item.dropdown > .dropdown-menu.show ~ .dropdown-toggle::after,
            .navbar-custom .navbar-nav > .nav-item.dropdown.show > .dropdown-toggle::after {
                transform: rotate(180deg);
            }

    .navbar-custom .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        background: #1d2130;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none !important;
        max-height: none !important;
        overflow: visible !important;
    }

        .navbar-custom .dropdown-menu.show {
            display: block;
        }

        .navbar-custom .dropdown-menu > li > .dropdown-item {
            width: 100%;
            min-height: 42px;
            padding: 10px 18px 10px 34px !important;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #d8d8d8 !important;
            font-size: 13.5px;
            font-weight: 500;
            background: transparent !important;
            border: none;
            white-space: normal;
        }

            .navbar-custom .dropdown-menu > li > .dropdown-item:hover,
            .navbar-custom .dropdown-menu > li > .dropdown-item:active {
                background: rgba(255,255,255,0.06) !important;
                color: #fff !important;
            }

        .navbar-custom .dropdown-menu .dropdown-item > i {
            width: 18px;
            min-width: 18px;
            color: #8f9dfb;
            font-size: 14px;
        }

    .navbar-custom .dropdown-submenu {
        position: relative !important;
    }

        .navbar-custom .dropdown-submenu > .dropdown-item.dropdown-toggle::after {
            margin-left: auto !important;
            border-top: 0.3em solid currentColor !important;
            border-right: 0.3em solid transparent !important;
            border-left: 0.3em solid transparent !important;
            border-bottom: 0 !important;
            transform: none !important;
        }

        .navbar-custom .dropdown-submenu > .dropdown-menu {
            position: static !important;
            width: 100%;
            min-width: 0 !important;
            max-width: none;
            left: auto !important;
            top: auto !important;
            background: #232838;
            border-radius: 0 !important;
            box-shadow: none;
            max-height: none !important;
        }

            .navbar-custom .dropdown-submenu > .dropdown-menu > li > .dropdown-item {
                padding-left: 50px !important;
                font-size: 13px;
            }

    /* ---------- TOP INFO: single horizontal line ---------- */
    .top-info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .info-box {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: auto;
        min-height: 52px;
        padding: 6px 6px;
        border-right: 1px solid rgba(255,255,255,0.18);
        border-bottom: none;
        overflow: hidden;
    }

        .info-box:last-child {
            border-right: none;
        }

        .info-box i {
            width: 26px;
            height: 26px;
            min-width: 26px;
            font-size: 12px;
            margin-right: 6px;
        }

        .info-box small {
            font-size: 9px;
        }

        .info-box span,
        .info-box span small {
            font-size: 11px;
        }

    .search-box {
        width: 92%;
        margin: 14px auto;
        padding: 0;
    }

        .search-box input {
            width: 100%;
        }

    .main {
        margin-top: 0 !important;
        position: relative;
        top: 0;
    }
}


/* =========================================================================================
   TABLET  (768px – 1280px)
   Slightly larger sizing than phone for the logo/hamburger/lang row and top-info line.
============================================================================================ */

@media (max-width: 1280px) and (min-width: 768px) {
    #fixs {
        display: none
    }

    .logo-section {
        padding: 50px 16px 14px;
    }

        .logo-section img {
            max-width: 230px;
        }

        .logo-section .btn1 i {
            font-size: 24px;
        }

        .logo-section .lang-box.btn2 .btn {
            height: 32px;
            padding: 0 14px !important;
            font-size: 13px !important;
        }

    .info-box {
        padding: 10px 12px;
        min-height: 70px;
    }

        .info-box i {
            width: 34px;
            height: 34px;
            min-width: 34px;
            font-size: 15px;
        }

        .info-box small {
            font-size: 10.5px;
        }

        .info-box span,
        .info-box span small {
            font-size: 10.5px;
        }
}


/* =========================================================================================
   MOBILE  (up to 767px)
============================================================================================ */

@media (max-width: 767px) {

    #fixs {
        display: none
    }

    .logo-section {
        padding: 42px 10px 8px;
    }

        .logo-section img {
            max-width: 160px;
        }

        .logo-section .btn1 i {
            font-size: 21px;
        }

        .logo-section .lang-box.btn2 {
            gap: 4px;
        }

            .logo-section .lang-box.btn2 .btn {
                height: 26px;
                padding: 0 8px !important;
                font-size: 10.5px !important;
            }

    .info-box {
        min-height: 48px;
        padding: 5px 5px;
    }

        .info-box i {
            width: 22px;
            height: 22px;
            min-width: 22px;
            font-size: 10.5px;
            margin-right: 4px;
        }

        .info-box small {
            font-size: 8px;
        }

        .info-box span,
        .info-box span small {
            font-size: 5.8px;
        }
}


/* =========================================================================================
   SMALL PHONE  (up to 400px)
============================================================================================ */

@media (max-width: 400px) {

    #fixs{
        display:none
    }

    .logo-section {
        padding: 40px 8px 8px;
    }

        .logo-section img {
            max-width: 120px;
        }

        .logo-section .lang-box.btn2 .btn {
            padding: 0 6px !important;
            font-size: 9.5px !important;
            height: 24px;
        }

    .info-box {
        min-height: 44px;
        padding: 4px 3px;
    }

        .info-box i {
            width: 18px;
            height: 18px;
            min-width: 18px;
            font-size: 9px;
            margin-right: 3px;
        }

        .info-box small {
            font-size: 7.5px;
        }

        .info-box span,
        .info-box span small {
            font-size: 5.8px;
        }

    .navbar-custom .navbar-nav > .nav-item > .nav-link {
        font-size: 13px;
        padding: 11px 14px !important;
    }

    .navbar-custom .dropdown-menu > li > .dropdown-item {
        font-size: 13px;
        padding-left: 30px !important;
    }
}
