.elementor-10 .elementor-element.elementor-element-6a4df31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9fdff5d *//* ===============================
   RESET & BASE
================================ */
.custom-main-header * {
  box-sizing: border-box;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

/* ===============================
   HEADER
================================ */
.custom-main-header {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.custom-header-container {
  max-width: 1400px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===============================
   LOGO
================================ */
.custom-logo img {
  height: 55px;
  max-width: 100%;
}

/* ===============================
   DESKTOP MENU (UPDATED)
================================ */
.custom-nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom-nav-menu a {
  text-decoration: none;
  color: #1d1d4f;
  font-size: 16.5px;        /* bigger */
  font-weight: 600;         /* bolder */
  line-height: 1.4;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}

.custom-nav-menu a:hover {
  color: #d84a1b;
}

/* ===============================
   MOBILE MENU ICON (ASTRA SAFE)
================================ */
.custom-menu-toggle {
  display: none;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #1d1d4f;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* ===============================
   MOBILE MENU OVERLAY
================================ */
.custom-mobile-menu {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: none;
  flex-direction: column;
  z-index: 10000;
}

.custom-mobile-header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.custom-mobile-header img {
  height: 50px;
}

.custom-mobile-header span {
  font-size: 28px;
  cursor: pointer;
  color: #1d1d4f;
}

/* ===============================
   MOBILE MENU LINKS
================================ */
.custom-mobile-nav {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-mobile-nav a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d4f;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .custom-nav-menu {
    display: none;
  }

  .custom-menu-toggle {
    display: block;
  }
}/* End custom CSS */