.elementor-9 .elementor-element.elementor-element-de3e2f2{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-abc9d62 */header[data-elementor-type="header"] >div {
    padding: 0;
}
.rm-header *,
.rm-header *::before,
.rm-header *::after {
  box-sizing: border-box;
}

/* =========================
   HEADER
========================= */
.rm-header {
  background: #7fdcb5;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  position: relative;
  z-index: 999;
  width: 100%;
}

/* =========================
   CONTAINER
========================= */
.rm-container {
  max-width: 1400px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   BRAND
========================= */
.rm-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rm-logo {
  width: 64px;
  height: auto;
}

.rm-title {
  font-size: 24px;
  font-weight: 500;
  color: #313131;
  white-space: nowrap;
}

/* =========================
   NAV
========================= */
.rm-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rm-nav li {
  position: relative;
}

.rm-nav a {
  font-size: 13px;
  font-weight: 600;
  color: #313131;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .6px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
}

/* =========================
   SUBMENU (DESKTOP)
========================= */
.has-submenu {
  position: relative;
}

.submenu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
  display: none;
  z-index: 999;
}

.submenu li a {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
}

.submenu li a:hover {
  background: #7fdcb5;
  color: #313131;
}

.arrow {
  font-size: 12px;
  transition: transform .3s ease;
}

/* =========================
   DESKTOP HOVER
========================= */
@media (min-width: 769px) {
  .has-submenu:hover > .submenu {
    display: block;
  }

  .has-submenu:hover .arrow {
    transform: rotate(180deg);
  }
}

/* =========================
   ELEMENTOR FIX
========================= */
header[data-elementor-type="header"] > div {
  padding: 0;
}

/* =========================
   MOBILE TOGGLE
========================= */
.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #313131;
}

/* =========================
   MOBILE & TABLET
========================= */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .rm-logo {
    width: 48px;
  }

  .rm-title {
    font-size: 16px;
    line-height: 1.2;
    white-space: normal;
  }

  /* MOBILE NAV */
  .rm-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #7fdcb5;
    display: none;
  }

  .rm-nav.show {
    display: block;
  }

  .rm-nav ul {
    flex-direction: column;
    padding: 10px 0;
  }

  .rm-nav li {
    width: 100%;
  }

  .rm-nav a {
    width: 100%;
    padding: 12px 20px;
    justify-content: space-between;
  }

  /* =========================
     SUBMENU (MOBILE ACCORDION)
  ========================= */
  .submenu {
    position: static;
    background: #8fe2bf;
    box-shadow: none;
    padding: 0;
    display: none;
  }

  .submenu li a {
    padding: 10px 35px;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,0.05);
  }

  .has-submenu.open > .submenu {
    display: block;
  }

  .has-submenu.open .arrow {
    transform: rotate(180deg);
  }
}

/* =========================
   SAFETY: FORCE HIDE SUBMENU ON DESKTOP LOAD
========================= */
@media (min-width: 769px) {
  .has-submenu > .submenu {
    display: none;
  }
}/* End custom CSS */