.elementor-kit-11{--e-global-color-primary:#D60644;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* Mega Menu Container */
.mega-menu {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
  min-width: 900px;
  direction: rtl;
  text-align: right;
  border: 1px solid #f0f0f0;
}

/* Menu Columns */
.mega-menu .menu-column {
  padding: 10px 16px;
  border-left: 1px solid #f3f3f3;
}

.mega-menu .menu-column:last-child {
  border-left: none;
}

/* Column Title */
.mega-menu .menu-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mega-menu .menu-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}

/* Menu Links */
.mega-menu a {
  display: block;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.mega-menu a:hover {
  background: #f8fafc;
  color: #0f172a;
  transform: translateX(-3px);
}

/* Featured Item */
.mega-menu .featured {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border-radius: 14px;
  padding: 14px;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .mega-menu {
    min-width: 100%;
    border-radius: 14px;
    padding: 16px;
  }

  .mega-menu .menu-column {
    border-left: none;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 12px;
  }

  .mega-menu .menu-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}/* End custom CSS */