﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
    max-width: 1600px;
}


/* Overlay - Background Hide Effect */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Background ko dark karne ke liye */
    display: none;
    z-index: 900;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}

.mega-left {
    /* background: linear-gradient(135deg,#2563eb,#9333ea); */
    padding: 15px 0;
}

.submenu:before {
}

.mega-left-card {
    padding-top: 30px;
    color: #fff;
    background: linear-gradient(135deg,#2563eb,#9333ea);
    /* height: 100%; */
    /* border-radius: 15px; */
    padding: 15px;
    min-height: 350px;
    background: linear-gradient(135deg, #182d41, #4d3023);
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    position: relative;
}

.menu-ftlink {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.menu-ftlink-div > * {
    color: #17313b;
    padding: 9px 15px;
    background: #ffffff;
    border-radius: 9px;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    cursor: pointer;
}

.menu-ftlink-div {
    width: 100%;
}

    .menu-ftlink-div > *:hover {
        background: #f26622;
        color: #fff;
    }

.dropdownmegacard {
    width: 100%;
}

.mega-right {
    padding: 30px 15px;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    letter-spacing: -1px;
}

/* Desktop Nav */
.nav-links {
    display: flex;
    list-style: none;
    height: 100%;
    margin-bottom: 0;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

    .nav-item:last-child {
        padding-right: 0;
    }

.nav-link {
    cursor: pointer;
    color: #182d41;
    padding: 30px 0px;
    position: relative;
    padding-right: 15px;
}

.nav-item.is-open .nav-link {
    color: #f26622;
    font-weight: 600;
}

.nav-item.is-open {
}

.nav-link:before {
    content: '';
    position: absolute;
    background: #f2662200;
    height: 4px;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.nav-item.is-open .arrow-nav-link {
    transform: rotate(180deg);
    /*    translateY(-50%): translateY(-50%);*/
    top: calc(50% - 7px);
}

.arrow-nav-link {
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.nav-item.is-open .nav-link::before {
    background: #f26622;
}

.nav-link:hover {
    color: #f26622;
}


/* Desktop Submenu */
.submenu {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    =: 1px solid #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 1001;
    padding: 0;
}

.nav-item.is-open .submenu {
    display: flex;
}

/* Mobile View Toggle */
.menu-toggle {
    font-size: 28px;
    cursor: pointer;
    display: none;
}



.menu-level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: .35s ease;
    z-index: 20;
    height: auto;
    height: 100%;
}


img.menu-texture {
    filter: brightness(10) invert(1);
    opacity: 0.05;
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.only-menu {
    display: none;
}

ul.list-ft a:hover {
    color: #f26622 !important;
}

@media (min-width: 1200px) {

    .li-show-hide {
        display: none;
    }

    .contact-usbtn {
        display: none;
    }

    .nav-item:has(.submenu a.active) > .nav-link:before, a.nav-link.active:before {
        background: #ff4c4c;
        font-weight: 600;
    }

    .nav-item:has(.submenu a.active) > .nav-link, a.nav-link.active {
        color: #f26622;
        font-weight: 600;
    }

    .menu-level-2.active {
        left: 0;
    }

    .close-btn-menu {
        display: none;
    }

    .back-btn.back_to_main {
        margin-bottom: 15px;
    }
}


/* --- MOBILE SLIDE EFFECTS --- */
@media (max-width: 1200px) {
    .col-lg-3.mega-left {
        /* display: none; */
    }

    .nav-item.btn-nav-items {
        gap: 9px !important;
    }

        .nav-item.btn-nav-items .nav-item-btn {
            width: 100%;
        }

    .menu-level-2.active {
        left: calc(100% - 449px);
    }

    .menu-level-2 {
        transition: .35s ease;
    }

        .menu-level-2.active {
        }

    .close-btn-menu {
    }

    .menu-level-2 {
        position: fixed;
    }



    .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
    }

    .pop-up-form {
        z-index: 99999999999;
    }

        .pop-up-form:before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            background: #000000de;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

    .left-panel {
        padding: 30px 15px;
    }

    .menu-div {
        padding: 15px 0;
        padding-right: 40px;
    }

    .nav-links {
        position: fixed;
        right: -100%;
        top: 0;
        width: 450px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        transition: 0.4s cubic-bezier(0.77,0,0.175,1);
        z-index: 1000;
        overflow-x: hidden;
        padding: 0 0;
        border-left: 1px solid #e6e6e6;
    }

        .nav-links.open {
            right: 0;
        }

    .nav-item {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 15px !important;
    }

    .nav-link {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        width: 100%;
        justify-content: space-between;
        /* font-size: 18px; */
    }

    /* Mobile Submenu Slide-in */
    .submenu {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: 0.4s ease;
        display: block;
        flex-direction: column;
        padding: 0;
        box-shadow: none;
        overflow-y: auto;
    }

        .submenu.active {
            left: 0;
        }



    .nav-item.is-open .submenu {
        display: block;
    }
}

/* Styling for links inside submenu */
.submenu li {
    list-style: none;
    margin-bottom: 5px;
    position: unset;
}

    .submenu li a {
        text-decoration: none;
        color: #182d41;
        padding: 8px 9px;
        display: block;
        cursor: pointer;
        border-left: 5px solid #1b749900;
        display: flex;
        align-items: center;
    }

ul.ul-icon li img {
    width: 20px;
    margin-right: 9px;
}

.submenu li a:hover, .submenu li a.active {
    background-color: #fff3ed;
    border-left: 5px solid #f26622;
    color: #182d41 !important;
}

.chevarrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    place-content: center;
    text-align: center;
    font-size: 8px;
    border-radius: 100px;
    margin-left: 9px;
    color: #ffffff;
    background-color: #f26622;
    font-weight: 900;
}






.has-submenu > .submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: #111;
    transform: translateX(100%);
    transition: 0.3s;
}


.submenu.active {
    /* transform: translateX(0); */
}

.menu-div {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-item.btn-nav-items {
    display: flex;
    gap: 30px;
}

.only-menu {
    margin-top: 15px;
    margin-left: -15px;
}

.header-cst-btn img {
    width: 20px;
    margin-left: 5px;
}

.header-cst-btn:hover img {
    filter: invert(1) brightness(100);
}

@media (max-width:1200px) {

    li.li-show-hide {
        padding: 0 15px;
    }

        li.li-show-hide a.btn.btn-1 {
            text-align: center;
            justify-content: center;
            color: #fff;
        }

    .menu-d-flex h4 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .menu-d-flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 15px;
        background: #f5faff;
        border-bottom: 1px solid #ebebeb;
        align-items: center;
        cursor: pointer;
    }

        .menu-d-flex i.fas.fa-times {
            font-size: 20px;
            color: #f26622;
        }

        .menu-d-flex:hover {
            background: #fff4ef;
        }


    .pop-up-form .row {
        flex-direction: column-reverse;
    }

    .right-panel {
        padding: 0;
        margin-bottom: 30px;
    }

    .has-submenu > .submenu {
        left: 0;
    }

    .only-menu {
        display: block;
        margin: 0;
        padding: 15px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 15px;
        background: #f5faff;
        border-bottom: 1px solid #ebebeb;
        align-items: center;
        cursor: pointer;
    }

        .only-menu:hover, .menu-level-2 .back-btn:hover {
            background: #ffeee6;
        }

    .navbar {
        padding: 0px 15px;
        z-index: 9999999999;
    }

    .flag-btn {
        width: 100%;
        font-size: 14px;
        padding: 0 9px;
    }

    .dropdownmegacard > .row {
        /* padding: 0 15px; */
    }

    .dropdownmegacard [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .menu-ftlink {
        flex-flow: column;
    }

    .mega-right {
        padding: 0;
    }

    .mega-left-card {
        height: auto;
        display: none;
    }

    .flag-menu {
        /* position: relative; */
        /* width: 100%; */
        /* top: 15px; */
        /* box-shadow: none; */
    }

    .menu-level-2 {
        background: #ffffff;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        width: 400px;
        overflow-y: scroll;
    }

        .menu-level-2 .back-btn {
            padding: 15px 15px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            padding: 15px;
            background: #f5faff;
            border-bottom: 1px solid #ebebeb;
            align-items: center;
            cursor: pointer;
        }

        .menu-level-2 .container {
            padding: 0 7px;
        }

    .submenu .mega-left {
        display: none;
    }

    .mega-left {
        padding: 0;
    }

    .dropdownmegacard .mega-left {
        display: block;
    }



    .header-cst-btn {
        margin-top: 15px;
        padding: 8px 5px !important;
        display: flex;
        align-items: center;
    }



    .menu-div .container {
        padding: 0 0;
    }

    .menu-div .row {
        margin: 0 0;
    }

    .menu-div [class*="col-"] {
        padding: 0 0;
    }

    .modal {
    }


    .pop-up-form .modal-body .col-md-6 {
        width: 100%;
    }

    .pop-up-form {
        width: 100%;
        padding-right: 0 !important;
    }

        .pop-up-form .modal-dialog {
            width: 96%;
            max-width: 96%;
            margin: 0 auto;
        }

    .mega-right ul {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {

    .navbar .container {
        display: flex;
        align-items: center;
    }

    .menu-toggle {
        font-size: 23px;
        height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 5px;
        background: #f1f4f7;
    }

    .nav-links {
        width: 100%;
    }

    .flag-btn {
        padding: 0px 7px;
        height: 35px;
        font-size: 12px;
        border-radius: 5px;
    }

    .menu-level-2.active {
        width: 100%;
        left: 0;
    }

    .flag-translate {
        font-size: 14px;
    }

    .nav-item-btn img {
        display: none;
    }

    .header-cst-btn {
        padding: 8px 3px !important;
        font-size: 13px;
    }

    .cookie-box {
        display: none !important;
    }

    .wait-badge {
        text-align: center;
        font-size: 16px;
    }

    .notyf {
        justify-content: space-between;
        flex-direction: column-reverse;
        z-index: 99999999999 !important;
        top: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .submenu li a:hover {
        background-color: #fff3ed00;
        border-left: 5px solid #f2662200;
        color: #182d41 !important;
    }
}


@media (min-width:991px) and (max-width:1370px) {
    .container {
        width: 100%;
        padding: 0 50px;
    }


    .nav-item {
        padding: 0 9px;
    }

    body {
        font-size: 12px;
    }

    .para-text-small {
        font-size: 12px;
        line-height: 20px;
    }

    .main-heading {
        font-size: 22px;
        line-height: 30px;
    }
}
