:root {
  --exz-navy: #06285f;
  --exz-navy-2: #021a44;
  --exz-blue: #0059d6;
  --exz-blue-2: #0d73ff;
  --exz-ink: #071b37;
  --exz-muted: #5d6d82;
  --exz-line: #e8edf5;
  --exz-soft: #f6f9fd;
}

body.exz-redesign-active {
  background: #ffffff;
}

.exz-header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid rgba(8, 32, 68, 0.08);
  box-shadow: 0 10px 30px rgba(6, 31, 71, 0.06);
}

.exz-header__inner {
  max-width: 1160px;
  min-height: 82px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.exz-header__logo img {
  width: 162px;
  height: auto;
  display: block;
}

.exz-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.exz-nav a {
  position: relative;
  color: var(--exz-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 33px 0 31px;
}

.exz-nav a:hover,
.exz-nav a.is-active {
  color: var(--exz-blue);
}

.exz-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: var(--exz-blue);
}

.exz-header__cta,
.exz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 5px;
  background: var(--exz-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 89, 214, 0.22);
}

.exz-header__cta:hover,
.exz-btn:hover {
  color: #ffffff;
  background: #004fc0;
}

.exz-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--exz-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--exz-navy);
  align-items: center;
  justify-content: center;
}

.exz-services-page {
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--exz-ink);
  background: #ffffff;
}

.exz-container {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.exz-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: 500px;
  background: #ffffff;
}

.exz-hero__copy {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, var(--exz-navy-2) 0%, var(--exz-navy) 100%);
  border-bottom-right-radius: 86px;
  color: #ffffff;
  padding: 66px clamp(34px, 5vw, 76px);
}

.exz-hero__copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.24;
  pointer-events: none;
}

.exz-hero__copy > * {
  position: relative;
  z-index: 1;
}

.exz-kicker {
  color: #7fb4ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.exz-hero h1 {
  max-width: 600px;
  color: #ffffff;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 22px;
}

.exz-hero__text {
  max-width: 590px;
  color: #dbe8ff;
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 34px;
}

.exz-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 620px;
  margin-bottom: 32px;
}

.exz-proof-row span {
  display: grid;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.exz-proof-row i {
  width: 22px;
  height: 22px;
  color: #9bc8ff;
  font-size: 19px;
}

.exz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.exz-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: none;
}

.exz-hero__visual {
  position: relative;
  overflow: hidden;
  background: #f3f6fb;
  min-height: 500px;
}

.exz-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 75% center;
}

.exz-hero__trust {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 28px;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: center;
  gap: 22px;
  padding: 18px 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 45px rgba(7, 27, 55, 0.12);
}

.exz-hero__trust strong {
  display: block;
  color: var(--exz-navy);
  font-size: 14px;
  line-height: 1.35;
}

.exz-hero__trust span {
  display: block;
  color: var(--exz-muted);
  font-size: 12px;
}

.exz-hero__trust b {
  color: var(--exz-blue);
  font-size: 34px;
  line-height: 1;
}

.exz-section-head {
  text-align: center;
  padding: 40px 0 26px;
}

.exz-section-head span {
  display: block;
  color: var(--exz-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.exz-section-head h2 {
  color: var(--exz-ink);
  font-size: 34px;
  line-height: 1.15;
  margin: 0;
}

.exz-section-head h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--exz-blue);
}

.exz-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 26px;
}

.exz-service-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid var(--exz-line);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(8, 32, 68, 0.035);
}

.exz-service-card__icon,
.exz-stat__icon,
.exz-feature__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce7f6;
  border-radius: 8px;
  color: var(--exz-blue);
  font-size: 20px;
  background: #fbfdff;
}

.exz-service-card h3 {
  color: var(--exz-ink);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 9px;
}

.exz-service-card p {
  color: var(--exz-muted);
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 9px;
}

.exz-card-link {
  color: var(--exz-blue);
  font-size: 11px;
  font-weight: 800;
}

.exz-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 auto 38px;
  padding: 14px 0;
  border-radius: 4px;
  background: #f7f9fd;
  border: 1px solid var(--exz-line);
}

.exz-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 64px;
  border-right: 1px solid #dfe7f2;
}

.exz-stat:last-child {
  border-right: 0;
}

.exz-stat strong {
  display: block;
  color: var(--exz-navy);
  font-size: 22px;
  line-height: 1;
}

.exz-stat span {
  color: var(--exz-muted);
  font-size: 11px;
  font-weight: 700;
}

.exz-why {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 42px;
  align-items: center;
  padding-bottom: 30px;
}

.exz-why__image {
  min-height: 220px;
  border-radius: 7px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(4, 28, 72, 0.28), rgba(4, 28, 72, 0.28)), url("../images/resources/tax-uae.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 28px;
}

.exz-why__image img {
  width: 155px;
  filter: brightness(0) invert(1);
}

.exz-why__copy .exz-kicker {
  color: var(--exz-blue);
  margin-bottom: 8px;
}

.exz-why__copy h2 {
  color: var(--exz-ink);
  font-size: 29px;
  margin: 0 0 12px;
}

.exz-why__copy p {
  color: var(--exz-muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 0 24px;
}

.exz-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.exz-feature h3 {
  color: var(--exz-ink);
  font-size: 14px;
  line-height: 1.3;
  margin: 12px 0 8px;
}

.exz-feature p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.exz-final-cta {
  margin: 0 auto 0;
  border-radius: 8px;
  background: var(--exz-navy);
  color: #ffffff;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.exz-final-cta h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 5px;
}

.exz-final-cta p {
  color: #d8e7ff;
  margin: 0;
  font-size: 14px;
}

.exz-footer {
  background: var(--exz-navy-2);
  color: #ffffff;
  padding: 30px 0 0;
}

.exz-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr 1fr 1.15fr;
  gap: 34px;
  padding-bottom: 30px;
}

.exz-footer img {
  width: 150px;
  filter: brightness(0) invert(1);
  margin-bottom: 12px;
}

.exz-footer p,
.exz-footer li,
.exz-footer a {
  color: #c9d8ef;
  font-size: 13px;
  line-height: 1.75;
}

.exz-footer h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 14px;
}

.exz-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.exz-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.exz-footer__social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.exz-newsletter {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 10px;
}

.exz-newsletter input {
  min-width: 0;
  width: 100%;
  height: 42px;
  border: 0;
  padding: 0 13px;
  font-size: 13px;
}

.exz-newsletter button {
  width: 46px;
  border: 0;
  color: var(--exz-blue);
  background: #ffffff;
}

.exz-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.exz-footer__bottom p,
.exz-footer__bottom a {
  margin: 0;
  color: #c9d8ef;
  font-size: 12px;
}

.exz-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 4px;
}

.exz-footer__bottom p {
  max-width: 1020px;
}

@media (max-width: 767px) {
  .exz-header__inner {
    min-height: 74px;
  }

  .exz-mobile-toggle {
    display: inline-flex;
  }

  .exz-nav,
  .exz-header__cta {
    display: none;
  }

  .exz-header.is-open .exz-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    display: grid;
    gap: 0;
    padding: 12px 24px 20px;
    background: #ffffff;
    border-top: 1px solid var(--exz-line);
    box-shadow: 0 18px 36px rgba(8, 32, 68, 0.1);
  }

  .exz-nav a {
    padding: 14px 0;
  }

  .exz-nav a.is-active::after {
    display: none;
  }

  .exz-hero {
    grid-template-columns: 1fr;
  }

  .exz-hero__visual {
    min-height: 330px;
  }

  .exz-services-grid,
  .exz-stats,
  .exz-features,
  .exz-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .exz-why {
    grid-template-columns: 1fr;
  }

  .exz-stat {
    border-right: 0;
    border-bottom: 1px solid #dfe7f2;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .exz-header__inner {
    min-height: 78px;
    padding: 0 16px;
    gap: 12px;
  }

  .exz-header__logo img {
    width: 142px;
  }

  .exz-nav {
    gap: 18px;
  }

  .exz-nav a {
    font-size: 11px;
    padding-top: 31px;
    padding-bottom: 29px;
  }

  .exz-header__cta {
    min-height: 40px;
    padding: 0 15px;
    font-size: 11px;
  }

  .exz-hero h1 {
    font-size: 31px;
  }

  .exz-hero__copy {
    padding: 44px 34px;
  }

  .exz-hero,
  .exz-hero__visual {
    min-height: 344px;
  }

  .exz-kicker {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .exz-hero__text {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .exz-proof-row {
    gap: 14px;
    margin-bottom: 22px;
  }

  .exz-proof-row span {
    font-size: 10px;
  }

  .exz-btn {
    min-height: 36px;
    padding: 0 16px;
    font-size: 11px;
  }

  .exz-hero__trust {
    min-height: 58px;
    padding: 10px 16px;
    bottom: 16px;
  }

  .exz-hero__trust b {
    font-size: 28px;
  }

  .exz-section-head {
    padding: 30px 0 22px;
  }

  .exz-section-head h2 {
    font-size: 28px;
  }

  .exz-services-grid {
    gap: 14px;
    padding-bottom: 22px;
  }

  .exz-service-card {
    min-height: 112px;
    height: 112px;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px 16px;
    overflow: hidden;
  }

  .exz-service-card__icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .exz-service-card h3 {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 5px;
  }

  .exz-service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 9.5px;
    line-height: 1.34;
    margin-bottom: 5px;
  }

  .exz-card-link {
    font-size: 10px;
  }

  .exz-stats {
    margin-bottom: 30px;
    padding: 10px 0;
  }

  .exz-stat {
    min-height: 58px;
    gap: 10px;
  }

  .exz-stat__icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .exz-stat strong {
    font-size: 21px;
  }

  .exz-stat span {
    font-size: 10px;
  }

  .exz-why {
    grid-template-columns: 330px 1fr;
    gap: 34px;
    padding-bottom: 24px;
  }

  .exz-why__image {
    min-height: 210px;
    padding: 22px;
  }

  .exz-why__copy h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .exz-why__copy p {
    font-size: 11px;
    line-height: 1.52;
    margin-bottom: 16px;
  }

  .exz-features {
    gap: 12px;
  }

  .exz-feature__icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .exz-feature h3 {
    font-size: 11px;
    margin: 8px 0 5px;
  }

  .exz-feature p {
    font-size: 9.5px;
    line-height: 1.36;
  }

  .exz-final-cta {
    padding: 18px 24px;
  }

  .exz-final-cta h2 {
    font-size: 19px;
  }

  .exz-final-cta p {
    font-size: 12px;
  }

  .exz-footer {
    padding-top: 24px;
  }

  .exz-footer__grid {
    gap: 22px;
    padding-bottom: 22px;
  }

  .exz-footer img {
    width: 132px;
  }

  .exz-footer p,
  .exz-footer li,
  .exz-footer a {
    font-size: 10.5px;
    line-height: 1.55;
  }

  .exz-footer h3 {
    font-size: 12px;
    margin-bottom: 9px;
  }

  .exz-footer__bottom {
    padding: 12px 0;
  }
}

@media (max-width: 767px) {
  .exz-container {
    width: min(100% - 32px, 1120px);
  }

  .exz-header__logo img {
    width: 136px;
  }

  .exz-hero__copy {
    padding: 44px 24px;
    border-bottom-right-radius: 46px;
  }

  .exz-hero h1 {
    font-size: 36px;
  }

  .exz-proof-row,
  .exz-services-grid,
  .exz-stats,
  .exz-features,
  .exz-footer__grid {
    grid-template-columns: 1fr;
  }

  .exz-hero__trust {
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -28px 16px 22px;
  }

  .exz-service-card {
    grid-template-columns: 52px 1fr;
    padding: 20px;
  }

  .exz-final-cta,
  .exz-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* ==========================================================================
   HOMEPAGE WIDESCREEN & DESKTOP SPACING REDESIGN
   ========================================================================== */

/* 1. Full-Bleed Widescreen Exiloz Advisory Section */
.tracking.tracking--story {
  background:
    radial-gradient(circle at 12% 28%, rgba(17, 176, 239, 0.22) 0, rgba(17, 176, 239, 0) 35%),
    radial-gradient(circle at 88% 72%, rgba(68, 139, 255, 0.18) 0, rgba(68, 139, 255, 0) 35%),
    linear-gradient(135deg, #08296f 0%, #071b43 100%) !important;
  padding: 88px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

/* Restore the standard container inside the tracking story */
.tracking--story .container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Refactor inner block to be a transparent fluid grid child of the container */
.tracking--story .tracking__inner {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr) !important;
  gap: clamp(30px, 5vw, 70px) !important;
  align-items: center !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Ensure the proof list looks balanced */
.tracking--story .tracking__proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 2vw, 18px) !important;
  max-width: 100% !important;
  margin: 32px 0 0 !important;
}

/* Custom premium styling for proof list items */
.tracking--story .tracking__proof li {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  padding: 14px 16px !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  display: flex !important;
  align-items: flex-start !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.tracking--story .tracking__proof li:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-2px) !important;
}

.tracking--story .tracking__proof li span {
  color: var(--exz-blue-2) !important;
  margin-right: 10px !important;
  margin-top: 2px !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}

/* Next Step Meta-card & CTA Buttons styling inside Advisory */
.tracking--story .tracking__meta-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
}

.tracking--story .tracking__btn {
  background: #ffffff !important;
  color: var(--exz-ink) !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  padding: 12px 28px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tracking--story .tracking__btn:hover {
  background: var(--exz-blue) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 89, 214, 0.3) !important;
}

.tracking--story .tracking__link {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  padding-bottom: 3px !important;
  transition: all 0.3s ease !important;
}

.tracking--story .tracking__link:hover {
  color: var(--exz-blue-2) !important;
  border-color: var(--exz-blue-2) !important;
}

/* Keep shapes within relative boundary of tracking section */
.tracking--story .tracking-shape-1,
.tracking--story .tracking-shape-2,
.tracking--story .tracking-shape-3,
.tracking--story .tracking-shape-4 {
  position: absolute !important;
  opacity: 0.12 !important;
}
.tracking--story .tracking-shape-1 { left: 4% !important; bottom: -5% !important; }
.tracking--story .tracking-shape-2 { left: 2% !important; top: 10% !important; }
.tracking--story .tracking-shape-3 { right: 2% !important; top: -5% !important; }
.tracking--story .tracking-shape-4 { right: 4% !important; bottom: 15% !important; }

/* Responsive adjustments for Advisory section */
@media (max-width: 991px) {
  .tracking.tracking--story {
    padding: 64px 0 !important;
  }
  .tracking--story .tracking__inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .tracking--story .tracking__proof {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

/* 2. Anchor absolute floating graphics in 'Why Choose Us' on large screens */
@media (min-width: 1400px) {
  .why-choose-one-img {
    right: calc((100% - 1200px) / 2 - 180px) !important; /* Lock next to core text container with overlap */
    max-width: 580px !important;
  }
}

@media (min-width: 1600px) {
  .why-choose-one-img {
    right: calc((100% - 1200px) / 2 - 140px) !important;
  }
}

@media (min-width: 1920px) {
  .why-choose-one-img {
    right: calc((100% - 1200px) / 2 - 80px) !important;
  }
}

/* 3. Align Services Grid to unified 1200px Grid Container */
.services-one__container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* 3a. Homepage desktop fill: use the wide screen without changing existing content */
body.exz-home-page .feature-one {
  background: #ffffff !important;
  padding: clamp(30px, 3vw, 56px) 0 !important;
}

body.exz-home-page .feature-one__inner {
  padding: 0 !important;
}

.exz-home-fill-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  width: 100%;
}

.exz-home-fill-card {
  min-height: 128px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid rgba(6, 40, 95, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(6, 31, 71, 0.06);
  text-decoration: none;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.exz-home-fill-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 89, 214, 0.28);
  box-shadow: 0 18px 44px rgba(6, 31, 71, 0.1);
}

.exz-home-fill-card__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--exz-navy);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 12px 26px rgba(6, 31, 71, 0.14);
}

.exz-home-fill-card__body {
  min-width: 0;
}

.exz-home-fill-card__body strong {
  display: block;
  color: var(--exz-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 7px;
}

.exz-home-fill-card__body small {
  display: block;
  color: var(--exz-muted);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

@media (min-width: 1400px) {
  body.exz-home-page .feature-one .container,
  body.exz-home-page .about-one .container,
  body.exz-home-page .services-one__top .container,
  body.exz-home-page .services-one__container,
  body.exz-home-page .why-choose-one .container,
  body.exz-home-page .tracking--story .container,
  body.exz-home-page .exz-footer .exz-container {
    width: calc(100% - 96px) !important;
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.exz-home-page .services-one__container {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (max-width: 1199px) {
  .exz-home-fill-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.exz-home-page .feature-one {
    padding: 28px 0 34px !important;
  }

  .exz-home-fill-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .exz-home-fill-card {
    min-height: 118px;
    padding: 18px;
  }
}

/* 4. Swiper Hero Slides Premium Readability & Dark Redesign */
.main-slider .swiper-slide {
  background-color: var(--exz-navy-2) !important;
}

/* Dark gradient to blend the image seamlessly into the deep navy left content pane and guarantee 100% text readability */
.main-slider .image-layer::before {
  background-image: linear-gradient(90deg, var(--exz-navy-2) 0%, rgba(2, 26, 68, 0.85) 45%, rgba(2, 26, 68, 0.35) 100%) !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
}

/* Ensure background image is under the overlay */
.main-slider .image-layer {
  z-index: 1 !important;
}

/* On mobile/tablets, ensure the image overlay covers the full width completely */
@media (max-width: 991px) {
  .main-slider .image-layer {
    width: 100% !important;
  }
}

/* Slider Typography readability */
.main-slider__content {
  z-index: 10 !important;
  position: relative !important;
}

.main-slider__title {
  color: #ffffff !important;
  text-shadow: 0 4px 24px rgba(2, 26, 68, 0.85) !important;
}

.main-slider__title span {
  color: var(--exz-blue-2) !important;
  text-shadow: 0 0 20px rgba(13, 115, 255, 0.4) !important;
}

.main-slider__title::before {
  background-image: linear-gradient(90deg, var(--exz-blue) 0%, var(--exz-blue-2) 100%) !important;
}

.main-slider__text {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 14px rgba(2, 26, 68, 0.9) !important;
  font-weight: 500 !important;
}

/* Swiper navigation arrows premium custom styling */
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  background-color: var(--exz-blue) !important;
  border-color: var(--exz-blue) !important;
  color: #ffffff !important;
  transform: scale(1.05) !important;
  box-shadow: 0 8px 20px rgba(0, 89, 214, 0.3) !important;
}

/* Slider pagination bullet adjustments */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: var(--exz-blue-2) !important;
  transform: scale(1.25) !important;
  box-shadow: 0 0 10px rgba(13, 115, 255, 0.5) !important;
}

/* Homepage performance guardrails */
@supports (content-visibility: auto) {
  body.exz-home-page section:not(.main-slider),
  body.exz-home-page footer {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}

body.exz-home-page .float-bob-x,
body.exz-home-page .float-bob-y {
  animation-duration: 18s !important;
  animation-timing-function: ease-in-out !important;
}

body.exz-home-page .about-one__img {
  max-width: 90%;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.exz-home-page .about-one__img {
    max-width: 100%;
  }
}

@media (max-width: 991px), (prefers-reduced-motion: reduce) {
  body.exz-home-page .float-bob-x,
  body.exz-home-page .float-bob-y,
  body.exz-home-page .main-slider-shape-1,
  body.exz-home-page .why-choose-one-shape-2,
  body.exz-home-page .why-choose-one-shape-3,
  body.exz-home-page .why-choose-one-shape-4,
  body.exz-home-page .why-choose-one-shape-5,
  body.exz-home-page .why-choose-one-shape-6,
  body.exz-home-page .tracking-shape-1,
  body.exz-home-page .tracking-shape-2,
  body.exz-home-page .tracking-shape-3,
  body.exz-home-page .tracking-shape-4 {
    animation: none !important;
    transform: none !important;
  }

  body.exz-home-page .wow {
    animation-duration: 0.55s !important;
  }

  body.exz-home-page .main-slider .swiper-slide,
  body.exz-home-page .main-slider .main-slider__content,
  body.exz-home-page .main-slider .main-slider__title,
  body.exz-home-page .main-slider .main-slider__text,
  body.exz-home-page .main-slider .main-slider__btn-box,
  body.exz-home-page .main-slider .image-layer {
    animation: none !important;
    transition-duration: 0.2s !important;
  }
}

/* reCAPTCHA layout guardrails for contact/enquiry forms */
.g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 420px) {
  .g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
  }
}
