/* ============================================================
   Snapshot Elementor – shared styles (Desktop ≥1025px default)
   Breakpoints:
     • Tablet: ≤1024px
     • Mobile: ≤480px
   ============================================================ */


/* ------------------------------------------------------------
   Global: Standard Snapshot filled button (shared)
   ------------------------------------------------------------ */
.elementor .snapshot-arch-btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #3EAE2B;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  border: 0;
  box-shadow: none;
  min-width: 206px;
  width: fit-content;
  font-family: 'Proxima Nova', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.elementor .snapshot-arch-btn:hover {
  filter: brightness(0.96);
}

.elementor .snapshot-arch-btn__ico {
  display: inline-flex;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-arch-btn {
    /* no tablet-specific changes */
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-arch-btn {
    /* no mobile-specific changes */
  }
}


/* ------------------------------------------------------------
   Global: FA5 circular check bullets for rich text
   ------------------------------------------------------------ */
.elementor .snapshot-hero__body ul,
.elementor .snapshot-media-text__body ul,
.elementor .snapshot-info-card__body ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}

.elementor .snapshot-hero__body ul li,
.elementor .snapshot-media-text__body ul li,
.elementor .snapshot-info-card__body ul li {
  position: relative;
  padding-left: 46px;
  margin: 0 0 16px;
  height: 52px;
  display: inline-flex;
  align-items: center;
}

.elementor .snapshot-hero__body ul li::before,
.elementor .snapshot-media-text__body ul li::before,
.elementor .snapshot-info-card__body ul li::before {
  content: "\f00c";
  /* FA5 check (solid) */
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #54B948;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.elementor .snapshot-hero__body ul ul,
.elementor .snapshot-media-text__body ul ul,
.elementor .snapshot-info-card__body ul ul {
  margin-top: 8px;
}

.elementor .snapshot-hero__body ul ul li,
.elementor .snapshot-media-text__body ul ul li,
.elementor .snapshot-info-card__body ul ul li {
  padding-left: 40px;
}

.elementor .snapshot-hero__body ul ul li::before,
.elementor .snapshot-media-text__body ul ul li::before,
.elementor .snapshot-info-card__body ul ul li::before {
  width: 24px;
  height: 24px;
  font-size: 14px;
}


/* ------------------------------------------------------------
   Modal (used by Team Grid) — consolidated
   ------------------------------------------------------------ */
.snapshot-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.snapshot-modal.is-open,
.snapshot-modal:target {
  display: flex;
}

.snapshot-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

.snapshot-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  width: min(90vw, 720px);
  max-height: 80vh;
  overflow: auto;
  padding: 32px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.snapshot-modal__close {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00416A !important;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 0px 3px 0px;
}

.snapshot-modal__close:hover {
  background: #00416A;
}

.snapshot-modal__photo {
  display: none;
}

.snapshot-modal__name {
  margin: 0;
  font: 700 24px/1.2 Lato, system-ui, sans-serif;
  color: #00416A;
}

.snapshot-modal__role {
  font: 600 16px/1.3 "Proxima Nova", system-ui, sans-serif;
  color: #00416A;
  opacity: .9;
  text-decoration: underline;
}

.snapshot-modal__bio {
  font: 400 16px/1.6 "Proxima Nova", system-ui, sans-serif;
  color: #231F20;
}

/* Tablet */
@media (max-width: 1024px) {
  .snapshot-modal__dialog {
    width: min(94vw, 720px);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .snapshot-modal__dialog {
    width: 94vw;
    padding: 24px;
  }
}


/* =========================
   Info Card (Left & Right)
   ========================= */
.elementor .snapshot-info-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* nice edges on desktop; we relax this below */
}

/* Image block (background cover) */
.elementor .snapshot-info-card__image {
  flex: 0 0 388px;
  /* desktop default; Elementor control can override */
  max-width: 388px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Content panel */
.elementor .snapshot-info-card__panel {
  flex: 1 1 auto;
  display: flex;
  position: relative;
  /* stay in normal flow */
  z-index: 1;
  background: #fff;
  /* can be changed via control */
  border-radius: 16px;
}

.elementor .snapshot-info-card__panel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
  padding: 64px;
}

/* Typographic defaults (can be overridden by Elementor style tab) */
.elementor .snapshot-info-card__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #00416A;
}

.elementor .snapshot-info-card__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #231F20;
}

/* Right variant (desktop): if markup puts image first, keep default row.
   If your right widget outputs the image on the right, you can also force:
   .elementor .snapshot-info-card--right { flex-direction: row-reverse; } */
.elementor .snapshot-info-card--right {
  /* leave desktop as-is */
}

/* =========================
   Tablet (481–1024px)
   ========================= */
@media (max-width: 1024px) and (min-width: 481px) {
  .elementor .snapshot-info-card {
    /* stack; allow overlap without clipping */
    display: block;
    overflow: visible;
  }

  .elementor .snapshot-info-card__image {
    width: 100%;
    max-width: 100%;
    height: 360px;
    border-radius: none !important;
    /* let the image keep soft corners */
  }

  /* Panel sits after the image in normal flow, then pulls up 60px to overlap */
  .elementor .snapshot-info-card__panel {
    width: 95%;
    margin-top: -60px;
    /* <-- desired overlap amount */
    border-radius: 16px;
    /* full chip by default */
  }

  /* Left (default) anchors to left edge */
  .elementor .snapshot-info-card .snapshot-info-card__panel {
    margin-left: 0;
    margin-right: auto;
  }

  /* Right variant anchors to right edge */
  .elementor .snapshot-info-card--right .snapshot-info-card__panel {
    margin-left: auto;
    margin-right: 0;
  }

  .elementor .snapshot-info-card__panel-inner {
    padding: 32px;
    /* friendlier on narrower screens */
    row-gap: 24px;
  }
}

/* =========================
   Mobile (≤480px)
   ========================= */
@media (max-width: 480px) {

  .snapshot-info-card--stack {
    padding-bottom: 50px !important;
    /* was a large fixed value before */
  }

  .elementor .snapshot-info-card {
    display: block;
    overflow: visible;
    /* allow the panel to overlap without clipping */
  }

  .elementor .snapshot-info-card--stack {
    display: flex;
    flex-direction: column-reverse;
  }

  .elementor .snapshot-info-card--stack-reverse {
    display: flex;
    flex-direction: column;
  }

  .elementor .snapshot-info-card__image {
    width: 100%;
    max-width: 100% !important;
    height: 360px;
    border-radius: 0 !important;
  }

  .elementor .snapshot-info-card__panel {
    width: 95%;
    margin-top: -60px;
    border-radius: 0px 16px 16px 0px;
  }

  .elementor .snapshot-info-card-panel-right {
    width: 95%;
    margin-top: -60px;
    border-radius: 16px 0px 0px 16px;
  }

  /* Left (default) anchored left */
  .elementor .snapshot-info-card .snapshot-info-card__panel {
    margin-left: 0;
    margin-right: auto;
  }

  /* Right variant anchored right */
  .elementor .snapshot-info-card--right .snapshot-info-card__panel {
    margin-left: auto;
    margin-right: 0;
  }

  .elementor .snapshot-info-card__panel-inner {
    padding: 32px !important;
    /* keep from being overwritten */
    row-gap: 20px;
  }

  .elementor .snapshot-info-card__title {
    font-size: 28px;
  }

  .elementor .snapshot-info-card__body {
    font-size: 18px;
  }
}



/* ------------------------------------------------------------
   Page Hero
   ------------------------------------------------------------ */
.elementor .snapshot-hero {
  position: relative;
  width: 100%;
  isolation: isolate;
}

.elementor .snapshot-hero .snapshot-hero__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 378px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Full-bleed technique */
.elementor .snapshot-hero .snapshot-hero__bg {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-position: center 40%;
}

.elementor .snapshot-hero .snapshot-hero__panel {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1087px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  transform: translateY(-80px);
}

.elementor .snapshot-hero .snapshot-hero__panel-inner {
  display: grid;
  grid-template-columns: 388px 1fr;
  align-items: start;
  column-gap: 32px;
  row-gap: 24px;
  padding: 64px;
}

.elementor .snapshot-hero .snapshot-hero__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #00416A;
}

.elementor .snapshot-hero .snapshot-hero__stack {
  display: grid;
  row-gap: 32px;
}

.elementor .snapshot-hero .snapshot-hero__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #231F20;
}

/* Local CTA style for hero */
.elementor .snapshot-hero .snapshot-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #3EAE2B;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  border: 0;
  box-shadow: none;
  max-width: 206px;
  font-family: 'Proxima Nova';
}

.elementor .snapshot-hero .snapshot-hero__btn:hover {
  filter: brightness(0.96);
}

.elementor .snapshot-hero .snapshot-hero__btn-ico {
  display: inline-flex;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-hero .snapshot-hero__panel-inner {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-hero .snapshot-hero__panel-inner {
    padding: 28px;
    row-gap: 20px;
  }

  .elementor .snapshot-hero .snapshot-hero__body {
    font-size: 18px;
  }

  .elementor .snapshot-hero .snapshot-hero__title {
    font-size: 36px;
    line-height: 1.15;
  }
}


/* ------------------------------------------------------------
   Image / Text (Left or Right)
   ------------------------------------------------------------ */
.elementor .snapshot-media-text {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.elementor .snapshot-media-text--right {
  flex-direction: row;
}

/* default horizontal */
.elementor .snapshot-media-text__image {
  flex: 0 0 669px;
  max-width: 669px;
  height: 378px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}

.elementor .snapshot-media-text__content {
  flex: 1 1 auto;
  min-height: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
}

.elementor .snapshot-media-text__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #00416A;
}

.elementor .snapshot-media-text__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #231F20;
}

.elementor .snapshot-media-text__btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-media-text {
    flex-direction: column;
  }

  .elementor .snapshot-media-text__image,
  .elementor .snapshot-media-text__content {
    max-width: 100%;
    flex-basis: auto;
    width: 100%;
  }

  .elementor .snapshot-media-text__content {
    row-gap: 24px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-media-text__content {
    row-gap: 20px !important;
    min-height: 264px !important;
    padding: 0 16px !important;
  }

  .elementor .snapshot-media-text__title {
    font-size: 32px !important;
  }

  .elementor .snapshot-media-text__body {
    font-size: 20px !important;
  }

  .elementor .snapshot-media-text--right {
    flex-direction: column-reverse !important;
  }
}


/* ------------------------------------------------------------
   Programs Band (full-width)
   ------------------------------------------------------------ */
.elementor .snapshot-programs {
  position: relative;
  overflow-x: visible;
}

.elementor .snapshot-programs__bg,
.elementor .snapshot-programs__overlay,
.elementor .snapshot-programs__texture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.elementor .snapshot-programs__bg {
  background-color: #00416A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.elementor .snapshot-programs__overlay {
  z-index: 1;
}

.elementor .snapshot-programs__texture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.elementor .snapshot-programs__inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 96px 16px;
  display: grid;
  row-gap: 64px;
  text-align: center;
}

.elementor .snapshot-programs__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
}

.elementor .snapshot-programs__intro {
  max-width: 1088px;
  margin: 0 auto;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

.elementor .snapshot-programs__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.elementor .snapshot-programs__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  display: grid;
  row-gap: 32px;
}

.elementor .snapshot-programs__card-head {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  column-gap: 16px;
}

.elementor .snapshot-programs__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.elementor .snapshot-programs__card-title {
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #00416A;
}

.elementor .snapshot-programs__card-body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #231F20;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-programs__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-programs__inner {
    padding: 64px 16px;
    row-gap: 40px;
  }

  .elementor .snapshot-programs__title {
    font-size: 36px;
  }

  .elementor .snapshot-programs__intro {
    font-size: 20px;
  }

  .elementor .snapshot-programs__cards {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   Feature Cards Band (full-width)
   ------------------------------------------------------------ */
.elementor .snapshot-features {
  position: relative;
  overflow-x: visible;
}

.elementor .snapshot-features__bg,
.elementor .snapshot-features__overlay,
.elementor .snapshot-features__texture {
  position: absolute;
  inset: 0 auto 0 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.elementor .snapshot-features__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.elementor .snapshot-features__overlay {
  z-index: 1;
}

.elementor .snapshot-features__texture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.elementor .snapshot-features__inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 96px 16px;
  display: grid;
  row-gap: 32px;
  text-align: center;
}

.elementor .snapshot-features__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
}

.elementor .snapshot-features__subhead {
  max-width: 1088px;
  margin: 0 auto;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

.elementor .snapshot-features__cards {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.elementor .snapshot-features--cols-4 .snapshot-features__cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elementor .snapshot-features--cols-2 .snapshot-features__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elementor .snapshot-features--cols-1 .snapshot-features__cards {
  grid-template-columns: 1fr;
}

.elementor .snapshot-features__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 64px 24px 24px;
  display: grid;
  row-gap: 16px;
  isolation: isolate;
}

.elementor .snapshot-features__badge-img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  z-index: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}

.elementor .snapshot-features__card-title {
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .01em;
  color: #00416A;
}

.elementor .snapshot-features__card-body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #231F20;
  text-align: center;
}

.elementor .snapshot-features__btn {
  margin: 8px auto 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-features__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-features__inner {
    padding: 64px 16px;
  }

  .elementor .snapshot-features__title {
    font-size: 36px;
  }

  .elementor .snapshot-features__subhead {
    font-size: 20px;
  }

  .elementor .snapshot-features__cards {
    grid-template-columns: 1fr;
    gap: 64px !important;
  }
}

/* ------------------------------------------------------------
   Image • Copy • Accordion (left-aligned band) — Responsive
   ------------------------------------------------------------ */

.elementor .snapshot-accmedia {
  /* responsive container */
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0;
  position: relative;
  overflow: visible;

  /* desktop: reserve space for absolute image, create the staggered look */
  --accmedia-img-w: 704px;
  /* image width on desktop */
  --accmedia-overlap: 40px;
  /* white card overlaps the image by ~40px */
  padding-left: calc(var(--accmedia-img-w) - var(--accmedia-overlap));
}

/* Image (desktop): absolute, full height of the section */
.elementor .snapshot-accmedia__image {
  position: absolute !important;
  inset: 0 auto 0 0;
  width: 704px !important;
  height: 100% !important;
  min-height: 704px;
  /* protects against very short content */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 16px 16px 0;
  z-index: 1;
}

/* Panel: stays in normal flow so it can grow with its contents */
.elementor .snapshot-accmedia__panel {
  position: relative;
  z-index: 2;
  transform: translate(-75px, 15%);
  /* desktop stagger */
}

.elementor .snapshot-accmedia__panel-inner {
  position: relative !important;
  transform: none !important;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  display: grid;
  row-gap: 21px;
  box-sizing: border-box;
}

/* Type */
.elementor .snapshot-accmedia__title {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #00416A;
}

.elementor .snapshot-accmedia__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #231F20;
}

.elementor .snapshot-accmedia__slot {
  margin-top: 8px;
}

/* ---------------- Tablet (≤1024px) ---------------- */
@media (max-width: 1024px) {
  .elementor .snapshot-accmedia {
    /* drop the reserved left padding and stack */
    padding-left: 0;
    display: grid;
  }

  .elementor .snapshot-accmedia__image {
    position: relative !important;
    width: 100% !important;
    height: 360px !important;
    min-height: 0;
    border-radius: 16px 16px 0 0;
    z-index: 1;
  }

  .elementor .snapshot-accmedia__panel {
    transform: none !important;
    margin-left: 0 !important;
  }

  .elementor .snapshot-accmedia__panel-inner {
    border-radius: 0 0 16px 16px;
    padding: 32px;
    row-gap: 32px;
  }
}

/* ---------------- Mobile (≤480px) ---------------- */
/* Image = 95% width, anchored left.
   Panel = 95% width, anchored right, and overlaps bottom of image by ~40px. */
@media (max-width: 480px) {
  .elementor .snapshot-accmedia {
    width: 100% !important;
    display: block;
    /* simple flow makes measurements stable */
  }

  .elementor .snapshot-accmedia__image {
    position: relative !important;
    width: 95% !important;
    max-width: 95% !important;
    height: 360px !important;
    margin: 0 auto 0 0;
    /* anchor left */
    border-radius: 0 16px 16px 0 !important;
    z-index: 1;
  }

  .elementor .snapshot-accmedia__panel {
    width: 95% !important;
    margin: 0 0 0 auto;
    /* anchor right */
    transform: translate(8%, -65px) !important;
    /* overlap ~40px */
    z-index: 2;
  }

  .elementor .snapshot-accmedia__panel-inner {
    padding: 32px !important;
    border-radius: 16px 0 0 16px !important;
  }
}



/* ------------------------------------------------------------
   Trusted & Accredited band
   ------------------------------------------------------------ */
.elementor .snapshot-insurance {
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.elementor .snapshot-insurance::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--snapshot-overlay, rgba(0, 65, 106, .80));
  z-index: 0;
}

.elementor .snapshot-insurance__texture {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: .33;
  pointer-events: none;
  z-index: 1;
}

.elementor .snapshot-insurance__inner {
  position: relative;
  z-index: 2;
  max-width: 1088px;
  margin: 0 auto;
  height: 550px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 16px;
}

.elementor .snapshot-insurance__copy {
  width: 372px;
  color: #fff;
}

.elementor .snapshot-insurance__title {
  margin: 0 0 24px 0;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
}

.elementor .snapshot-insurance__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

.elementor .snapshot-insurance__badges {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}

.elementor .snapshot-insurance__badge {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  overflow: hidden;
}

.elementor .snapshot-insurance__badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor .snapshot-insurance__card {
  position: relative;
  width: 668px;
  height: 326px;
  background: #fff;
  border-radius: 16px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor .snapshot-insurance__logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
  align-items: center;
  justify-items: center;
}

.elementor .snapshot-insurance__logo img {
  max-width: 100%;
  max-height: 139px;
  object-fit: contain;
}

.elementor .snapshot-insurance__cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}

.elementor .snapshot-insurance__cta .snapshot-arch-btn {
  min-width: 290px;
  justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-insurance__inner {
    height: auto;
    padding: 48px 16px;
    display: grid;
  }

  .elementor .snapshot-insurance__copy {
    width: auto;
    text-align: center;
  }

  .elementor .snapshot-insurance__card {
    width: auto;
  }

  .elementor .snapshot-insurance__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-insurance__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor .snapshot-insurance__inner {
    padding: 48px 16px 80px !important;
  }

  .elementor .snapshot-insurance__card {
    width: auto !important;
    padding: 0 32px !important;
    height: auto !important;
  }
}


/* ------------------------------------------------------------
   Video Embedded Row
   ------------------------------------------------------------ */
.elementor .snapshot-vidrow {
  position: relative;
  min-height: 604px;
  background: #00416A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.elementor .snapshot-vidrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--snapshot-overlay, rgba(0, 65, 106, .80));
  z-index: 0;
}

.elementor .snapshot-vidrow__texture {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  opacity: .33;
  pointer-events: none;
  z-index: 1;
}

.elementor .snapshot-vidrow__inner {
  position: relative;
  z-index: 2;
  max-width: 1088px;
  margin: 0 auto;
  padding: 48px 16px 96px;
  display: grid;
  row-gap: 48px;
  justify-items: center;
}

.elementor .snapshot-vidrow__title {
  margin: 0;
  text-align: center;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
}

.elementor .snapshot-vidrow__card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.elementor .snapshot-vidrow__text {
  background: #E1EEF9;
  width: 66.6%;
  padding: 48px;
  display: grid;
  row-gap: 32px;
}

.elementor .snapshot-vidrow__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #1E1E1E;
}

.elementor .snapshot-video__cta {
  min-width: 290px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.elementor .snapshot-vidrow__media {
  width: 33.4%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor .snapshot-vidrow__video {
  width: 100%;
  max-width: 356px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #00000012;
}

.elementor .snapshot-vidrow__video iframe,
.elementor .snapshot-vidrow__video embed,
.elementor .snapshot-vidrow__video object {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.elementor .snapshot-vidrow__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #6b7280;
  font-weight: 600;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-vidrow__card {
    flex-direction: column;
  }

  .elementor .snapshot-vidrow__text {
    width: 100%;
  }

  .elementor .snapshot-vidrow__media {
    width: 100%;
    padding: 24px 24px 32px;
  }

  .elementor .snapshot-vidrow__video {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-vidrow__text {
    padding: 32px !important;
  }
}


/* ------------------------------------------------------------
   Header + Subhead + Bordered Button
   ------------------------------------------------------------ */
.elementor .snapshot-hdrb {
  width: 100%;
}

.elementor .snapshot-hdrb__inner {
  max-width: 1088px;
  margin: 0 auto;
  display: grid;
  row-gap: 32px;
  justify-items: center;
  text-align: center;
  padding: 0 16px;
}

.elementor .snapshot-hdrb__title {
  margin: 0;
  color: #00416A;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}

.elementor .snapshot-hdrb__sub {
  margin: 0;
  color: #1E1E1E;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.elementor .snapshot-arch-border__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  height: 40px;
  background: #FFFFFF;
  color: #00416A;
  border: 2px solid #3EAE2B;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  box-shadow: none;
}

.elementor .snapshot-arch-border__btn:focus {
  outline: 2px solid #3EAE2B33;
  outline-offset: 2px;
}

.elementor .snapshot-arch-border__btn:hover {
  background: #f7fff7;
}

.elementor .snapshot-arch-border__btn-ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #00416A;
}

.elementor .snapshot-arch-border__btn-text {
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-hdrb__title {
    font-size: 42px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-hdrb__title {
    font-size: 36px;
  }

  .elementor .snapshot-hdrb__sub {
    font-size: 20px;
  }
}


/* ------------------------------------------------------------
   Contact Footer (media + form shortcode)
   ------------------------------------------------------------ */
:root {
  --snapshot-content-max: 1264px;
}

.elementor .snapshot-contact {
  width: 100%;
}

.elementor .snapshot-contact__inner {
  max-width: var(--snapshot-content-max);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.elementor .snapshot-contact__media {
  flex: 0 0 var(--snapshot-contact-media-w, 563px);
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.elementor .snapshot-contact__panel {
  flex: 1 1 auto;
  background: #fff;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.elementor .snapshot-contact__title {
  margin: 0;
  color: #00416A;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: .01em;
}

.elementor .snapshot-contact__lead {
  margin: 0;
  color: #1E1E1E;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.elementor .snapshot-contact__form>* {
  width: 100%;
}

.elementor .snapshot-contact__form .gform_wrapper,
.elementor .snapshot-contact__form form {
  max-width: 100%;
}

.elementor .snapshot-contact__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.elementor .snapshot-arch-btn__ico {
  display: inline-flex;
}

.elementor .snapshot-contact__phone {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.elementor .snapshot-contact__phone-label {
  color: #3EAE2B;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.elementor .snapshot-contact__phone-num {
  color: #00416A;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-contact__inner {
    flex-direction: column;
  }

  .elementor .snapshot-contact__media {
    flex: 0 0 auto;
    width: 100%;
    height: 280px;
    min-height: 0;
  }

  .elementor .snapshot-contact__panel {
    padding: 32px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-contact__panel {
    padding: 28px;
  }
}


/* ------------------------------------------------------------
   Team Grid
   ------------------------------------------------------------ */
.elementor .snapshot-team-grid {
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.elementor .snapshot-team-grid__header {
  text-align: center;
}

.elementor .snapshot-team-grid__title {
  font: 700 48px/1.1 Lato, system-ui, sans-serif;
  color: #00416A;
  margin: 0;
}

.elementor .snapshot-team-grid__subhead {
  font: 400 24px/1.5 "Proxima Nova", system-ui, sans-serif;
  color: #1E1E1E;
  margin: 0;
}

.elementor .snapshot-team-grid__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elementor .snapshot-team-grid__card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.elementor .snapshot-team-grid__img {
  aspect-ratio: 1 / 1;
  background: #f2f2f2;
}

.elementor .snapshot-team-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.elementor .snapshot-team-grid__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 178.59px;
}

.elementor .snapshot-team-grid__name {
  margin: 0;
  font: 700 24px/1.1 Lato, system-ui, sans-serif;
  letter-spacing: .01em;
  color: #00416A;
}

.elementor .snapshot-team-grid__role {
  font: 400 18px/1.1 "Proxima Nova", system-ui, sans-serif;
  color: #00416A;
}

.elementor .snapshot-team-grid__bio-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  font: 600 20px/1.3 "Proxima Nova", system-ui, sans-serif;
  color: #3EAE2B;
}

.elementor .snapshot-team-grid__bio-link .snapshot-team-grid__bio-ico {
  display: inline-block;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor .snapshot-team-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor .snapshot-team-grid__grid {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   Care Quiz CTA (right image) – standalone widget
   ------------------------------------------------------------ */
.snapshot-care-quiz {
  /* anchor the whole component to the right edge of the content column */
  min-width: 1264px;
  min-height: 704px;
  margin-left: auto;
  position: relative;
  padding-right: 664px;
  /* 704 - 40 overlap */
  box-sizing: border-box;
}

.snapshot-care-quiz__media {
  position: absolute;
  right: 0;
  top: 0;
  width: 704px;
  height: 704px;
  background-size: cover;
  background-position: center;
  border-radius: 16px 0 0 16px;
  z-index: 0;
}

.snapshot-care-quiz__wrap {
  width: 668px;
  max-height: 584px;
  position: relative;
  z-index: 1;
}

.snapshot-care-quiz__title {
  margin: 0 0 48px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #00416A;
  width: 100%;
  max-width: 482px;
}

.snapshot-care-quiz__card {
  width: 668px;
  height: 440px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.snapshot-care-quiz__body {
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #231F20;
}

.snapshot-care-quiz__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.snapshot-care-quiz__btn i {
  font-size: 18px;
  line-height: 1;
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .snapshot-care-quiz {
    max-width: 100%;
  }

  .snapshot-care-quiz__title {
    font-size: 42px;
    margin-bottom: 40px;
  }

  .snapshot-care-quiz__card {
    height: auto;
  }
}

/* Mobile (≤480px) — content first, image below with ~30px overlap */
@media (max-width: 480px) {
  .snapshot-care-quiz {
    padding: 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .snapshot-care-quiz__wrap {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .snapshot-care-quiz__title {
    font-size: 28px;
    margin: 24px 32px;
    max-width: none !important;
  }

  .snapshot-care-quiz__card {
    width: 95%;
    min-height: 456px;
    padding: 32px;
    gap: 32px;
    border-radius: 0 16px 16px 0 !important;
    z-index: 2;
  }

  .snapshot-care-quiz__media {
    position: relative;
    width: 95%;
    height: 360px;
    margin: -30px 0 0 auto;
    border-radius: 16px 0 0 16px;
    z-index: 1;
  }

  .snapshot-care-quiz__body {
    font-size: 16px;
  }
}

/* ===================================
   Testimonials Slider (Alumni)
   =================================== */

/* Full-bleed band with blue bg */
.elementor .snapshot-testimonials {
  position: relative;
  isolation: isolate;
  background: #00416A;

  /* full screen width */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* height & centering */
  padding: 48px 0;
  /* vertical padding only */
  display: flex;
  align-items: center;
  /* center vertically */
  justify-content: center;
  /* center horizontally */
  max-height: 588px;
  /* cap per spec */
  overflow: hidden;
  /* prevent spill */
}

/* optional texture layer (set via widget) */
.elementor .snapshot-testimonials__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .33;
  mix-blend-mode: screen;
  z-index: 0;
}

/* Inner frame: 1344 × 492, centered with 48px gaps */
.elementor .snapshot-testimonials__inner {
  position: relative;
  z-index: 1;
  width: min(1344px, 100%);
  height: 492px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  text-align: center;
}

/* Title */
.elementor .snapshot-testimonials__title {
  margin: 0;
  color: #fff;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}

/* ---- Slider row (69 | track | 69) ---- */
.elementor .snapshot-testimonials__viewport {
  width: 100%;
  /* 1344px at full width */
  height: 233px;
  /* max height */
  display: grid;
  grid-template-columns: 69px 1fr 69px;
  align-items: center;
  /* vertical center */
  column-gap: 106px;
}

/* Arrows */
.elementor .snapshot-testimonials__nav {
  width: 69px;
  height: 69px;
  border: 0;
  border-radius: 8px;
  background: #3EAE2B;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.elementor .snapshot-testimonials__nav i {
  font-size: 24px;
  line-height: 1;
}

.elementor .snapshot-testimonials__nav:disabled {
  opacity: .5;
  cursor: default;
}

/* Track (centered) */
.elementor .snapshot-testimonials__track {
  width: min(1083px, 100%);
  height: 233px;
  /* cap slide height */
  margin: 0 auto;
  overflow: hidden;
  /* mask slides */
  position: relative;
}

/* Flex rail for animation */
.elementor .snapshot-testimonials__slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .45s ease;
  will-change: transform;
}

/* Each slide: card w/ semi-transparent blue, white border, rounded corners */
.elementor .snapshot-testimonials__slide {
  flex: 0 0 100%;
  /* one full view at a time */
  height: 100%;
  box-sizing: border-box;
  padding: 48px;

  display: flex;
  flex-direction: column;
  align-items: center;
  /* horizontally centered */
  justify-content: space-between;
  /* space between quote & author */
  background: rgba(0, 65, 106, .33);
  border: 2px solid #fff;
  border-radius: 16px;
}

/* Quote and attribution */
.elementor .snapshot-testimonials__quote {
  margin: 0;
  color: #fff;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  max-width: 987px;
}

.elementor .snapshot-testimonials__author {
  color: #fff;
  font-family: "Proxima Nova", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
}

/* Dots */
.elementor .snapshot-testimonials__dots {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.elementor .snapshot-testimonials__dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.elementor .snapshot-testimonials__dot[aria-current="true"] {
  background: #fff;
}

/* -------------------------
   Responsive breakpoints
   Desktop: 1025+
   Tablet: 481–1024
   Mobile: ≤480
   ------------------------- */

/* Tablet */
@media (max-width:1024px) and (min-width:481px) {
  .elementor .snapshot-testimonials__title {
    font-size: 42px;
  }

  .elementor .snapshot-testimonials__viewport {
    grid-template-columns: 56px 1fr 56px;
    column-gap: 48px;
    height: 233px;
  }

  .elementor .snapshot-testimonials__nav {
    width: 56px;
    height: 56px;
  }

  .elementor .snapshot-testimonials__slide {
    padding: 40px;
  }

  .elementor .snapshot-testimonials__quote {
    font-size: 22px;
  }
}

/* Mobile (≤480px) — Testimonials */
@media (max-width:480px) {

  /* band */
  .elementor .snapshot-testimonials {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 692px;
    padding: 64px 16px;
    /* 64 vertical, 16 horizontal */
    display: flex;
    align-items: center;
    /* center content */
    justify-content: center;
  }

  .elementor .snapshot-testimonials__inner {
    height: auto;
    gap: 32px;
    /* spacing between title, viewport, dots */
  }

  /* title */
  .elementor .snapshot-testimonials__title {
    font-size: 32px !important;
    /* ensure it wins */
    padding: 0 32px;
    text-align: center;
  }

  /* put arrows BELOW the slides */
  .elementor .snapshot-testimonials__viewport {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* row for the two arrows */
    grid-template-rows: auto auto;
    /* slides row, then arrows row */
    grid-template-areas:
      "track track"
      "prev  next";
    row-gap: 32px;
    /* gap between slides and arrows */
    column-gap: 32px;
    /* gap between the two arrows */
    align-items: center;
    justify-items: center;
  }

  /* slides */
  .elementor .snapshot-testimonials__track {
    grid-area: track;
    width: 100%;
    height: 310px;
    /* cap per spec */
  }

  .elementor .snapshot-testimonials__slides {
    height: 100%;
  }

  .elementor .snapshot-testimonials__slide {
    height: 100%;
    padding: 32px;
    /* tighter padding on phones */
  }

  /* arrows — keep existing styling/sizes, just place below */
  .elementor .snapshot-testimonials__nav {
    align-self: center;
    justify-self: center;
    /* keep your mobile size if you set it earlier (e.g. 44x44) */
  }

  .elementor .snapshot-testimonials__nav--prev {
    grid-area: prev;
  }

  .elementor .snapshot-testimonials__nav--next {
    grid-area: next;
  }

  /* fallback if your markup doesn't have --prev/--next modifiers */
  .elementor .snapshot-testimonials__viewport>.snapshot-testimonials__nav:first-child {
    grid-area: prev;
  }

  .elementor .snapshot-testimonials__viewport>.snapshot-testimonials__nav:last-child {
    grid-area: next;
  }
}

/* ============================
   Snapshot – Image Carousel (FLOW)
   ============================ */

.elementor .snapshot-carousel {
  position: relative;
  width: 100vw;
  /* full-bleed band */
  max-height: 636px;
  padding: 48px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  place-items: center;
  background: #00416A;
  overflow: hidden;
  isolation: isolate;
}

/* optional background image + overlay */
.elementor .snapshot-carousel {
  background-image: var(--snapshot-carousel-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.elementor .snapshot-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 65, 106, .33);
  z-index: 0;
}

.elementor .snapshot-carousel__inner {
  position: relative;
  z-index: 1;
  width: min(1344px, 100%);
  height: 492px;
  display: grid;
  align-content: center;
  justify-items: center;
  row-gap: 48px;
}

/* make sure arrows sit above the slide layer */
.elementor .snapshot-carousel__slides {
  z-index: 1;
}

.elementor .snapshot-carousel__nav {
  z-index: 2;
  position: relative;
}


/* ---- FLOW track ---- */
.elementor .snapshot-carousel__row {
  position: relative;
  width: 100%;
  height: 396px;
  /* max slide height */
  display: grid;
  grid-template-columns: 69px 1fr 69px;
  /* prev | slides | next */
  align-items: center;
  column-gap: 32px;
}

.elementor .snapshot-carousel__slides {
  position: relative;
  height: 100%;
  overflow: visible;
  /* let previews hang outside */
}

/* each slide is absolutely positioned around center using transforms */
.elementor .snapshot-carousel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  /* everything animates smoothly */
  transition:
    transform .45s cubic-bezier(.22, .61, .36, 1),
    width .45s cubic-bezier(.22, .61, .36, 1),
    height .45s cubic-bezier(.22, .61, .36, 1),
    opacity .45s cubic-bezier(.22, .61, .36, 1);
  will-change: transform, width, height, opacity;
  display: none;
  /* enabled per-position */
}

.elementor .snapshot-carousel__box {
  border: 3px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  /* dim base for small previews */
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.pos-prev .snapshot-carousel__box {
  opacity: .2;
}

.pos-next .snapshot-carousel__box {
  opacity: .2;
}

.elementor .snapshot-carousel__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .45s cubic-bezier(.22, .61, .36, 1);
}

/* --- FLOW positions (desktop/tablet) --- */
/* geometry:
   center = 528x396
   preview = 248x186
   gap between boxes = 32px
   offset from center to preview center = 264 + 32 + 124 = 420px
   offstage offset adds another 248 + 32 = 280px (420 + 280 = 700px)
*/

.elementor .snapshot-carousel__item.pos-center {
  display: block;
  width: 528px;
  height: 396px;
  transform: translate(-50%, -50%) translateX(0);
  z-index: 3;
  opacity: 1;
}

.elementor .snapshot-carousel__item.pos-prev,
.elementor .snapshot-carousel__item.pos-next {
  display: block;
  width: 248px;
  height: 186px;
  z-index: 2;
  opacity: 1;
}

.elementor .snapshot-carousel__item.pos-prev {
  transform: translate(-50%, -50%) translateX(-420px);
}

.elementor .snapshot-carousel__item.pos-next {
  transform: translate(-50%, -50%) translateX(420px);
}

.elementor .snapshot-carousel__item.pos-out-left,
.elementor .snapshot-carousel__item.pos-out-right {
  display: block;
  width: 248px;
  height: 186px;
  z-index: 1;
  opacity: 0;
}

.elementor .snapshot-carousel__item.pos-out-left {
  transform: translate(-50%, -50%) translateX(-700px);
}

.elementor .snapshot-carousel__item.pos-out-right {
  transform: translate(-50%, -50%) translateX(700px);
}

/* small previews: dim the image to ~66% */
.elementor .snapshot-carousel__item.pos-prev .snapshot-carousel__img,
.elementor .snapshot-carousel__item.pos-next .snapshot-carousel__img,
.elementor .snapshot-carousel__item.pos-out-left .snapshot-carousel__img,
.elementor .snapshot-carousel__item.pos-out-right .snapshot-carousel__img {
  opacity: .66;
}

/* arrows (reuse alumni look) */
.elementor .snapshot-carousel__nav {
  width: 69px;
  height: 69px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  background: #3EAE2B;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.elementor .snapshot-carousel__nav i {
  pointer-events: none;
}

/* dots */
.elementor .snapshot-carousel__dots {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.elementor .snapshot-carousel__dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.elementor .snapshot-carousel__dot.is-active {
  background: #fff;
}

/* ========= Tablet (481–1024) ========= */
@media (min-width: 481px) and (max-width: 1024px) {
  .elementor .snapshot-carousel__inner {
    height: auto;
  }
}

/* ========= Mobile (≤480) ========= */
@media (max-width: 480px) {
  .elementor .snapshot-carousel {
    max-height: 556px;
    padding: 64px 16px;
  }

  .elementor .snapshot-carousel__inner {
    row-gap: 32px;
    width: 100%;
  }

  /* One image only; keep flow classes but hide the others */
  .elementor .snapshot-carousel__row {
    grid-template-columns: 1fr;
    /* slides only */
    position: relative;
  }

  .elementor .snapshot-carousel__item.pos-prev,
  .elementor .snapshot-carousel__item.pos-next,
  .elementor .snapshot-carousel__item.pos-out-left,
  .elementor .snapshot-carousel__item.pos-out-right {
    display: none !important;
  }

  .elementor .snapshot-carousel__item.pos-center {
    width: 100%;
    max-width: 100%;
    height: min(396px, 70vh);
  }

  /* arrows overlap lower corners of the image */
  .elementor .snapshot-carousel__nav {
    position: absolute;
    z-index: 2;
    width: 56px;
    height: 56px;
    bottom: 12px;
  }

  .elementor .snapshot-carousel__nav--prev {
    left: 12px;
  }

  .elementor .snapshot-carousel__nav--next {
    right: 12px;
  }
}

/* ============================
   Snapshot – Accordion Template Styles
   ============================ */

#arch-accordion .fa-plus:before {
  font-size: 16px;
}

#arch-accordion .e-closed {
  background: #54B948;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#arch-accordion .e-opened {
  background: #54B948;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#arch-acc-faq2,
#arch-acc-faq3,
#arch-acc-faq4 {
  padding-top: 16px;
  border-top: 2px solid #f2f2f2;
}

/* ================================
   Accordion Sections (2 templates)
   ================================ */

.elementor .snapshot-accsections {
  width: 100%;
  display: flex;
  justify-content: center;
}

.elementor .snapshot-accsections__inner {
  width: 100%;
  max-width: 1088px;
  min-height: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 0;
  /* no padding on desktop */
  box-sizing: border-box;
}

.elementor .snapshot-accsections__title {
  margin: 0;
  text-align: center;
  color: #00416A;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}

/* Section cards */
.elementor .snapshot-accsections__block {
  width: 100%;
  min-height: 502px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  gap: 21px;
  box-sizing: border-box;
}

.elementor .snapshot-accsections__block-title {
  margin: 0;
  text-align: left;
  color: #00416A;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: .01em;
}

/* The template slot fills width and expands with content (e.g., accordions) */
.elementor .snapshot-accsections__slot {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  /* allows growth/shrink; parent will grow with accordions */
  gap: 0;
}

.elementor .snapshot-accsections__slot>* {
  width: 100%;
}

/* Optional placeholder style */
.elementor .snapshot-accsections__placeholder {
  width: 100%;
  padding: 16px;
  border: 2px dashed #E5E7EB;
  border-radius: 8px;
  color: #6b7280;
  text-align: center;
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ---- Responsive ---- */
/* Tablet (481–1024px): nothing special required per spec; keep desktop look */

/* Mobile ≤480px */
@media (max-width: 480px) {
  .elementor .snapshot-accsections__inner {
    padding: 0 16px;
    /* 0 vertical, 16 horizontal */
    min-height: auto;
    /* allow natural growth */
    gap: 32px;
    /* a touch tighter on mobile */
  }

  .elementor .snapshot-accsections__title {
    font-size: 36px !important;
    /* match your other headers */
  }

  .elementor .snapshot-accsections__block {
    padding: 32px !important;
    /* force, per request */
    min-height: 502px;
    /* still provides the initial floor */
    gap: 21px;
  }
}