/* Small owner-specific override layer on top of the original Alora page CSS. */
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body.exact-clone { margin: 0; overflow-x: hidden; background: #fff; }
body.exact-clone .banner.full-width { position: relative; width: 100%; line-height: 0; }
body.exact-clone .banner.full-width > img { display: block; width: 100%; height: auto; }
body.exact-clone #header-du-an { top: 0 !important; z-index: 1200 !important; background: #fff; }
body.exact-clone #header-du-an .navbar { min-height: 70px; flex-wrap: nowrap; }
body.exact-clone #header-du-an .navbar > .container { justify-content: space-between; }
body.exact-clone #header-du-an .navbar-brand { flex: 0 0 auto; margin: 0 22px 0 0; padding: 4px 0; }
body.exact-clone #header-du-an .navbar-brand a { display: flex; align-items: center; }
body.exact-clone #header-du-an .navbar-brand img { width: 76px; height: 58px; object-fit: contain; }
body.exact-clone #header-du-an .navbar-nav { align-items: center; white-space: nowrap; }
body.exact-clone #header-du-an .navbar-collapse-2 { display: flex !important; flex: 1 1 auto; min-width: 0; justify-content: flex-end !important; }
body.exact-clone #header-du-an .nav-link { position: relative; }
body.exact-clone #header-du-an .nav-link.is-active { color: #e15f2b !important; }
body.exact-clone #header-du-an .nav-link.is-active::after {
  content: ""; position: absolute; left: .5rem; right: .5rem; bottom: 2px; height: 2px; background: #e15f2b;
}
body.exact-clone .exact-reference-main > .container { padding: 0; max-width: 1320px; }
body.exact-clone .exact-reference-main .vce-row-container[id] { scroll-margin-top: 82px; }

/* The owner-supplied 16:9 welcome slider is full bleed on desktop. */
@media (min-width: 901px) {
  body.exact-clone .exact-project-slider-row {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
  body.exact-clone .exact-project-slider-row > .vce-row,
  body.exact-clone .exact-project-slider-row > .vce-row > .vce-row-content,
  body.exact-clone .exact-project-slider-row .vce-col,
  body.exact-clone .exact-project-slider-row .vce-col-inner,
  body.exact-clone .exact-project-slider-row .vce-col-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.exact-clone .exact-project-slider,
  body.exact-clone .exact-project-slider .vce-single-image-wrapper,
  body.exact-clone .exact-project-slider figure,
  body.exact-clone .exact-project-slider .vce-single-image-figure-inner {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  body.exact-clone .exact-project-slider .vce-single-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}
body.exact-clone .wpcf7-spinner,
body.exact-clone .wpcf7-response-output,
body.exact-clone .screen-reader-response { display: none !important; }

/* Inline consultation forms: preserve the reference page's balanced four-column layout. */
body.exact-clone .wpcf7 { width: 100%; }
body.exact-clone .exact-lead-form {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
body.exact-clone .exact-lead-form > .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(210px, .72fr);
  align-items: stretch;
  gap: 18px;
  width: 100%;
  margin: 0 !important;
}
body.exact-clone .exact-lead-form > .row > div {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.exact-clone .exact-lead-form p { margin: 0 !important; }
body.exact-clone .exact-lead-form .wpcf7-form-control-wrap { display: block; width: 100%; }
body.exact-clone .exact-lead-form input[type="text"],
body.exact-clone .exact-lead-form input[type="tel"],
body.exact-clone .exact-lead-form input[type="email"] {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0 17px;
  color: #172b50;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(21,49,91,.18);
  border-radius: 5px;
  outline: 0;
  box-shadow: 0 7px 24px rgba(32,49,91,.08);
  font: 500 16px/1.2 "Pathway Extreme", sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.exact-clone .exact-lead-form input[type="text"]:focus,
body.exact-clone .exact-lead-form input[type="tel"]:focus,
body.exact-clone .exact-lead-form input[type="email"]:focus {
  border-color: #c09151;
  box-shadow: 0 0 0 3px rgba(192,145,81,.18), 0 8px 28px rgba(32,49,91,.1);
}
body.exact-clone .exact-lead-form input[type="submit"] {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(100deg,#e9c56f 0%,#b47b3f 100%);
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(128,80,29,.2);
  font: 700 16px/1 "Pathway Extreme", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
body.exact-clone .exact-lead-form input[type="submit"]:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 11px 28px rgba(128,80,29,.26);
}
body.exact-clone .exact-lead-form .akismet-fields-container { display: none !important; }
body.exact-clone .exact-lead-form .form-msg { width: 100%; margin-top: 8px; color: #173762; font-size: 13px; text-align: center; }
body.exact-clone .exact-lead-form .form-msg.ok { color: #dfffe7; }
body.exact-clone .exact-lead-form .form-msg.err { color: #ffe0e0; }

/* News restored from the original Alora source. */
.exact-news {
  position: relative;
  padding: 58px 24px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(239,195,170,.22), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8f5f0 100%);
}
.exact-news::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -190px;
  top: -210px;
  border: 1px solid rgba(177,127,75,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(177,127,75,.035), 0 0 0 70px rgba(177,127,75,.025);
}
.exact-news-inner { position: relative; z-index: 1; width: min(1180px, 100%); margin: 0 auto; }
.exact-news-heading { width: min(760px, 100%); margin: 0 auto 38px; text-align: center; }
.exact-news-kicker {
  margin: 0 0 10px;
  color: #b47b3f;
  font: 700 12px/1.4 "Pathway Extreme", sans-serif;
  letter-spacing: .2em;
}
.exact-news-heading h2 {
  margin: 0;
  color: #112b50;
  font: 500 clamp(30px, 3vw, 45px)/1.18 "Oswald", sans-serif;
  letter-spacing: -.015em;
}
.exact-news-heading > p:last-child {
  margin: 14px auto 0;
  color: #5c6572;
  font: 400 16px/1.7 "Pathway Extreme", sans-serif;
}
.exact-news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.exact-news .news-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31,52,77,.09);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(22,40,61,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.exact-news .news-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(22,40,61,.14); }
.exact-news .news-card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e8edf2; }
.exact-news .news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.exact-news .news-card:hover .news-card-media img { transform: scale(1.035); }
.exact-news .news-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px 24px 26px; }
.exact-news .news-card-body time {
  color: #b47b3f;
  font: 700 11px/1.4 "Pathway Extreme", sans-serif;
  letter-spacing: .1em;
}
.exact-news .news-card-body h3 { margin: 10px 0 11px; font: 500 21px/1.35 "Oswald", sans-serif; }
.exact-news .news-card-body h3 a { color: #102b4d; text-decoration: none; }
.exact-news .news-card-body p { flex: 1; margin: 0; color: #636b75; font: 400 14px/1.65 "Pathway Extreme", sans-serif; }
.exact-news .news-more {
  align-self: flex-start;
  margin-top: 19px;
  color: #9a602d;
  font: 700 13px/1.4 "Pathway Extreme", sans-serif;
  text-decoration: none;
}
.exact-news .news-more:hover, .exact-news .news-card-body h3 a:hover { color: #dc6b47; }
.exact-news-actions { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 38px; }
.exact-news-all {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(100deg,#d7aa5c,#9e6233);
  border-radius: 3px;
  font: 700 13px/1 "Pathway Extreme",sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
}
.exact-news-admin { color: #65707d; font: 600 12px/1.4 "Pathway Extreme",sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.exact-news .news-empty { grid-column: 1/-1; text-align: center; color: #667; }

.exact-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(103,91,221,.26), transparent 35%),
    radial-gradient(circle at 88% 86%, rgba(219,87,112,.18), transparent 32%),
    linear-gradient(125deg,#06152f 0%,#111948 52%,#35154a 100%);
}
.exact-footer::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -170px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(234,197,122,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(234,197,122,.025), 0 0 0 86px rgba(234,197,122,.018);
}
.exact-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 1fr .9fr;
  gap: clamp(38px,5vw,78px);
  width: min(1180px,100%);
  margin: 0 auto;
  align-items: start;
}
.exact-footer-logo { width: 118px; height: 92px; object-fit: contain; margin-bottom: 8px; }
.exact-footer-kicker { margin: 0 0 10px; color: #e5bd75; font: 700 11px/1.5 "Pathway Extreme",sans-serif; letter-spacing: .17em; }
.exact-footer h2 { margin: 0; color: #fff; font: 500 clamp(28px,3vw,39px)/1.2 "Oswald",sans-serif; }
.exact-footer-desc { max-width: 520px; margin: 15px 0 25px; color: rgba(255,255,255,.7); font: 400 14px/1.7 "Pathway Extreme",sans-serif; }
.exact-footer h3 { margin: 8px 0 25px; color: #fff; font: 500 20px/1.3 "Oswald",sans-serif; letter-spacing: .02em; }
.exact-footer-cta {
  min-height: 48px;
  padding: 0 27px;
  color: #15213a;
  background: linear-gradient(100deg,#f0cf83,#bd8145);
  border: 0;
  border-radius: 3px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  font: 800 13px/1 "Pathway Extreme",sans-serif;
  letter-spacing: .035em;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}
.exact-footer-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
.exact-footer-line { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; color: #fff; text-decoration: none; }
.exact-footer-line small, .exact-footer-social small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.56); font: 500 12px/1.5 "Pathway Extreme",sans-serif; }
.exact-footer-line strong { display: block; color: #fff; font: 600 15px/1.55 "Pathway Extreme",sans-serif; }
.exact-footer-contact a:hover strong { color: #efc678; }
.exact-footer-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #efc678;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  font-size: 18px;
}
.exact-footer-social > a { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; padding: 12px 14px; color: #fff; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 5px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.exact-footer-social > a:hover { background: rgba(255,255,255,.1); transform: translateX(3px); }
.exact-footer-social strong { display: block; margin-bottom: 2px; font: 700 13px/1.4 "Pathway Extreme",sans-serif; }
.exact-social-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; font-weight: 800; }
.exact-social-youtube { background: #d84343; font-size: 12px; }
.exact-social-facebook { background: #3266b7; font: 800 20px/1 Arial,sans-serif; }
.exact-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px,100%);
  margin: 62px auto 0;
  padding: 19px 0 23px;
  color: rgba(255,255,255,.46);
  border-top: 1px solid rgba(255,255,255,.11);
  font: 500 11px/1.5 "Pathway Extreme",sans-serif;
  letter-spacing: .03em;
}

.form-modal[hidden] { display: none !important; }
.form-modal { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 18px; }
.form-modal-backdrop { position: absolute; inset: 0; background: rgba(4,13,35,.78); backdrop-filter: blur(7px); }
.form-modal-panel { position: relative; z-index: 1; width: min(470px,100%); padding: 30px; border-radius: 12px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.form-modal-close { position: absolute; top: 10px; right: 13px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.form-modal-panel h3 { margin: 0 0 5px; color: #14235e; font: 600 25px/1.3 "Pathway Extreme",sans-serif; }
.form-modal-desc { margin: 0 0 18px; color: #667; }
.form-modal-panel label { display: block; margin-bottom: 12px; color: #26324a; font-size: 14px; }
.form-modal-panel input, .form-modal-panel select { display: block; width: 100%; height: 46px; margin-top: 5px; padding: 0 12px; border: 1px solid #ccd2df; border-radius: 4px; }
.exact-submit { width: 100%; padding: 14px; border: 0; color: #fff; background: linear-gradient(90deg,#143bb1,#d54a76); font-weight: 700; cursor: pointer; }
.form-modal-panel .form-note { margin: 12px 0 0; text-align: center; font-size: 13px; }
.form-modal-panel .form-msg { margin-top: 8px; text-align: center; font-size: 13px; }
.form-modal-open { overflow: hidden; }

.float-bar { display: none; }

@media (max-width: 1199px) {
  body.exact-clone #header-du-an .navbar-toggler { display: none !important; }
  body.exact-clone #header-du-an .navbar-collapse,
  body.exact-clone #header-du-an .navbar-collapse-2 { display: block !important; flex: 1 1 auto; min-width: 0; }
  body.exact-clone #header-du-an .navbar-nav { display: flex; flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  body.exact-clone #header-du-an .navbar-nav::-webkit-scrollbar { display: none; }
  body.exact-clone #header-du-an .nav-link { padding: 24px 12px; font-size: 13px; }
}

@media (max-width: 900px) {
  body.exact-clone #header-du-an .navbar { min-height: 72px; padding: 0 18px; }
  body.exact-clone #header-du-an .navbar > .container { max-width: none; padding: 0; }
  body.exact-clone #header-du-an .navbar-brand { margin: 0; padding: 4px 0; }
  body.exact-clone #header-du-an .navbar-brand img { width: 78px; height: 62px; }
  body.exact-clone #header-du-an .navbar-toggler {
    display: flex !important;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    box-shadow: 0 3px 12px rgba(14,31,52,.05);
  }
  body.exact-clone #header-du-an .navbar-toggler:focus { outline: 2px solid rgba(202,139,75,.35); outline-offset: 2px; }
  body.exact-clone #header-du-an .navbar-toggler-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    background: none !important;
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }
  body.exact-clone #header-du-an .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 3px solid currentColor;
    transform: translateY(-50%);
  }
  body.exact-clone #header-du-an .navbar-collapse-2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(255,255,255,.99);
    border-top: 1px solid #eee;
    box-shadow: 0 18px 30px rgba(12,31,56,.14);
    transition: max-height .32s ease, opacity .22s ease, visibility .22s ease;
  }
  body.exact-clone #header-du-an .navbar-collapse-2.is-open {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }
  body.exact-clone #header-du-an .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    padding: 8px 18px 14px;
  }
  body.exact-clone #header-du-an .navbar-nav .menu-item { width: 100%; border-bottom: 1px solid #edf0f3; }
  body.exact-clone #header-du-an .navbar-nav .menu-item:last-child { border-bottom: 0; }
  body.exact-clone #header-du-an .nav-link {
    display: block;
    width: 100%;
    padding: 13px 6px;
    color: #172b4b;
    font-size: 13px;
    text-align: left;
  }
  body.exact-clone #header-du-an .nav-link.is-active::after { left: 6px; right: auto; bottom: 7px; width: 34px; }
  .exact-footer-inner { grid-template-columns: 1.1fr .9fr; gap: 42px; }
  .exact-footer-intro { grid-column: 1/-1; }
  .exact-footer-desc { max-width: 640px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 62px; }
  body.exact-clone #header-du-an .navbar { min-height: 68px; padding: 0 14px; }
  body.exact-clone #header-du-an .navbar-brand img { width: 72px; height: 57px; }
  body.exact-clone #header-du-an .navbar-toggler { width: 48px; height: 46px; flex-basis: 48px; }
  body.exact-clone #header-du-an .nav-link { padding: 12px 5px; font-size: 12px; }
  body.exact-clone .exact-reference-main .vce-row-container[id] { scroll-margin-top: 64px; }
  .exact-footer { padding: 58px 20px 110px; }
  .exact-footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .exact-footer-intro { grid-column: auto; }
  .exact-footer-logo { width: 100px; height: 78px; }
  .exact-footer h2 { font-size: 29px; }
  .exact-footer h3 { margin-bottom: 18px; }
  .exact-footer-bottom { flex-direction: column; gap: 6px; margin-top: 42px; padding-bottom: 0; }
  .float-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 3000;
    display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 62px; background: #07162d;
  }
  .float-bar a { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 8px; color: #fff; text-align: center; text-decoration: none; font-size: 12px; border-right: 1px solid rgba(255,255,255,.14); }
  .float-bar a:last-child { background: linear-gradient(90deg,#d44372,#f07956); }

  body.exact-clone .exact-lead-form {
    width: min(430px, calc(100% - 32px));
  }
  body.exact-clone .exact-lead-form > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }
  body.exact-clone .exact-lead-form input[type="text"],
  body.exact-clone .exact-lead-form input[type="tel"],
  body.exact-clone .exact-lead-form input[type="email"],
  body.exact-clone .exact-lead-form input[type="submit"] {
    height: 48px;
    font-size: 15px;
  }
  .exact-news { padding: 38px 18px 56px; }
  .exact-news .news-grid { grid-template-columns: 1fr; gap: 18px; }
  .exact-news .news-card-body { padding: 21px; }
  .exact-news-actions { flex-direction: column; gap: 14px; margin-top: 30px; }
  .exact-news-all { width: 100%; }
}

@media (min-width: 641px) and (max-width: 900px) {
  body.exact-clone .exact-lead-form {
    width: min(680px, calc(100% - 40px));
  }
  body.exact-clone .exact-lead-form > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .exact-news .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .exact-news .news-card:last-child { display: none; }
}
