.elementor-1519 .elementor-element.elementor-element-27a61610{padding:0px 0px 0px 0px;}.elementor-1519 .elementor-element.elementor-element-5e052321 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');
.rsw-header * { box-sizing: border-box; margin: 0; padding: 0; }
/* ── Top bar ── */
.rsw-topbar {
  background: #07172a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 8px 32px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.rsw-topbar a,
.rsw-topbar span {
  color: rgba(255,255,255,.52);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}
.rsw-topbar a:hover { color: #ef8a36; }
.rsw-topbar .sep {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,.15);
}
/* ── Main nav ── */
.rsw-nav-wrap {
  background: #0c233d;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 20px rgba(0,0,0,.35);
}
.rsw-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 68px;
}
.rsw-nav-logo { display: flex; align-items: center; }
.rsw-nav-logo img { height: 38px; width: auto; display: block; }
/* Desktop links */
.rsw-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.rsw-nav-links li { position: relative; }
.rsw-nav-links > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 6px;
  color: rgba(255,255,255,.78);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background .2s;
}
.rsw-nav-links > li > a:hover,
.rsw-nav-links > li > a.active {
  color: #ef8a36;
  background: rgba(239,138,54,.08);
}
/* Dropdown */
.rsw-nav-links li:hover .rsw-dropdown { display: block; }
.rsw-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  padding: 8px 0;
  z-index: 10000;
}
.rsw-dropdown a {
  display: block;
  padding: 10px 18px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.rsw-dropdown a:hover {
  background: #fef3e8;
  color: #ef8a36;
}
/* CTA button */
.rsw-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: #ef8a36;
  color: #fff !important;
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  margin-left: 8px;
}
.rsw-nav-cta:hover { background: #d97520 !important; color: #fff !important; }
/* Phone quick-link */
.rsw-nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.6) !important;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 4px;
  transition: color .2s;
}
.rsw-nav-phone:hover { color: #ef8a36 !important; }
/* Mobile hamburger */
.rsw-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.rsw-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,.8);
  border-radius: 2px;
  transition: all .3s;
}
/* Mobile drawer */
.rsw-mobile-menu {
  display: none;
  flex-direction: column;
  background: #0c233d;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 16px 24px 24px;
  gap: 4px;
}
.rsw-mobile-menu.open { display: flex; }
.rsw-mobile-menu a {
  padding: 10px 0;
  color: rgba(255,255,255,.72);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.rsw-mobile-menu a:hover { color: #ef8a36; }
.rsw-mobile-menu .rsw-mobile-cta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #ef8a36;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .rsw-nav-links { display: none; }
  .rsw-nav-phone { display: none; }
  .rsw-hamburger { display: flex; }
}
@media (max-width: 640px) {
  .rsw-topbar { display: none; }
  .rsw-nav { padding: 0 20px; }
}/* End custom CSS */