/* Shared responsive safeguards for the static Elementor export. */
html {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

iframe {
  width: 100%;
}

.elementor,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner,
.elementor-widget,
.elementor-widget-container,
.swiper,
.swiper-container,
.swiper-wrapper,
.the7-swiper-slide,
.the7-swiper-slide-inner,
.the7-image-container,
.the7-image-wrapper {
  min-width: 0;
  max-width: 100%;
}

input,
select,
textarea,
button,
.elementor-button {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

table {
  max-width: 100%;
}

@media (max-width: 900px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .elementor-button,
  .box-button {
    white-space: normal;
    text-align: center;
  }

  .elementor-button-wrapper,
  .elementor-widget-button,
  .elementor-widget-the7-button-widget {
    max-width: 100%;
  }

  .the7-image-wrapper,
  .post-thumbnail-rollover,
  .post-thumbnail-rollover img {
    width: 100%;
  }

  .swiper-container,
  .elementor-main-swiper {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }

  .elementor-button,
  .box-button {
    min-height: 44px;
  }
}

/* Reliable mobile navigation for the static export. */
body.nextera-menu-open {
  overflow: hidden !important;
}

.nextera-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  visibility: hidden;
  pointer-events: none;
}

.nextera-mobile-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.nextera-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(4, 24, 57, 0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.nextera-mobile-menu.is-open .nextera-mobile-menu__backdrop {
  opacity: 1;
}

.nextera-mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 390px);
  height: 100%;
  overflow-y: auto;
  padding: 22px 24px 36px;
  background: #f4f7ff;
  box-shadow: -12px 0 34px rgba(3, 27, 64, 0.18);
  transform: translateX(105%);
  transition: transform 0.25s ease;
}

.nextera-mobile-menu.is-open .nextera-mobile-menu__panel {
  transform: translateX(0);
}

.nextera-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(2, 31, 68, 0.12);
}

.nextera-mobile-menu__brand {
  color: #082b59 !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
}

.nextera-mobile-menu__brand span {
  color: #f33434;
  font-size: 12px;
}

.nextera-mobile-menu__close {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.nextera-mobile-menu__close span {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 22px;
  height: 2px;
  background: #082b59;
}

.nextera-mobile-menu__close span:first-child { transform: rotate(45deg); }
.nextera-mobile-menu__close span:last-child { transform: rotate(-45deg); }

.nextera-mobile-menu nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.nextera-mobile-menu nav > a,
.nextera-mobile-menu__services {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid rgba(2, 31, 68, 0.12);
  background: transparent;
  color: #041f44 !important;
  font: inherit;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-decoration: none !important;
}

.nextera-mobile-menu__services span {
  font-size: 26px;
  font-weight: 400;
}

.nextera-mobile-menu__submenu {
  padding: 6px 0 10px 16px;
  border-bottom: 1px solid rgba(2, 31, 68, 0.12);
}

.nextera-mobile-menu__submenu[hidden] { display: none !important; }

.nextera-mobile-menu__submenu a {
  display: block;
  padding: 10px 0;
  color: #344d71 !important;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none !important;
}

.nextera-mobile-menu nav > .nextera-mobile-menu__cta {
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: #ff1717;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
}

@media (min-width: 1025px) {
  .nextera-mobile-menu { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .nextera-mobile-menu__backdrop,
  .nextera-mobile-menu__panel { transition: none; }
}

/* About: remove the decorative double rule beside Our mission. */
body.page-id-15198 .elementor-element-5c4844f > .elementor-widget-container,
body.page-id-15198 .elementor-element-5c4844f > .elementor-widget-container > * {
  border-left: 0 !important;
}

body.page-id-15198 .elementor-element-5c4844f > .elementor-widget-container {
  padding-left: 0 !important;
}
