.elementor-kit-122{--e-global-color-primary:#116A9B;--e-global-color-secondary:#A0C4FF;--e-global-color-text:#333333;--e-global-color-accent:#FD953D;--e-global-color-ddef793:#FAFAF7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9F9F9;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:26px;}.elementor-kit-122 e-page-transition{background-color:#FFBC7D;}.elementor-kit-122 h1{font-size:36px;line-height:42px;letter-spacing:-0.5px;}.elementor-kit-122 h3{font-size:22px;line-height:30px;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global Nav Styling */
.elementor-nav-menu a {
  font-size: 16px;
  padding: 0 12px;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
}

/* Header layout control */
.elementor-element[data-id="yourMainHeaderID"] {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center;
  gap: 20px;
}

/* Logo sizing lock */
.elementor-element[data-id="yourLogoContainerID"] img {
  max-width: 160px;
  height: auto;
}

/* Prevent cart and icons from shrinking or jumping */
.elementor-element[data-id="yourIconContainerID"] {
  flex-shrink: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Tablet landscape zone (768–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-nav-menu a {
    font-size: 15px;
    padding: 6px 10px;
  }

  .elementor-element[data-id="yourMainHeaderID"] {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .elementor-element[data-id="yourIconContainerID"] {
    justify-content: flex-end;
    width: auto;
  }
}


/* Mobile hamburger spacing zone */
@media (max-width: 767px) {
  .elementor-nav-menu a {
    font-size: 14px;
    padding: 5px 8px;
  }

  .elementor-element[data-id="yourMainHeaderID"] {
    flex-direction: column;
    align-items: center;
  }

  .elementor-element[data-id="yourIconContainerID"] {
    margin-top: 10px;
  }
}/* End custom CSS */