html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.zak-primary-nav ul li a,
.zak-primary-nav ul li ul li a,
.zak-mobile-menu a,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15 !important;
}

.zak-entry-summary p,
.entry-content p,
.zakra-article-post .entry-content > p {
  line-height: 1.6 !important;
}

.zak-main-header .zak-row {
  align-items: center;
}

.zak-main-header .custom-logo {
  max-width: 170px;
  height: auto;
}

.zak-page-header,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  word-break: normal;
}

.elementor-swiper-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.elementor-swiper-button i[class*="eicon-chevron"]::before {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #1f4f86 !important;
}

.elementor-swiper-button .eicon-chevron-left::before {
  content: "‹" !important;
}

.elementor-swiper-button .eicon-chevron-right::before {
  content: "›" !important;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle > .elementor-container,
.home .elementor-77 > .elementor-section.elementor-section-content-space-evenly > .elementor-container {
  align-items: stretch;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-top-column,
.home .elementor-77 > .elementor-section.elementor-section-content-space-evenly .elementor-top-column {
  display: flex;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-wrap,
.home .elementor-77 > .elementor-section.elementor-section-content-space-evenly .elementor-widget-wrap {
  width: 100%;
  height: 100%;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-column[data-settings*="background_background"],
.home .elementor-77 > .elementor-section.elementor-section-content-space-evenly .elementor-column[data-settings*="background_background"] {
  background-size: cover;
  background-position: center;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-image,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-image .elementor-widget-container,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-image-carousel,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-image-carousel .elementor-widget-container,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-image-carousel-wrapper,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .swiper-wrapper,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .swiper-slide,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .swiper-slide-inner {
  height: 100%;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-widget-image img,
.home .elementor-77 > .elementor-section.elementor-section-content-middle .swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .elementor-77 > .elementor-section.elementor-section-content-middle .elementor-column > .elementor-widget-wrap,
.home .elementor-77 > .elementor-section.elementor-section-content-space-evenly .elementor-column > .elementor-widget-wrap {
  padding-bottom: 0;
}

.careers-hero-section .elementor-container,
.careers-details-section .elementor-container,
.careers-highlights-section .elementor-container {
  max-width: 1160px;
  padding: 28px 0;
}

.careers-hero-section .elementor-column,
.careers-details-section .elementor-column {
  display: flex;
}

.careers-hero-section .elementor-widget-wrap,
.careers-details-section .elementor-widget-wrap,
.careers-highlights-section .elementor-widget-wrap {
  width: 100%;
}

.careers-hero-section .elementor-widget-wrap,
.careers-details-section .elementor-widget-wrap {
  justify-content: center;
}

.careers-hero-section .elementor-widget-image img,
.careers-details-section .elementor-widget-image img {
  width: 100%;
  border-radius: 10px;
}

.careers-highlights-section .elementor-column > .elementor-widget-wrap {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
  .zak-main-header .zak-container,
  .zak-page-header .zak-container,
  .zak-content .zak-container,
  .zak-footer .zak-container {
    width: min(100% - 24px, 1160px);
  }

  .zak-mobile-nav {
    display: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 420px);
    padding: 18px 18px 28px;
    overflow-y: auto;
    z-index: 99999;
    background: #c10230 !important;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.2);
  }

  .zak-mobile-nav.is-open {
    display: block !important;
  }

  body.zak-mobile-nav-open {
    overflow: hidden;
  }

  .zak-mobile-nav .sub-menu {
    display: none;
    margin-top: 8px;
    padding-left: 12px;
  }

  .zak-mobile-nav .menu-item.is-open > .sub-menu {
    display: block;
  }

  .zak-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    line-height: 1.25 !important;
  }

  .zak-mobile-nav .zak-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
  }

  .zak-mobile-nav__header {
    position: sticky;
    top: 0;
    padding-bottom: 10px;
    background: #c10230;
  }

  .zak-toggle-menu {
    margin-left: auto;
  }

  .elementor-section .elementor-container,
  .e-con-boxed > .e-con-inner {
    max-width: 100% !important;
  }

  .careers-highlights-section .elementor-column {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body,
  .zak-entry-summary p,
  .entry-content p,
  .zakra-article-post .entry-content > p {
    font-size: 18px !important;
  }

  h1 {
    font-size: clamp(2.25rem, 9vw, 3.25rem) !important;
  }

  h2 {
    font-size: clamp(1.65rem, 7vw, 2.3rem) !important;
  }

  .elementor-widget-image img,
  .wp-caption img {
    width: 100%;
  }

  .zak-footer-cols,
  .zak-footer-builder .zak-footer-main-row,
  .zak-footer-builder .zak-footer-bottom-row {
    text-align: center;
  }

  .elementor-swiper-button {
    width: 36px;
    height: 36px;
  }

  .elementor-swiper-button i[class*="eicon-chevron"]::before {
    font-size: 24px !important;
  }
}
