.elementor-4175 .elementor-element.elementor-element-3988099{--display:flex;--justify-content:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99;}.elementor-4175 .elementor-element.elementor-element-19e49b4{width:var( --container-widget-width, 280px );max-width:280px;--container-widget-width:280px;--container-widget-flex-grow:0;top:52px;z-index:99999;}.elementor-4175 .elementor-element.elementor-element-19e49b4.elementor-element{--align-self:center;}body:not(.rtl) .elementor-4175 .elementor-element.elementor-element-19e49b4{left:992px;}body.rtl .elementor-4175 .elementor-element.elementor-element-19e49b4{right:992px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-774ff66 */<style>
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  :root {
    --nehmat-emerald: #0B5D2E;
    --nehmat-gold: #D4AF37;
    --nehmat-dark: #1C1C1C;
    --nehmat-cream: #FDFBF7;
    --nehmat-border: #E8E3D9;
  }

  /* TOP ANNOUNCEMENT BAR */
  .nehmat-topbar {
    background: linear-gradient(90deg, #0E5C47, #0B5D2E, #0E5C47);
    color: #F8F2E9;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .nehmat-container {
    max-width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .topbar-left, .topbar-center, .topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .topbar-center {
    color: #F7D98A;
    font-weight: 600;
  }

  .topbar-right a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
  }

  .topbar-right a:hover {
    color: #E7C76A;
  }

  .topbar-right span {
    color: rgba(255,255,255,.35);
  }

  /* MAIN HEADER BASE */
  .nehmat-header {
    background-color: var(--nehmat-cream);
    border-bottom: 1px solid var(--nehmat-border);
    position: relative !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
  }

  .nehmat-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 20px !important;
    position: static !important;
    box-sizing: border-box;
  }

  .nehmat-logo {
    flex: 0 0 auto;
    max-width: 130px !important;
    display: flex !important;
    align-items: center !important;
  }

  .nehmat-logo-img {
    max-height: 48px !important;
    max-width: 130px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* ACTIONS ON RIGHT */
  .nehmat-actions {
    flex: 0 0 auto;
    margin-left: auto !important;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .action-item {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .badge-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--nehmat-gold);
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* FEATURED BADGE ANCHORED DIRECTLY ABOVE CATEGORIES */
  .badge-wrap {
    position: relative !important;
    display: inline-block !important;
    line-height: 1 !important;
  }

  .badge-featured {
    background-color: #55B4D4 !important;
    color: #ffffff !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    position: absolute !important;
    top: -12px !important;
    right: 0 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  /* HOVER BRIDGE FOR DESKTOP MEGA MENU */
  .has-megamenu::after,
  .has-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
  }

  .megamenu-inner {
    max-width: 1320px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
  }

  .megamenu-col {
    flex: 1;
  }

  .megamenu-col h4 {
    margin: 0 0 10px 0;
    color: var(--nehmat-emerald);
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--nehmat-border);
    padding-bottom: 5px;
    letter-spacing: 0.5px;
  }

  .megamenu-col a {
    display: block;
    color: #444444;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 8px;
    transition: color 0.2s, padding-left 0.2s;
  }

  .megamenu-col a:hover {
    color: var(--nehmat-gold);
    padding-left: 4px;
  }

  .megamenu-col.feature-promo .promo-box {
    background: var(--nehmat-cream);
    border: 1px solid var(--nehmat-gold);
    padding: 14px;
    text-align: center;
    border-radius: 4px;
  }

  .p-badge {
    background: var(--nehmat-emerald);
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 2px;
  }

  .promo-box h3 {
    margin: 6px 0 2px;
    font-size: 14px;
    color: var(--nehmat-dark);
  }

  .promo-box p {
    font-size: 11px;
    color: #666;
    margin-bottom: 8px;
  }

  .promo-btn {
    display: inline-block;
    background: var(--nehmat-emerald);
    color: #fff !important;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  /* DROPDOWNS BASE */
  .has-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid var(--nehmat-border);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    list-style: none;
    padding: 8px 0;
    min-width: 190px;
    display: none;
    z-index: 10000;
  }

  .has-dropdown:hover .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }

  .dropdown-menu li a {
    display: block;
    padding: 7px 16px;
    color: var(--nehmat-dark);
    text-decoration: none;
    font-size: 12px;
  }

  .dropdown-menu li a:hover {
    background: var(--nehmat-cream);
    color: var(--nehmat-emerald);
  }

  /* ===================================================
     DESKTOP STYLES ONLY (WITH ADJUSTABLE MARGIN SHIFT)
  =================================================== */
  @media (min-width: 992px) {
    .nehmat-mobile-toggle {
      display: none !important;
    }

    /* EDIT THIS MARGIN-LEFT VALUE TO SHIFT MENU RIGHT/LEFT */
    .nehmat-nav {
      display: flex !important;
      flex: 0 1 auto !important;
      justify-content: flex-start !important;
      position: static !important;
      margin-left: 70px !important; /* Increase/decrease this pixel value as needed */
    }

    .nehmat-menu {
      list-style: none;
      display: flex !important;
      flex-direction: row !important;
      gap: 20px !important;
      margin: 0;
      padding: 0;
      position: static !important;
    }

    .nehmat-menu > li {
      position: relative;
      padding: 12px 0;
    }

    .nehmat-menu > li > a {
      text-decoration: none;
      color: var(--nehmat-dark);
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: color 0.2s;
    }

    .nehmat-menu > li:hover > a {
      color: var(--nehmat-emerald);
    }

    .has-megamenu {
      position: static !important;
    }

    .nehmat-megamenu {
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      background: #ffffff !important;
      border-bottom: 3px solid var(--nehmat-gold) !important;
      box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
      display: none;
      padding: 25px 30px;
      box-sizing: border-box !important;
      z-index: 10000 !important;
    }

    .has-megamenu:hover .nehmat-megamenu,
    .nehmat-megamenu:hover {
      display: block !important;
    }
  }

  /* ===================================================
     MOBILE STYLES ONLY
  =================================================== */
  @media (max-width: 991px) {
    .nehmat-container {
      flex-direction: column;
      gap: 8px;
      text-align: center;
    }

    .topbar-right {
      flex-wrap: wrap;
      justify-content: center;
    }

    .nehmat-header-inner {
      padding: 8px 15px;
    }

    .nehmat-mobile-toggle {
      display: block !important;
      background: none !important;
      border: none !important;
      font-size: 24px !important;
      color: var(--nehmat-emerald) !important;
      cursor: pointer !important;
    }

    .nehmat-nav {
      display: none !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      width: 100% !important;
      background: #ffffff !important;
      border-bottom: 2px solid var(--nehmat-emerald) !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
      z-index: 99999 !important;
      margin-left: 0 !important;
    }

    .nehmat-nav.mobile-active {
      display: block !important;
    }

    .nehmat-menu {
      display: flex !important;
      flex-direction: column !important;
      gap: 0 !important;
      padding: 12px !important;
      margin: 0 !important;
    }

    .nehmat-menu > li {
      padding: 10px 0 !important;
      border-bottom: 1px solid var(--nehmat-border) !important;
    }

    .nehmat-megamenu {
      position: static !important;
      width: 100% !important;
      box-shadow: none !important;
      padding: 12px 0;
      border-bottom: none !important;
    }

    .has-megamenu:hover .nehmat-megamenu {
      display: block !important;
    }

    .megamenu-inner {
      flex-direction: column !important;
      gap: 12px !important;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for lindo_element_search_form, class: .elementor-element-19e49b4 *//* ==========================================
   1. FIX SEARCH WIDGET LAYER OVERLAP (Z-INDEX)
========================================== */
.nehmat-header,
.nehmat-header-inner,
.elementor-widget-goal-header-search-form,
.elementor-widget-html {
  overflow: visible !important;
}

/* Bring Search Widget to Top Layer */
.elementor-widget-goal-header-search-form {
  position: relative !important;
  z-index: 99999 !important;
}

/* ==========================================
   2. SHIFT MENU TO LEFT (CREATING ROOM FOR SEARCH)
========================================== */
.nehmat-header-inner {
  justify-content: flex-start !important;
  gap: 20px !important; /* Tight spacing between logo & menu */
}

.nehmat-nav {
  flex: 0 1 auto !important; /* Menu takes only needed space on left */
  justify-content: flex-start !important;
}

.nehmat-menu {
  gap: 16px !important; /* Compact gap between links to free up room */
}

.nehmat-actions {
  margin-left: auto !important; /* Pushes icons and search slot to far right */
  gap: 12px !important;
}/* End custom CSS */