.elementor-62 .elementor-element.elementor-element-49c756bb{--display:flex;--min-height:100px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;--z-index:95;}.elementor-62 .elementor-element.elementor-element-49c756bb:not(.elementor-motion-effects-element-type-background), .elementor-62 .elementor-element.elementor-element-49c756bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FBFF;}.elementor-62 .elementor-element.elementor-element-87df284{--display:flex;}.elementor-62 .elementor-element.elementor-element-87df284.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-62 .elementor-element.elementor-element-48cd199{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-62 .elementor-element.elementor-element-1b57e39{--display:flex;}.elementor-62 .elementor-element.elementor-element-1b57e39.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-62 .elementor-element.elementor-element-87df284{--width:106.946%;}.elementor-62 .elementor-element.elementor-element-1b57e39{--width:0.872%;}}@media(max-width:1024px){.elementor-62 .elementor-element.elementor-element-49c756bb{--min-height:85px;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-62 .elementor-element.elementor-element-49c756bb{--min-height:65px;}}/* Start custom CSS for html, class: .elementor-element-48cd199 *//* Reset */
/* Disable sticky header */
.custom-header-wrapper,
.header-top,
.header-main {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}


/* Top Bar */
.header-top {
  background: #f8f8f8;
  font-size: 14px;
  color: #333;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
}
.header-top a {
  color: #333;
  text-decoration: none;
}
.header-top .header-left span {
  margin-right: 15px;
}
.header-top .header-right {
  display: flex;
  align-items: center;
}
.header-top .divider {
  margin: 0 10px;
  color: #ccc;
}
.currency-.elementor-62 .elementor-element.elementor-element-48cd199 {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Main Header */
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

/* Logo */
.header-logo img {
  height: 120px;        /* Increase the logo height */
  max-width: 100%;      /* Allow full width of its container */
  width: auto;          /* Keep aspect ratio */
  margin-left: 20px;
  
}


/* Navigation */
.header-nav ul {
  display: flex;
  list-style: none;
}
.header-nav ul li {
  margin: 0 15px;
}
.header-nav ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.header-nav ul li a:hover {
  color: #1e7eff;
}

/* Icons */
.header-icons a {
  margin-left: 15px;
  color: #111;
  font-size: 18px;
  position: relative;
  margin-right: 20;
  
}
.cart-count {
  background: #25D366;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -10px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .header-main {
    flex-direction: column;
    text-align: center;
  }
  .header-nav ul {
    flex-direction: column;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .custom-header-wrapper {
    display: none; /* Hide on mobile, use mobile header instead */
  }
}
/* Remove max-width or boxed layout */
.custom-header-wrapper,
.header-top,
.header-main {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove white background */
.header-top,
.header-main {
  background: transparent !important;
}

/* Remove padding/margin gap under header */
body .elementor-section.elementor-top-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Optional: Stretch navigation menu to align nicely */
.header-nav ul {
  justify-content: center;
  width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0488dec *//* Show only on mobile */
@media (min-width: 768px) {
  .custom-mobile-header {
    display: none;
  }
}

/* Base header styling */
.custom-mobile-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 100%;
  padding: 10px 20px;
}

/* Flex layout */
.mobile-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.mobile-logo img {
  height: 70px;
  width: auto;
  margin-left: -30px;
}

/* Hamburger menu */
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0A1A3E;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  background: #ffffff;
  padding: 15px 20px;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 10px 0;
}
.mobile-menu ul li a {
  text-decoration: none;
  color: #0A1A3E;
  font-weight: 500;
  font-size: 16px;
}/* End custom CSS */