/* Custom overrides — hero slider caption contrast on photographic backgrounds */
.swiper-slider-modern .slider-modern-box .slider-modern-title span {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.swiper-slider-modern .slider-modern-box p {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* Give the caption content a subtle dark scrim so text stays readable on any slide image */
.swiper-slider-modern .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05) 65%);
  pointer-events: none;
}

.swiper-slider-modern .swiper-slide-caption {
  z-index: 2;
}

/* Keep the outline button legible on light slides */
.swiper-slider-modern .button-default-outline-2 {
  color: #ffffff !important;
  border-color: #ffffff !important;
  text-shadow: none;
}

.swiper-slider-modern .button-default-outline-2:hover {
  color: #1a1a1a !important;
}

/* ===== Dark menu bar — black / white / orange theme ===== */
:root {
  --navbar-bg: #111111;
  --navbar-bg-solid: #151515;
  --navbar-text: #ffffff;
  --navbar-accent: #f26430; /* orange from the On Track Industrial logo */
}

/* Bar background (all layouts + stuck/scrolled state) */
.rd-navbar,
.rd-navbar.rd-navbar--is-clone,
.rd-navbar-modern .rd-navbar-main-outer,
.rd-navbar-modern .rd-navbar-main,
.rd-navbar-static .rd-navbar-main-outer,
.rd-navbar-static .rd-navbar-main,
.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar--is-stuck .rd-navbar-main-outer,
.rd-navbar--is-stuck .rd-navbar-main {
  background: var(--navbar-bg) !important;
}

/* Logo sizing */
.rd-navbar-brand img {
  max-width: 230px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 70px;
}

.footer-brand,
.footer-brand a {
  display: block;
  width: 100%;
}

.footer-brand img {
  display: block;
  width: min(100%, 270px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .footer-brand img {
    width: min(100%, 240px);
  }
}

/* Nav links: white, orange on hover/active */
.rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-nav > li > .rd-nav-link,
.rd-navbar-static .rd-navbar-nav > li > .rd-nav-link,
.rd-navbar-fixed .rd-navbar-nav > li > a,
.rd-navbar-fixed .rd-nav-link {
  color: var(--navbar-text) !important;
}
.rd-navbar-nav > li:hover > a,
.rd-navbar-nav > li.active > a,
.rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li:hover > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-fixed .rd-navbar-nav > li:hover > a,
.rd-navbar-fixed .rd-navbar-nav > li.active > a,
.rd-navbar-fixed .rd-nav-link:hover,
.rd-navbar-fixed .rd-nav-link.active {
  color: var(--navbar-accent) !important;
}

/* Dropdowns */
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  background: var(--navbar-bg-solid) !important;
}
.rd-navbar-dropdown li a,
.rd-navbar-megamenu li a,
.rd-navbar-static .rd-navbar-dropdown li a,
.rd-navbar-static .rd-navbar-megamenu li a,
.rd-navbar-static .rd-megamenu-list > li > a {
  color: var(--navbar-text) !important;
}
.rd-navbar-dropdown li a:hover,
.rd-navbar-megamenu li a:hover,
.rd-navbar-static .rd-navbar-dropdown li a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover {
  color: var(--navbar-accent) !important;
}

/* Hamburger icon: white, orange on hover */
.rd-navbar-toggle span,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
  background-color: var(--navbar-text) !important;
}

/* Side "Follow us" panel hamburger */
.rd-navbar-project-hamburger,
.rd-navbar-project-hamburger span,
.rd-navbar-project-hamburger span:before,
.rd-navbar-project-hamburger span:after {
  color: var(--navbar-text) !important;
  background-color: var(--navbar-text) !important;
  border-color: var(--navbar-text) !important;
}
.rd-navbar-project-hamburger:hover,
.rd-navbar-project-hamburger:hover span {
  color: var(--navbar-accent) !important;
  background-color: var(--navbar-accent) !important;
  border-color: var(--navbar-accent) !important;
}

/* Mobile drawer */
.rd-navbar-fixed .rd-navbar-nav {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: var(--navbar-bg-solid);
}

/* Active nav tab: orange instead of template tan */
.rd-navbar-modern .rd-navbar-nav > li.active,
.rd-navbar-modern .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active,
.rd-navbar-nav > li.active {
  background-color: var(--navbar-accent) !important;
}
.rd-navbar-modern .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-nav > li.active > a {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Side-panel hamburger: dark button, white lines */
.rd-navbar-project-hamburger,
.rd-navbar-project-hamburger .project-hamburger,
.rd-navbar-project-hamburger .project-hamburger-2,
.rd-navbar-project-hamburger .project-close {
  background: transparent !important;
  background-color: transparent !important;
}
.rd-navbar-project-hamburger span,
.rd-navbar-project-hamburger span:before,
.rd-navbar-project-hamburger span:after {
  background: var(--navbar-text) !important;
  background-color: var(--navbar-text) !important;
  border-color: var(--navbar-text) !important;
}
.rd-navbar-project-hamburger:hover span,
.rd-navbar-project-hamburger:hover span:before,
.rd-navbar-project-hamburger:hover span:after {
  background: var(--navbar-accent) !important;
  background-color: var(--navbar-accent) !important;
  border-color: var(--navbar-accent) !important;
}

/* Active/hover tab highlight block: orange instead of tan */
.rd-navbar-modern.rd-navbar-static .rd-nav-link::before {
  background: var(--navbar-accent) !important;
}
.rd-navbar-modern.rd-navbar-static .rd-nav-link:hover::before,
.rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
  color: #ffffff;
}
.rd-navbar-modern.rd-navbar-static .rd-nav-link:hover,
.rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  color: #ffffff !important;
}

/* Stuck/scrolled bar stays dark, not white */
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::before,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::before {
  background: var(--navbar-bg) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  background: var(--navbar-accent) !important;
  color: #ffffff !important;
}

/* What We Offer boxes: equal, stable heights (no jump on hover) */
#about-us .row > [class*="col-"] {
  display: flex;
}
#about-us .row .oh,
#about-us .row .oh-desktop {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
#about-us .box-sportlight {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#about-us .box-sportlight-figure {
  flex: 0 0 auto;
}
#about-us .box-sportlight-figure img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: block;
}
#about-us .box-sportlight-caption {
  flex: 1 1 auto;
  min-height: 140px;
  align-items: center;
}
@media (min-width: 1200px) {
  #about-us .box-sportlight-title {
    font-size: 30px;
    line-height: 1.15;
  }
}
/* Keep hover effects visual only - no size/height changes */
#about-us .box-sportlight:hover .box-sportlight-title {
  letter-spacing: .025em;
}
#about-us .box-sportlight-arrow::before {
  transition: background-color .3s ease-in-out;
}
#about-us .box-sportlight:hover .box-sportlight-arrow::before {
  width: 21px;
}
@media (max-width: 575px) {
  #about-us .box-sportlight-figure img {
    height: 240px;
  }
}

/* Preloader reactivated and themed to the site palette */
.preloader {
  background: #111111 !important;
}

/* Once loading has finished, take the dark loading layer out of the page
   entirely. Leaving it in place (hidden but still painted) made a dark
   square flash over the page on tablets when scrolling back to the top. */
.preloader.loaded {
  display: none !important;
}

.preloader .cssload-container span {
  background-color: #f26430 !important;
}

.preloader .cssload-container span:nth-child(2),
.preloader .cssload-container span:nth-child(3) {
  background-color: #f26430 !important;
}


/* CTA parallax: blue roller shutter background with dark overlay for readability */
.parallax-cta-shutter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.parallax-cta-shutter .parallax-content {
  position: relative;
  z-index: 1;
}

/* Orange roller shutter CTA background */
.parallax-cta-orange::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.parallax-cta-orange .parallax-content {
  position: relative;
  z-index: 1;
}

/* Thinner CTA section */
.parallax-cta-orange .section-inset-custom-2 {
  padding-top: 50px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 768px) {
  .parallax-cta-orange .section-inset-custom-2 {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1600px) {
  .parallax-cta-orange .section-inset-custom-2 {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
  }
}

/* CTA title on one line */
.cta-title-single {
  white-space: nowrap;
  font-size: 28px;
}
@media (max-width: 767px) {
  .cta-title-single {
    white-space: normal;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cta-title-single {
    font-size: 36px;
  }
}

/* Team section: equal-height cards and brighter photos */
#team .row {
  display: flex;
  flex-wrap: wrap;
}
#team .row > [class*="col-"] {
  display: flex;
}
#team .team-classic {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#team .team-classic-figure {
  flex: 0 0 auto;
  overflow: hidden;
}
#team .team-classic-figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(1.12) contrast(1.08) saturate(1.05);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
#team .team-classic-caption {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px 15px;
}
#team .team-classic:hover .team-classic-figure img {
  transform: scale(1.03);
  filter: brightness(1.2) contrast(1.1) saturate(1.08);
}
@media (max-width: 767px) {
  #team .team-classic-figure img {
    height: 320px;
  }
}

/* --- Recent projects portfolio --- */
.project-portfolio {
  overflow: hidden;
  background: #f5f5f5;
}
.project-portfolio-intro {
  max-width: 720px;
  margin: -2px auto 36px;
  text-align: center;
}
.project-portfolio-intro p {
  margin: 0;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 1.7;
}
.project-grid-column {
  display: flex;
}
.project-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}
.project-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: #ffffff;
}
.project-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}
.project-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px 21px;
  background: linear-gradient(180deg, rgba(17, 17, 17, .02) 28%, rgba(17, 17, 17, .9) 100%);
  text-align: left;
}
.project-card-category {
  align-self: flex-start;
  margin-bottom: 9px;
  padding: 6px 9px;
  background: var(--navbar-accent);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-card-title {
  max-width: 260px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}
.project-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transition: max-height .3s ease, margin-top .3s ease, opacity .3s ease;
}
.project-card-action span {
  color: var(--navbar-accent);
  font-size: 18px;
}
.project-card-link:hover,
.project-card-link:focus {
  color: #ffffff;
}
.project-card-link:hover .project-card-image,
.project-card-link:focus .project-card-image {
  transform: scale(1.045);
  filter: saturate(1.07) contrast(1.04);
}
.project-card-link:hover .project-card-action,
.project-card-link:focus .project-card-action {
  max-height: 30px;
  margin-top: 13px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .project-card-link { aspect-ratio: 5 / 6; }
}
@media (max-width: 767px) {
  .project-portfolio-intro { margin-bottom: 28px; }
  .project-card-overlay { padding: 20px 18px; }
  .project-card-title { font-size: 17px; }
  .project-card-action {
    max-height: 30px;
    margin-top: 10px;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .project-grid { margin-left: -8px; margin-right: -8px; }
  .project-grid-column { padding-left: 8px; padding-right: 8px; }
  .project-card-link { aspect-ratio: 4 / 5; }
  .project-card-overlay { padding: 15px 12px 13px; }
  .project-card-category {
    margin-bottom: 7px;
    padding: 5px 6px;
    font-size: 8px;
  }
  .project-card-title { font-size: 14px; line-height: 1.2; }
  .project-card-action { font-size: 9px; }
  .project-card-action span { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .project-card-image,
  .project-card-action { transition: none; }
}

/* Latest posts: equal-height cards, aligned images and titles */
#news .row {
  display: flex;
  flex-wrap: wrap;
}
#news .row > [class*="col-"] {
  display: flex;
}
#news .post-creative {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#news .post-creative-header {
  flex: 0 0 auto;
  height: 92px;
  display: flex;
  align-items: center;
}
#news .post-creative-header .group-md {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
}
#news .post-creative-header .group-md > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
#news .post-creative-header .unit {
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
}
#news .post-creative-time {
  flex: 0 0 auto;
  white-space: nowrap;
}
#news .post-creative-figure {
  flex: 0 0 auto;
  height: 220px;
  overflow: hidden;
  display: block;
}
#news .post-creative-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#news .post-creative-footer {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 18px;
  min-height: 90px;
}
@media (max-width: 575px) {
  #news .post-creative-figure {
    height: 190px;
  }
}

/* Edge-to-edge, continuously moving brand logos */
.brand-marquee-section {
  overflow: hidden;
}

.brand-marquee {
  width: 100%;
  overflow: hidden;
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: brand-marquee-scroll 34s linear infinite;
  will-change: transform;
}

.brand-marquee-item {
  flex: 0 0 clamp(180px, 18vw, 300px);
  height: 145px;
  padding: 22px clamp(22px, 3vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-marquee-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 220px;
  object-fit: contain;
  opacity: 1;
}

@keyframes brand-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 991px) {
  .brand-marquee-track { animation-duration: 29s; }
  .brand-marquee-item {
    flex-basis: 210px;
    height: 125px;
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .brand-marquee-track { animation-duration: 25s; }
  .brand-marquee-item {
    flex-basis: 165px;
    height: 105px;
    padding: 17px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee-track { animation-duration: 80s; }
}


/* ---------- Service areas section ---------- */
.areas-section {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.areas-heading {
  margin-bottom: 18px;
}
.areas-content {
  margin-top: 40px;
}
.areas-block {
  background: #ffffff;
  border-left: 4px solid #ff6b00;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.areas-block:last-child {
  margin-bottom: 0;
}
.areas-block-title {
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.areas-block-text {
  margin: 0;
}
.areas-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.areas-list li {
  background: #151515;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 2px;
}
.areas-map {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.areas-map-static {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3px;
  background: #f2f2f2;
}
.areas-map-static img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive contact rail above the contact form */
.contact-strip {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-top: 3px solid #f26430;
  border-radius: 6px;
  background: #111111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}
@media (min-width: 576px) {
  .contact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
  .contact-strip { grid-template-columns: .85fr .85fr 1.25fr 1.55fr; }
}
.contact-strip-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  gap: 15px;
  padding: 20px 44px 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  text-align: left;
  text-decoration: none;
  transition: background-color .2s ease;
}
.contact-strip-item::after {
  content: "\2197";
  position: absolute;
  right: 20px;
  top: 50%;
  color: rgba(255, 255, 255, .35);
  font-size: 17px;
  transform: translateY(-50%);
  transition: color .2s ease, transform .2s ease;
}
.contact-strip-item:hover {
  background: #1b1b1b;
}
.contact-strip-item:hover::after {
  color: #f26430;
  transform: translate(3px, calc(-50% - 3px));
}
.contact-strip-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 100, 48, .45);
  border-radius: 50%;
  background: rgba(242, 100, 48, .08);
  font-size: 21px;
  line-height: 1;
  color: #f26430;
}
.contact-strip-text { display: flex; flex-direction: column; min-width: 0; }
.contact-strip-label {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .58);
  margin-bottom: 5px;
}
.contact-strip-value {
  font-size: 14px;
  line-height: 1.35;
  color: #ffffff;
  font-weight: 600;
  word-break: break-word;
}
.contact-strip-item:hover .contact-strip-value { color: #f26430; }
@media (min-width: 576px) and (max-width: 1199px) {
  .contact-strip-item:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .1); }
  .contact-strip-item:nth-last-child(-n + 2) { border-bottom: 0; }
}
@media (min-width: 1200px) {
  .contact-strip-item { border-right: 1px solid rgba(255, 255, 255, .1); border-bottom: 0; }
  .contact-strip-item:last-child { border-right: 0; }
}
@media (max-width: 575px) {
  .contact-strip-item { min-height: 78px; padding: 15px 42px 15px 16px; }
  .contact-strip-item:last-child { border-bottom: 0; }
  .contact-strip-icon { width: 38px; height: 38px; font-size: 19px; }
  .contact-strip-value { font-size: 13px; }
}

/* Post article popups */
.post-modal .modal-content {
  background: #15181d;
  border: 1px solid rgba(245, 124, 32, .35);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}
.post-modal .modal-dialog { margin: 30px auto; }
.post-modal-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.post-modal-body {
  padding: 30px 38px 38px;
  max-height: 55vh;
  overflow-y: auto;
}
.post-modal-meta {
  color: #f57c20;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-modal-title {
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.3;
}
.post-modal-body p {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.75;
}
.post-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f57c20;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.post-modal-close:hover { background: #d9651a; transform: rotate(90deg); }
.modal-backdrop.show, .modal-backdrop.in { opacity: .7; }
.post-creative-figure, .post-creative-title a { cursor: pointer; }
@media (max-width: 767px) {
  .post-modal-image { height: 210px; }
  .post-modal-body { padding: 22px 20px 28px; }
}

/* ============================================================
   Multi-page site: hero, breadcrumbs, cards, FAQ, footer links
   ============================================================ */
.page-hero-section { padding: 0; }
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero-overlay {
  background: linear-gradient(180deg, rgba(12, 12, 12, .82), rgba(12, 12, 12, .68));
  padding: 120px 0 70px;
  color: #fff;
}
@media (min-width: 992px) { .page-hero-overlay { padding: 190px 0 100px; } }
.page-breadcrumbs {
  display: flex; flex-wrap: wrap; gap: 8px; list-style: none;
  padding: 0; margin: 0 0 18px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
}
.page-breadcrumbs li + li:before { content: "/"; margin-right: 8px; opacity: .5; }
.page-breadcrumbs a { color: #fff; opacity: .8; }
.page-breadcrumbs a:hover { color: #ff7a18; opacity: 1; }
.page-breadcrumbs span { color: #ff7a18; }
.page-hero-title { color: #fff; margin: 0 0 14px; }
.page-hero-lead { color: rgba(255,255,255,.85); max-width: 720px; margin-bottom: 26px; }
.page-hero-buttons { display: flex; flex-wrap: wrap; align-items: stretch; gap: 14px; }
.page-hero-buttons-center { justify-content: center; }
.page-hero-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  line-height: 1.2;
}

.service-type-card,
.service-work-card {
  height: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(0,0,0,.08);
  border-left: 3px solid #ff7a18;
  background: #fff;
}
.service-type-title, .service-work-title { margin: 0 0 8px; }
.service-work-card p { margin: 0; }
.service-index-lead { padding: 0 8px; }
.service-index-link { font-weight: 500; color: #ff7a18; }
.service-index-link:hover { color: #111; }

.related-services-grid > [class*="col-"] { display: flex; }
.related-services-grid .box-sportlight {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.related-services-grid .box-sportlight-figure {
  flex: 0 0 auto;
  height: 250px;
}
.related-services-grid .box-sportlight-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-services-grid .box-sportlight-caption {
  flex: 1 1 auto;
  min-height: 78px;
  text-align: center;
}
.related-services-grid .box-sportlight-title {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-hero-buttons .button { width: 100%; }
  .related-services-grid .box-sportlight-figure { height: 220px; }
}

.areas-chip-list {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  list-style: none; padding: 0; margin: 0 0 10px;
}
.areas-chip-list-left { justify-content: flex-start; }
.areas-chip-list li a,
.areas-chip-list li span {
  display: inline-block; padding: 8px 16px; background: #111; color: #fff;
  border-radius: 2px; font-size: 14px;
}
.areas-chip-list li a:hover { background: #ff7a18; color: #fff; }

.faq-item { border-bottom: 1px solid rgba(0,0,0,.1); padding: 16px 0; }
.faq-question { cursor: pointer; list-style: none; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question-text { display: inline; margin: 0; }
.faq-item[open] .faq-question-text { color: #ff7a18; }
.faq-answer { padding-top: 10px; }


.blog-related-title { margin-top: 34px; margin-bottom: 14px; }
.post-creative-meta { font-size: 13px; opacity: .7; }
.service-area-map-image { max-width: 100%; height: auto; margin-top: 34px; }
.offer-more-links {
  margin-top: 40px;
}
.offer-more-links > [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.offer-more-links p {
  margin: 0;
  text-align: center;
}
.offer-more-links .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
}
.area-note { font-style: italic; opacity: .85; }
.footer-link-list { list-style: none; padding: 0; margin: 0; }
.footer-link-list li { margin-bottom: 8px; }
.footer-link-list a:hover { color: #ff7a18; }
.page-hero-buttons .button-default-outline-2 { border-color: #fff; color: #fff; }
.page-hero-buttons .button-default-outline-2:hover { background: #ff7a18; border-color: #ff7a18; color: #fff; }

/* Live satellite map next to contact form */
.live-map {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  background: #10100f;
}
.live-map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.live-map-card {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  max-width: 330px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}
.live-map-card-body { flex: 1 1 auto; }
.live-map-card-title {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.live-map-card-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.4;
}
.live-map-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.live-map-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #ff7a18;
  background: rgba(255, 106, 0, 0.14);
  font-size: 15px;
  transition: background 0.25s ease, color 0.25s ease;
}
.live-map-card-actions a:hover { background: #ff6a00; color: #ffffff; }
.live-map-card-directions { background: #ff6a00 !important; color: #ffffff !important; }
.live-map-card-directions:hover { background: #e05e00 !important; }
@media (max-width: 991.98px) {
  .live-map { min-height: 340px; }
}
@media (max-width: 575.98px) {
  .live-map { min-height: 280px; border-radius: 10px; }
  .live-map-card { top: 10px; left: 10px; right: 10px; max-width: none; padding: 11px 12px; }
  .live-map-card-title { font-size: 15px; }
  .live-map-card-address { font-size: 12px; }
}

/* Static branded map next to contact form */
.static-map-link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 380px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.static-map-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.static-map-link:hover .static-map-image {
  transform: scale(1.03);
}
.static-map-cta {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  background: #ff6a00;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: background 0.25s ease;
}
.static-map-link:hover .static-map-cta {
  background: #e05e00;
}
@media (max-width: 575.98px) {
  .static-map-link { min-height: 280px; }
  .static-map-image { min-height: 280px; }
}


/* ---------- Commercial case study / project page ---------- */
.project-case-subtitle {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #4c4c4c;
}
.project-info-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: #2a2a2a;
  border-top: 3px solid #f36c21;
  overflow: hidden;
}
.project-info-item {
  background: #1c1c1c;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-info-label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f36c21;
  font-weight: 700;
}
.project-info-value {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}
@media (max-width: 991px) { .project-info-block { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .project-info-block { grid-template-columns: 1fr; } }

.project-scope-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 3px solid #f36c21;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.project-scope-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,.12); transform: translateY(-3px); }
.project-scope-icon { font-size: 40px; line-height: 1; color: #f36c21; }
.project-scope-title { margin: 0; text-transform: uppercase; letter-spacing: .06em; }
.project-scope-text { margin: 0; color: #4c4c4c; }

.project-stage-grid .project-stage-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.project-stage-figure { position: relative; overflow: hidden; }
.project-stage-figure img { width: 100%; height: 250px; object-fit: cover; display: block; }
.project-stage-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f36c21;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 8px 16px;
}
.project-stage-text { margin: 0; padding: 22px 24px; color: #4c4c4c; flex: 1 1 auto; }

.project-coverage-lead { font-size: 18px; font-weight: 600; color: #1c1c1c; }
.project-coverage-chips li span {
  display: inline-block;
  padding: 8px 16px;
  background: #1c1c1c;
  color: #fff;
  font-size: 13px;
}
.coverage-map { background: #1c1c1c; padding: 24px; }
.coverage-map-svg { width: 100%; height: auto; display: block; }
.coverage-map-state { fill: #2e2e2e; stroke: #4a4a4a; stroke-width: 2; }
.coverage-map-region { fill: rgba(243,108,33,.85); stroke: #f36c21; stroke-width: 2; }
.coverage-map-dot { fill: #fff; }
.coverage-map-label { fill: #d8d8d8; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.coverage-map-label-strong { fill: #fff; font-weight: 700; font-size: 15px; }

.project-issue-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
.project-issue-list li,
.project-check-list li {
  position: relative;
  padding-left: 22px;
  color: #4c4c4c;
}
.project-issue-list li::before,
.project-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #f36c21;
}
.project-issue-note { font-size: 14px; color: #6b6b6b; margin: 0; }
.project-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media (max-width: 575px) {
  .project-issue-list, .project-check-list { grid-template-columns: 1fr; }
}

.project-split-image { width: 100%; height: 380px; object-fit: cover; display: block; }
@media (max-width: 991px) {
  .project-split-image { height: 260px; margin-bottom: 24px; }
  .project-split-reverse { flex-direction: column-reverse; }
}

.project-partner-panel {
  background: #1c1c1c;
  border-left: 4px solid #f36c21;
  padding: 36px 40px;
  color: #d8d8d8;
}
.project-partner-panel p { color: #d8d8d8; margin-bottom: 0; }

.project-stats-grid { margin-bottom: 30px; }
.project-stat-card {
  height: 100%;
  background: #1c1c1c;
  border-top: 3px solid #f36c21;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.project-stat-value { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.3; }
.project-stat-label {
  color: #f36c21;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.project-status-title { text-transform: uppercase; letter-spacing: .06em; }

/* Featured project banner on homepage */
.project-feature-banner {
  position: relative;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  background: #141414;
  text-decoration: none;
}
.project-feature-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .22;
  animation: project-banner-pan 18s ease-in-out infinite alternate;
  transition: opacity .4s ease;
}
.project-feature-banner:hover .project-feature-banner-bg { opacity: .32; }
@keyframes project-banner-pan {
  0% { transform: scale(1.08) translateX(-1.5%); }
  100% { transform: scale(1.08) translateX(1.5%); }
}
.project-feature-banner::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -40%;
  width: 35%;
  background: linear-gradient(105deg, transparent, rgba(243, 108, 33, .14), transparent);
  animation: project-banner-sheen 6s linear infinite;
  pointer-events: none;
}
@keyframes project-banner-sheen {
  0% { left: -40%; }
  100% { left: 130%; }
}
.project-feature-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 36px 56px;
  min-height: 150px;
}
.project-feature-banner-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
.project-feature-banner-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 36px;
  background: #f36c21;
}
.project-feature-banner-label {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.project-feature-banner-cta {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.project-feature-banner-arrow {
  display: inline-block;
  transition: transform .3s ease;
}
.project-feature-banner:hover .project-feature-banner-arrow { transform: translateX(6px); }
@media (max-width: 991px) {
  .project-feature-banner-title { font-size: 24px; }
}
@media (max-width: 767px) {
  .project-feature-banner-inner {
    gap: 8px;
    padding: 18px 22px 52px;
    min-height: 130px;
  }
  .project-feature-banner-title { font-size: 20px; }
  .project-feature-banner-strip { padding: 10px 22px; }
}
@media (max-width: 575px) {
  .project-feature-banner-title { font-size: 17px; }
  .project-feature-banner-cta { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .project-feature-banner-bg, .project-feature-banner::after { animation: none; }
}
.project-issue-list, .project-check-list, .project-issue-note { text-align: left; }
.project-coverage-chips { justify-content: flex-start; }


/* Contact form fields: clearer shaded boxes on every screen size */
.rd-mailform .form-input,
.rd-form .form-input {
  background: #f0f0f0 !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 2px;
}
.rd-mailform .form-input:focus,
.rd-form .form-input:focus {
  background: #ffffff !important;
  border-color: #f26430 !important;
  box-shadow: 0 0 0 2px rgba(242, 100, 48, 0.18);
}
.rd-mailform .form-label,
.rd-form .form-label {
  color: #4a4a4a !important;
}

/* Fix: off-canvas "Follow us" panel could flash as a white square on tablet
   while scrolling/repainting. Keep it truly hidden until it is opened. */
.rd-navbar-project {
  visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s linear 0.35s;
}

.rd-navbar-main.active .rd-navbar-project {
  visibility: visible;
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s linear 0s;
}

/* Featured banner: Woolworths wordmark image replaces the text */
.project-feature-banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.project-feature-banner-logo {
  display: block;
  height: 68px;
  width: auto;
  background: #fff;
  border-radius: 8px;
  padding: 7px 14px;
}
@media (max-width: 991px) { .project-feature-banner-logo { height: 60px; } }
@media (max-width: 767px) { .project-feature-banner-logo { height: 52px; } .project-feature-banner-title { gap: 12px; } }
@media (max-width: 575px) { .project-feature-banner-logo { height: 44px; } }
