/* Core admin-bar.css uses 99999; mega menu wrapper uses 999999 — keep toolbar clickable above burger/fullmenu. */
#wpadminbar {
	z-index: 1000000 !important;
}

.porto-mega-menu { position: relative; z-index: 999999; }
.porto-mega-menu__logo img { max-width: 152px; height: auto; }
.porto-mega-menu__logo-img { max-width: 152px; height: auto; display: block; }
.porto-mega-menu__logo-svg-wrap { display: inline-block; line-height: 0; }
.porto-mega-menu__logo-svg-wrap .site-logo__svg { display: block; width: auto; height: 42px; max-width: 152px; }
.porto-mega-menu__logo-svg-wrap--default { color: #fff; }
.porto-mega-menu__logo-svg-wrap--scrolled { display: none; }
.porto-mega-menu__logo-svg-wrap--burger { display: none; }
.porto-mega-menu__logo-svg-wrap--mobile-open { display: none; }
.porto-mega-menu__logo-svg-wrap--mobile-idle { display: none; }
.porto-mega-menu__logo-svg-wrap--mobile-scrolled { display: none; }
.porto-mega-menu__logo-img--scrolled { display: none; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-img--default,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-img--default { display: none; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-img--scrolled,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-img--scrolled { display: block; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--default,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--default { display: none; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--scrolled,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--scrolled { display: inline-block; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--mobile-idle,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--mobile-idle { display: none; }
.porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--mobile-scrolled,
.porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo-svg-wrap--mobile-scrolled { display: inline-block; }

.fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-img--burger,
.fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--burger { display: inline-block; }

.porto-mega-menu__bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
}

body.single-post .porto-mega-menu__bar {
  position: relative;
}
body.admin-bar .porto-mega-menu__bar { top: 0; }

/* Full-viewport strip: animate background + shadow without clip-path / 100vmax hacks */
.porto-mega-menu__bar-backdrop {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

.porto-mega-menu.is-open .porto-mega-menu__bar-backdrop,
.porto-mega-menu.is-scrolled .porto-mega-menu__bar-backdrop {
  transform: translate(-50%, 0);
  background-color: #fff;
  box-shadow: none;
}

.porto-mega-menu__bar-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 38px 0 26px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

.porto-mega-menu.is-open .porto-mega-menu__bar,
.porto-mega-menu.is-scrolled .porto-mega-menu__bar {
  color: #444;
}

.site-header__nav-rule {
  position: fixed;
  left: 0;
  right: 0;
  top: 92px;
  z-index: 10001;
  height: 0;
  border: none;
  background: #d5d5d5;
  opacity: 0;
  visibility: hidden;
  transition: height .35s ease, opacity .35s ease;
}
.porto-mega-menu.is-open .site-header__nav-rule {
  height: 1px;
  opacity: 1;
  visibility: visible;
}

.porto-mega-menu__nav { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-end; gap: 39px; }
.porto-mega-menu__trigger {
  position: relative;
  display: block;
  padding: 14px 2px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #54585A;
  font-family: 'Ghotam';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.porto-mega-menu__nav a.porto-mega-menu__trigger {
  text-decoration: none;
}
.porto-mega-menu__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 2px;
  background: #54585a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.porto-mega-menu__trigger:hover::after,
.porto-mega-menu__trigger:focus-visible::after {
  transform: scaleX(1);
}

/* Transparent bar over hero: readable default + solid white on hover (underline matches) */
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger {
  color: rgba(255, 255, 255, 0.88);
}
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger:hover,
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger:focus-visible {
  color: #fff;
}
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger::after {
  background: #fff;
  opacity: 0.75;
}
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger:hover::after,
.porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__trigger:focus-visible::after {
  opacity: 1;
}

/* White bar: keep dark nav + clear hover */
.porto-mega-menu.is-scrolled .porto-mega-menu__trigger:hover,
.porto-mega-menu.is-scrolled .porto-mega-menu__trigger:focus-visible,
.porto-mega-menu.is-open .porto-mega-menu__trigger:hover,
.porto-mega-menu.is-open .porto-mega-menu__trigger:focus-visible {
  color: #1a1a1a;
}

.porto-mega-menu__actions { display: flex; align-items: center; gap: 10px; }
.porto-mega-menu__btn {
  padding: 14px 20px; border: 1px solid currentColor; text-decoration: none; font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: inherit;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color .28s ease, border-color .28s ease;
  font-family: 'Ghotam';
  font-weight: 400;
}
button.porto-mega-menu__btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.porto-mega-menu__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00617F;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
  z-index: -1;
}
.porto-mega-menu__btn:hover {
  border-color: #00617F;
  color: #fff;
}
.porto-mega-menu__btn:hover::before {
  transform: scaleX(1);
}
.porto-mega-menu__btn--ghost { border-color: #fff; }

@media (min-width: 992px) {
  .porto-mega-menu__btn--me:not(.is-me-desktop) { display: none !important; }
}

@media (max-width: 991px) {
  .porto-mega-menu__btn--me:not(.is-me-mobile) { display: none !important; }
}

@media (min-width: 992px) {
  .porto-mega-menu__nav > li:not(.is-nav-desktop),
  .fullmenu__top-nav > li:not(.is-nav-desktop) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .fullmenu__mobile-list > li:not(.is-nav-mobile) {
    display: none !important;
  }
}
.porto-mega-menu.is-scrolled .porto-mega-menu__btn { border-color: #000; color: #444; }
.porto-mega-menu.is-scrolled .porto-mega-menu__btn {
  border-color: #00617F !important;
  color: #00617F;
}
.porto-mega-menu.is-scrolled a.porto-mega-menu__btn:hover { color: #fff !important; }
.porto-mega-menu.is-scrolled .porto-mega-menu__btn--ghost { border-color: #000; justify-content: center; }

button.porto-mega-menu__burger {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding-left: 87px;
}
.porto-mega-menu__burger svg {
  display: block;
  width: 20px;
  height: 13px;
}
.porto-mega-menu.is-scrolled button.porto-mega-menu__burger svg path {
  fill: #54585A;
}

@media (min-width: 768px) {
  .porto-mega-menu.is-open a.porto-mega-menu__btn {
    border-color: #00617F;
    color: #00617F;
  }

  .porto-mega-menu.is-open a.porto-mega-menu__btn:hover{
   
    color: #fff !important;
  }

  .porto-mega-menu.is-open button.porto-mega-menu__burger svg path {
    fill: #54585A !important;
  }
}

.porto-mega-menu__panels {
  position: fixed;
  left: 0;
  right: 0;
  top: 92px;
  z-index: 10000;
  background: #fff;
  border-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .35s ease;
}
.porto-mega-menu.is-open .porto-mega-menu__panels {
  max-height: 620px;
  opacity: 1;
  animation: porto-mega-menu-overflow-visible 0s linear .45s forwards;
}

@keyframes porto-mega-menu-overflow-visible {
  to {
    overflow: visible;
  }
}

.porto-mega-menu__panel {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: clamp(24px, 5vw, 64px);
  padding-right: clamp(24px, 5vw, 64px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-6px);
  transition: opacity .35s ease, transform .35s ease;
}
.porto-mega-menu__panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateY(0);
}

.mega-grid { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.mega-group + .mega-group { margin-top: 40px; }
.mega-group__title { margin: 0 0 14px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #0d8fa8; }
.mega-group ul { list-style: none; margin: 0; padding: 0; }
.mega-group a {
  display: block;
  padding: 6px 0;
  color: #54585A;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Ghotam';
  line-height: 1.4;
}

.mega-group a:hover {
  color: #00617F;
}

.mega-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: #e4e4e4; margin-bottom: 16px; }
.mega-card__media--placeholder {
  background:
    linear-gradient(120deg, #d8d8d8 0%, #ececec 48%, #d8d8d8 100%);
}
.mega-card__media img { width: 100%; height: 100%; object-fit: cover; display:block; }
.mega-card__title {
  margin: 0 0 10px;
  font-family: 'Ghotam' !important;
  font-size: 16px !important;
  color: #54585A !important;
}
.mega-card__text { margin: 0 0 18px; font-size: 13px; line-height: 1.6; color: #5c5c5c; }
.mega-card__link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 700;
  border-bottom: 1px solid #54585A;
  color: #54585A !important;
  padding-bottom: 7px;
}

a.mega-card__link:hover {
  color: #00617F !important;
  border-bottom: 1px solid #00617F;
}

.porto-mega-menu__overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(12, 14, 20, .32); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }

@media (min-width: 992px) {
  body.porto-fullmenu-open .porto-mega-menu__overlay {
    inset: 0;
    z-index: 100000;
    background: rgba(12, 14, 20, .18);
  }
}

.porto-mega-menu__fullmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(300px, 50vh, 420px);
  z-index: 100001;
  background: #98A4AE;
  color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  pointer-events: none;
  will-change: clip-path;
  transition: clip-path 0.9s cubic-bezier(0.16, 0.02, 0.18, 1), -webkit-clip-path 0.9s cubic-bezier(0.16, 0.02, 0.18, 1), visibility 0.9s ease;
}
.porto-mega-menu__fullmenu[hidden] {
  display: block !important;
}

.porto-mega-menu__fullmenu.is-open {
  visibility: visible;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  pointer-events: auto;
}

.porto-mega-menu__fullmenu.is-open.is-content-visible {
  min-height: 469px;
}

body.porto-fullmenu-open {
  overflow: hidden;
}

html:has(body.porto-fullmenu-open) {
  overflow: hidden;
}
.porto-mega-menu__fullmenu-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 0 32px;
}

.porto-mega-menu__fullmenu :is(.fullmenu__top, .fullmenu__rule, .fullmenu__desktop, .fullmenu__mobile) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.48s cubic-bezier(.23, 1, .32, 1), opacity 0.34s cubic-bezier(.23, 1, .32, 1);
}

.porto-mega-menu__fullmenu.is-content-visible :is(.fullmenu__top, .fullmenu__rule, .fullmenu__desktop, .fullmenu__mobile) {
  opacity: 1;
  transform: none;
}

.porto-mega-menu__fullmenu.is-closing :is(.fullmenu__top, .fullmenu__rule, .fullmenu__desktop, .fullmenu__mobile) {
  opacity: 1;
  transform: none;
}

.porto-mega-menu__fullmenu.is-content-visible .fullmenu__top {
  transition-delay: 0.08s;
}

.porto-mega-menu__fullmenu.is-content-visible .fullmenu__rule {
  transition-delay: 0.13s;
}

.porto-mega-menu__fullmenu.is-content-visible :is(.fullmenu__desktop, .fullmenu__mobile) {
  transition-delay: 0.18s;
}
button.porto-mega-menu__close {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0 0 0 80px;
}
.porto-mega-menu__close svg {
  display: block;
  width: 20px;
  height: 20px;
}
.fullmenu__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 22px;
}
.fullmenu__top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 34px;
}
.fullmenu__top-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 600;
}
.fullmenu__top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fullmenu__rule {
  height: 1px;
  background: rgba(255,255,255,.55);
  margin-bottom: 18px;
}

.fullmenu__desktop {
  padding-left: clamp(92px, 9vw, 120px);
}

.fullmenu__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.45fr) minmax(0, 0.75fr) minmax(0, 0.95fr);
  gap: 26px;
  align-items: start;
  margin-top: 16px;
}
.fullmenu__grid--four {
  gap: 0;
}
.fullmenu__grid.fullmenu__grid--four {
  display: grid;
  grid-template-columns: repeat(4, minmax(115px, 150px));
  align-items: flex-start;
  min-height: 170px;
  padding-top: 18px;
  padding-bottom: 0;
  column-gap: clamp(70px, 8vw, 120px);
  row-gap: 0;
  justify-content: flex-start;
}
.fullmenu__grid.fullmenu__grid--four > .fullmenu__col:nth-child(1) {
  width: auto;
  max-width: 150px;
  margin-right: 0;
}
.fullmenu__grid.fullmenu__grid--four > .fullmenu__col:nth-child(2) {
  width: auto;
  max-width: 150px;
  margin-right: 0;
}
.fullmenu__grid.fullmenu__grid--four > .fullmenu__col:nth-child(3) {
  width: auto;
  max-width: 150px;
  margin-right: 0;
}
.fullmenu__grid.fullmenu__grid--four > .fullmenu__col:nth-child(4) {
  width: auto;
  max-width: 150px;
  margin-right: 0;
}
.fullmenu__section { margin-bottom: 0; }
.fullmenu__heading {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.50);
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.porto-mega-menu__fullmenu h2.fullmenu__heading {
  font-family: 'Ghotam';
  font-weight: 400;
}
.fullmenu__links { list-style: none; margin: 0; padding: 0; }
.fullmenu__links a {
  color: #fff;
  font-family: 'Ghotam';
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  padding: 1px 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.6;
}
.fullmenu__links a:hover {
  color: #ffffff80;
}
.fullmenu__col--menu .fullmenu__section + .fullmenu__section { margin-top: 54px; }
.fullmenu__col--image-end {
  min-height: 460px;
  display: flex;
  justify-content: center;
}
.fullmenu__col.fullmenu__col--image-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.fullmenu__col--image-end .fullmenu__media {
  margin-top: 0;
}
.fullmenu__media { margin: 0; }
.porto-mega-menu__fullmenu .fullmenu__media {
  overflow: hidden;
}
.fullmenu__media img {
  max-height: 380px;
  width: 100%;
  max-width: 314px;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  transition: clip-path 1.1s cubic-bezier(.23, 1, .32, 1) 0.16s, -webkit-clip-path 1.1s cubic-bezier(.23, 1, .32, 1) 0.16s;
}
.porto-mega-menu__fullmenu.is-content-visible .fullmenu__media img {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.porto-mega-menu__fullmenu.is-open.is-content-visible span.porto-mega-menu__logo-svg-wrap svg path:first-child {
  display: none;
}

.porto-mega-menu__fullmenu.is-open.is-content-visible ul.fullmenu__top-nav {
  opacity: 0;
  visibility: hidden;
}
.porto-mega-menu__fullmenu.is-open.is-content-visible a.porto-mega-menu__btn {
  border-color: #fff !important;
  color: #fff !important;
}
.fullmenu__text { margin: 0 0 8px; font-size: 10px; line-height: 1.6; white-space: pre-line; font-weight: 300; }
.fullmenu__text a { color: inherit; text-decoration: none; }
.fullmenu__btn {
  display: inline-block;
  margin-top: 4px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.85);
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fullmenu__social { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.fullmenu__social a { color: #fff; text-decoration: none; font-size: 12px; }
.fullmenu__col { display: flex; flex-direction: column; min-height: 100%; }
.fullmenu__legal {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 10px;
  text-transform: none;
  padding-bottom: 20px;
}
.fullmenu__legal a { color: #fff; text-decoration: none; font-family: 'Ghotam'; font-weight: 350; transition: all 0.3s ease; }
.fullmenu__legal a:hover { color: #ffffff80; }
.fullmenu__mobile { display: none; }

@media (max-width: 991px) {
  body:not(.home):not(.front-page) .porto-mega-menu__bar {
    position: relative !important;
    background: #fff !important;
  }
  .porto-mega-menu__panels,
  .porto-mega-menu__overlay,
  .site-header__nav-rule {
    display: none !important;
  }
  .porto-mega-menu__bar-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 18px clamp(16px, 4vw, 26px);
  }
  .porto-mega-menu__logo-svg-wrap .site-logo__svg { height: 40px; max-width: 120px; }
  .porto-mega-menu__nav { display: none; }
  .porto-mega-menu__actions .porto-mega-menu__btn:not(.porto-mega-menu__btn--ghost) { display: none; }
  .porto-mega-menu__actions .porto-mega-menu__btn--ghost {
    display: inline-flex;
    border-color: #fff;
    color: #fff;
    padding: 10px 18px;
    min-width: 60px;
    text-align: center;
  }
  .porto-mega-menu__actions { gap: 12px; }
  button.porto-mega-menu__burger {
    display: inline-grid;
    place-items: center;
    padding-left: 0;
  }
  .porto-mega-menu__burger svg path {
    fill: #fff !important;
  }
  .porto-mega-menu.is-scrolled .porto-mega-menu__burger svg path {
    fill: #54585A !important;
  }
  .porto-mega-menu__panels { top: 74px; }
  .site-header__nav-rule { top: 74px; }
  .mega-grid { grid-template-columns: 1fr; gap: 28px; }
  .mega-group a { font-size: 22px; }
  .mega-card__text, .mega-card__link { font-size: 16px; }
  .fullmenu__desktop { display: none; }
  /* Light fullmenu when burger UI is active (matches html/mega-menu-widget.html mobile) */
  .porto-mega-menu__fullmenu,
  .porto-mega-menu__fullmenu-inner {
    background: #fff;
    color: #54585a;
  }
  .fullmenu__rule { background: #d5d5d5; opacity: 1; }
  button.porto-mega-menu__close {
    color: #54585a;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
  }
  .fullmenu__top .porto-mega-menu__logo-img { filter: none; }
  .porto-mega-menu__actions .porto-mega-menu__btn--ghost {
    color: #fff;
    border-color: #fff;
    justify-content: center;
  }
  .porto-mega-menu.is-scrolled a.porto-mega-menu__btn {
    border-color: #00617F !important;
    color: #00617F !important;
    padding: 10px 20px !important;
  }
  .fullmenu__top {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 10px 0 18px;
  }
  .fullmenu__top .porto-mega-menu__logo {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
  }
  .fullmenu__top .porto-mega-menu__logo-img,
  .fullmenu__top .porto-mega-menu__logo-svg-wrap .site-logo__svg {
    max-width: 126px;
    width: auto;
    height: auto;
    max-height: 54px;
  }
  .fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-open {
    display: inline-block;
  }
  .fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-open .site-logo__svg {
    width: 40px;
    max-width: 40px;
    height: 35px;
    max-height: 35px;
  }
  .fullmenu__top .porto-mega-menu__logo > .porto-mega-menu__logo-svg-wrap--burger {
    display: none;
  }
  .fullmenu__top-actions {
    gap: 18px;
    align-items: center;
  }
  .fullmenu__top-actions .porto-mega-menu__btn--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: auto;
    padding: 7px 10px;
    border: 1px solid #00617f;
    color: #00617f;
    font-family: 'Ghotam';
    font-size: 10px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
  }
  .porto-mega-menu__fullmenu {
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .porto-mega-menu__fullmenu-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: max(12px, env(safe-area-inset-top, 0px));
    box-sizing: border-box;
  }
  .fullmenu__mobile {
    display: block;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    flex: 1 1 auto;
    min-height: 0;
    contain: paint;
  }
  .fullmenu__mobile::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .fullmenu__mobile-screens {
    display: flex;
    width: 100%;
    min-width: 100%;
    transition: transform 0.32s ease;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  .fullmenu__mobile.is-detail .fullmenu__mobile-screens {
    transform: translate3d(-100%, 0, 0);
  }
  .fullmenu__mobile-screen {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    padding-top: 12px;
    box-sizing: border-box;
    background: #fff;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .fullmenu__mobile-screen--detail {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .fullmenu__mobile.is-detail .fullmenu__mobile-screen--detail {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .fullmenu__mobile.is-detail .fullmenu__mobile-screen--list {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .fullmenu__mobile:not(.is-detail) .fullmenu__mobile-screen--list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .fullmenu__mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .fullmenu__mobile-list li { border-bottom: 0; }
  .fullmenu__mobile-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    min-height: 56px;
    border: 0;
    background: transparent;
    color: #54585a;
    text-transform: uppercase;
    font-family: 'Ghotam';
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 56px;
    letter-spacing: 0.72px;
    text-align: left;
  }
  .fullmenu__mobile-trigger {
    text-decoration: none;
  }
  .fullmenu__mobile-list a.fullmenu__mobile-item {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
  .fullmenu__mobile-item::after {
    content: "";
    width: 9px;
    height: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M0.353516 0.353546L7.35352 7.35355L0.353516 14.3535' stroke='%2354585A'/%3E%3C/svg%3E");
  }
  .fullmenu__mobile-detailbar {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    padding-top: 0;
    border-bottom: 1px solid #eceeee;
    padding-bottom: 10px;
  }
  .fullmenu__mobile-back {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #9aa3ad;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 0;
    line-height: 0;
  }
  .fullmenu__mobile-back::before {
    content: "";
    width: 9px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M7.70703 14.3536L0.707031 7.35355L7.70703 0.353555' stroke='%2354585A'/%3E%3C/svg%3E");
  }
  .fullmenu__mobile-title {
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #7a8188;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Ghotam';
  }
  p.fullmenu__mobile-title {
    font-family: "Ghotam";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.44px;
  }
  .fullmenu__mobile-detail {
    padding-top: 4px;
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
    overflow: auto;
    max-height: min(70vh, 640px);
  }
  /* Second slide — same structure as html/mega-menu-widget.html */
  .fullmenu__mobile-section {
    padding: 22px 0;
    border-bottom: 1px solid #eef0f2;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 80px !important;
  }
  .fullmenu__mobile-section:last-child {
    border-bottom: 0;
  }
  .fullmenu__mobile-kicker {
    margin: 0 0 14px;
    color: #00617f;
    font-family: "Ghotam" !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
  }
  .fullmenu__mobile-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fullmenu__mobile-links a {
    display: block;
    padding: 0;
    color: #54585a;
    font-family: "Ghotam";
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 32px;
    letter-spacing: -.16px;
    text-decoration: none;
  }
  .fullmenu__mobile-kicker + .fullmenu__mobile-links + .fullmenu__mobile-kicker {
    margin-top: 45px;
  }
  .fullmenu__mobile-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 18px 0 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .fullmenu__mobile-card {
    color: inherit;
    display: grid;
    gap: 10px;
  }
  .fullmenu__mobile-card-media-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .fullmenu__mobile-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #e8eaec;
  }
  .fullmenu__mobile-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #54585a;
    font-family: "Ghotam";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.07px;
    text-decoration: none;
  }
  .fullmenu__mobile-card:hover .fullmenu__mobile-card-meta {
    color: #00617f;
  }
  .fullmenu__mobile-card-meta::after {
    content: "";
    width: 17px;
    height: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 17px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath d='M0 4.94946L16 4.94949' stroke='%2354585A' stroke-width='0.8'/%3E%3Cpath d='M11.333 0.282837L15.9996 4.94947L11.333 9.6161' stroke='%2354585A' stroke-width='0.8'/%3E%3C/svg%3E");
  }
  .fullmenu__mobile-plain {
    margin: 0;
    color: #7a8188;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Ghotam';
  }
  .fullmenu__mobile-section--custom {
    font-size: 15px;
    line-height: 1.55;
    color: #54585a;
  }
  .fullmenu__mobile-section--custom a {
    color: #00617f;
  }
  .fullmenu__mobile-rule { height: 1px; background: #d5d5d5; margin: 0; flex-shrink: 0; }
  .fullmenu__mobile-cta {
    display: block;
    width: 100%;
    margin: 32px 0;
    padding: 17px 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #0a6f84;
    border: none;
    font-family: 'Ghotam';
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
    width: calc(100% - 32px);
    margin: 45px auto;
    border-bottom: 1px solid #ccc !important;
    position: relative;
  }
  .fullmenu__mobile-cta:hover {
    background: #085a6b;
    color: #fff;
  }
  .fullmenu__mobile-social { list-style: none; margin: 0; padding: 4px 0 max(20px, env(safe-area-inset-bottom, 0px)); }
  .fullmenu__mobile-social li { margin: 0; }
  .fullmenu__mobile-social a {
    display: block;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: none;
    color: #7a8188;
    text-decoration: none;
    transition: color .2s ease;
  }
  .fullmenu__mobile-social a:hover {
    color: #085a6b;
  }
  ul.fullmenu__mobile-social {
    padding: 0 16px;
    border-top: 1px solid #d5d5d5;
  }
  ul.fullmenu__mobile-social li a {
    font-family: "Ghotam";
    font-weight: 300;
    font-size: 12px;
    color: #54585A !important;
  }
  ul.fullmenu__mobile-social li a:hover {
    color: #00617F !important;
  }
  .fullmenu__grid { grid-template-columns: 1fr; gap: 18px; }
  .fullmenu__media img { max-width: min(240px, 70vw); }
  .fullmenu__col--image-end { min-height: 0; justify-content: flex-start; }
  .fullmenu__col.fullmenu__col--image-end {
    justify-content: flex-start;
  }
  .fullmenu__top-nav,
  .fullmenu__top-actions .porto-mega-menu__btn:not(.porto-mega-menu__btn--ghost) { display: none; }
}

@media (max-width: 767px) {
  .porto-mega-menu.is-scrolled a.porto-mega-menu__btn {
    margin-right: 20px;
  }
  a.porto-mega-menu__btn.porto-mega-menu__btn--ghost {
    margin-right: 20px;
  }
  a.fullmenu__mobile-cta {
    transition: all 0.3s linear;
  }
  a.fullmenu__mobile-cta:hover {
    color: #fff !important;
    background: #54585a !important;
  }

  .porto-mega-menu__fullmenu.is-open.is-content-visible a.porto-mega-menu__btn {
    border-color: #00617F !important;
    color: #00617F !important;
    padding: 10px 20px !important;
  }

  .porto-mega-menu__fullmenu.is-open.is-content-visible a.porto-mega-menu__btn:hover {
    border-color: #00617F !important;
    color: #fff !important;
    padding: 10px 20px !important;
  }

  .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-idle,
  .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-scrolled {
    display: none;
  }
  .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-idle .site-logo__svg,
  .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-scrolled .site-logo__svg {
    width: 40px;
    max-width: 40px;
    height: 35px;
    max-height: 35px;
  }
  .porto-mega-menu__bar .porto-mega-menu__logo > .porto-mega-menu__logo-svg-wrap--default,
  .porto-mega-menu__bar .porto-mega-menu__logo > .porto-mega-menu__logo-svg-wrap--scrolled {
    display: none !important;
  }
  .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-img {
    max-width: 126px;
    height: auto;
  }
  .porto-mega-menu:not(.is-scrolled):not(.is-open) .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-idle {
    display: inline-block !important;
  }
  .porto-mega-menu.is-scrolled .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-scrolled,
  .porto-mega-menu.is-open .porto-mega-menu__bar .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-scrolled {
    display: inline-block !important;
  }
  .porto-mega-menu__fullmenu.is-open.is-content-visible span.porto-mega-menu__logo-svg-wrap svg path:first-child {
    display: block !important;
  }
  a.porto-mega-menu__logo {
    position: relative;
    top: -6px;
  }
  .porto-mega-menu__fullmenu a {
    transition: color 0.25s ease;
  }
  .porto-mega-menu__fullmenu a:hover {
    color: #00617F !important;
  }
  .porto-mega-menu__fullmenu a.porto-mega-menu__logo,
  .porto-mega-menu__fullmenu a.porto-mega-menu__logo:hover,
  .porto-mega-menu__fullmenu a.porto-mega-menu__logo:focus,
  .porto-mega-menu__fullmenu a.porto-mega-menu__logo:active {
    color: inherit !important;
    transition: none !important;
  }
  .fullmenu__rule {
    display: none;
  }
  .porto-mega-menu__fullmenu-inner {
    width: 100%;
    padding: 0;
  }
  .fullmenu__top .porto-mega-menu__logo {
    width: 40px;
    height: 35px;
    min-height: 35px;
    display: inline-block;
    line-height: 0;
  }
  .fullmenu__top .porto-mega-menu__logo-img--burger,
  .fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-open {
    display: inline-block !important;
  }
  .fullmenu__top .porto-mega-menu__logo-img--burger {
    max-width: 40px;
    max-height: 35px;
    width: auto;
    height: auto;
  }
  .fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--burger {
    display: none !important;
  }
  .fullmenu__top .porto-mega-menu__logo .porto-mega-menu__logo-svg-wrap--mobile-open .site-logo__svg {
    width: 40px;
    max-width: 40px;
    height: 35px;
    max-height: 35px;
  }
  .fullmenu__top .porto-mega-menu__logo::before {
    content: none;
  }
  .fullmenu__top {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #EBECEC !important;
  }
  .fullmenu__mobile-rule {
    display: none;
  }
  ul.fullmenu__mobile-list {
    padding: 16px;
    padding-top: 0;
    padding-bottom: 81px;
  }
  button.fullmenu__mobile-item.fullmenu__mobile-trigger {
    font-family: "Ghotam";
    font-size: 24px;
  }
  button.fullmenu__mobile-item.fullmenu__mobile-trigger:hover {
    color: #00617F;
  }
  .fullmenu__mobile-list a.fullmenu__mobile-item {
    text-decoration: none;
    font-family: "Ghotam";
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .porto-mega-menu__fullmenu-inner {
    padding: 30px;
    width: 100% !important;
  }

  .fullmenu__mobile-screens {
    width: 100% !important;
  }

  .porto-mega-menu__fullmenu.is-open.is-content-visible span.porto-mega-menu__logo-svg-wrap svg path:first-child {
    display: block;
  }

  a.fullmenu__mobile-item {
    text-decoration: none !important;
  }

  .porto-mega-menu__fullmenu.is-open.is-content-visible a.porto-mega-menu__btn {
    border-color: #fff !important;
    color: #fff !important;
    border: 1px solid #00617f !important;
    color: #00617f !important;
  }
}

/* Register interest popup */
.porto-register-popup {
  position: fixed;
  inset: 0;
  z-index: 10000001;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s ease, visibility .32s ease;
}

.porto-register-popup:not([hidden]) {
  pointer-events: auto;
}

.porto-register-popup.is-open {
  opacity: 1;
  visibility: visible;
}

body.porto-register-popup-open {
  overflow: hidden;
}

.porto-register-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 14, 20, .52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.porto-register-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: min(90vh, 860px);
  overflow: auto;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  transform: translateY(18px) scale(.985);
  opacity: 0;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), opacity .36s ease;
}

.porto-register-popup.is-open .porto-register-popup__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.porto-register-popup__inner {
  padding: 48px 40px 40px;
}

.porto-register-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #54585a;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: opacity .2s ease, transform .2s ease;
}

.porto-register-popup__close:hover {
  opacity: .65;
  transform: scale(1.04);
}

.porto-register-popup__title {
  margin: 0 0 12px;
  color: #54585a;
  font-family: 'Ghotam', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 350;
  line-height: 1.15;
  letter-spacing: .02em;
  padding-right: 36px;
}

.porto-register-popup__intro {
  margin: 0 0 28px;
  color: #54585a;
  font-family: 'Ghotam', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 325;
  max-width: 48ch;
}

.porto-register-popup__form .wpcf7 {
  margin: 0;
}

.porto-register-popup__form .wpcf7 form {
  margin: 0;
}

.porto-register-popup__form .porto-cf7-grid {
  gap: 18px 24px;
}

.porto-register-popup__form .porto-cf7-submit {
  margin-top: 8px;
}

.porto-register-popup__stage--success {
  text-align: center;
  padding: 12px 0 8px;
}

.porto-register-popup__title--success {
  margin-bottom: 16px;
}

.porto-register-popup__success-message {
  margin: 0 auto 28px;
  max-width: 34ch;
  color: #54585a;
  font-family: 'Ghotam', sans-serif;
  font-size: 14px;
  font-weight: 325;
  line-height: 1.6;
}

.porto-register-popup__success-close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border: 1px solid #00617f;
  background: #00617f;
  color: #fff;
  font-family: 'Ghotam', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.porto-register-popup__success-close:hover {
  background: transparent;
  color: #00617f;
}

.porto-register-popup.is-thank-you .porto-register-popup__form .wpcf7-response-output {
  display: none !important;
}

@media (max-width: 767px) {
  .porto-register-popup {
    padding: 16px;
    align-items: end;
  }

  .porto-register-popup__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 0;
  }

  .porto-register-popup__inner {
    padding: 36px 24px 28px;
  }

  button.fullmenu__mobile-cta,
  .fullmenu__mobile-cta {
    width: 100%;
  }
}
