@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;800&family=Outfit:wght@500;700;800&display=swap');

:root {
  --refresh-bg: #e9edf2;
  --refresh-surface: rgba(245, 247, 250, 0.78);
  --refresh-surface-strong: rgba(248, 249, 251, 0.9);
  --refresh-surface-dark: rgba(22, 28, 38, 0.82);
  --refresh-ink: #111827;
  --refresh-muted: #5c6676;
  --refresh-line: rgba(70, 81, 97, 0.14);
  --refresh-brand: #2563eb;
  --refresh-brand-2: #0f766e;
  --refresh-glow: 0 18px 44px rgba(15, 23, 42, 0.08);
  --refresh-glow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
  --refresh-radius: 32px;
  --refresh-shell-width: min(1620px, calc(100% - 48px));
  --refresh-content-width: min(1540px, calc(100% - 48px));
}

html {
  scroll-behavior: smooth;
}

body.public-refresh {
  font-family: "Cairo", sans-serif !important;
  color: var(--refresh-ink) !important;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 24%),
    radial-gradient(circle at 15% 80%, rgba(15, 118, 110, 0.06), transparent 24%),
    linear-gradient(180deg, #e8edf3 0%, #f1f3f6 38%, #e9edf2 100%) !important;
  overflow-x: hidden;
}

body.public-refresh::before,
body.public-refresh::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.55;
}

body.public-refresh::before {
  top: 8%;
  left: -8rem;
  width: 18rem;
  height: 18rem;
  background: rgba(37, 99, 235, 0.08);
}

body.public-refresh::after {
  right: -7rem;
  bottom: 8%;
  width: 16rem;
  height: 16rem;
  background: rgba(15, 118, 110, 0.08);
}

body.public-refresh .loader-section,
body.public-refresh .loader-close-button,
body.public-refresh .elementor-shape {
  display: none !important;
}

body.public-refresh #page {
  position: relative;
  z-index: 1;
  padding-top: 118px;
}

body.public-refresh #content,
body.public-refresh .site-content,
body.public-refresh .site-main,
body.public-refresh .entry-content,
body.public-refresh .elementor,
body.public-refresh .elementor-widget-container {
  position: relative;
}

body.public-refresh .ast-container,
body.public-refresh .site-content .ast-container {
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.public-refresh a {
  color: var(--refresh-brand);
}

body.public-refresh a:hover,
body.public-refresh a:focus {
  color: #0f5fd1;
}

body.public-refresh img {
  border-radius: 24px;
}

body.public-refresh h1,
body.public-refresh h2,
body.public-refresh h3,
body.public-refresh h4,
body.public-refresh h5,
body.public-refresh h6,
body.public-refresh .elementor-heading-title,
body.public-refresh .elementor-icon-box-title {
  font-family: "Outfit", "Cairo", sans-serif !important;
  letter-spacing: -0.03em;
}

body.public-refresh p,
body.public-refresh li,
body.public-refresh .elementor-testimonial__text,
body.public-refresh .elementor-icon-list-text {
  color: var(--refresh-muted) !important;
  line-height: 2;
}

body.public-refresh .elementor-location-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 1000;
  width: var(--refresh-shell-width);
  transform: translateX(-50%);
}

body.public-refresh .elementor-location-header .elementor-top-section {
  margin: 0 !important;
  border-radius: 24px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(32, 39, 51, 0.8) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.public-refresh .elementor-location-header .elementor-container {
  align-items: center;
  padding: 10px 20px;
}

body.public-refresh .elementor-location-header .elementor-column {
  align-self: center;
}

body.public-refresh .elementor-location-header .elementor-widget-image .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 18px;
  background: rgba(245, 246, 247, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.public-refresh .elementor-location-header .elementor-widget-image img {
  width: auto !important;
  max-width: min(170px, 34vw) !important;
  max-height: 48px !important;
  border-radius: 0 !important;
}

body.public-refresh .elementor-location-header .elementor-nav-menu {
  align-items: center;
  gap: 10px;
}

body.public-refresh .elementor-location-header .menu-link,
body.public-refresh .elementor-location-header .elementor-item {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px !important;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 0.98rem;
  font-weight: 700;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease;
}

body.public-refresh .elementor-location-header .menu-link:hover,
body.public-refresh .elementor-location-header .menu-link:focus,
body.public-refresh .elementor-location-header .elementor-item-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2)) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
  transform: translateY(-1px);
}

body.public-refresh .elementor-location-header .elementor-menu-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.public-refresh .elementor-location-header .elementor-nav-menu--dropdown {
  margin-top: 14px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 16, 31, 0.94) !important;
  box-shadow: 0 24px 60px rgba(3, 12, 25, 0.28);
}

body.public-refresh .elementor-location-header .elementor-nav-menu--dropdown .menu-link,
body.public-refresh .elementor-location-header .elementor-nav-menu--dropdown .elementor-item {
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 6px;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child {
  position: relative;
  width: var(--refresh-shell-width) !important;
  min-height: calc(100vh - 170px) !important;
  margin: 0 auto 32px !important;
  overflow: hidden !important;
  border-radius: 36px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #18212d !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12) !important;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child::before,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child::before,
body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child::after,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child::before,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child::before {
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.14), transparent 26%),
    radial-gradient(circle at 80% 75%, rgba(15, 118, 110, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(20, 26, 36, 0.9), rgba(27, 34, 45, 0.76));
  z-index: 0;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child::after,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child::after {
  right: -70px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transform: rotate(18deg);
  z-index: 0;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-background-overlay,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-background-overlay {
  opacity: 1 !important;
  background: linear-gradient(135deg, rgba(16, 22, 32, 0.78), rgba(16, 22, 32, 0.48)) !important;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-container,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-container {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  padding: 0 44px;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child .elementor-widget-wrap,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-widget-wrap {
  align-content: center;
  justify-content: center;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title {
  max-width: 880px;
  margin: 0 auto;
  color: #ffffff !important;
  font-size: clamp(2.5rem, 6vw, 5.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  text-wrap: balance;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

body.public-refresh.page-id-8 #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title,
body.public-refresh.page-id-12 #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title,
body.public-refresh.page-id-76 #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title {
  font-size: clamp(2.4rem, 5vw, 4.4rem) !important;
}

body.public-refresh .eael-creative-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

body.public-refresh .eael-creative-button {
  width: 64px;
  height: 64px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.28s ease, background-color 0.28s ease;
}

body.public-refresh .eael-creative-button:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18) !important;
}

body.public-refresh .cretive-button-text {
  display: none !important;
}

body.public-refresh .eael-creative-button-icon-left {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 1.2rem;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child),
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) {
  width: var(--refresh-content-width) !important;
  margin: 0 auto 28px !important;
  overflow: hidden !important;
  border-radius: var(--refresh-radius) !important;
  border: 1px solid var(--refresh-line) !important;
  background: linear-gradient(180deg, rgba(243, 245, 248, 0.92), rgba(237, 240, 244, 0.82)) !important;
  box-shadow: var(--refresh-glow);
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container {
  padding: 24px 28px;
}

body.public-refresh .elementor-element.elementor-element-45b46eb {
  display: none !important;
}

body.public-refresh .elementor-widget-theme-post-content .elementor > .elementor-section-wrap > .elementor-top-section {
  width: 100% !important;
  margin: 0 0 24px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.public-refresh .elementor-widget-theme-post-content .elementor > .elementor-section-wrap > .elementor-top-section > .elementor-container {
  padding: 0 !important;
}

body.public-refresh .eael-dual-header {
  text-align: center;
  margin: 10px auto 0;
}

body.public-refresh .eael-dual-header .title {
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  font-weight: 800 !important;
  color: var(--refresh-ink) !important;
  line-height: 1.15;
}

body.public-refresh .eael-dual-header .lead {
  display: block;
  margin-bottom: 14px;
  color: var(--refresh-brand) !important;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.public-refresh .elementor-widget-heading h2,
body.public-refresh .elementor-widget-heading h3,
body.public-refresh .elementor-widget-heading h4 {
  color: var(--refresh-ink) !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
}

body.public-refresh .elementor-widget-heading p.elementor-heading-title {
  max-width: 720px;
  margin: 10px auto 0;
  font-family: "Cairo", sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 500 !important;
}

body.public-refresh .elementor-widget-divider .elementor-divider-separator {
  border-top-width: 2px !important;
  border-color: rgba(29, 125, 250, 0.22) !important;
}

body.public-refresh .elementor-divider__element {
  color: var(--refresh-brand) !important;
}

body.public-refresh .elementor-widget-image img,
body.public-refresh .elementor-gallery-item,
body.public-refresh .elementor-testimonial,
body.public-refresh .elementor-icon-list-item a,
body.public-refresh .elementor-form,
body.public-refresh .eael-contact-form,
body.public-refresh .wpcf7-form,
body.public-refresh .elementor-column > .elementor-widget-wrap {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

body.public-refresh .elementor-column > .elementor-widget-wrap,
body.public-refresh .elementor-element.elementor-widget-icon-box .elementor-widget-container {
  height: 100%;
}

body.public-refresh .elementor-icon-box-wrapper {
  height: 100%;
  padding: 34px 24px;
  border-radius: 28px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.96), rgba(241, 244, 247, 0.86));
  box-shadow: var(--refresh-glow-soft);
}

body.public-refresh .elementor-icon-box-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px rgba(13, 34, 65, 0.14);
}

body.public-refresh .elementor-icon-box-icon .elementor-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2));
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.16);
}

body.public-refresh .elementor-icon-box-title {
  font-size: 1.35rem !important;
  color: var(--refresh-ink) !important;
}

body.public-refresh .elementor-button,
body.public-refresh input[type="submit"],
body.public-refresh .wpcf7-submit,
body.public-refresh .ast-button,
body.public-refresh button[type="submit"] {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2)) !important;
  color: #ffffff !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

body.public-refresh .elementor-button:hover,
body.public-refresh input[type="submit"]:hover,
body.public-refresh .wpcf7-submit:hover,
body.public-refresh button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(29, 125, 250, 0.3);
}

body.public-refresh .elementor-field,
body.public-refresh .wpcf7-form-control,
body.public-refresh input[type="text"],
body.public-refresh input[type="email"],
body.public-refresh textarea {
  border: 1px solid rgba(96, 119, 146, 0.2) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--refresh-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 15px 16px !important;
}

body.public-refresh .elementor-field:focus,
body.public-refresh .wpcf7-form-control:focus,
body.public-refresh input[type="text"]:focus,
body.public-refresh input[type="email"]:focus,
body.public-refresh textarea:focus {
  border-color: rgba(29, 125, 250, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(29, 125, 250, 0.12) !important;
}

body.public-refresh .elementor-icon-list-items:not(.elementor-inline-items) {
  display: grid;
  gap: 14px;
}

body.public-refresh .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(96, 119, 146, 0.14);
  background: rgba(246, 248, 250, 0.84);
  box-shadow: var(--refresh-glow-soft);
}

body.public-refresh .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item a:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 125, 250, 0.22);
}

body.public-refresh .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(29, 125, 250, 0.1);
  color: var(--refresh-brand) !important;
}

body.public-refresh .elementor-gallery__container,
body.public-refresh .e-gallery-container {
  gap: 16px !important;
}

body.public-refresh .e-gallery-item,
body.public-refresh .elementor-gallery-item {
  overflow: hidden;
  border: 1px solid rgba(96, 119, 146, 0.12);
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  background: #dfe5ec;
}

body.public-refresh .e-gallery-image,
body.public-refresh .elementor-gallery-item__image {
  min-height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition: transform 0.7s ease, filter 0.7s ease;
}

body.public-refresh .e-gallery-item:hover .e-gallery-image,
body.public-refresh .elementor-gallery-item:hover .elementor-gallery-item__image {
  transform: scale(1.08);
  filter: saturate(1.08);
}

body.public-refresh .elementor-gallery-item__overlay {
  background: linear-gradient(180deg, rgba(7, 16, 31, 0), rgba(7, 16, 31, 0.5)) !important;
  opacity: 1 !important;
}

body.public-refresh .elementor-testimonial {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(96, 119, 146, 0.14);
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.96), rgba(240, 243, 247, 0.9));
  box-shadow: var(--refresh-glow-soft);
}

body.public-refresh .elementor-testimonial__text {
  font-size: 1rem;
}

body.public-refresh .elementor-testimonial__image img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  object-fit: cover;
}

body.public-refresh .elementor-testimonial__name {
  color: var(--refresh-ink) !important;
  font-family: "Outfit", "Cairo", sans-serif !important;
  font-weight: 800 !important;
}

body.public-refresh .elementor-swiper-button {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(13, 34, 65, 0.12);
  color: var(--refresh-brand) !important;
}

body.public-refresh .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(29, 125, 250, 0.22);
}

body.public-refresh .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2));
}

body.public-refresh.page-id-16 .elementor-element-619f914 > .elementor-widget-wrap,
body.public-refresh.page-id-8 .elementor-element-2f3cc24 > .elementor-widget-wrap {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(29, 125, 250, 0.12), rgba(19, 194, 163, 0.14));
  border: 1px solid rgba(29, 125, 250, 0.12);
}

body.public-refresh.page-id-16 .elementor-element-801700b > .elementor-widget-wrap,
body.public-refresh.page-id-8 .elementor-element-b7c6f83 > .elementor-widget-wrap {
  padding: 34px;
  border-radius: 28px;
  background: rgba(246, 247, 249, 0.96);
  border: 1px solid rgba(96, 119, 146, 0.12);
  box-shadow: var(--refresh-glow-soft);
}

body.public-refresh.page-id-8 .elementor-element-e7770ec .elementor-widget-image img,
body.public-refresh.page-id-16 .elementor-element-7df46b6 img {
  width: 100% !important;
  max-height: 560px;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(13, 34, 65, 0.16);
}

body.public-refresh.page-id-76 .elementor-element-d383fc4 {
  margin: 0 !important;
}

body.public-refresh.page-id-76 .elementor-element-2e4158d > .elementor-widget-wrap {
  height: 100%;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(246, 248, 250, 0.96), rgba(239, 243, 246, 0.9));
  border: 1px solid rgba(96, 119, 146, 0.12);
  box-shadow: var(--refresh-glow-soft);
}

body.public-refresh.page-id-76 .elementor-element-201115b > .elementor-widget-wrap {
  height: 100%;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(8, 18, 36, 0.96), rgba(12, 35, 66, 0.9));
  box-shadow: 0 26px 60px rgba(5, 15, 31, 0.22);
}

body.public-refresh.page-id-76 .elementor-element-201115b h1,
body.public-refresh.page-id-76 .elementor-element-201115b h2,
body.public-refresh.page-id-76 .elementor-element-201115b h3,
body.public-refresh.page-id-76 .elementor-element-201115b h4,
body.public-refresh.page-id-76 .elementor-element-201115b h5,
body.public-refresh.page-id-76 .elementor-element-201115b p,
body.public-refresh.page-id-76 .elementor-element-201115b label {
  color: #ffffff !important;
}

body.public-refresh.page-id-76 .elementor-element-201115b .elementor-field,
body.public-refresh.page-id-76 .elementor-element-201115b .wpcf7-form-control,
body.public-refresh.page-id-76 .elementor-element-201115b input[type="text"],
body.public-refresh.page-id-76 .elementor-element-201115b input[type="email"],
body.public-refresh.page-id-76 .elementor-element-201115b textarea {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

body.public-refresh.page-id-76 .elementor-element-201115b ::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}

body.public-refresh.page-id-12 #portfolioanimatedbackground {
  padding: 20px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(135deg, rgba(24, 31, 43, 0.98), rgba(31, 40, 53, 0.92)) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12) !important;
}

body.public-refresh.page-id-12 #portfolioanimatedbackground > .elementor-background-overlay {
  opacity: 1 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(29, 125, 250, 0.22), transparent 24%),
    radial-gradient(circle at 80% 76%, rgba(19, 194, 163, 0.18), transparent 24%) !important;
}

body.public-refresh.page-id-12 #portfolioanimatedbackground .elementor-gallery__container {
  padding: 8px;
}

body.public-refresh .elementor-location-footer {
  width: var(--refresh-shell-width);
  margin: 28px auto 0;
}

body.public-refresh .elementor-location-footer .elementor-top-section {
  overflow: hidden;
  border-radius: 36px 36px 28px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(135deg, rgba(28, 35, 46, 0.98), rgba(36, 44, 56, 0.94)) !important;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

body.public-refresh .elementor-location-footer .elementor-top-section > .elementor-background-overlay {
  opacity: 1 !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.09), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(15, 118, 110, 0.08), transparent 24%) !important;
}

body.public-refresh .elementor-location-footer .elementor-top-section > .elementor-container {
  padding: 34px 28px 18px;
}

body.public-refresh .elementor-location-footer .elementor-inner-section.elementor-element-67945eb > .elementor-container > .elementor-column > .elementor-widget-wrap {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

body.public-refresh .elementor-location-footer h1,
body.public-refresh .elementor-location-footer h2,
body.public-refresh .elementor-location-footer h3,
body.public-refresh .elementor-location-footer h4,
body.public-refresh .elementor-location-footer p,
body.public-refresh .elementor-location-footer span,
body.public-refresh .elementor-location-footer a,
body.public-refresh .elementor-location-footer .elementor-icon-list-text {
  color: rgba(235, 242, 251, 0.92) !important;
}

body.public-refresh .elementor-location-footer .elementor-widget-image img {
  max-height: 68px !important;
  width: auto !important;
  border-radius: 18px !important;
}

body.public-refresh .elementor-location-footer .elementor-nav-menu {
  display: grid;
  gap: 8px;
}

body.public-refresh .elementor-location-footer .elementor-nav-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

body.public-refresh .elementor-location-footer .elementor-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.public-refresh .elementor-location-footer .elementor-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-item {
  margin: 0 !important;
}

body.public-refresh .elementor-location-footer .elementor-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-item a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.public-refresh .elementor-location-footer .elementor-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-item a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2));
}

body.public-refresh .elementor-location-footer .elementor-widget-form,
body.public-refresh .elementor-location-footer .elementor-form {
  background: transparent !important;
}

body.public-refresh .elementor-location-footer .elementor-field,
body.public-refresh .elementor-location-footer textarea {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

body.public-refresh .elementor-location-footer ::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
}

body.public-refresh .elementor-location-footer .elementor-element-0cbef61 {
  margin-top: 8px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
  body.public-refresh #page {
    padding-top: 104px;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child {
    min-height: 70vh !important;
  }

  body.public-refresh .elementor-location-header .elementor-container,
  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
  body.public-refresh .elementor-location-footer .elementor-top-section > .elementor-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.public-refresh .elementor-icon-box-wrapper,
  body.public-refresh .elementor-testimonial,
  body.public-refresh .elementor-location-footer .elementor-inner-section.elementor-element-67945eb > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 24px;
  }
}

@media (max-width: 921px) {
  body.public-refresh #page {
    padding-top: 96px;
  }

  body.public-refresh .elementor-location-header {
    top: 12px;
    width: calc(100% - 20px);
  }

  body.public-refresh .elementor-location-header .elementor-top-section {
    border-radius: 20px !important;
  }

  body.public-refresh .elementor-location-header .elementor-container {
    padding: 10px 14px;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child,
  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child),
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child),
  body.public-refresh .elementor-location-footer {
    width: calc(100% - 20px) !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child {
    min-height: 62vh !important;
    border-radius: 28px !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-container,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child > .elementor-container {
    padding: 0 20px;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child .elementor-heading-title {
    font-size: clamp(2rem, 10vw, 3.4rem) !important;
  }

  body.public-refresh .eael-dual-header .title {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }

  body.public-refresh .elementor-location-footer .elementor-nav-menu {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  body.public-refresh #page {
    padding-top: 90px;
  }

  body.public-refresh .elementor-location-header .elementor-widget-image .elementor-widget-container {
    padding: 9px 14px;
  }

  body.public-refresh .elementor-location-header .elementor-widget-image img {
    max-height: 40px !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:first-child,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:first-child {
    min-height: 56vh !important;
    margin-bottom: 20px !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child),
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) {
    margin-bottom: 20px !important;
    border-radius: 24px !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
  body.public-refresh .elementor-location-footer .elementor-top-section > .elementor-container {
    padding: 18px 16px;
  }

  body.public-refresh .elementor-icon-box-wrapper,
  body.public-refresh .elementor-testimonial,
  body.public-refresh .elementor-location-footer .elementor-inner-section.elementor-element-67945eb > .elementor-container > .elementor-column > .elementor-widget-wrap,
  body.public-refresh.page-id-76 .elementor-element-2e4158d > .elementor-widget-wrap,
  body.public-refresh.page-id-76 .elementor-element-201115b > .elementor-widget-wrap,
  body.public-refresh.page-id-16 .elementor-element-619f914 > .elementor-widget-wrap,
  body.public-refresh.page-id-16 .elementor-element-801700b > .elementor-widget-wrap,
  body.public-refresh.page-id-8 .elementor-element-2f3cc24 > .elementor-widget-wrap,
  body.public-refresh.page-id-8 .elementor-element-b7c6f83 > .elementor-widget-wrap {
    padding: 20px;
  }

  body.public-refresh .elementor-location-footer .elementor-top-section {
    border-radius: 26px !important;
  }
}

body.public-refresh .elementor-button,
body.public-refresh .elementor-widget-button .elementor-button {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--refresh-brand), var(--refresh-brand-2)) !important;
  box-shadow: 0 18px 36px rgba(29, 125, 250, 0.24);
  font-family: "Outfit", "Cairo", sans-serif !important;
  font-size: 0.98rem;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

body.public-refresh .elementor-button::after,
body.public-refresh .elementor-widget-button .elementor-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 56%);
  pointer-events: none;
}

body.public-refresh .elementor-button:hover,
body.public-refresh .elementor-widget-button .elementor-button:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 24px 42px rgba(29, 125, 250, 0.28);
}

body.public-refresh .elementor-icon-box-wrapper,
body.public-refresh .elementor-testimonial,
body.public-refresh .elementor-image-box-wrapper,
body.public-refresh .elementor-counter,
body.public-refresh .elementor-price-table,
body.public-refresh .elementor-flip-box__front,
body.public-refresh .elementor-flip-box__back {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 24px 56px rgba(12, 32, 58, 0.12);
  transition:
    transform 0.34s ease,
    box-shadow 0.34s ease,
    border-color 0.34s ease;
}

body.public-refresh .elementor-icon-box-wrapper:hover,
body.public-refresh .elementor-testimonial:hover,
body.public-refresh .elementor-image-box-wrapper:hover,
body.public-refresh .elementor-counter:hover,
body.public-refresh .elementor-price-table:hover,
body.public-refresh .elementor-flip-box:hover .elementor-flip-box__front,
body.public-refresh .elementor-flip-box:hover .elementor-flip-box__back {
  transform: translateY(-6px);
  border-color: rgba(29, 125, 250, 0.28);
  box-shadow: 0 30px 68px rgba(12, 32, 58, 0.16);
}

body.public-refresh .elementor-icon-box-icon span,
body.public-refresh .elementor-icon-box-icon i,
body.public-refresh .elementor-icon-box-icon svg {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(29, 125, 250, 0.12), rgba(19, 194, 163, 0.18));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

body.public-refresh .elementor-accordion .elementor-accordion-item,
body.public-refresh .elementor-toggle .elementor-toggle-item {
  margin-bottom: 14px;
  border: 0 !important;
  background: transparent !important;
}

body.public-refresh .elementor-accordion .elementor-tab-title,
body.public-refresh .elementor-toggle .elementor-tab-title {
  padding: 18px 22px !important;
  border: 1px solid var(--refresh-line) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

body.public-refresh .elementor-accordion .elementor-tab-content,
body.public-refresh .elementor-toggle .elementor-tab-content {
  margin-top: -10px;
  padding: 24px 22px 22px !important;
  border: 1px solid var(--refresh-line) !important;
  border-top: 0 !important;
  border-radius: 0 0 22px 22px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

body.public-refresh .elementor-form .elementor-field,
body.public-refresh input[type="text"],
body.public-refresh input[type="email"],
body.public-refresh input[type="tel"],
body.public-refresh input[type="number"],
body.public-refresh select,
body.public-refresh textarea {
  min-height: 56px;
  border-radius: 18px !important;
  border: 1px solid rgba(77, 103, 132, 0.16) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

body.public-refresh textarea {
  min-height: 160px;
}

body.public-refresh .elementor-form .elementor-field:focus,
body.public-refresh input[type="text"]:focus,
body.public-refresh input[type="email"]:focus,
body.public-refresh input[type="tel"]:focus,
body.public-refresh input[type="number"]:focus,
body.public-refresh select:focus,
body.public-refresh textarea:focus {
  border-color: rgba(29, 125, 250, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(29, 125, 250, 0.12) !important;
}

body.public-refresh .elementor-widget-image img,
body.public-refresh .elementor-gallery-item img,
body.public-refresh .gallery-item img {
  transition:
    transform 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.55s ease;
}

body.public-refresh .elementor-gallery-item,
body.public-refresh .gallery-item {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(12, 32, 58, 0.14);
}

body.public-refresh .elementor-gallery-item:hover img,
body.public-refresh .gallery-item:hover img,
body.public-refresh .elementor-widget-image a:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

body.public-refresh .elementor-counter-number-wrapper,
body.public-refresh .elementor-counter-title {
  color: var(--refresh-ink) !important;
}

body.public-refresh {
  --refresh-section-gap: clamp(18px, 3vw, 34px);
  --refresh-soft-card: linear-gradient(180deg, rgba(245, 247, 249, 0.96), rgba(238, 241, 245, 0.88));
}

body.public-refresh .elementor-menu-anchor {
  position: relative;
  top: -118px;
}

body.public-refresh .elementor-spacer-inner {
  height: clamp(18px, 3.4vw, 84px) !important;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child),
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) {
  position: relative;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child)::before,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--refresh-brand), var(--refresh-brand-2));
  opacity: 0.82;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child):nth-of-type(odd),
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child):nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.96), rgba(238, 241, 245, 0.84)) !important;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child):nth-of-type(even),
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child):nth-of-type(even) {
  background: linear-gradient(180deg, rgba(241, 244, 247, 0.94), rgba(247, 248, 250, 0.82)) !important;
}

body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container {
  gap: var(--refresh-section-gap);
  align-items: center;
}

body.public-refresh .eael-dual-header {
  max-width: 860px;
}

body.public-refresh .eael-dual-header .title {
  max-width: 13ch;
  margin-inline: auto;
  text-wrap: balance;
}

body.public-refresh .eael-dual-header .lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(37, 99, 235, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.public-refresh .elementor-widget-heading .elementor-heading-title {
  text-wrap: balance;
}

body.public-refresh .elementor-widget-text-editor p,
body.public-refresh .elementor-icon-box-description,
body.public-refresh .elementor-testimonial__text {
  max-width: 66ch;
}

body.public-refresh .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

body.public-refresh #main .elementor-widget-image .elementor-widget-container {
  overflow: hidden;
  border-radius: 30px;
}

body.public-refresh #main .elementor-widget-image img {
  display: block;
  width: 100%;
}

body.public-refresh .elementor-icon-box-wrapper,
body.public-refresh .elementor-testimonial,
body.public-refresh .elementor-image-box-wrapper {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.public-refresh .elementor-icon-box-wrapper::before,
body.public-refresh .elementor-testimonial::before,
body.public-refresh .elementor-image-box-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--refresh-brand), var(--refresh-brand-2));
  opacity: 0.9;
}

body.public-refresh .elementor-gallery-item__overlay,
body.public-refresh .e-gallery-item__overlay {
  background: linear-gradient(180deg, rgba(7, 16, 31, 0.04), rgba(7, 16, 31, 0.64)) !important;
}

body.public-refresh .elementor-gallery-item__content,
body.public-refresh .e-gallery-item__content {
  padding: 18px !important;
}

body.public-refresh .elementor-testimonial-carousel .swiper-wrapper {
  align-items: stretch;
}

body.public-refresh .elementor-testimonial-carousel .swiper-slide {
  height: auto;
}

body.public-refresh .elementor-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.public-refresh .elementor-form .elementor-form-fields-wrapper {
  row-gap: 12px;
}

body.public-refresh .elementor-field-group {
  margin-bottom: 0 !important;
}

body.public-refresh .elementor-field-group.elementor-field-type-submit {
  margin-top: 8px !important;
}

body.public-refresh .elementor-form .elementor-button,
body.public-refresh .elementor-widget-form .elementor-button {
  width: 100%;
  justify-content: center;
}

body.public-refresh.page-id-16 .elementor-element-619f914 > .elementor-widget-wrap,
body.public-refresh.page-id-8 .elementor-element-2f3cc24 > .elementor-widget-wrap,
body.public-refresh.page-id-16 .elementor-element-801700b > .elementor-widget-wrap,
body.public-refresh.page-id-8 .elementor-element-b7c6f83 > .elementor-widget-wrap,
body.public-refresh.page-id-76 .elementor-element-2e4158d > .elementor-widget-wrap,
body.public-refresh.page-id-76 .elementor-element-201115b > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
}

body.public-refresh.page-id-16 .elementor-element-619f914 > .elementor-widget-wrap::after,
body.public-refresh.page-id-8 .elementor-element-2f3cc24 > .elementor-widget-wrap::after,
body.public-refresh.page-id-16 .elementor-element-801700b > .elementor-widget-wrap::after,
body.public-refresh.page-id-8 .elementor-element-b7c6f83 > .elementor-widget-wrap::after,
body.public-refresh.page-id-76 .elementor-element-2e4158d > .elementor-widget-wrap::after,
body.public-refresh.page-id-76 .elementor-element-201115b > .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -70px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(29, 125, 250, 0.14), transparent 68%);
  pointer-events: none;
}

body.public-refresh.page-id-8 .elementor-element-e7770ec .elementor-widget-image img,
body.public-refresh.page-id-16 .elementor-element-7df46b6 img {
  transform: translateY(-6px);
}

body.public-refresh.page-id-76 .elementor-element-2e4158d > .elementor-widget-wrap,
body.public-refresh.page-id-76 .elementor-element-201115b > .elementor-widget-wrap {
  min-height: 100%;
}

body.public-refresh.page-id-12 #portfolioanimatedbackground {
  padding: 26px !important;
}

body.public-refresh.page-id-12 #portfolioanimatedbackground .elementor-gallery__container {
  gap: 18px !important;
}

body.public-refresh .elementor-location-footer .elementor-top-section {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

body.public-refresh .elementor-location-footer .elementor-nav-menu a:hover {
  transform: translateY(-3px);
}

@media (max-width: 921px) {
  body.public-refresh .elementor-menu-anchor {
    top: -96px;
  }

  body.public-refresh .elementor-spacer-inner {
    height: clamp(16px, 4vw, 62px) !important;
  }

  body.public-refresh #main > article > .entry-content > .elementor > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container,
  body.public-refresh #main > .elementor-location-single > .elementor-section-wrap > .elementor-top-section:not(:first-child) > .elementor-container {
    gap: 18px;
  }

  body.public-refresh .eael-dual-header .lead {
    padding: 8px 14px;
    letter-spacing: 0.14em;
  }

  body.public-refresh.page-id-8 .elementor-element-e7770ec .elementor-widget-image img,
  body.public-refresh.page-id-16 .elementor-element-7df46b6 img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.public-refresh *,
  body.public-refresh *::before,
  body.public-refresh *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
