.elementor-28 .elementor-element.elementor-element-2a73528{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-2a73528:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-2a73528 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2761c60 */.sf-top-header,
.sf-top-header * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-top-header a {
  text-decoration: none;
}

.sf-top-header button {
  font-family: 'Poppins', sans-serif;
}

.sf-top-header {
  position: relative;
  z-index: 999;
  padding: 32px 0 0;
  background: transparent;
}

.sf-top-header-inner {
  width: min(1290px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 60px;
  padding: 5px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow:
    0 14px 40px rgba(11, 47, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.sf-top-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  flex: 1;
}

.sf-top-nav-right {
  justify-content: flex-end;
}

.sf-top-nav a {
  color: #0b2f73;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.25s ease;
}

.sf-top-nav a:hover {
  color: #f89b13;
}

.sf-has-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-top-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-top-logo img {
  display: block;
  max-height: 94px;
  width: auto;
}

.sf-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600 !important;
  padding: 16px 26px;
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(248, 155, 19, 0.28);
  white-space: nowrap;
  transition: all 0.25s ease;
}

.sf-header-btn:hover {
  background: linear-gradient(135deg, #f18c00, #e88200);
  transform: translateY(-2px);
}

.sf-btn-arrow {
  font-size: 20px;
  line-height: 1;
}

/* Toggle Button */
.sf-menu-toggle {
  display: none;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 25px rgba(11, 47, 115, 0.10);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
}

.sf-menu-toggle span {
  width: 24px;
  height: 2.5px;
  border-radius: 10px;
  background: #0b2f73;
  display: block;
}

/* Overlay */
.sf-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 20, 48, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9998;
}

/* Slide Menu */
.sf-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(390px, 88vw);
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,250,255,0.98));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: -20px 0 50px rgba(11, 47, 115, 0.15);
  padding: 24px 22px 30px;
  transform: translateX(110%);
  transition: transform 0.35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.sf-mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.sf-mobile-menu-logo img {
  max-height: 72px;
  width: auto;
  display: block;
}

.sf-menu-close {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: rgba(11, 47, 115, 0.08);
  color: #0b2f73;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.sf-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sf-mobile-nav a {
  color: #0b2f73;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 14px;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.sf-mobile-nav a:hover {
  background: rgba(11, 47, 115, 0.06);
  color: #f89b13;
}

.sf-mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 22px;
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(248, 155, 19, 0.25);
}

.sf-mobile-btn span {
  font-size: 18px;
  line-height: 1;
}

.sf-mobile-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.sf-mobile-socials a {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(11, 47, 115, 0.08);
  color: #0b2f73;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.sf-mobile-socials a:hover {
  background: #f89b13;
  color: #fff;
}

.sf-mobile-socials svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Open State */
body.sf-menu-open {
  overflow: hidden;
}

body.sf-menu-open .sf-mobile-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.sf-menu-open .sf-mobile-menu {
  transform: translateX(0);
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-top-header-inner {
    width: min(94%, 1290px);
    padding: 12px 22px;
    border-radius: 28px;
  }

  .sf-desktop-nav {
    display: none;
  }

  .sf-menu-toggle {
    display: inline-flex;
  }

  .sf-top-logo {
    margin-right: auto;
  }

  .sf-top-logo img {
    max-height: 72px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-top-header {
    padding-top: 20px;
  }

  .sf-top-header-inner {
    width: min(94%, 1280px);
    padding: 10px 16px;
    border-radius: 22px;
  }

  .sf-top-logo img {
    max-height: 58px;
  }

  .sf-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .sf-menu-toggle span {
    width: 22px;
  }

  .sf-mobile-menu {
    width: min(340px, 88vw);
    height: 100vh;
    height: 100dvh;
    padding: 20px 18px 24px;
  }

  .sf-mobile-menu-logo img {
    max-height: 58px;
  }

  .sf-mobile-nav a {
    font-size: 17px;
    padding: 14px 12px;
  }

  .sf-mobile-btn {
    font-size: 15px;
    padding: 15px 18px;
  }

  .sf-mobile-socials a {
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */