

/* ----- BEGIN: Fonts (global) ----- */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
/* ----- END: Fonts (global) ----- */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1C1C1C;
  margin-bottom: 0 !important;
}

/* ----- BEGIN: WordPress — entry / content spacing ----- */
h1.entry-title {
  display: none !important;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 !important;
}
/* ----- END: WordPress — entry / content spacing ----- */

/* ----- BEGIN: Home banner (disabled / reference only) ----- */
/* .home-banner .elementor-background-video-container,
.home-banner .elementor-background-video-hosted,
.home-banner .elementor-background-video-embed {
  z-index: 0 !important;
}

.home-banner .elementor-container,
.home-banner > .e-con,
.home-banner .e-con-inner {
  position: relative;
  z-index: 1;
}

.home-banner .elementor-widget-heading,
.home-banner h1,
.home-banner h2,
.home-banner h3,
.home-banner .elementor-heading-title {
  position: relative;
  z-index: 2;
} */
/* ----- END: Home banner (disabled / reference only) ----- */

/* ----- BEGIN: Home — vision marquee ("Your Vision, Our Staff") ----- */
.vision-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  --vision-marquee-padding-top: 186px;
  padding: var(--vision-marquee-padding-top) 0 0;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9;
  --vision-outline-default: #8c2835;
  --vision-outline-on-image: #ffffff;
  --vision-highlight-y: 0px;
  --vision-marquee-nudge-y: -15px;
}

.vision-marquee__layer--base {
  transform: translateY(var(--vision-marquee-nudge-y));
}

.vision-marquee__bg {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: min(830px, 82vw);
  max-width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.vision-marquee__layer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .vision-marquee__layer {
    padding-bottom: 5px;
    }
}

.vision-marquee__layer .vision-marquee__track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: vision-marquee-scroll var(--vision-marquee-duration, 10s) linear infinite;
}

.vision-marquee__text {
  display: inline-block;
  margin-right: 48px;
  font-size:160px;
  line-height: 100%;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color:var(--vision-outline-default);
  /* -webkit-text-stroke: 1px var(--vision-outline-default); */
}

.vision-marquee__layer--highlight {
  position: absolute;
  top: calc(var(--vision-marquee-padding-top) + var(--vision-marquee-nudge-y));
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
  clip-path: polygon(50% 0%, 30% 100%, 70% 100%);
  display:none;
}
/* .vision-marquee__layer,.vision-marquee__layer--highlight{
  display:none;
} */

.vision-marquee__layer--highlight .vision-marquee__text {
  -webkit-text-stroke: 2px var(--vision-outline-on-image) !important;
  -webkit-text-stroke-color: var(--vision-outline-on-image) !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.vision-marquee__layer--highlight .vision-marquee__track {
  animation: none !important;
}

@keyframes vision-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .vision-marquee {
    --vision-marquee-padding-top: 160px;
    padding: var(--vision-marquee-padding-top) 0 0;
  }

  .vision-marquee__bg {
    width: min(700px, 90vw);
  }

  .vision-marquee__layer--highlight {
    clip-path: polygon(50% 2%, 28% 100%, 72% 100%);
  }

  .vision-marquee__text {
    margin-right: 28px;
    -webkit-text-stroke-width: 0.8px;
  }
}
/* ----- END: Home — vision marquee ("Your Vision, Our Staff") ----- */

/* ----- BEGIN: Industries showcase (custom Elementor HTML widget section) ----- */
.industry-showcase {
  --showcase-bg: transparent;
  --showcase-border: white;
  --showcase-text: white;
  --showcase-muted: white;
  --showcase-active-text: #2B2323;
  --showcase-card: white;
  width: 100%;
}

.industry-showcase__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 46%) minmax(360px, 54%);
  gap: 70px;
  align-items: center;
}

.industry-showcase__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 468px;
  min-height: 468px;
}

.industry-showcase__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.3s ease;
}

.industry-showcase__content {
  min-width: 0;
}

.industry-showcase__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.industry-showcase__item {
  color: var(--showcase-text);
  padding: 32px 16px;
  border-bottom: 0.3px solid rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.industry-showcase__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.industry-showcase__link:visited {
  color: #ffffff;
}

.industry-showcase__link:visited,
.industry-showcase__link:hover,
.industry-showcase__link:focus-visible {
  color: #ffffff !important;
}

.industry-showcase__item.is-active .industry-showcase__link,
.industry-showcase__item.is-active .industry-showcase__link:visited,
.industry-showcase__item.is-active .industry-showcase__link:hover,
.industry-showcase__item.is-active .industry-showcase__link:focus-visible {
  color: #2D2D2D !important;
}

.industry-showcase__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.industry-showcase__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.1;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;

}

.industry-showcase__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.industry-showcase__arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.industry-showcase__arrow-active {
  display: none !important;
}

.industry-showcase__item.is-active .industry-showcase__title {
  font-weight: 600;
}

.industry-showcase__item.is-active .industry-showcase__arrow-default {
  display: none !important;
}

.industry-showcase__item.is-active .industry-showcase__arrow-active {
  display: block !important;
}

.industry-showcase__desc {
  display: none;
  margin: 12px 0 0;
  max-width: 100%;
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.industry-showcase__item.is-active {
  background: var(--showcase-card);
  color: var(--showcase-active-text);
  border-radius: 16px;
  padding: 16px;
  border-bottom-color: transparent;
}

.industry-showcase__item:has(+ .industry-showcase__item.is-active) {
  border-bottom-color: transparent !important;
}

.industry-showcase__item.is-active .industry-showcase__desc {
  display: block;
  color: #2d3748;
}

.industry-showcase__item:not(.is-active):hover,
.industry-showcase__item:not(.is-active):focus-within {
  color: #ffffff;
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .industry-showcase__inner {
    grid-template-columns: 1fr;
  }

  .industry-showcase__media {
    height: auto;
    min-height: 280px;
    aspect-ratio: 16 / 10;
  }

  .industry-showcase__title {
    font-size: clamp(24px, 5.5vw, 34px);
  }

  .industry-showcase__desc {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .industry-showcase {
    padding: 0px;
  }

  .industry-showcase__media {
    border-radius: 16px;
    min-height: 220px;
  }

  .industry-showcase__item {
    padding: 30px 0;
  }

  .industry-showcase__item.is-active {
    border-radius: 10px;
    padding: 14px;
  }

  .industry-showcase__title {
    font-size: 24px;
  }

  .industry-showcase__arrow {
    width: 24px;
    height: 24px;
  }
}
/* ----- END: Industries showcase (custom Elementor HTML widget section) ----- */

/* ----- BEGIN: Years experience badge (.experience-badge) ----- */
.craft-years {
  position: absolute !important;
  bottom: 30px;
  left: 30px;
  z-index: 9;
}

.experience-badge {
  box-sizing: border-box;
  /* width: 225px;
  height: 166.8px; */
  padding: 16px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 0;
  overflow: hidden;
  isolation: isolate;
}

.experience-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  z-index: 0;
}

.experience-badge__value {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  /* Punch transparent glyphs through the white badge panel */
  mix-blend-mode: destination-out;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.experience-badge__digits {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 113.27px;
  line-height: 113.27px;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
  /* color: #000000; */
  /* -webkit-text-fill-color: #000000; */
}

.experience-badge__digits{
    /* background-image: url("https://swastaffingdev.wpenginepowered.com/wp-content/uploads/2026/04/image-65.jpg"); */
    background-position: center center;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

/* .experience-badge__plus {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 113.27px;
  line-height: 113.27px;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
  /* -webkit-text-fill-color: #000000; 
} */

.experience-badge__label {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1c1c1c;
  position: relative;
  z-index: 3;
  mix-blend-mode: normal;
}
/* ----- END: Years experience badge (.experience-badge) ----- */

.talent-main {
  width: fit-content !important;
}

.talent-head {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 128px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  color:#8c2835;
  /* color: var(--talent-head-fill, white);
  -webkit-text-fill-color: var(--talent-head-fill, white);
  -webkit-text-stroke: 0;
  text-shadow:
    -1px 0 #8c2835,
    1px 0 #8c2835,
    0 -1px #8c2835,
    0 1px #8c2835,
    -1px -1px #8c2835,
    1px -1px #8c2835,
    -1px 1px #8c2835,
    1px 1px #8c2835;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%); */
}

.talent-para {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #1c1c1c;
  margin: 0;
}

/* ----- BEGIN: Region cards (Elementor: .region-card + .region-card__desc) ----- */
/*
  Container: Advanced → CSS Classes → region-card
  Text widget: region-card__desc
  Order: img → h2 → description
*/

.region-card {
  position: relative !important;
  display: block !important;
  min-height: 395px !important;
  height: 395px !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.region-card > img,
.region-card > .elementor-widget-image:first-child img,
.region-card > .elementor-widget-image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 0 !important;
  display: block !important;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.region-card:hover > img,
.region-card:focus-within > img,
.region-card:hover .elementor-widget-image img,
.region-card:focus-within .elementor-widget-image img {
  transform: scale(1.1);
}

.region-card > .elementor-widget-image:first-child {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.region-card > .elementor-widget-image:first-child .elementor-widget-container {
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .region-card {
    height: auto !important;
    min-height: min(395px, 85vw) !important;
    aspect-ratio: 302 / 395;
  }
}

.region-card > h2,
.region-card > .elementor-heading-title,
.region-card > h2.e-heading-base {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  margin: 0 !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 16px !important;
  transition: bottom 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-radius 0.45s ease, padding 0.45s ease, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #1c1c1c !important;
  font-weight: 700 !important;
}

.region-card:hover > h2,
.region-card:focus-within > h2 {
  bottom: calc(-10px + var(--region-desc-open-max, 200px)) !important;
  border-radius: 16px 16px 0 0 !important;
  padding-bottom: 10px !important;
}

.region-card > .elementor-widget-heading {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  margin: 0 !important;
  width: auto !important;
  transition: bottom 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.region-card > .elementor-widget-heading h2 {
  margin: 0 !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 18px 22px !important;
  color: #1c1c1c !important;
  font-weight: 700 !important;
  transition: border-radius 0.45s ease, padding 0.45s ease;
}

.region-card:hover > .elementor-widget-heading,
.region-card:focus-within > .elementor-widget-heading {
  bottom: calc(-10px + var(--region-desc-open-max, 200px)) !important;
}

.region-card:hover > .elementor-widget-heading h2,
.region-card:focus-within > .elementor-widget-heading h2 {
  border-radius: 16px 16px 0 0 !important;
  padding-bottom: 10px !important;
}

.region-card .region-card__desc {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 1 !important;
  width: auto !important;
  margin: 0 !important;
  background: #ffffff !important;
  border-radius: 0 0 16px 16px !important;
  transform: translate3d(0, 110%, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
}

.region-card .region-card__desc .elementor-widget-container {
  padding: 0 22px 18px !important;
}

.region-card:hover .region-card__desc,
.region-card:focus-within .region-card__desc {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.region-card .region-card__desc p {
  margin: 0 !important;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
}

html.reduce-motion .region-card > img,
html.reduce-motion .region-card .elementor-widget-image img,
html.reduce-motion .region-card > h2,
html.reduce-motion .region-card > .elementor-widget-heading,
html.reduce-motion .region-card .region-card__desc {
  transition: none !important;
}
/* ----- END: Region cards ----- */

/* ----- BEGIN: Clients section staff heading (.clients-main .staff-head) ----- */
.staff-main {
  margin-bottom: 70px !important;
}

@media(max-width: 1199px) {
  .staff-main {
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.staff-main .staff-head {
  background-image: url("../img/clients-head-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 128px 56px;
  padding-left: calc(128px + 20px);
  overflow: visible;
  height: 58px;
  display: flex;
  align-items: center;
}
/* ----- END: Clients section staff heading ----- */

/* ----- BEGIN: Elementor testimonial carousel (.clients-main) ----- */
.clients-main .elementor-widget-testimonial-carousel {
  --swa-t-bg: #eff2f7;
  --swa-t-maroon: #8b2332;
  --swa-t-text: #1a1a1a;
}

.clients-main .staff-head {
  background-image: url("../img/clients-head-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 128px 56px;
  padding-left: calc(128px + 20px);
}

.clients-main .elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 100% !important;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial {
  position: relative;
  z-index: 1;
  background-color: var(--swa-t-bg);
  background-image: url("../img/testimonial-quote-mark.svg") !important;
  background-repeat: no-repeat;
  background-position: 97% 92%;
  background-size: 90px 60px;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left !important;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__content {
  position: relative;
  z-index: 1;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__content::before {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: var(--swa-t-maroon);
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  color: #1C1C1C;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0px !important;
  margin-top: 20px !important;
  text-align: left;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__cite {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  text-align: left;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__name {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: var(--swa-t-text);
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__title {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: var(--swa-t-text);
  opacity: 0.85;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-testimonial::after {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 36px;
  width: min(90px, 28vw);
  aspect-ratio: 90 / 60;
  height: auto;
  /* background-image: url("../assets/testimonial-quote-mark.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 0;
  pointer-events: none;
  z-index: 0;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-main-swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-main-swiper > .swiper-wrapper {
  flex: 1 0 100%;
  width: 100%;
  order: 1;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev,
.clients-main .elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--swa-t-maroon) !important;
  border-radius: 6px !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  order: 2;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
  order: 3;
}

.clients-main .elementor-widget-testimonial-carousel .elementor-swiper-button .e-font-icon-svg {
  display: none !important;
}

.clients-main .elementor-widget-testimonial-carousel .swiper-pagination {
  display: none !important;
}

.clients-main .elementor-widget-testimonial-carousel .swiper-pagination-bullet {
  background: var(--swa-t-maroon);
  opacity: 0.35;
}

.clients-main .elementor-widget-testimonial-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}

html.reduce-motion .clients-main .elementor-widget-testimonial-carousel .swiper-wrapper {
  transition-duration: 0.01ms !important;
}
/* ----- END: Elementor testimonial carousel ----- */

/* ----- BEGIN: How we work — location process row (.location-cont) ----- */
.core-main {
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.core-main > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.core-main > .e-con-inner > .e-child {
  flex: 0 1 395px;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  text-align: center;
  min-height: 272px;
}

.core-main > .e-con-inner > .e-child img,
.core-main > .e-con-inner > .e-child h2,
.core-main > .e-con-inner > .e-child p {
  margin-left: auto;
  margin-right: auto;
}
/* ----- END: How we work — location process row (.location-cont) ----- */

/* ----- BEGIN: Staff CTA section (.staff-main) ----- */
.staff-main {
  max-width: 1280px !important;
  border-radius: 24px !important;
}

.staff-main .elementor-widget-form {
  width: 100%;
}

.staff-main .elementor-form-fields-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 56px;
  padding: 9px 16px;
  background: rgba(22, 35, 62, 0.88);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.staff-main .elementor-field-group.elementor-field-group-email {
  position: relative;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px;
  min-width: 0;
}

/* Solid white envelope (mockup) */
.staff-main .elementor-field-group-email::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
  position: absolute;
}

.staff-main .elementor-field-group-email > .elementor-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.staff-main .elementor-field-group-email input.elementor-field,
.staff-main .elementor-field-group-email input.elementor-field-textual {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 12px 8px 30px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-family: "Instrument Sans", inherit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.staff-main .elementor-field-group-email input::placeholder {
  color: #ffffff !important;
  opacity: 0.88;
}

.staff-main .elementor-field-group-email input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.staff-main .e-form__buttons {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* .staff-main .e-form__buttons .elementor-button {
  margin: 0 !important;
  padding: 14px 32px 14px 36px !important;
  background-color: #8b2332 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Instrument Sans", inherit, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  align-self: center;
  flex-shrink: 0 !important;
}

.staff-main .e-form__buttons .elementor-button:hover,
.staff-main .e-form__buttons .elementor-button:focus-visible {
  background-color: #7a1f2c !important;
  color: #ffffff !important;
} */

.staff-main .e-form__buttons .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-direction: row-reverse !important;
}

.staff-main .e-form__buttons .elementor-button-text {
  order: 1;
  color: #ffffff !important;
}

.staff-main .e-form__buttons .elementor-button-icon {
  order: 2;
  display: inline-flex !important;
  align-items: center !important;
}

@media (max-width: 575px) {
  .staff-main .elementor-form-fields-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    border-radius: 28px;
    padding: 18px 16px;
    min-height: 0;
    gap: 16px;
  }

  .staff-main .e-form__buttons .elementor-button {
    width: 100%;
    justify-content: center;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
/* ----- END: Staff CTA section (.staff-main) ----- */

/* ----- BEGIN: Site footer (.swa-footer) -----
   Menus: Appearance → Menus — create “Top Links” and “Explore” (names must match). */
.swa-footer {
  --swa-footer-bg: #1F3880;
  --swa-footer-text: #ffffff;
  --swa-footer-muted: rgba(255, 255, 255, 0.92);
  background: var(--swa-footer-bg);
  color: var(--swa-footer-text);
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.swa-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.swa-footer__logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.swa-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.swa-footer__logo-text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(48px, 8vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.swa-footer__logo-mark {
  flex-shrink: 0;
  display: block;
}

.swa-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 48px 40px;
  align-items: start;
}

.swa-footer__grid-trail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.swa-footer__grid-trail h2{
  margin-bottom:25px!important;
}

.swa-footer__grid-trail > .swa-footer__col {
  width: max-content;
  max-width: 100%;
}

.swa-footer__heading {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: white;
  margin: 0 0 24px;
}
.swa-footer__col .swa-footer__heading {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20.8px;
  letter-spacing: 0%;
  color: white;
  margin: 0 0 10px;
}

.swa-footer__contact-line {
  /* font-family: "Instrument Sans", sans-serif; */
  font-family: "Manrope", sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.2em;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0 0 24px;
  color: white;
}

.swa-footer__contact-line strong {
  font-weight:400;
  color: #ffffff;
}

.swa-footer__col--contact .swa-footer__contact-link,
.swa-footer__col--contact .swa-footer__contact-link:link,
.swa-footer__col--contact .swa-footer__contact-link:visited,
.swa-footer__col--contact .swa-footer__contact-link:hover,
.swa-footer__col--contact .swa-footer__contact-link:active,
.swa-footer__col--contact .swa-footer__contact-link:focus,
.swa-footer__col--contact .swa-footer__contact-link:focus-visible {
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.swa-footer__col--contact .swa-footer__contact-line:last-of-type {
  margin-bottom: 24px;
}

.swa-footer__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.swa-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.swa-footer__social:hover,
.swa-footer__social:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.swa-footer__social svg {
  display: block;
}

.swa-footer__nav {
  margin: 0;
}

.swa-footer__nav a {
  color: white !important;
}

.swa-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.swa-footer__menu a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.swa-footer__menu a:hover,
.swa-footer__menu a:focus-visible {
  color: #ffffff;
}

.swa-footer__bottom {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  text-align: center;
}

.swa-footer__copyright {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

@media (max-width: 991px) {
  .swa-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }

  .swa-footer__col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .swa-footer__logo-wrap {
    margin-bottom: 18px;
  }

  .swa-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .swa-footer__grid-trail {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }

  .swa-footer__grid-trail > .swa-footer__col {
    width: auto;
    max-width: none;
  }

  .swa-footer__col--contact {
    grid-column: auto;
  }

  .swa-footer__bottom {
    margin-top: 36px;
    padding-top: 20px;
  }
}
/* ----- END: Site footer (.swa-footer) ----- */


@media(max-width: 1199px) {
  .vision-marquee__text {
    font-size: 144px;
  }
  .craft-main h2, .clients-main h2 {
    align-self: start !important;
  }
  .industry-showcase__inner {
    gap: 20px;
  }
}

@media(max-width: 767px) {
  .vision-marquee {
    --vision-marquee-padding-top: 70px;
  }
  .vision-marquee__text {
    font-size: 74px;
  }
}

/* ----- BEGIN: Strength accordion (.strenght-accordian) ----- */
.strenght-accordian .e-n-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.strenght-accordian .e-con-inner {
  padding: 0px 16px 16px !important;
  margin-top: -10px !important;
}

.strenght-accordian .e-n-accordion-item {
  border-radius: 8px !important;
  background-color: #ffffff;
  border: 0px;
  box-shadow: 0 5px 8px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  margin-bottom: 0px !important;
  margin-block-end: 0px !important;
}

.strenght-accordian .e-n-accordion-item + .e-n-accordion-item {
  margin-top: 0px;
  border: 0px;
}

.strenght-accordian .e-n-accordion-item-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px !important;
  cursor: pointer;
  list-style: none;
  border: 0px !important;
}

.strenght-accordian .e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}

.strenght-accordian .e-n-accordion-item-title-header {
  flex: 1 1 auto;
  min-width: 0;
}

.strenght-accordian .e-n-accordion-item-title-text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 120% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  text-transform: capitalize !important;
  color: #1C1C1C !important;
  margin: 0 !important;
}

.strenght-accordian .e-n-accordion-item-title-icon {
  flex: 0 0 auto;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.strenght-accordian .e-n-accordion-item-title-icon svg {
  display: block;
}

.strenght-accordian .e-n-accordion-item-title-icon svg,
.strenght-accordian .e-n-accordion-item-title-icon svg *,
.strenght-accordian .e-n-accordion-item-title-icon .e-font-icon-svg,
.strenght-accordian .e-n-accordion-item-title-icon .e-font-icon-svg * {
  fill: none !important;
}

.strenght-accordian .e-n-accordion-item .e-opened {
  display: none;
}

.strenght-accordian .e-n-accordion-item .e-closed {
  display: inline-flex;
}

.strenght-accordian .e-n-accordion-item[open] .e-opened {
  display: inline-flex;
}

.strenght-accordian .e-n-accordion-item[open] .e-closed {
  display: none;
}

.strenght-accordian [role="region"] {
  padding: 0px !important;
  border-top: 0px !important;
}

.strenght-accordian [role="region"] .elementor-widget-text-editor p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  color: #1C1C1C !important;
  margin: 0 !important;
}

.strenght-accordian .e-n-accordion-item[open] {
  box-shadow: 0 5px 8px rgba(15, 23, 42, 0.08);
  border-color: transparent !important;
}

@media (max-width: 767px) {
  .strenght-accordian .e-n-accordion-item {
    border-radius: 16px;
  }

  .strenght-accordian .e-n-accordion-item-title {
    padding: 18px 18px;
  }

  .strenght-accordian [role="region"] {
    padding: 0 18px 18px;
  }

  .strenght-accordian .e-n-accordion-item-title-text {
    font-size: 16px;
  }
}
/* ----- END: Strength accordion (.strenght-accordian) ----- */

/* ----- BEGIN: Header styles (moved from header.css) ----- */
.site-header {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  width: min(1280px, calc(100% - 32px));
  min-height: 104px;
  padding: 16px;
  border-radius: 24px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;

  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(164px);
  backdrop-filter: blur(164px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

.site-header .site-branding {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.site-header .site-branding img {
  width: auto;
  height: 54px;
  max-width: 190px;
  display: block;
}

.site-header .site-title {
  display: none;
}

.site-header .main-navigation {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.site-header .menu-toggle {
  display: none;
  margin-left: auto;
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.site-header .menu-toggle::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 13px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, top 0.25s ease;
}

.site-header .main-navigation.toggled .menu-toggle::before,
.site-header .menu-toggle.toggled::before {
  top: 21px;
  box-shadow: none;
  transform: rotate(45deg);
}

.site-header .main-navigation.toggled .menu-toggle::after,
.site-header .menu-toggle.toggled::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 21px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(-45deg);
}

.site-header .menu-main-menu-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
  padding-left: 0;
  padding-right: clamp(100px, 12vw, 200px);
}

.site-header .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.7vw, 34px);
}

.site-header .nav-menu > li {
  position: relative;
  list-style: none;
}

.site-header .nav-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Manrope", sans-serif;

  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  opacity: 0.95;

  transition: opacity 0.2s ease, color 0.2s ease;
}

.site-header .nav-menu > li > a:hover {
  opacity: 1;
  color: #ffffff;
}

.site-header .nav-menu > .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 5px;
  flex: 0 0 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5' fill='none'%3E%3Cpath d='M2.85156 3.94531L0.195312 1.28906C0 1.09375 0 0.800781 0.195312 0.625L0.625 0.175781C0.820312 0 1.11328 0 1.28906 0.175781L3.16406 2.07031L5.05859 0.175781C5.23438 0 5.52734 0 5.72266 0.175781L6.15234 0.625C6.34766 0.800781 6.34766 1.09375 6.15234 1.28906L3.49609 3.94531C3.32031 4.12109 3.02734 4.12109 2.85156 3.94531Z' fill='white'/%3E%3C/svg%3E");
}

.site-header .nav-menu > li > .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 10050;
  transform: translateX(-50%) translateY(8px);

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;

  min-width: 278px;
  width: max-content;
  max-width: min(320px, 90vw);
  margin: 0;
  padding: 14px 0;
  list-style: none;

  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.site-header .nav-menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.site-header .nav-menu > li:hover > .sub-menu,
.site-header .nav-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-header .sub-menu > li {
  list-style: none;
  display: block;
  width: 100%;
  float: none;
}

.site-header .sub-menu > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;

  color: #000000;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: none;

  transition: color 0.18s ease, transform 0.18s ease;
}

.site-header .sub-menu > li > a:hover {
  color: #000;
  transform: translateX(3px);
}

.site-header .nav-menu > li:last-child > a {
  min-height: 48px;
  min-width: 182px;
  padding: 0 26px;
  border-radius: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #8C2835;
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); */
  font-weight: 600;
  letter-spacing: 0px;
}

.site-header .nav-menu > li:last-child > a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 6px;
  flex: 0 0 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_114_1316)'%3E%3Cpath d='M13.8086 7.46475C14.0656 7.20771 14.0656 6.79209 13.8086 6.53779L10.0898 2.81631C9.83281 2.55928 9.41719 2.55928 9.16289 2.81631C8.90859 3.07334 8.90586 3.48896 9.16289 3.74326L11.7605 6.34092L0.65625 6.34365C0.292578 6.34365 0 6.63623 0 6.9999C0 7.36357 0.292578 7.65615 0.65625 7.65615H11.7605L9.16289 10.2538C8.90586 10.5108 8.90586 10.9265 9.16289 11.1808C9.41992 11.4351 9.83555 11.4378 10.0898 11.1808L13.8086 7.46475Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_114_1316'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 961px) {
  .site-header .nav-menu > li:last-child {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .site-header .nav-menu > li.menu-item-has-children > .sub-menu {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .site-header .nav-menu > li.menu-item-has-children > .sub-menu > li {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 1180px) and (min-width: 961px) {
  .site-header .nav-menu > li:last-child {
    right: 18px;
  }

  .site-header .menu-main-menu-container {
    padding: 0;
    padding-left: 0;
    padding-right: clamp(80px, 10vw, 160px);
  }
}

@media (max-width: 1180px) {
  .site-header {
    width: calc(100% - 24px);
    min-height: 78px;
    padding: 12px 18px;
  }

  .site-header .site-branding img {
    height: 48px;
  }

  .site-header .nav-menu {
    gap: 18px;
  }

  .site-header .nav-menu > li > a {
    font-size: 12px;
  }

  .site-header .nav-menu > li:last-child > a {
    min-height: 48px;
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .site-header .menu-main-menu-container {
    flex: initial;
    padding: 0;
  }

  .site-header .nav-menu > li:last-child {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    z-index: auto;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    padding: 12px 16px;
    border-radius: 16px;
  }

  .site-header .site-branding {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .site-header .main-navigation {
    display: contents;
  }

  .site-header .menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-left: 0;
  }

  .site-header .menu-main-menu-container {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  .site-header .nav-menu {
    width: 100%;
    margin-top: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(21, 24, 30, 0.92);
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);

    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;

    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    pointer-events: none;
    visibility: hidden;

    transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.35s ease, margin 0.35s ease,
      visibility 0.35s ease;
  }

  .site-header .main-navigation.toggled .nav-menu,
  .site-header .menu-toggle.toggled ~ .menu-main-menu-container .nav-menu {
    max-height: min(85vh, 920px);
    opacity: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0;
    pointer-events: auto;
    visibility: visible;
  }

  .site-header .nav-menu > li {
    width: 100%;
  }

  .site-header .nav-menu > li > a {
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
  }

  .site-header .nav-menu > li.menu-item-has-children > a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    padding: 12px 28px 12px 0;
    line-height: 1.3;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
  }

  .site-header .nav-menu > .menu-item-has-children > a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex: unset;
    pointer-events: none;
    transition: transform 0.25s ease;
  }

  .site-header .nav-menu > li.menu-item-has-children.is-sub-open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .site-header .nav-menu > li.menu-item-has-children > .sub-menu {
    position: static;
    top: auto;
    left: auto;
    transform: none;

    display: flex;
    flex-direction: column;

    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 10px;

    background: #ffffff;
    box-shadow: none;

    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;

    transition: max-height 0.4s ease, opacity 0.25s ease, padding 0.3s ease, margin 0.3s ease,
      visibility 0.3s ease;
  }

  .site-header .nav-menu > li.menu-item-has-children.is-sub-open > .sub-menu {
    max-height: min(480px, 70vh);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 6px;
    padding: 8px 0;
    position: relative;
    z-index: 1;
  }

  .site-header .sub-menu > li > a {
    font-size: 14px;
    padding: 10px 14px;
  }

  .site-header .nav-menu > li:last-child > a {
    width: 100%;
    min-height: 46px;
    margin-top: 8px;
    justify-content: center;
  }
}
/* ----- END: Header styles (moved from header.css) ----- */

@media (min-width:981px) { 
  .et_header_style_left #et-top-navigation{
    padding-top:43px!important;
  }
}
.et_header_style_left #et-top-navigation{
  padding-top:24px!important;
}