:root {
  --ax-bg: #f4f8ff;
  --ax-surface: #ffffff;
  --ax-ink: #0f172a;
  --ax-muted: #475569;
  --ax-brand: #0f6fff;
  --ax-brand-strong: #0b57d8;
  --ax-brand-alt: #11b7ff;
  --ax-border: rgba(15, 23, 42, 0.11);
  --ax-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
  --ax-shadow-strong: 0 18px 48px rgba(15, 23, 42, 0.14);
  --ax-focus: 0 0 0 4px rgba(15, 111, 255, 0.22);
  --ax-header-stack-offset: 0px;
  --ax-assistant-bottom-offset: 18px;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
  color: var(--ax-ink);
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(17, 183, 255, 0.12) 0, rgba(17, 183, 255, 0) 36%),
    radial-gradient(circle at 100% 10%, rgba(15, 111, 255, 0.12) 0, rgba(15, 111, 255, 0) 32%),
    var(--ax-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.site-title {
  font-family: "Sora", "Manrope", sans-serif !important;
  letter-spacing: -0.02em;
  color: var(--ax-ink);
}

p,
li,
.elementor-widget-text-editor,
.elementor-icon-list-text {
  color: var(--ax-muted);
}

a {
  color: var(--ax-brand);
}

a:hover,
a:focus {
  color: var(--ax-brand-strong);
}

header.elementor-location-header > .elementor-top-section {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

header.elementor-location-header > .elementor-top-section.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid var(--ax-border);
  box-shadow: var(--ax-shadow-soft);
  backdrop-filter: blur(12px);
}

header.elementor-location-header > .elementor-element-9574dda {
  z-index: 1002;
}

header.elementor-location-header > .elementor-element-5b76f27 {
  z-index: 1001;
}

header.elementor-location-header .elementor-nav-menu .elementor-item {
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.62rem 0.95rem !important;
  margin: 0 0.12rem;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

header.elementor-location-header .elementor-nav-menu .elementor-item:hover,
header.elementor-location-header .elementor-nav-menu .elementor-item:focus {
  color: var(--ax-brand) !important;
  background: rgba(15, 111, 255, 0.1);
  transform: translateY(-1px);
}

header.elementor-location-header .elementor-nav-menu .current-menu-item > .elementor-item,
header.elementor-location-header .elementor-nav-menu .current-menu-ancestor > .elementor-item {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
  box-shadow: 0 8px 20px rgba(15, 111, 255, 0.22);
}

header.elementor-location-header .elementor-widget-icon-list i {
  color: var(--ax-brand);
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.45rem;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.42rem 0.72rem;
  border-radius: 16px;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.1);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:hover,
header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:focus {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.16), rgba(17, 183, 255, 0.18));
  border-color: rgba(15, 111, 255, 0.22);
  box-shadow: 0 16px 30px rgba(15, 111, 255, 0.18);
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.12);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:hover .elementor-icon-list-icon,
header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:focus .elementor-icon-list-icon {
  transform: scale(1.05);
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
  box-shadow: 0 10px 18px rgba(15, 111, 255, 0.26);
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:hover .elementor-icon-list-icon i,
header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:focus .elementor-icon-list-icon i {
  color: #fff !important;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1.2;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-text small {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ax-muted);
  transition: color 0.2s ease;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-text strong {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--ax-ink);
  transition: color 0.2s ease;
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:hover .elementor-icon-list-text small,
header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:focus .elementor-icon-list-text small {
  color: var(--ax-brand-strong);
}

header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:hover .elementor-icon-list-text strong,
header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a:focus .elementor-icon-list-text strong {
  color: var(--ax-brand-strong);
}

@media (min-width: 922px) {
  header.elementor-location-header > .elementor-element-9574dda .elementor-element-c95f1dc {
    width: 29% !important;
  }

  header.elementor-location-header > .elementor-element-9574dda .elementor-element-e891db6 {
    width: 39% !important;
  }

  header.elementor-location-header > .elementor-element-9574dda .elementor-element-058dc24 {
    width: 32% !important;
  }
}

.elementor-button,
.ast-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt)) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(15, 111, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.elementor-button:hover,
.elementor-button:focus,
.ast-button:hover,
.ast-button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
  transform: translateY(-2px);
  filter: saturate(1.07);
  box-shadow: 0 18px 28px rgba(15, 111, 255, 0.3);
}

main#main {
  padding-bottom: clamp(2rem, 4vw, 5rem);
}

main .elementor-top-section > .elementor-container {
  width: min(1220px, calc(100% - 2rem));
}

main .elementor-top-section:first-of-type .elementor-heading-title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
}

main .elementor-widget-icon-box .elementor-widget-container,
main .elementor-widget-image-box .elementor-widget-container,
main .elementor-widget-counter .elementor-widget-container,
main .elementor-widget-testimonial .elementor-widget-container,
main .elementor-widget-price-table .elementor-widget-container,
main .elementor-widget-accordion .elementor-widget-container,
main .elementor-widget-toggle .elementor-widget-container {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ax-border);
  border-radius: 20px;
  box-shadow: var(--ax-shadow-soft);
}

main .elementor-widget-icon-box .elementor-widget-container,
main .elementor-widget-image-box .elementor-widget-container,
main .elementor-widget-counter .elementor-widget-container {
  padding: clamp(1rem, 2vw, 1.5rem);
}

main .elementor-widget-image img {
  border-radius: 16px;
}

main .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 14px;
}

main .elementor-widget-divider .elementor-divider-separator {
  border-color: rgba(15, 111, 255, 0.2);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea,
select {
  border-radius: 12px !important;
  border: 1px solid var(--ax-border) !important;
  background: #ffffff !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border-color: var(--ax-brand) !important;
  box-shadow: var(--ax-focus) !important;
}

footer.elementor-location-footer .elementor-top-section,
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background: linear-gradient(170deg, #09142d, #111f3d);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer.elementor-location-footer {
  position: relative;
  z-index: 0;
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
}

footer.elementor-location-footer,
footer.elementor-location-footer p,
footer.elementor-location-footer li,
footer.elementor-location-footer a,
.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] * {
  color: #dbe7ff !important;
}

footer.elementor-location-footer a:hover,
footer.elementor-location-footer a:focus,
.site-below-footer-wrap[data-section="section-below-footer-builder"] a:hover,
.site-below-footer-wrap[data-section="section-below-footer-builder"] a:focus {
  color: #ffffff !important;
}

@keyframes ax-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  main .elementor-top-section {
    animation: ax-rise 0.55s ease both;
  }

  main .elementor-top-section:nth-child(2) {
    animation-delay: 0.06s;
  }

  main .elementor-top-section:nth-child(3) {
    animation-delay: 0.12s;
  }
}

@media (max-width: 921px) {
  header.elementor-location-header .elementor-nav-menu .elementor-item {
    border-radius: 14px;
    margin: 0.08rem 0;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0 !important;
    border: 1px solid rgba(15, 111, 255, 0.16) !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt)) !important;
    box-shadow: 0 16px 32px rgba(15, 111, 255, 0.24);
    color: #fff !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-menu-toggle:hover,
  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-menu-toggle:focus {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow: 0 20px 34px rgba(15, 111, 255, 0.28);
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-menu-toggle i {
    color: #fff !important;
    font-size: 1.12rem;
    line-height: 1;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0.8rem;
    padding: 0.55rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(16px);
    overflow: hidden;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .menu-item {
    margin: 0;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .menu-item + .menu-item {
    margin-top: 0.22rem;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .elementor-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin: 0 !important;
    padding: 0.88rem 1rem !important;
    border-radius: 14px;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--ax-ink) !important;
    background: transparent;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .elementor-item:hover,
  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .elementor-item:focus {
    background: rgba(15, 111, 255, 0.08);
    color: var(--ax-brand-strong) !important;
    transform: none;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .current-menu-item > .elementor-item,
  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .current-menu-ancestor > .elementor-item {
    color: #fff !important;
    background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
    box-shadow: 0 12px 24px rgba(15, 111, 255, 0.2);
  }

  header.elementor-location-header .ax-header-phones .elementor-icon-list-item > a {
    padding: 0.38rem 0.58rem;
  }

  header.elementor-location-header .ax-header-phones .elementor-icon-list-text small {
    font-size: 0.68rem;
  }

  header.elementor-location-header .ax-header-phones .elementor-icon-list-text strong {
    font-size: 0.9rem;
  }

  main .elementor-top-section > .elementor-container {
    width: calc(100% - 1.25rem);
  }
}

@media (max-width: 767px) {
  header.elementor-location-header .ax-header-phones .elementor-icon-list-items {
    flex-direction: column;
  }

  header.elementor-location-header .ax-header-phones .elementor-icon-list-item {
    flex: 1 1 auto;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px !important;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0.7rem;
    padding: 0.48rem;
    border-radius: 18px;
  }

  header.elementor-location-header .elementor-widget-nav-menu.elementor-nav-menu--toggle .elementor-nav-menu--dropdown .elementor-item {
    min-height: 44px;
    padding: 0.78rem 0.88rem !important;
    border-radius: 12px;
    font-size: 0.95rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  header.elementor-location-header .elementor-element-47ff522 .elementor-element-a46b41f {
    width: 28% !important;
  }

  header.elementor-location-header .elementor-element-47ff522 .elementor-element-0b5ad36 {
    width: 44% !important;
  }

  header.elementor-location-header .elementor-element-47ff522 .elementor-element-1a494e2 {
    width: 28% !important;
  }
}

@media (max-width: 767px) {
  header.elementor-location-header .elementor-element-6a936f2 .elementor-element-9c24649 {
    width: 40% !important;
  }

  header.elementor-location-header .elementor-element-6a936f2 .elementor-element-c26f206 {
    width: 60% !important;
  }
}

@media (min-width: 922px) {
  header.elementor-location-header > .elementor-element-5b76f27.elementor-sticky--active {
    top: var(--ax-header-stack-offset) !important;
    background: transparent !important;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  header.elementor-location-header > .elementor-element-5b76f27.elementor-sticky--active > .elementor-container {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
    padding: 0.28rem clamp(0.4rem, 1vw, 0.9rem);
  }
}

/* Home-specific design layer (keeps content intact, modernizes structure). */
.ax-modern-ui.home #content .ast-container {
  width: min(1320px, calc(100% - 2rem));
  max-width: none;
}

.ax-modern-ui.home .elementor.elementor-344 {
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ax-modern-ui.home .elementor.elementor-344 > .elementor-section {
  margin-bottom: clamp(1.1rem, 2.2vw, 2rem);
}

.ax-modern-ui.home .elementor.elementor-344 > .elementor-section:last-child {
  margin-bottom: 0;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-5e3b5d0 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
  min-height: clamp(360px, 70vh, 760px);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-5e3b5d0 .elementor-background-overlay {
  background:
    linear-gradient(115deg, rgba(3, 24, 56, 0.78) 0%, rgba(15, 111, 255, 0.3) 45%, rgba(17, 183, 255, 0.18) 100%) !important;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-5e3b5d0::after {
  content: "";
  position: absolute;
  inset: auto -3rem -7rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-f13202a,
.ax-modern-ui.home .elementor.elementor-344 .elementor-element-25e48ba {
  margin-top: clamp(1.2rem, 2.1vw, 2rem);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_heading2 .title {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_heading2 .title i {
  color: var(--ax-brand);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-d0ec1a6 > .elementor-container,
.ax-modern-ui.home .elementor.elementor-344 .elementor-element-d27be2e > .elementor-container {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  box-shadow: var(--ax-shadow-soft);
  padding: clamp(1rem, 2vw, 2rem);
  backdrop-filter: blur(8px);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.4rem);
  align-items: stretch;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 > .elementor-container > .elementor-column {
  width: 100% !important;
  min-width: 0;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 .elementor-widget-wrap {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.4rem);
  align-content: stretch;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 .elementor-widget-ovacrs_why {
  margin: 0 !important;
}

.ax-modern-ui.home .elementor.elementor-344 img[src*="bg_why_top"],
.ax-modern-ui.home .elementor.elementor-344 img[src*="bg_why_bottom"] {
  opacity: 0.96;
  filter: brightness(0) saturate(100%) invert(56%) sepia(71%) saturate(1921%) hue-rotate(349deg) brightness(93%) contrast(91%);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  padding: 1rem 1rem 1.15rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 111, 255, 0.34);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why .number {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
  box-shadow: 0 10px 20px rgba(15, 111, 255, 0.24);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why .title {
  margin: 0 0 0.25rem;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ax-ink);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why .desc,
.ax-modern-ui.home .elementor.elementor-344 .ovacrs_why .desc p {
  margin: 0;
  color: var(--ax-muted);
  line-height: 1.55;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-c203303 .ireca_devide img {
  width: min(230px, 50vw);
  opacity: 0.95;
}

.ax-modern-ui.home .elementor.elementor-344 #ax-home-logo-carousel {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 0.35rem));
  margin: clamp(1.1rem, 2.3vw, 2rem) auto clamp(3rem, 5vw, 4.5rem);
}

.ax-home-carousel__shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  background:
    radial-gradient(circle at top right, rgba(15, 111, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.ax-home-carousel__copy {
  max-width: 880px;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.ax-home-carousel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  font-family: "Sora", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d96f1f;
}

.ax-home-carousel__copy h2 {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ax-ink);
}

.ax-home-carousel__copy p {
  margin: 0;
  color: var(--ax-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ax-home-carousel__stage {
  position: relative;
  display: block;
}

.ax-home-carousel__viewport {
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(15, 111, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(8, 18, 38, 0.98), rgba(13, 31, 65, 0.96));
}

.ax-home-carousel__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.ax-home-carousel__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.ax-home-carousel__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: clamp(320px, 36vw, 460px);
  margin: 0 auto;
}

.ax-home-carousel__slide > div {
  width: min(320px, 72%);
  padding: 0.8rem 0.85rem 0.78rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.ax-home-carousel__slide strong,
.ax-home-carousel__slide small {
  display: block;
}

.ax-home-carousel__slide strong {
  margin-bottom: 0.2rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--ax-ink);
}

.ax-home-carousel__slide small {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ax-muted);
}

.ax-home-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
  color: #fff;
  box-shadow: 0 14px 24px rgba(15, 111, 255, 0.25);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ax-home-carousel__nav.is-prev {
  left: 1rem;
}

.ax-home-carousel__nav.is-next {
  right: 1rem;
}

.ax-home-carousel__nav:hover,
.ax-home-carousel__nav:focus {
  transform: translateY(calc(-50% - 2px));
  box-shadow: 0 20px 30px rgba(15, 111, 255, 0.28);
}

.ax-home-carousel__nav span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.ax-home-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.ax-home-carousel__dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ax-home-carousel__dot.is-active {
  transform: scale(1.2);
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-f867a99 #rev_slider_2_1_wrapper {
  width: min(1240px, calc(100% - 1rem)) !important;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 30px 54px rgba(15, 23, 42, 0.25);
}

.ax-modern-ui.home .elementor.elementor-344 #rev_slider_2_1_wrapper .hephaistos.tp-bullet {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.ax-modern-ui.home .elementor.elementor-344 #rev_slider_2_1_wrapper .hephaistos.tp-bullet.selected {
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
  border-color: #fff;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-d27be2e .elfsight-widget {
  border-radius: 18px;
  overflow: hidden;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-c3ef694 > .elementor-container {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.2);
  box-shadow: var(--ax-shadow-strong);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-c3ef694 .elementor-background-overlay {
  background: linear-gradient(140deg, #061024 0%, #0e2c6a 52%, #0d73d8 100%) !important;
  opacity: 0.95;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_support.white,
.ax-modern-ui.home .elementor.elementor-344 .ovacrs_btn_action.white {
  color: #e7f0ff !important;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_support.white .title,
.ax-modern-ui.home .elementor.elementor-344 .ovacrs_btn_action.white .title {
  color: #ffffff !important;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_support.white .desc,
.ax-modern-ui.home .elementor.elementor-344 .ovacrs_btn_action.white .desc {
  color: #d0e2ff !important;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_btn_action .ireca_btn {
  background: #ffffff !important;
  color: var(--ax-brand-strong) !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(11, 87, 216, 0.22);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service {
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
  padding: 1.2rem 1.15rem 1.35rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 111, 255, 0.34);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service h3 {
  margin-bottom: 0.55rem;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service h3 a {
  color: var(--ax-ink);
  font-family: "Sora", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service .desc,
.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service .desc p {
  color: var(--ax-muted);
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-7be896f .ireca_service .line {
  width: 56px;
  height: 3px;
  margin-top: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ax-brand), var(--ax-brand-alt));
}

.ax-modern-ui.home .elementor.elementor-344 .elementor-element-ca53605 > .elementor-container {
  row-gap: 1rem;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info {
  position: relative;
  min-height: 390px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 36, 0.08) 15%, rgba(5, 16, 36, 0.84) 100%);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px rgba(15, 23, 42, 0.26);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 1.25rem;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .title a {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.25;
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .desc,
.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .desc p {
  color: rgba(241, 245, 255, 0.9);
}

.ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .icon a {
  color: #ffffff;
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ax-modern-ui .elementor-location-footer .elementor-shape {
  display: none;
}

.ax-modern-ui .elementor-location-footer .elementor-element-4ed25211 {
  display: none !important;
}

.ax-modern-ui .elementor-location-footer .elementor-element-4ed25211 > .elementor-container {
  margin-top: 2.2rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.ax-modern-ui .elementor-location-footer .elementor-element-4ed25211 .elementor-heading-title {
  color: #f5f8ff;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  line-height: 1.14;
}

.ax-modern-ui .elementor-location-footer #footermenu .elementor-item {
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.ax-modern-ui .elementor-location-footer #footermenu .elementor-item:hover,
.ax-modern-ui .elementor-location-footer #footermenu .elementor-item:focus {
  transform: translateX(4px);
  opacity: 1;
  color: #ffffff !important;
}

.ax-modern-ui .elementor-location-footer iframe {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 240px;
}

.ax-modern-ui .elementor-location-footer .elementor-element-658806bc > .elementor-container {
  align-items: flex-start;
  column-gap: 1.4rem;
  row-gap: 1.2rem;
}

.ax-modern-ui .elementor-location-footer .elementor-element-658806bc .elementor-element-3e774b17,
.ax-modern-ui .elementor-location-footer .elementor-element-6895696b,
.ax-modern-ui .elementor-location-footer .elementor-element-658806bc .elementor-element-3e6bdbdc,
.ax-modern-ui .elementor-location-footer #footermenu {
  display: none !important;
}

.ax-modern-ui .elementor-location-footer .elementor-element-3a887c92 img {
  width: min(100%, 154px) !important;
  max-width: 154px !important;
  height: auto;
}

.ax-modern-ui .elementor-location-footer .elementor-element-59c90618 .elementor-widget-wrap {
  gap: 0.85rem;
}

@media (max-width: 1024px) {
  .ax-modern-ui.home #content .ast-container {
    width: calc(100% - 1.2rem);
  }

  .ax-modern-ui.home .elementor.elementor-344 .elementor-element-5e3b5d0 {
    border-radius: 22px;
    min-height: clamp(280px, 52vh, 520px);
  }

  .ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .ax-modern-ui.home .elementor.elementor-344 .elementor-element-d0ec1a6 > .elementor-container,
  .ax-modern-ui.home .elementor.elementor-344 .elementor-element-d27be2e > .elementor-container {
    border-radius: 18px;
    padding: 0.9rem;
  }

  .ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 > .elementor-container {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .ax-modern-ui.home .elementor.elementor-344 .elementor-element-fe262e8 .elementor-widget-wrap {
    gap: 0.9rem;
  }

  .ax-modern-ui.home .elementor.elementor-344 .ovacrs_why {
    gap: 0.8rem;
  }

  .ax-modern-ui.home .elementor.elementor-344 .ovacrs_thumbnail_info .content {
    padding: 1rem;
  }

  .ax-modern-ui.home .elementor.elementor-344 #rev_slider_2_1_wrapper {
    border-radius: 16px;
  }

  .ax-home-carousel__shell {
    border-radius: 20px;
    padding: 0.95rem;
  }

  .ax-home-carousel__viewport {
    border-radius: 18px;
  }

  .ax-home-carousel__slide {
    min-height: 0;
    padding: 0;
  }

  .ax-home-carousel__image {
    max-height: 280px;
  }

  .ax-home-carousel__slide > div {
    width: min(260px, 82%);
  }

  .ax-home-carousel__nav {
    width: 2.7rem;
    height: 2.7rem;
  }

  .ax-home-carousel__nav.is-prev {
    left: 0.55rem;
  }

  .ax-home-carousel__nav.is-next {
    right: 0.55rem;
  }

  .ax-home-carousel__nav:hover,
  .ax-home-carousel__nav:focus {
    transform: translateY(calc(-50% - 1px));
  }
}

/* Placeholder content blocks used to keep DB untouched while redesigning pages. */
.ax-hide-block {
  display: none !important;
}

.ax-placeholder-section {
  margin: clamp(1.2rem, 2.4vw, 2.2rem) 0;
  padding: clamp(1rem, 2.2vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ax-shadow-soft);
}

.ax-ph-header {
  margin-bottom: 1rem;
}

.ax-home-stack__reviews {
  margin-bottom: 1.1rem;
}

.ax-ph-header h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.ax-ph-header p {
  margin: 0;
  color: var(--ax-muted);
}

.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border: 1px dashed rgba(15, 111, 255, 0.45);
  border-radius: 16px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(15, 111, 255, 0.08),
    rgba(15, 111, 255, 0.08) 10px,
    rgba(255, 255, 255, 0.9) 10px,
    rgba(255, 255, 255, 0.9) 20px
  );
  color: #0b57d8;
  font-weight: 700;
  text-align: center;
}

.ax-gallery-grid,
.ax-review-grid,
.ax-instructor-grid,
.ax-car-grid,
.ax-screenshot-grid,
.ax-contact-overview,
.ax-location-grid,
.ax-footer-locations {
  display: grid;
  gap: 1rem;
}

.ax-gallery-grid,
.ax-car-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ax-review-grid,
.ax-instructor-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ax-screenshot-grid,
.ax-contact-overview,
.ax-location-grid,
.ax-footer-locations {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ax-review-card,
.ax-instructor-card,
.ax-car-card,
.ax-contact-card,
.ax-location-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ax-review-card h3,
.ax-instructor-card h3,
.ax-car-card h3,
.ax-contact-card h3,
.ax-location-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  color: var(--ax-ink);
}

.ax-review-card p,
.ax-instructor-card p,
.ax-car-card p,
.ax-contact-card p,
.ax-location-card p {
  margin: 0;
}

.ax-contact-overview {
  margin-bottom: 1.15rem;
}

.ax-car-grid {
  align-items: start;
}

.ax-car-card {
  padding: 0;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ax-car-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 111, 255, 0.22);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.ax-car-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, rgba(231, 239, 255, 0.92), rgba(212, 226, 255, 0.96));
}

.ax-car-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ax-car-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(7, 16, 34, 0.74);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.ax-car-card__body {
  padding: 0.95rem 1rem 1.05rem;
}

.ax-car-card__body h3 {
  margin: 0 0 0.28rem;
}

.ax-car-card__body p {
  color: var(--ax-muted);
  line-height: 1.55;
}

.ax-contact-card {
  padding: 1.1rem 1.1rem 1.15rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(15, 111, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.ax-contact-card__eyebrow {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d66b1f;
}

.ax-contact-card__rows {
  display: grid;
  gap: 0.75rem;
}

.ax-contact-card__rows div,
.ax-contact-card__list li {
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.ax-contact-card__rows strong,
.ax-contact-card__rows span,
.ax-contact-card__list strong,
.ax-contact-card__list span,
.ax-contact-card__list a {
  display: block;
}

.ax-contact-card__rows strong,
.ax-contact-card__list strong {
  margin-bottom: 0.18rem;
  color: var(--ax-ink);
}

.ax-contact-card__rows span,
.ax-contact-card__list span {
  color: var(--ax-muted);
  line-height: 1.55;
}

.ax-contact-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-contact-card__list li + li {
  margin-top: 0.75rem;
}

.ax-contact-card__list a {
  color: var(--ax-brand-strong);
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.ax-contact-card__list--details a,
.ax-contact-card__list--details span {
  overflow-wrap: anywhere;
}

.ax-contact-locations__header {
  margin-top: 0.3rem;
}

.page-id-1296 .elementor.elementor-1296 > .ax-enroll-section {
  margin-bottom: clamp(1.4rem, 2.6vw, 2.4rem);
}

.page-id-1296 .elementor-widget-ovacrs_heading3 .elementor-widget-container {
  padding: 0 !important;
}

.ax-enroll-card {
  padding: clamp(1.25rem, 2.8vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(15, 111, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}

.ax-enroll-card__eyebrow {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d66b1f;
}

.ax-enroll-card h2 {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ax-ink);
}

.ax-enroll-card__intro {
  max-width: 760px;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ax-muted);
}

.ax-enroll-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ax-enroll-grid--office {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ax-enroll-panel {
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ax-enroll-panel h3 {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--ax-ink);
}

.ax-enroll-panel p {
  margin: 0 0 0.85rem;
  color: var(--ax-muted);
  line-height: 1.65;
}

.ax-enroll-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ax-enroll-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.35rem;
  line-height: 1.65;
  color: var(--ax-ink);
}

.ax-enroll-list li + li {
  margin-top: 0.7rem;
}

.ax-enroll-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--ax-brand), var(--ax-brand-alt));
  box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.1);
}

.ax-enroll-age-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0 0 1rem;
}

.ax-enroll-age {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #f6f9ff, #edf4ff);
  border: 1px solid rgba(15, 111, 255, 0.12);
}

.ax-enroll-age strong,
.ax-enroll-age span,
.ax-enroll-keyline strong,
.ax-enroll-keyline span,
.ax-enroll-hours strong,
.ax-enroll-hours span {
  display: block;
}

.ax-enroll-age strong,
.ax-enroll-keyline strong,
.ax-enroll-hours strong {
  margin-bottom: 0.2rem;
  color: var(--ax-ink);
}

.ax-enroll-age span,
.ax-enroll-keyline span,
.ax-enroll-hours span {
  color: var(--ax-muted);
  line-height: 1.55;
}

.ax-enroll-keyline + .ax-enroll-keyline {
  margin-top: 0.9rem;
}

.ax-enroll-keyline a {
  display: inline-flex;
  margin-top: 0.15rem;
  font-weight: 800;
  color: var(--ax-brand-strong);
  text-decoration: none;
}

.ax-enroll-hours {
  display: grid;
  gap: 0.75rem;
}

.ax-enroll-hours div {
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #f9fbff;
}

.page-id-3437 .entry-content > *:not(#ax-quiz-layout) {
  display: none !important;
}

.ax-quiz-page {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.ax-quiz-hero,
.ax-quiz-benefits,
.ax-quiz-screens {
  padding: clamp(1.2rem, 2.7vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(15, 111, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}

.ax-quiz-hero {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
}

.ax-quiz-eyebrow {
  margin: 0 0 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d66b1f;
}

.ax-quiz-hero h1 {
  margin: 0 0 0.55rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--ax-ink);
}

.ax-quiz-lead {
  max-width: 760px;
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ax-muted);
}

.ax-quiz-points,
.ax-quiz-benefit-grid,
.ax-phone-grid {
  display: grid;
  gap: 1rem;
}

.ax-quiz-points,
.ax-quiz-benefit-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.ax-quiz-point,
.ax-quiz-benefit {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.ax-quiz-point strong,
.ax-quiz-point span,
.ax-quiz-benefit h3,
.ax-quiz-benefit p {
  display: block;
}

.ax-quiz-point strong,
.ax-quiz-benefit h3 {
  margin-bottom: 0.25rem;
  color: var(--ax-ink);
}

.ax-quiz-point span,
.ax-quiz-benefit p {
  color: var(--ax-muted);
  line-height: 1.6;
}

.ax-quiz-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.ax-quiz-downloads a {
  display: inline-flex;
}

.ax-quiz-downloads img {
  display: block;
  height: auto;
  max-width: 185px;
}

.ax-quiz-hero__visual {
  display: grid;
  gap: 1rem;
}

.ax-quiz-app-card,
.ax-quiz-hero__metrics div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(165deg, #071126, #111f3f);
  color: #eff5ff;
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.16);
}

.ax-quiz-app-card {
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
}

.ax-quiz-app-card img {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
}

.ax-quiz-app-card strong,
.ax-quiz-app-card span,
.ax-quiz-hero__metrics strong,
.ax-quiz-hero__metrics span {
  display: block;
}

.ax-quiz-app-card strong,
.ax-quiz-hero__metrics strong {
  color: #ffffff;
}

.ax-quiz-app-card span,
.ax-quiz-hero__metrics span {
  color: rgba(239, 245, 255, 0.78);
  line-height: 1.55;
}

.ax-quiz-hero__metrics {
  display: grid;
  gap: 0.85rem;
}

.ax-phone-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ax-phone-preview {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 1rem 0.9rem 0.85rem;
  border-radius: 36px;
  background: linear-gradient(180deg, #121212, #1a1a1c);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 44px rgba(15, 23, 42, 0.2);
  color: #f6f7fb;
}

.ax-phone-preview__status,
.ax-phone-preview__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ax-phone-preview__status {
  margin-bottom: 0.8rem;
  padding: 0 0.35rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.ax-phone-preview__appbar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}

.ax-phone-preview__appbar img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.ax-phone-preview__appbar strong,
.ax-phone-preview__welcome strong,
.ax-mini-card strong,
.ax-category-pill strong,
.ax-progress-card strong {
  display: block;
}

.ax-phone-preview__body {
  flex: 1 1 auto;
  display: grid;
  gap: 0.95rem;
}

.ax-phone-preview__body h3 {
  margin: 0;
  font-size: 1.15rem;
  color: #ffffff;
}

.ax-phone-preview__body p,
.ax-phone-preview__welcome span,
.ax-mini-card span,
.ax-category-pill span,
.ax-phone-preview__panel span,
.ax-progress-card span,
.ax-progress-card em {
  color: rgba(240, 242, 247, 0.78);
  line-height: 1.55;
}

.ax-phone-preview__welcome,
.ax-phone-preview__panel,
.ax-progress-card {
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(44, 39, 52, 0.88);
}

.ax-mini-grid,
.ax-category-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ax-mini-card,
.ax-category-pill {
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  background: rgba(36, 39, 48, 0.94);
}

.ax-mini-card.is-blue {
  box-shadow: inset 0 -50px 0 rgba(45, 145, 255, 0.12);
}

.ax-mini-card.is-orange {
  box-shadow: inset 0 -50px 0 rgba(255, 139, 26, 0.12);
}

.ax-mini-card.is-green {
  box-shadow: inset 0 -50px 0 rgba(67, 198, 95, 0.12);
}

.ax-mini-card.is-yellow {
  box-shadow: inset 0 -50px 0 rgba(255, 214, 10, 0.12);
}

.ax-category-pill.is-red {
  box-shadow: inset 0 -44px 0 rgba(245, 84, 84, 0.18);
}

.ax-category-pill.is-blue {
  box-shadow: inset 0 -44px 0 rgba(52, 145, 255, 0.18);
}

.ax-category-pill.is-green {
  box-shadow: inset 0 -44px 0 rgba(68, 191, 98, 0.18);
}

.ax-category-pill.is-purple {
  box-shadow: inset 0 -44px 0 rgba(181, 76, 224, 0.18);
}

.ax-category-pill.is-gold {
  box-shadow: inset 0 -44px 0 rgba(239, 173, 55, 0.18);
}

.ax-category-grid--learning .ax-category-pill {
  min-height: 92px;
}

.ax-phone-preview__panel strong,
.ax-progress-card strong {
  color: #ffffff;
}

.ax-progress-card em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
}

.ax-phone-preview__nav {
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  color: rgba(240, 242, 247, 0.58);
}

.ax-phone-preview__nav span.is-active {
  color: #f5a623;
  font-weight: 800;
}

@media (max-width: 767px) {
  .ax-quiz-hero,
  .ax-quiz-benefits,
  .ax-quiz-screens {
    padding: 1rem;
    border-radius: 22px;
  }

  .ax-quiz-hero {
    grid-template-columns: 1fr;
  }

  .ax-phone-preview {
    min-height: 560px;
    border-radius: 28px;
  }

  .ax-mini-grid,
  .ax-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ax-contact-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .ax-enroll-card {
    padding: 1rem;
    border-radius: 22px;
  }

  .ax-enroll-panel {
    padding: 0.9rem;
    border-radius: 18px;
  }
}

.ax-avatar {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  min-height: 110px;
  margin-bottom: 0.8rem;
  border-radius: 14px;
  background: #edf3ff;
}

.ax-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ax-avatar--placeholder {
  min-height: 220px;
  border-style: solid;
  border-color: rgba(15, 111, 255, 0.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(15, 111, 255, 0.16), transparent 40%),
    linear-gradient(145deg, #edf3ff, #f8fbff);
  color: var(--ax-brand-strong);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ax-avatar--placeholder span {
  display: inline-block;
}

.ax-instructor-categories {
  margin-top: 0.15rem !important;
  color: var(--ax-muted);
  line-height: 1.55;
  font-weight: 600;
}

.ax-inline-review {
  margin: 0.7rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ax-muted);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 0.55rem;
}

.page-id-3152 .elementor-element-12726d3e .elementor-heading-title,
.page-id-3152 .elementor-element-4d97fe56 .elementor-heading-title {
  color: #13213f;
}

.page-id-3152 .elementor-element-12726d3e {
  padding-top: 1rem;
}

.page-id-3152 .elementor-element-61cc2329 .elementor-heading-title,
.page-id-3152 .elementor-element-13e2c30c .elementor-widget-container {
  font-family: "Sora", sans-serif;
  color: #d66b1f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-3152 .elementor-element-61cc2329 .elementor-heading-title {
  font-size: 0.92rem;
  font-weight: 800;
}

.page-id-3152 .elementor-element-6058b433 .elementor-heading-title,
.page-id-3152 .elementor-element-2e988313 .elementor-heading-title {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 0.92;
  text-transform: none;
}

.page-id-3152 .elementor-element-6058b433 .elementor-heading-title {
  font-size: clamp(3rem, 7vw, 5.2rem);
}

.page-id-3152 .elementor-element-2e988313 .elementor-heading-title {
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: #0f6fff;
}

.page-id-3152 .elementor-element-5f6878d2 .elementor-widget-container,
.page-id-3152 .elementor-element-13e2c30c .elementor-widget-container {
  font-family: "Sora", sans-serif;
  color: #51627f;
}

.page-id-3152 .elementor-element-5f6878d2 .elementor-widget-container {
  font-size: 1rem;
  line-height: 1.9;
}

.page-id-3152 .elementor-element-5f6878d2 .elementor-widget-container > div + div {
  margin-top: 0.65rem;
}

.page-id-3152 .elementor-element-13e2c30c .elementor-widget-container {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-id-3152 #ax-instructors-showcase {
  padding-top: 0.9rem;
  margin-bottom: 1rem;
}

.page-id-3152 #ax-instructors-showcase .ax-instructor-grid {
  padding-top: 0.2rem;
}

.page-id-3152 .elementor-widget-flip-box .elementor-flip-box {
  width: min(100%, 250px);
  margin: 0 auto;
}

.page-id-3152 .elementor-widget-flip-box .elementor-flip-box__layer {
  min-height: 250px;
}

@media (max-width: 767px) {
  .page-id-3152 .elementor-element-12726d3e {
    padding-top: 0.7rem;
  }

  .page-id-3152 #ax-instructors-showcase {
    padding-top: 0.7rem;
  }
}

.ax-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.ax-filter-btn {
  border: 1px solid rgba(15, 111, 255, 0.25);
  border-radius: 999px;
  background: #fff;
  color: var(--ax-brand-strong);
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.ax-filter-btn.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
  color: #fff;
}

.ax-hide-card {
  display: none;
}

.ax-phone-shot {
  min-height: 250px;
}

.ax-modern-ui .elementor-location-footer .elementor-element-59c90618 .elementor-widget-wrap {
  align-items: flex-start;
}

.ax-modern-ui .elementor-location-footer .elementor-element-59c90618 .elementor-widget-divider {
  display: none !important;
}

.ax-modern-ui .elementor-location-footer .elementor-element-59c90618 .elementor-widget-heading {
  margin-bottom: 0.35rem;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
  gap: 0.65rem;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-grid-item {
  margin: 0 !important;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: #0d1b33 !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  color: #fff !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook i,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram i,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok i,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link i {
  font-size: 1.18rem;
  line-height: 1;
  color: #fff !important;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook {
  background: linear-gradient(135deg, #0866ff, #4f93ff) !important;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram {
  background: linear-gradient(140deg, #fa8f21, #d82d7e 55%, #4c68d7) !important;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link {
  background:
    radial-gradient(circle at 24% 22%, rgba(37, 244, 238, 0.45), rgba(37, 244, 238, 0) 52%),
    radial-gradient(circle at 74% 76%, rgba(254, 44, 85, 0.48), rgba(254, 44, 85, 0) 54%),
    linear-gradient(140deg, #161616, #000) !important;
}

.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook:hover,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook:focus,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram:hover,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram:focus,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok:hover,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok:focus,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link:hover,
.ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link:focus {
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  color: #fff !important;
}

.ax-footer-locations {
  margin-top: 0;
  width: auto;
  flex: 1 1 680px;
  align-self: stretch;
  grid-auto-rows: auto;
}

.ax-footer-locations .ax-location-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(10, 21, 43, 0.84), rgba(10, 21, 43, 0.66));
  border-color: rgba(255, 255, 255, 0.14);
}

.ax-footer-locations .ax-location-card h3,
.ax-footer-locations .ax-location-card p,
.ax-footer-locations .ax-location-card a {
  color: #e8f1ff !important;
}

.ax-location-card__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ax-brand-strong);
}

.ax-location-card__meta {
  line-height: 1.6;
  color: var(--ax-ink);
}

.ax-location-card__note {
  margin-top: 0.65rem !important;
  line-height: 1.6;
  color: var(--ax-muted);
}

.ax-location-card__map {
  position: relative;
  overflow: hidden;
  margin-top: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.04);
  aspect-ratio: 4 / 3;
}

.ax-location-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 0 !important;
}

.ax-location-card__photo {
  position: relative;
  overflow: hidden;
  margin-top: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.04);
  aspect-ratio: 3 / 2;
}

.ax-location-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ax-location-card__phone-label {
  margin-top: 0.9rem !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ax-brand-strong);
}

.ax-location-card__phone {
  margin-top: 0.2rem !important;
  font-size: 1.05rem;
  font-weight: 800;
}

.ax-location-card__phone a {
  color: inherit;
}

.ax-location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ax-location-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(15, 111, 255, 0.2);
  border-radius: 999px;
  background: #f4f8ff;
  color: var(--ax-brand-strong);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ax-location-card__action:hover,
.ax-location-card__action:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

.ax-location-card__action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
  color: #fff;
}

.ax-footer-locations .ax-location-card__eyebrow,
.ax-footer-locations .ax-location-card__phone-label {
  color: #8fb5ff !important;
}

.ax-footer-locations .ax-location-card__meta,
.ax-footer-locations .ax-location-card__note {
  color: rgba(232, 241, 255, 0.82) !important;
}

.ax-footer-locations .ax-location-card__map {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.ax-footer-locations .ax-location-card__action {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #f4f8ff !important;
}

.ax-footer-locations .ax-location-card__action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
}

.ax-footer-legal {
  flex: 0 0 auto;
  width: 100%;
  display: grid;
  justify-items: start;
  align-self: start;
  gap: 0.18rem;
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(232, 241, 255, 0.66);
  text-align: left;
}

.ax-footer-legal__copy,
.ax-footer-legal__link,
.ax-footer-legal__credit {
  font-size: 0.72rem;
  line-height: 1.2;
  white-space: normal;
}

.ax-footer-legal__link {
  color: #f4f8ff !important;
  font-weight: 600;
  text-decoration: none;
}

.ax-footer-legal__link:hover,
.ax-footer-legal__link:focus {
  color: #ffffff !important;
  text-decoration: underline;
}

.ax-footer-legal__separator {
  display: none;
}

@media (min-width: 768px) {
  .ax-modern-ui .elementor-location-footer .elementor-element-658806bc .elementor-element-59c90618 {
    width: 270px !important;
    min-width: 270px;
    flex: 0 0 270px !important;
  }

  .ax-footer-locations {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

@media (max-width: 767px) {
  .ax-modern-ui .elementor-location-footer .elementor-element-658806bc .elementor-element-59c90618 {
    width: 100% !important;
    min-width: 0;
    flex: 1 1 100% !important;
  }

  footer.elementor-location-footer {
    clear: both;
    margin-top: 1.35rem;
    position: relative;
    isolation: isolate;
  }

  .ax-modern-ui.ax-assistant-enabled footer.elementor-location-footer .elementor-top-section {
    padding-bottom: 96px;
  }

  .ax-modern-ui .elementor-location-footer .elementor-element-658806bc > .elementor-container {
    row-gap: 0.75rem;
  }

  .ax-modern-ui .elementor-location-footer .elementor-element-3a887c92 img {
    width: min(100%, 88px) !important;
    max-width: 88px !important;
  }

  .ax-modern-ui .elementor-location-footer .elementor-element-59c90618 .elementor-widget-wrap {
    gap: 0.42rem;
    align-items: center;
    text-align: center;
  }

  .ax-modern-ui .elementor-location-footer .elementor-element-1126bade .elementor-widget-container,
  .ax-modern-ui .elementor-location-footer .elementor-element-4b51a679 .elementor-widget-container {
    width: 100%;
    text-align: center;
  }

  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-inline: auto;
  }

  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-grid-item {
    display: flex;
    justify-content: center;
  }

  .ax-modern-ui .elementor-location-footer .elementor-element-4b51a679.e-grid-align-left .elementor-social-icons-wrapper,
  .ax-modern-ui .elementor-location-footer .elementor-element-4b51a679.e-grid-align-mobile-center .elementor-social-icons-wrapper {
    justify-content: center !important;
  }

  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-facebook,
  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-instagram,
  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .elementor-social-icon-tiktok,
  .ax-modern-ui .elementor-location-footer .elementor-social-icons-wrapper .ax-tiktok-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .ax-footer-locations {
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .ax-footer-locations .ax-location-card {
    padding: 0.85rem;
  }

  .ax-location-card__map {
    margin-top: 0.7rem;
    aspect-ratio: 16 / 9;
  }

  .ax-location-card__photo {
    margin-top: 0.7rem;
    aspect-ratio: 3 / 2;
  }

  .ax-modern-ui .elementor-location-footer iframe {
    min-height: 150px;
  }

  .ax-footer-locations .ax-location-card__note {
    margin-top: 0.45rem !important;
  }

  .ax-footer-locations .ax-location-card__actions {
    margin-top: 0.8rem;
    gap: 0.5rem;
  }

  .ax-footer-locations .ax-location-card__action {
    min-height: 38px;
    padding: 0.58rem 0.82rem;
    font-size: 0.86rem;
  }

  .ax-footer-legal {
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 0.18rem;
    margin-top: 0.45rem;
    padding-top: 0.3rem;
    text-align: center;
  }

  .ax-footer-legal__copy,
  .ax-footer-legal__link,
  .ax-footer-legal__credit {
    white-space: normal;
  }

  .ax-footer-legal__separator {
    display: none;
  }
}

header.elementor-location-header .ax-brand-logo-image {
  width: auto !important;
  max-height: 200px;
  object-fit: contain;
}

@media (max-width: 921px) {
  header.elementor-location-header .ax-brand-logo-image {
    max-height: 118px;
  }
}

@media (max-width: 767px) {
  header.elementor-location-header .ax-brand-logo-image {
    max-height: 96px;
  }
}

html.ax-assistant-enabled .joinchat,
html.ax-assistant-enabled .joinchat_app,
html.ax-assistant-enabled .joinchat_open {
  display: none !important;
}

body.ax-assistant-enabled [data-elementor-type="floating-buttons"],
body.ax-assistant-enabled .e-contact-buttons,
body.ax-assistant-enabled .e-floating-bars,
body.ax-assistant-enabled .e-con--floating-buttons,
body.ax-assistant-enabled .e-con-inner--floating-buttons {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#ax-assistant {
  position: fixed;
  right: 18px;
  bottom: var(--ax-assistant-bottom-offset);
  z-index: 99999;
  width: min(392px, calc(100vw - 24px));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

#ax-assistant * {
  box-sizing: border-box;
}

#ax-assistant button,
#ax-assistant input,
#ax-assistant a {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
}

#ax-assistant .ax-assistant__launcher,
#ax-assistant .ax-assistant__close,
#ax-assistant .ax-assistant__send,
#ax-assistant .ax-assistant__chip {
  border: 0 !important;
  transform: none !important;
  filter: none !important;
}

#ax-assistant .ax-assistant__launcher {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 14px 10px 10px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(9, 20, 45, 0.96), rgba(15, 111, 255, 0.96)) !important;
  box-shadow: 0 22px 42px rgba(7, 20, 48, 0.28) !important;
  color: #fff !important;
  cursor: pointer;
}

#ax-assistant .ax-assistant__launcher-icon,
#ax-assistant .ax-assistant__avatar {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

#ax-assistant .ax-assistant__launcher-icon img,
#ax-assistant .ax-assistant__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

#ax-assistant .ax-assistant__launcher-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

#ax-assistant .ax-assistant__launcher-copy strong {
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.05;
}

#ax-assistant .ax-assistant__launcher-copy small {
  color: rgba(232, 241, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1;
}

#ax-assistant .ax-assistant__panel {
  width: 100%;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(17, 183, 255, 0.12), rgba(17, 183, 255, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow: 0 30px 56px rgba(15, 23, 42, 0.2);
  backdrop-filter: blur(18px);
}

#ax-assistant.is-open .ax-assistant__panel {
  display: block;
}

#ax-assistant.is-open .ax-assistant__launcher {
  display: none;
}

#ax-assistant .ax-assistant__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
}

#ax-assistant .ax-assistant__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

#ax-assistant .ax-assistant__identity strong {
  display: block;
  color: var(--ax-ink);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.96rem;
}

#ax-assistant .ax-assistant__identity p {
  margin: 3px 0 0;
  color: var(--ax-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

#ax-assistant .ax-assistant__close {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, 0.06) !important;
  color: var(--ax-ink) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
}

#ax-assistant .ax-assistant__messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
  max-height: min(52vh, 460px);
  padding: 16px;
  overflow-y: auto;
}

#ax-assistant .ax-assistant__message {
  display: flex;
}

#ax-assistant .ax-assistant__message--user {
  justify-content: flex-end;
}

#ax-assistant .ax-assistant__bubble {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

#ax-assistant .ax-assistant__message--bot .ax-assistant__bubble {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: var(--ax-ink);
  border-top-left-radius: 8px;
}

#ax-assistant .ax-assistant__message--user .ax-assistant__bubble {
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt));
  color: #fff;
  border-top-right-radius: 8px;
}

#ax-assistant .ax-assistant__bubble p {
  margin: 0;
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.55;
}

#ax-assistant .ax-assistant__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

#ax-assistant .ax-assistant__link-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: var(--ax-brand-strong);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

#ax-assistant .ax-assistant__link-pill:hover,
#ax-assistant .ax-assistant__link-pill:focus {
  background: rgba(15, 111, 255, 0.14);
  color: var(--ax-brand-strong);
}

#ax-assistant .ax-assistant__bubble--typing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#ax-assistant .ax-assistant__bubble--typing span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.28);
  animation: ax-assistant-pulse 1s ease-in-out infinite;
}

#ax-assistant .ax-assistant__bubble--typing span:nth-child(2) {
  animation-delay: 0.15s;
}

#ax-assistant .ax-assistant__bubble--typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes ax-assistant-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

#ax-assistant .ax-assistant__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 12px;
}

#ax-assistant .ax-assistant__suggestions.is-empty {
  display: none;
}

#ax-assistant .ax-assistant__chip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px !important;
  background: rgba(15, 111, 255, 0.08) !important;
  box-shadow: none !important;
  color: var(--ax-brand-strong) !important;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700 !important;
}

#ax-assistant .ax-assistant__chip:hover,
#ax-assistant .ax-assistant__chip:focus {
  background: rgba(15, 111, 255, 0.15) !important;
}

#ax-assistant .ax-assistant__composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 0 16px 12px;
}

#ax-assistant .ax-assistant__input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ax-ink) !important;
  font-size: 0.94rem;
}

#ax-assistant .ax-assistant__send {
  min-width: 96px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--ax-brand), var(--ax-brand-alt)) !important;
  box-shadow: 0 14px 24px rgba(15, 111, 255, 0.24) !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800 !important;
}

#ax-assistant .ax-assistant__footnote {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--ax-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

#ax-assistant .ax-assistant__footnote a {
  font-weight: 700;
}

@media (max-width: 767px) {
  #ax-assistant {
    right: 12px;
    width: calc(100vw - 24px);
  }

  #ax-assistant .ax-assistant__panel {
    border-radius: 22px;
  }

  #ax-assistant .ax-assistant__messages {
    max-height: min(48vh, 380px);
  }
}

@media (max-width: 560px) {
  #ax-assistant .ax-assistant__launcher {
    padding-right: 12px;
  }

  #ax-assistant .ax-assistant__launcher-copy small {
    display: none;
  }

  #ax-assistant .ax-assistant__composer {
    grid-template-columns: 1fr;
  }

  #ax-assistant .ax-assistant__send {
    width: 100%;
  }
}
