/* =========================================
   SHOPARCADE NAVBAR
   Bootstrap replacement
   ========================================= */

.main-navbar {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1010;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.navbar-menu {
    width: 100%;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav > .nav-item {
    position: relative;
    list-style: none;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 14px;
    color: #333;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.nav-link:hover,
.nav-link:focus {
    color: #66000F;
    text-decoration: none;
}

.dropdown-arrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.has-dropdown.open > .dropdown-toggle .dropdown-arrow {
    transform: rotate(180deg);
}


/* =========================================
   DROPDOWN
   ========================================= */

.has-dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 1050;
}

.has-dropdown.open > .dropdown-menu {
    display: block;
}


/* Mega menu */

.has-dropdown .dropdown-menu.mega-menu {
    width: 1000px;
    max-width: 90vw;
}


/* Dropdown links */

.dropdown-menu a {
    display: block;
    color: #333;
    text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    color: #66000F;
    background: #f8f8f8;
}


/* =========================================
   MENU CONTENT
   ========================================= */

.menu-subheading {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #333;
}

.menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-detail-main-heading {
    display: block;
    padding: 5px 0;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 991px) {

    .navbar-nav {
        display: block;
    }

    .navbar-menu {
        display: none;
    }

    .navbar-menu.mobile-open {
        display: block;
    }

    .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 12px 15px;
    }

    .dropdown-menu,
    .has-dropdown .dropdown-menu.mega-menu {
        position: static;
        width: 100%;
        max-width: none;
        min-width: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .has-dropdown.open > .dropdown-menu {
        display: block;
    }

}


a.high-view {
    width: 200px;
    height: 34px;
    color: #ff0000 !important;
    font-size: 18px;
}

/* Make navbar menu background white on mobile */
@media screen and (max-width: 992px) {
    .navbar-collapse {
        background: #ffffff; /* white */
        z-index: 9999;
        margin-top: 50px;
        padding-top: 20px;
    }

    .navbar-collapse .nav-item {
        padding: 15px;
        border-bottom: 1px solid #ccc; /* subtle divider */
    }
}

/* Ensure container spans full width on mobile without padding */
@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .nav-link {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #ff6347; /* tomato */
    background-color: #ffffff; /* white background for nav links */
  }
}

/* Larger screen default styles */
.nav-link {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: #000000;
}

.nav-item.dropdown.show > .nav-link.dropdown-toggle {
  background-color: #333 !important;
  color: #fff !important;
}


#womens-day-tab a {
    color: #C2185B !important; /* Deep pink */
  }
  #womens-day-tab i {
    color: #C2185B !important; /* Deep pink */
  }
/* Regular state for the Valentine's Day Gifts tab */
#valentines-day-tab .nav-link {
  color: #FF0000; /* Red font color */
}

/* Hover state for the Valentine's Day Gifts tab */
#valentines-day-tab .nav-link:hover {
  color: #FFFFFF !important; /* White font color with !important to override other styles */
}

#valentines-day-tab .nav-link:hover i {
  color: #FFFFFF !important; /* White color for the heart icon with !important */
}

  /* Specific override for "VALENTINE'S DAY GIFTS" (red color) */
  .nav-item.dropdown#valentines-day-tab .nav-link {
    color: #FF0000; /* Red text for Valentine's Day Gifts */
  }

  /* Hover effect for "VALENTINE'S DAY GIFTS" */
  .nav-item.dropdown#valentines-day-tab:hover .nav-link {
    color: white;
    background-color: #FF0000; /* Red background on hover */
  }
}
 /* Specific override for "VALENTINE'S DAY GIFTS" (red color) */
  .nav-item.dropdown#valentines-day-tab .nav-link {
    color: #FF0000; /* Red text for Valentine's Day Gifts */
  }

  /* Hover effect for "VALENTINE'S DAY GIFTS" */
  .nav-item.dropdown#valentines-day-tab:hover .nav-link {
    color: white;
    background-color: #FF0000; /* Red background on hover */
  }
}

/* Cleaned Valentine's Day tab CSS */
#valentines-day-tab .nav-link {
  font-size: 15px;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  color: #FF0000;
}
#valentines-day-tab .nav-link i {
  margin-right: 5px;
  font-size: 18px;
  color: #FF0000;
}
#valentines-day-tab .nav-link:hover,
#valentines-day-tab .nav-link:hover i {
  color: #FFFFFF;
}
.nav-item.dropdown#valentines-day-tab:hover .nav-link {
  background-color: #FF0000;
}.menu-items li {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between flag and text */
}

.menu-items li img {
    width: 20px; /* Adjust size as needed */
    height: auto;
}
/* Add location icon only for city links */
.top-world-cities li a::before {
    content: "\f3c5"; /* FontAwesome location icon */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    margin-right: 8px;
    color: #f8941d; /* Adjust color */
}

/* Ensure countries do not get the icon */
.most-popular-countries li a::before {
    content: none !important;
}

.menu-detail-main-heading img {
    vertical-align: middle; /* Aligns the flag vertically */
    display: inline-block;  /* Ensures it's inline with text */
    margin-right: 5px;      /* Adds space between flag and text */
}

.menu-subheading {
  font-size: 1.5rem; /* Default for desktop */
}

@media (max-width: 768px) {
  .menu-subheading {
    font-size: 1rem;

  }
}


		/* Add this CSS for visual styling */
.disabled-link {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.submenu {
  padding-left: 15px;
  list-style: none;
}

.dropdown-container {
  position: relative;
}
.submenu1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu1.open {
  max-height: 500px; /* enough to show content */
}

.menu-container {
    width: 100%;
    padding: 0;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.menu-column {
    padding: 24px;
}

@media (max-width: 991px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-column {
        padding: 15px;
    }
}


.submenu {
  display: none;
}
.submenu.open {
  display: block;
}
.rotate-icon.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
  
    .container1 {
        width: 100%;
        max-width: 1200px;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        padding: 30px;
    }

    .menu-container1 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .demo-section1, .explanation1 {
        flex: 1;
        min-width: 300px;
    }

    .demo-section1 {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .menu-title1 {
        color: #3498db;
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .menu1 {
        list-style: none;
        width: 100%;
    }

    .menu-item1 {
        position: relative;
        margin-bottom: 1px;
    }

    .menu-heading1 {
        display: block;
        padding: 12px 15px;
        background-color: #3498db;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 600;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
    }

    .menu-heading1:hover {
        background-color: #2980b9;
        transform: translateY(-2px);
    }

    .menu-heading1 i {
        position: absolute;
        right: 15px;
        transition: transform 0.3s ease;
    }

    .submenu1 {
        list-style: none;
        max-height: 0;
        overflow: hidden;
        padding-left: 20px;
        transition: max-height 0.4s ease, padding 0.4s ease;
    }

    .submenu1.open {
        max-height: 300px;
        padding: 10px 0 10px 20px;
    }

    .submenu-item1 {
        margin: 0px 0;
		 color: #2c3e50;
    }

    .submenu-link1 {
        display: block;
        padding: 10px 15px;
        background-color: #ecf0f1;
        color: #2c3e50;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.2s ease;
    }

    .submenu-link1:hover {
        background-color: #bdc3c7;
        color: #fff;
    }

    .disabled-link1 {
        display: block;
        padding: 10px 15px;
        background-color: #ecf0f1;
        color: #95a5a6;
        text-decoration: none;
        border-radius: 5px;
        cursor: default;
        opacity: 0.7;
        position: relative;
    }

    .disabled-link1:after {
        content: "coming soon";
        position: absolute;
        top: -18px;
        right: 0;
        background: #e74c3c;
        color: white;
        font-size: 0.7rem;
        padding: 2px 5px;
        border-radius: 3px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .disabled-link1:hover:after {
        opacity: 1;
    }

    @media (max-width: 768px) {
        .menu-container1 {
            flex-direction: column;
        }
    }
	
	.menu-items li {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between flag and text */
}

.menu-items li img {
    width: 20px; /* Adjust size as needed */
    height: auto;
}
/* Add location icon only for city links */
.top-world-cities li a::before {
    content: "\f3c5"; /* FontAwesome location icon */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    margin-right: 8px;
    color: #f8941d; /* Adjust color */
}

/* Ensure countries do not get the icon */
.most-popular-countries li a::before {
    content: none !important;
}

.menu-detail-main-heading img {
    vertical-align: middle; /* Aligns the flag vertically */
    display: inline-block;  /* Ensures it's inline with text */
    margin-right: 5px;      /* Adds space between flag and text */
}

.menu-subheading {
  font-size: 1.5rem; /* Default for desktop */
}

@media (max-width: 768px) {
  .menu-subheading {
    font-size: 1rem;
  }

