
    .main-menu {
        display: flex;
        gap: 25px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .main-menu>li {
        position: relative !important;
    }

    .main-menu a {
        text-decoration: none;
        color: #444;
        font-size: 14px;
        padding: 8px 0;
        display: block;
    }

    .main-menu a:hover {
        color: #e60000;
        /* Red hover same as Glomacs */
    }

    .arrow {
        font-size: 11px;
        margin-left: 4px;
    }

    /* Dropdown Hidden by Default */
    .submenu {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        list-style: none;
        min-width: 180px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        padding: 6px 0;
        transform: tra;
        z-index: 999;
    }

    .dropdown {
        position: relative !important;
    }

    /* Show Dropdown on Hover */
    .dropdown.dropdown:hover .submenu {
        display: block;
    }

    /* Submenu items */
    .submenu li a {
        padding: 8px 12px;
        white-space: nowrap;
        color: #333;
    }

    .submenu li span {
        margin-right: 10px;
    }

    .submenu li a:hover {
        background: #f4f4f4;
        color: #e60000;
    }

    .top-header {
        background: #f4f4f4;

        font-size: 14px;
    }

    .top-left-col a {
        color: #555;
        font-size: 14px;
        text-decoration: none;
    }

    .top-left-col a:hover {
        color: #e60000;
    }

    .top-left-col i {
        font-size: 14px;
        color: #e60000;
    }

    .top-header .main-menu a {
        font-size: 14px;
        color: #444;
    }

    .top-header .main-menu a:hover {
        color: #e60000;
    }

    /* Bottom Header BG */
    .bottom-header {
        background: transparent;
        color: #fff;
    }

    .bottom-header .logo {
        width: 75%;
    }

    /* Menu */
    .bottom-header .bottom-menu {
        display: flex;
        align-items: center;
        position: relative;
        gap: 25px;
    }

    /* .bottom-header .bottom-menu li {
        position: relative;
    } */

    .bottom-header .bottom-menu a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

    .bottom-header .bottom-menu a:hover {
        color: #e60000;
    }

    .header-scroll .bottom-header .bottom-menu a,
     .bottom-header .arabic {
        color: #000;
    }

    /* NEW Red Tag */
    .bottom-header .new,
    .mobile-header .new {
        background: linear-gradient(45deg, #dc2626, #ff4d4d, #b91c1c, #dc2626) 0 0 / 200% 200%;
        ;
        padding: 3px 8px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        animation: 5s linear infinite shimmer-bg;
    }

    @keyframes shimmer-bg {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 200% 0;
        }
    }

    /* Dropdown */
    .bottom-header .dropdown:hover .submenu {
        display: block;
    }

    .bottom-header .submenu {
        display: none;
        width: max-content !important;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
        z-index: 999;
        padding: 15px;
        border-top: 2px solid oklch(0.45 0.18 26.99);
    }

    .bottom-header .submenu li a {
        display: block;
        padding: 5px 0px;
        color: #1e2939;
        font-size: 13px;
    }

    .bottom-header .submenu li a:hover {
        background: #f4f4f4;
        color: #e60000;
    }

    /* Right Side */
    .bottom-header .arabic {
        font-size: 14px;
    }

    .bottom-header .search-icon {
        font-size: 18px;
        background: #d63a34;
        padding: 5px 8px;
        border-radius: 4px;
        cursor: pointer;
        color: #fff;
    }

    .logo {
        width: 150px;
        transition: 0.3s ease;
    }

    /* Scroll hone par class add hogi */
    .header-scroll .top-header {
        display: none !important;
    }

    .header-scroll .bottom-header {
        background: #fff !important;
        transition: 0.3s ease;
        border-bottom: 1px solid #eee;
    }

    /* Scroll hone pr logo change */
    .header-scroll .logo-white {
        display: none;
    }

    .logo-white {
        display: none;
    }

    .header-scroll .logo-black {
        display: block;
    }

    /* header scroll class active */
    .header-scroll .top-header {
        display: none !important;
    }

    /* bottom header visible + white background */
    .header-scroll .bottom-header {
        background: #ffffff !important;
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        /* scroll par top par chipka rahe */
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

      .header-scroll .bottom-header ,   .header-scroll.mobile-header{
        background: #fff !important;
        transition: 0.3s ease;
        border-bottom: 1px solid #eee;
    }

     .header-scroll .bottom-header , .header-scroll.mobile-header {
        background: #ffffff !important;
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        /* scroll par top par chipka rahe */
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }


    .header-scroll .logo-white {
        display: none !important;
    }

    .header-scroll .logo-black {
        display: block !important;
    }

    /* To avoid content jump when header becomes fixed */
    .header-placeholder {
        height: 0;
    }

    .flashing-text {
        color: #0000;
        background: linear-gradient(120deg, #fff, #f0f0f0, #bfbfbf, #f0f0f0, #fff) 0 0 / 200% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        place-self: center;
        animation: 4s ease-in-out infinite light-sweep;
    }

    @keyframes light-sweep {
        0% {
            background-position: -100% 0;
        }

        100% {
            background-position: 100% 0;
        }
    }

      @media (max-width:1023px) {
        .header-desktop {display: none;}
        .mobile-header {display: block;}


    }
    /* Header end   */

    @media (max-width:1199px) {
    .bottom-header .logo {width: 100px !important;}
    .bottom-menu {gap: 10px !important;}
      .bottom-header .col-xl-8.col-md-9.col-sm-9.d-flex.justify-content-center {justify-content: end !important;}
}

 .mobile-header {display: none;}

  @media (max-width:1023px) {
        .header-desktop {display: none;}
        .mobile-header {display: block;}


    }

/* MAIN WRAPPER */
.header-tab .menu-box{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    display:flex;
    min-height:360px;
}

/* LEFT MENU FULL BOX */
.header-tab .left-menu{
    width:260px;
    border-right:1px solid #ddd;
    padding:20px 0 0 0;
}

/* LEFT TITLE */
.left-title{
    font-size:16px;
    font-weight:700;
    padding:0 20px 12px 20px;
    border-bottom:2px solid #c00;
    margin-bottom:10px;
}

/* LEFT LIST */
.header-tab .left-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.header-tab .left-menu li{
    padding:14px 20px;
    cursor:pointer;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
}

.header-tab .left-menu li img{
    margin-right:8px;
    vertical-align:middle;
}

.header-tab .left-menu li:hover,
.header-tab .left-menu li.active{
    background:#f5f5f5;
    font-weight:600;
}

/* RIGHT AREA */
.header-tab .right-area{
    position:relative;
    width:100%;
    padding:30px 35px;
}

/* Heading red underline */
.header-tab .right-area h5{
    font-size:18px;
    font-weight:700;
    margin:0;
    margin-top: 8px;
    padding-bottom:10px;
    border-bottom:2px solid #c00;
    display:inline-block;
        width: -webkit-fill-available !important;
}

/* ALL CONTENT HIDDEN */
.header-tab .tab-content-box{
    display:none;
    position:absolute;
    top:0;
    left:0;
    padding: 20px;
    width:100%;
}

/* DEFAULT */
#europe-content{
    display:block;
}

/* Venue items */
.venue-item{
    font-size:14px;
    margin-bottom:8px;
    cursor:pointer;
}

.venue-item:hover{
    text-decoration:underline;
    color:#c00;
}

/* View all button */
.view-btn{
    background:#c00;
    border:none;
    color:#fff;
    padding:7px 20px;
    border-radius:4px;
    margin-top:15px;
}

.view-btn:hover{
    background:#a00;
}

/* MOBILE */
@media(max-width:768px){
    .header-tab .menu-box{
        flex-direction:column;
    }
    .header-tab .left-menu{
        width:100%;
        border-right:none;
        border-bottom:1px solid #ddd;
    }
    .header-tab .right-area{
        display:none;
    }
}
.header-tab-submenu a , .header-tab-submenu li , .header-tab-submenu h5 , .left-title {color :#1f1f1f !important;}
.header-tab .right-area li a {
        margin: 0 !important;
    }
     .header-tab .right-area h5 , .left-title{
    color:#9f0712 !important;
    font-size :14px !important;
    font-weight:600 !important;

    }
      .header-tab .right-area h5 span{
    color:#1e2939 !important;
 ;

    }


