.Header {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: sticky;
  top: 0px;
  z-index: 999;
  /* border-bottom: 1px solid #ccc; */
  /* padding: 13px; */
}

.Header .top_div {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.Header .top_left {
  width: 50%;
  display: flex;
  align-items: center;
}

.Header .logo_img {
  width: 100%;
  max-width: 80px;
}

.Header .top_center {
  margin-left: 27px;
  width: 83%;
}

.Header .search_box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}


.Header .search_box .form-control::placeholder {
  color: #000;
}

.Header .search_icon {
  padding: 0 15px;
  color: #000;
}

.Header .search_input {
  flex: 1 1;
  border: none;
  outline: none;
  padding: 0px;
  background: transparent;
}

.Header .search_btn {
  background: #005ca9;
  color: #fff;
  border: none;
  padding: 6px 20px;
}

.Header .top_right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}


.Header .top_right .icon-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  gap: 0px;
}

.Header .top_right .Blue_Btn_holder {
  margin-left: 20px;
}

.Header .icon-link .icon_holder {
  width: 36px;
  height: 36px;
  border: 1px solid #005ca9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #005ca9;
  aspect-ratio: 1/1;
  padding: 5px;
}

.icon_holder .icon_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Header .badge_holder {
  position: absolute;
  bottom: -6px;
  right: -6px;
  background: #8bc34a !important;
  color: #fff;
  font-size: 10px !important;
  border-radius: 50% !important;
}

.account_btn {
  background: #005ca9;
  color: #fff;
  padding: 5px 16px;
  border-radius: 6px;
  text-decoration: none;
}

.Header .top_right .icon-link .icon_text {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  background: #f5f5f5;
  padding: 0 8px;
  border-radius: 0 6px 6px 0;
}

.Header .navbar {
  padding: 3px 0px;
  background: transparent linear-gradient(90deg, #19a0dc 0%, #09558f 100%) 0% 0% no-repeat padding-box;
}

.Header .brand-logo h1 {
  text-align: center;
  font-size: 26px;
  color: #7c0000;
  font-weight: 600;
  font-family: "Philosopher";
  margin-bottom: 0px;
}

.Header .brand-logo .logo_holder .logo_img {
  height: 50px;
  width: auto;
  position: relative;
  padding: 0px;
}

.Header .navbar-toggler {
  border: none;
  font-size: 18px;
  padding: 0px;
}

.Header .navbar-toggler:focus {
  box-shadow: none;
}

.Header .main-nav {
  margin-left: 30px;
}

.Header .main-nav .nav-link {
  color: #fff;
  font-weight: 400;
  margin: 0 30px;
  transition: color 0.3s ease;
  position: relative;
  font-size: 16px;
}

.Header .main-nav .nav-link.active {
  color: #ffdd00;
  font-weight: 600;
}

.Header .main-nav .nav-link:after {
  content: "";
  position: absolute;
  /* width: 0%; */
  border-bottom: 2px solid #000;
  left: 10px;
  bottom: 0px;
  display: none;
}

.Header .main-nav .nav-link.active:after {
  width: 25px;
}

.Header .header-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Header .header-icons .login_link {
  margin-right: 16px;
}

.Header .header-icons .icon-link {
  color: #005ca9;
  margin-right: 16px;
  font-size: 20px;
  transition: color 0.3s ease;
}

.Header .header-icons .icon-link.desktop_view_search {}

/* .Header .header-icons .icon-link:hover {
  color: #2f855a;
}

.Header .header-icons .icon-link.active {
  color: #2f855a;
} */

.Header .brand-logo-image .brand-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.Header .header-icons .icon_holder {
  position: relative;
  cursor: pointer;
}

.Header .header-icons .dropdown-toggle::after {
  display: none;
}

.Header .header-icons .currency_text {
  color: #000;
}

.Header .header-icons .currency_text:hover {
  color: #000;
  background-color: #fff;
}

.Header .header-icons .icon_holder .badge_holder {
  position: absolute;
  top: -12px;
  right: -11px;
  background-color: #000000 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  padding: 2px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #ccc;
}

.Header .header_section_holder {
  display: flex;
}

.mobile_view_header_offcanvas {
  width: 320px !important;
}

.mobile_view_header_offcanvas .offcanvas-header,
.mobile_view_header_offcanvas .offcanvas-body {
  background: transparent linear-gradient(270deg, #19a0dc 0%, #09558f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 17px !important;
}

.mobile_view_header_offcanvas .offcanvas-body {
  padding: 5px;
}

.mobile_view_header_offcanvas .offcanvas-body .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.mobile_view_header_offcanvas .offcanvas-body .nav-link.active {
  color: #FFDD00;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-body {
  padding: 10px;
  background: #000;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item .accordion-header,
.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item {
  border: none;
  background: #000;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 10px 10px 0px;
  background: #000;
  border: none;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
  position: relative;
  font-size: 20px;
  text-transform: lowercase !important;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item.inner_accordion .accordion-header .accordion-button {
  color: #fff !important;
  background: #0d0d0d;
  padding: 10px;
  margin: 0px;
  font-size: 15px;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item.inner_accordion .accordion-body .secondMobiledrop .subaccmenu a {
  padding: 10px 10px 10px 0px;
  color: #fff !important;
  font-weight: 200;
  margin: 0 10px;
  font-size: 14px;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-body.guide_text {
  padding: 0px 10px;
  background: #000;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-body.guide_text .secondMobiledrop .subaccmenu a {
  color: #fff;
  padding: 10px 10px 10px 0px;
  color: #fff !important;
  font-weight: 200;
  margin: 0 10px;
  font-size: 14px;
}

.mobile_view_header_offcanvas .offcanvas-body .accordion .accordion-item.inner_accordion .accordion-body .secondMobiledrop .subaccmenu a {
  padding: 10px 10px 10px 0px;
  color: #fff !important;
  font-weight: 200;
  margin: 0 10px;
  font-size: 14px;
}

.mobile_view_header_offcanvas .btn-close {
  margin-left: auto;
  opacity: 1;
  filter: invert(1);
}

.offcanvas-backdrop.show {
  display: none;
}

.mobile_view_header_offcanvas .main-nav .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
  position: relative;
  font-size: 20px;
}

.mobile_view_header_offcanvas .main-nav .nav-link.active {
  color: #fff;
  font-weight: 800;
}

.mobile_view_header_offcanvas .main-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 0%;
  border-bottom: 2px solid #7c0000;
  left: 0px;
  bottom: 0px;
}

/* .mobile_view_header_offcanvas .main-nav .nav-link.active:after {
  width: 20%;
} */

.Header .headsearch {
  padding: 3px 0px 15px;
  display: flex;
  align-items: center;
}

.Header .headsearch .close_div {
  margin-left: 15px;
  cursor: pointer;
}

.Header .headsearch .close_div .close_icon {
  font-size: 18px;
  font-weight: 300;
}

.Header .headsearch .searchdiv {
  position: relative;
  width: 100%;
}

.Header .headsearch .searchdiv .list-group {
  width: 100%;
  position: absolute;
}

.Header .headsearch .searchdiv .form-control {
  border-radius: 8px !important;
  font-size: 13px !important;
  height: 42px;
  /* border: 1px solid #3a0a0abf !important; */
  border: 1px solid #005ca9 !important;
}

.Header .headsearch .searchdiv .form-control::placeholder {
  font-size: 13px !important;
}

.Header .headsearch .searchdiv .searchbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border: 0px;
  border-radius: 30px;
  padding: 5px 15px;
  height: 100%;
}

.Header .headsearch .searchdiv .searchbtn .search_icon {
  color: #000;
  font-size: 17px;
}

.Header .headsearch .searchdiv .searchbtn:hover {
  /* background-color: #024d07; */
}

.Header .desktop_view_logo {
  display: flex;
}

.Header .mobile_view_logo {
  display: none;
}

.Header .header-icons.mobile_view {
  display: none;
}

.Header .navbar-toggler-icon {
  /* filter: invert(1); */
}

/* ===========================
   MAIN WRAPPER
=========================== */
.mega_menu_main {
  position: relative;
}

/* Categories Button */
.mega_menu_main .categories_btn {
  cursor: pointer;
  font-weight: 500;
}

/* ===========================
   DROPDOWN PANEL
=========================== */
.mega_menu_main .mega_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  border-radius: 6px;
  padding: 0;
  /* display: flex; */
  z-index: 999;
  transform: translateX(-26%);
  border: 1px solid #4a4a4a;
  max-width: 1000px;
  /* min-width: fit-content; */
  width: max-content;
}

/* ===========================
   LEFT PANEL (Grey Menu)
=========================== */
.mega_menu_main .mega_left_panel {
  background: #e9e9e9;
  padding: 20px 0;
  border-radius: 6px 0 0 6px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.mega_menu_main .all_divs_holder {
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_main .mega_col {
  margin-bottom: 30px;
  width: 250px;
}

.mega_menu_main .left_item {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background: #8f8f8f;
  margin: 0px;
}

.mega_menu_main .left_item.active {
  background: #ffffff;
  border-left: 4px solid #0073db;
  /* Same blue as screenshot */
  font-weight: 600;
  color: #0073db;
}

/* Hover Effect */
.mega_menu_main .left_item:hover {
  background: #fff;
  color: #000;
}

/* ===========================
   RIGHT PANEL (White Columns)
=========================== */
.mega_menu_main .mega_right_panel {
  padding: 20px;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
}

/* Column Styling */
.mega_menu_main .mega_col h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff !important;
}

.mega_menu_main .mega_col p {
  font-size: 14px;
  margin: 4px 0;
  color: #fff;
  cursor: pointer;
  font-weight: 100;
}

.mega_menu_main .mega_col p:hover {
  color: #fff;
  text-decoration: underline;
}

.main_block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 8px;
}

.main_header {
  font-size: 15px;
  font-weight: 600;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_block.active .main_header {
  background: #0073db;
  color: #fff;
}

.main_block.active .main_header i {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

/* -------- LEVEL 2: SUB CATEGORY -------- */

.main_content {
  padding: 10px 12px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.sub_block {
  background: #fafafa;
  border-radius: 6px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}

.sub_header {
  padding: 7px;
  font-weight: 500;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.sub_block.open .sub_header {
  background: #e5f2ff;
  color: #0073db;
}

.sub_block.open .sub_header i {
  transform: rotate(90deg);
  transition: 0.2s ease;
}

/* -------- LEVEL 3: INNER ITEMS -------- */

.sub_items {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ddd;
}

.sub_items li {
  padding: 8px 0;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.sub_items li:hover {
  color: #0073db;
}

@media (min-width: 0px) and (max-width: 991px) {

  .Header .logo_img {
    max-width: 60px;
  }

  .category_toggle_btn {
    display: none !important;
  }

  .mega_menu_main {
    display: block;
  }

  .accordians_hodler {
    display: none;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 0px) and (max-width: 991px) {

  .mega_menu_main,
  .top_div {
    display: none;
  }

  .accordians_hodler {
    display: block;
  }

  .Header .header-icons.mobile_view {
    display: block;
  }

  .Header .desktop_view_logo {
    display: none;
  }

  .Header .mobile_view_logo {
    display: flex;
  }

  .Header .header-icons .icon-link.desktop_view_search {
    display: none;
  }

  .Header .header-icons .icon_holder .badge_holder {
    top: -5px;
    right: -9px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    background-color: #A3C526 !important;
  }

  .Header .brand-logo .logo_holder .logo_img {
    height: 35px;
  }

  .Header {
    padding: 0;
  }

  .Header .header_section_holder {
    justify-content: space-between;
  }

  .Header .navbar {
    background: #fff;
  }

  .Header .icon_holder {
    width: 25px !important;
    height: 25px !important;
    border: none;
    background: #fff;
    padding: 0px !important;
    background: none !important;
    border: none !important;
  }

  .Header .icon_holder .mobile_icon {
    color: #005ca9;
    font-size: 20px;
  }

  .Header .top_right {
    margin-top: 20px;
  }

  .Header .badge_holder {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: #8bc34a !important;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50% !important;
  }

  .Header .icon_text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 0 5px;
  }

  .icon_holder .icon_img {
    /* filter: invert(1); */
  }
}

@media (min-width: 0px) and (max-width: 485px) {
  .Header .brand-logo h1 {
    font-size: 15px;
  }

  .Header .brand-logo-image .brand-logo {
    width: 30px;
    height: 30px;
  }

  .Header .header-icons .login_link {
    margin-right: 8px;
  }

  .Header .header-icons .login_link .Green_btn_holder .Green_btn {
    padding: 6px 10px;
  }

  .Header .header-icons .icon-link {
    margin-right: 8px;
    font-size: 19px;
  }

  .offcanvas-backdrop.show {
    display: block;
  }

  .Header .navbar-brand {
    margin-right: 0px;
  }

  .Header .brand-logo-image .brand-logo {
    display: none;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Header .brand-logo h1 {
    font-size: 18px;
  }

  .Header .brand-logo-image .brand-logo {
    width: 50px;
    height: 50px;
  }

  .Header .header-icons .login_link {
    margin-right: 8px;
  }

  .Header .header-icons .icon-link {
    margin-right: 8px;
    font-size: 20px;
  }

  .offcanvas-backdrop.show {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Header .main-nav .nav-link {
    margin: 0 1px;
    font-size: 14px;
  }

  .Header .brand-logo-image .brand-logo {
    width: 80px;
    height: 80px;
  }

  .Header .brand-logo h1 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .mega_menu_main .mega_dropdown {
    width: 800px;
    transform: translateX(-40%);
  }

  .mega_menu_main .mega_col p {
    font-size: 13px;
  }

  .mega_menu_main .mega_col h5 {
    font-size: 15px;
  }

  .icon_holder {
    width: 32px;
    height: 32px;
  }


  .icon_holder .icon_img {
    object-fit: contain;
  }
}


@media (min-width: 992px) and (max-width: 1399px) {
  .Header .top_center {
    margin-left: 12px;
    width: 75%;
  }

  .Header .search_btn {
    padding: 6px 10px;
  }

  .Header .top_div {
    padding: 10px 0px;
  }
}