/*** Night Coast theme overrides — DETERMINADO & DINAMIZADOR ***/

body {
  background-color: var(--section-wash);
  color: var(--text-muted);
}

h1, h2, h3, h4, h5, h6 {
  color: #F2F6FA;
}

p {
  color: var(--text-muted);
}

a {
  color: inherit;
}

/*** Header ***/
header > .container-fluid.bg-color-1 {
  background: #07101C !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Same content width as nav bar */
header > .container-fluid.bg-color-1 > .large-container {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-top {
  background: #07101C !important;
  border-bottom: 1px solid var(--border-night);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.header-top-contact-info {
  gap: 28px !important;
  /* Optical align with logo mark — logo-white.svg path starts at x=5 in viewBox 219 */
  padding-left: calc(var(--header-logo-w, 170px) * 5 / 219);
}

.header-top-contact-info .email {
  display: inline-flex !important;
  align-items: center;
  position: relative;
  padding-left: 22px;
}

.header-top-contact-info .email a,
.header-top-contact-info .time {
  color: var(--text-muted) !important;
}

.header-top-contact-info .email a:hover {
  color: var(--theme-color) !important;
}

.header-top-contact-info span.email:before,
.header-top-contact-info span.time:before {
  color: var(--theme-color) !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
}

header {
  --header-logo-w: 170px;
}

@media (max-width: 1199px) {
  header {
    --header-logo-w: 145px;
  }
}

@media (max-width: 450px) {
  header {
    --header-logo-w: 130px;
  }
}

/* Avoid flex on the tagline — flex collapses the space before <strong>Faro</strong> */
.header-tagline {
  display: block !important;
  margin-left: auto;
  color: #C5D4E4 !important;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.header-tagline strong {
  color: var(--theme-color);
  font-weight: 600;
}

.header-area {
  background: rgba(7, 16, 28, 0.94) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-night);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.header-area.sticky,
.sticky.header-area,
#header-sticky.sticky {
  background: rgba(7, 16, 28, 0.97) !important;
  border-bottom: 1px solid rgba(255, 107, 74, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35) !important;
}

.header-logo img {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.header-logo a:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 4px 12px rgba(255, 107, 74, 0.2));
}

.main-menu ul li a {
  color: #E8EEF5 !important;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: var(--theme-color) !important;
  background: transparent !important;
}

/* No arrows on top-level nav links (Contact Us keeps its own icon) */
.main-menu > nav > ul > li > a::after {
  content: none !important;
  display: none !important;
}

/*** Dropdown panels — Services / Insights ***/
.main-menu ul li .submenu,
.main-menu .submenu {
  background: #0A1628 !important;
  border: 1px solid rgba(155, 176, 199, 0.2) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0 !important;
  overflow: hidden;
  /* Align panel with the parent link, not shifted right */
  left: 0 !important;
  right: auto !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  /* Shrink to content so arrows sit next to labels */
  min-width: 0 !important;
  width: max-content;
  max-width: min(420px, 92vw);
  margin-top: 0;
}

.main-menu .submenu li {
  background: transparent !important;
}

.main-menu .submenu li a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  color: #D5E0EC !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(155, 176, 199, 0.12) !important;
  padding: 13px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  white-space: nowrap;
  transition: color 0.2s ease !important;
}

.main-menu .submenu li:last-child a {
  border-bottom: none !important;
}

.main-menu .submenu li a::after {
  content: "\e918";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
  color: currentColor;
  opacity: 0.45;
  flex-shrink: 0;
  margin-left: 2px;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

/* Text-only highlight — no plate / row fill */
.main-menu .submenu li a:hover,
.main-menu .submenu li:hover > a,
.main-menu ul li .submenu li:hover > a,
.main-menu .submenu li.active > a,
.main-menu .submenu li a.active {
  color: var(--theme-color) !important;
  background: transparent !important;
  padding-left: 20px !important;
}

.main-menu .submenu li a:hover::after,
.main-menu .submenu li:hover > a::after,
.main-menu .submenu li.active > a::after,
.main-menu .submenu li a.active::after {
  opacity: 1;
  color: var(--theme-color);
  transform: translateX(2px);
}

.header__hamburger .bar-icon,
.sidebar__toggle .bar-icon {
  color: #F2F6FA !important;
}

.header__hamburger .bar-icon:hover,
.sidebar__toggle .bar-icon:hover {
  color: var(--theme-color) !important;
}

/* Hide top bar whenever the hamburger nav is in use */
@media (max-width: 1199.98px) {
  header > .container-fluid.bg-color-1 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-top {
    display: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-top-contact-info {
    flex-wrap: wrap;
    gap: 8px 16px !important;
  }

  .header-tagline {
    display: none !important;
  }
}


/*** Sections — alternating Night Coast surfaces ***/
.about-us-section,
.service-slider-section,
.project-slider-section,
.choose-section,
.team-section,
.blog-section-one,
.brand-section,
.process-section,
.approach-section,
.industries-section,
.cta-1-section,
.service-page-section,
.service-details-page,
.faq-page-section,
.contact-page-section {
  color: var(--text-muted);
}

/* Solid base wash — even sections after banner */
main > section:nth-of-type(even) {
  background: var(--section-wash) !important;
}

/* Accent coral/navy wash — every other content section */
main > section:nth-of-type(odd):not(.banner-section):not(.breadcrumb__area),
.dd-bg-accent {
  background: var(--section-accent-gradient) !important;
  background-size: 260% 260%, 100% 100% !important;
  background-position: 12% 50%, 0 0;
  animation: dd-accent-flow 34s ease-in-out infinite alternate;
}

/* Only the coral sweep moves; the night base stays anchored. */
@keyframes dd-accent-flow {
  from { background-position: 6% 42%, 0 0; }
  to   { background-position: 94% 58%, 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  main > section:nth-of-type(odd):not(.banner-section):not(.breadcrumb__area),
  .dd-bg-accent {
    animation: none;
    background-position: 50% 50%, 0 0;
  }
}

/* Explicit helpers (for pages that need a manual override) */
.dd-bg-base {
  background: var(--section-wash) !important;
}

.footer-main.bg-color-1 {
  background: #07101C !important;
}

.section-title {
  color: #F2F6FA !important;
}

.section-sub-title {
  color: var(--theme-color) !important;
}

.banner-sub-title {
  color: var(--theme-color) !important;
}

/*** Hide legacy icomoon battery glyph ***/
.section-sub-title::before,
.banner-sub-title::before,
.section-sub-title::after,
.banner-sub-title::after {
  content: none !important;
  display: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

/*** Battery / capsule mark — real element, fills left → right ***/
.dd-battery {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 16px;
  box-sizing: border-box;
  border: 1.5px solid var(--theme-color);
  border-radius: 999px;
  display: block;
  overflow: hidden;
  pointer-events: none;
  padding: 2px;
}

.banner-sub-title > .dd-battery {
  left: -56px;
  width: 40px;
  height: 20px;
}

.dd-battery__fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: var(--theme-color);
  transform: none;
  /* Width is driven by setInterval in dd-animations.js (survives reduced motion) */
  transition: none !important;
}

.dd-battery-charged .dd-battery__fill {
  width: 100%;
}

.contact-from .dd-battery {
  border-color: #fff;
}

.contact-from .dd-battery__fill {
  background: #fff;
}

/*** Banner hero — equal slide height + faster content reveal ***/
:root {
  /* Header (topbar + nav) sits above the banner in document flow */
  --dd-header-stack: 118px;
}

@media only screen and (max-width: 1199.98px) {
  :root {
    --dd-header-stack: 72px; /* hamburger header, topbar hidden */
  }
}

.banner-section,
.banner-section .banner-active,
.banner-section .swiper-wrapper,
.banner-section .swiper-slide {
  height: calc(100vh - var(--dd-header-stack));
  min-height: calc(100vh - var(--dd-header-stack));
  max-height: calc(100vh - var(--dd-header-stack));
}

.banner-section {
  overflow: hidden;
}

.banner-section .banner-main {
  position: relative;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  box-sizing: border-box;
}

/* Artwork lives on its own layer so the slide heading and buttons stay in the accessibility tree. */
/* Hero decorative marks: D. + line grid — keep them present but secondary to copy. */
.banner-section .banner-shape-area .shape-1,
.banner-section .banner-shape-area .shape-3 {
  opacity: 0.55;
}
.banner-section .banner-shape-area .shape-2,
.banner-section .banner-shape-area .shape-4 {
  opacity: 0.72;
}
.banner-section .banner-shape-area .shape-5 {
  opacity: 0.58;
}

.banner-section .banner-thumb {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.banner-section .banner-main::before {
  z-index: 1;
}

/* Keep left-aligned layout: flex child must span full width */
.banner-section .banner-main > .large-container {
  width: 100%;
  flex: 1 1 auto;
  max-width: 1620px;
}

.banner-section .banner-btn-area,
.banner-section .banner-sub-title,
.banner-section .banner-title,
.banner-section .banner-text {
  transition-duration: 0.55s !important;
}

.swiper-slide-active .banner-btn-area,
.swiper-slide-active .banner-sub-title,
.swiper-slide-active .banner-title,
.swiper-slide-active .banner-text {
  transition-delay: 0.18s !important;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-main {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section,
  .banner-section .banner-active,
  .banner-section .swiper-wrapper,
  .banner-section .swiper-slide {
    height: calc(100vh - var(--dd-header-stack));
    min-height: calc(100vh - var(--dd-header-stack));
    max-height: calc(100vh - var(--dd-header-stack));
  }

  .banner-section .banner-main {
    height: 100%;
    min-height: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .banner-section .banner-area {
    padding-left: 0 !important;
    max-width: 100%;
  }

  /* Battery in flow — no absolute overlap on wrapped subtitles */
  .banner-section .banner-sub-title {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-left: 0 !important;
    letter-spacing: 0.14em;
    line-height: 1.45;
  }

  .banner-section .banner-sub-title > .dd-battery {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    width: 34px;
    height: 16px;
    margin: 0;
  }
}

.banner-title {
  color: #FFFFFF !important;
}

.banner-text {
  color: #C5D4E4 !important;
}

/*** Cards & boxes ***/
.service-slider-area,
.service-card-night,
.process-card,
.approach-card,
.deliver-card,
.industry-card,
.service-page-card,
.split-panel {
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-night:hover,
.process-card:hover,
.approach-card:hover,
.deliver-card:hover,
.service-page-card:hover {
  border-color: rgba(255, 107, 74, 0.55);
  transform: translateY(-8px);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 107, 74, 0.18),
    0 16px 48px rgba(255, 107, 74, 0.14);
}

.split-panel {
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.split-panel:hover {
  border-color: rgba(255, 107, 74, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/*** Premium icon system ***/
.dd-icon,
.service-card-night .icon-box,
.service-page-card .icon-box,
.dd-timeline__card .icon-box,
.industry-card .icon-box,
.process-card .icon-box,
.approach-list-item .icon,
.deliver-list-item .icon,
.contact-box .icon-1,
.cta-1-section .icon-box,
.service-widget-2 .icon-box,
.about-us-content-area .icon-box > .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.service-card-night .icon-box,
.service-page-card .icon-box,
.dd-timeline__card .icon-box,
.industry-card .icon-box,
.process-card .icon-box,
.dd-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  margin-bottom: 22px;
}

.approach-list-item .icon,
.deliver-list-item .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(14, 31, 53, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 6px 14px rgba(0, 0, 0, 0.22);
  font-size: 16px;
}

.contact-box .icon-1 {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(14, 31, 53, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 18px rgba(0, 0, 0, 0.25);
  font-size: 20px;
}

.service-card-night:hover .icon-box,
.service-page-card:hover .icon-box,
.industry-card:hover .icon-box,
.process-card:hover .icon-box,
.industry-tilt:hover .icon-box,
.dd-timeline__card:hover .icon-box,
.approach-list-item:hover .icon,
.deliver-list-item:hover .icon,
.contact-box:hover .icon-1,
.about-us-content-area .icon-box:hover > .icon {
  transform: translateY(-3px) scale(1.06);
  color: #ff8f6f;
  border-color: rgba(255, 107, 74, 0.55);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.28) 0%, rgba(26, 58, 92, 0.95) 60%, rgba(10, 22, 40, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 107, 74, 0.28);
}

/*** Kill template solid-fill hovers that hide FA glyphs ***/
.about-us-content-area .icon:before,
.service-slider-area .icon-box:before,
.choose-area-icon-box .icon-box:before,
.work-process-box .icon-box:before,
.service-3-box-area .icon-box:before {
  content: none !important;
  display: none !important;
  background: none !important;
  transform: none !important;
  width: 0 !important;
  height: 0 !important;
}

.about-us-content-area .icon-box > .icon {
  width: 58px;
  max-width: 58px;
  height: 58px;
  line-height: 1;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.about-us-content-area .icon-box > .icon i {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: var(--theme-color) !important;
  line-height: 1;
}

.about-us-content-area .icon-box:hover > .icon i {
  color: #ff8f6f !important;
}

.service-card-night .icon-box i,
.service-page-card .icon-box i,
.dd-timeline__card .icon-box i,
.industry-card .icon-box i,
.process-card .icon-box i,
.approach-list-item .icon i,
.deliver-list-item .icon i,
.contact-box .icon-1 i {
  position: relative;
  z-index: 1;
  color: inherit;
}

.cta-1-section .icon-box {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
  font-size: 22px !important;
  color: var(--theme-color) !important;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%) !important;
  border: 1px solid rgba(255, 107, 74, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(255, 107, 74, 0.12) !important;
  margin-bottom: 22px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.cta-1-section .icon-box i {
  position: relative;
  z-index: 1;
  color: inherit !important;
  transform: none !important;
}

.cta-1-section:hover .icon-box,
.cta-1-section .content:hover .icon-box {
  transform: translateY(-3px) scale(1.06) !important;
  color: #ff8f6f !important;
  border-color: rgba(255, 107, 74, 0.55) !important;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.28) 0%, rgba(26, 58, 92, 0.95) 60%, rgba(10, 22, 40, 0.98) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 107, 74, 0.28) !important;
}

.process-card .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.22) 0%, rgba(14, 31, 53, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.28);
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--primary-font);
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.process-card:hover .step-num {
  transform: scale(1.08);
  border-color: rgba(255, 107, 74, 0.55);
  box-shadow: 0 0 20px rgba(255, 107, 74, 0.25), 0 8px 18px rgba(0, 0, 0, 0.3);
}

.process-card .dd-icon + .step-num,
.process-card .icon-box + .step-num {
  display: none;
}

.service-card-night {
  position: relative;
  z-index: 2;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

/* Glass shimmer on service + industry cards (hover) */
.service-card-night::before,
.service-page-card::before,
.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 4;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.service-card-night:hover::before,
.service-page-card:hover::before,
.industry-tilt:hover .industry-card::before,
.industry-card:hover::before {
  animation: shine 1.35s ease;
}

.industry-card::before {
  z-index: 1;
}

/* Full-card hit target — sits above media/body so the whole card is clickable */
.service-card-night__hit {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.service-card-night__hit:focus-visible {
  outline: 2px solid var(--theme-color);
  outline-offset: 3px;
  text-indent: 0;
}

.service-slider-section .shape-1,
.service-slider-section .shape-2,
.service-slider-section .shape-3,
.service-page-section .shape-1,
.service-page-section .shape-2 {
  pointer-events: none;
  z-index: 0;
}

/* Soft coral/blue light pools — PNG already fades to transparent edges. */
.service-slider-section .shape-1,
.service-slider-section .shape-2 {
  opacity: 0.9;
}

.service-slider-section .small-container,
.service-page-section .small-container {
  position: relative;
  z-index: 2;
}

.service-card-night__media {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #07101C;
}

.service-card-night__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: brightness(0.92) saturate(1.05);
}

.service-card-night__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 16, 28, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.service-card-night:hover .service-card-night__media img,
.service-page-card:hover .image img {
  transform: scale(1.08);
  filter: brightness(1.05) saturate(1.1);
}

.service-card-night__body {
  position: relative;
  z-index: 2;
  padding: 28px 26px 32px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.service-card-night__body .icon-box {
  margin-top: -46px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.service-card-night h4,
.service-card-night h4 a,
.process-card h4,
.approach-card h5,
.deliver-card h5,
.industry-card h5 {
  color: #F2F6FA;
}

.service-card-night:hover h4 {
  color: #fff;
}

.service-card-night h4 a:hover {
  color: var(--theme-color);
}

.service-card-night p,
.process-card p,
.approach-card p,
.deliver-card p,
.industry-card p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.service-card-night .service-btn {
  display: none;
}

.service-card-night:hover .service-btn,
.service-page-card:hover .service-btn {
  letter-spacing: 0.02em;
  color: #ff8f6f;
}

/*** Process — horizontal timeline ***/
.dd-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  perspective: 1200px;
}

.dd-timeline__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.dd-timeline__rail {
  position: absolute;
  top: 23px;
  left: 50%;
  width: calc(100% + 20px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 107, 74, 0.15) 0%,
    rgba(255, 107, 74, 0.55) 50%,
    rgba(255, 107, 74, 0.15) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.dd-timeline__step:last-child .dd-timeline__rail {
  display: none;
}

.dd-timeline__node {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.dd-timeline__num {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 14px;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.35) 0%, rgba(14, 31, 53, 0.98) 55%, rgba(7, 16, 28, 1) 100%);
  border: 1px solid rgba(255, 107, 74, 0.55);
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  box-shadow:
    0 0 0 7px rgba(7, 16, 28, 0.95),
    0 0 0 8px rgba(255, 107, 74, 0.18),
    0 12px 28px rgba(255, 107, 74, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dd-timeline__num::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(255, 107, 74, 0.2);
  pointer-events: none;
}

.dd-timeline__step:hover .dd-timeline__num {
  transform: scale(1.06);
  border-color: rgba(255, 143, 111, 0.75);
  box-shadow:
    0 0 0 7px rgba(7, 16, 28, 0.95),
    0 0 0 9px rgba(255, 107, 74, 0.28),
    0 14px 34px rgba(255, 107, 74, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.dd-timeline__card {
  position: relative;
  height: 100%;
  padding: 28px 22px 30px;
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

/* Glass shimmer — same pattern as About image */
.dd-timeline__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 45%,
    rgba(255, 255, 255, 0.22) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.dd-timeline__card:hover::before {
  animation: shine 1.35s ease;
}

.dd-timeline__card > * {
  position: relative;
  z-index: 2;
}

.dd-timeline__card:hover {
  border-color: rgba(255, 107, 74, 0.5);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 107, 74, 0.14),
    0 12px 36px rgba(255, 107, 74, 0.12);
}

.dd-timeline__card .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.dd-timeline__card h4 {
  color: #F2F6FA;
  font-size: 20px;
  width: 100%;
}

.dd-timeline__card p {
  color: var(--text-muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dd-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 8px;
  }

  .dd-timeline__step {
    padding-left: 36px;
    padding-bottom: 28px;
  }

  .dd-timeline__step:last-child {
    padding-bottom: 0;
  }

  .dd-timeline__rail {
    top: 24px;
    left: 15px;
    width: 2px;
    height: calc(100% - 8px);
    background: linear-gradient(
      180deg,
      rgba(255, 107, 74, 0.55) 0%,
      rgba(255, 107, 74, 0.12) 100%
    );
  }

  .dd-timeline__step:last-child .dd-timeline__rail {
    display: block;
    height: 24px;
    opacity: 0.35;
  }

  .dd-timeline__node {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    justify-content: flex-start;
  }

  .dd-timeline__num {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    padding: 0 8px;
    box-shadow:
      0 0 0 5px rgba(7, 16, 28, 0.95),
      0 0 0 6px rgba(255, 107, 74, 0.2),
      0 8px 20px rgba(255, 107, 74, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .dd-timeline__num::after {
    inset: 4px;
  }
}

.process-card {
  padding: 32px 26px;
  height: 100%;
  position: relative;
}

/* Why we exist — glass shine on hover */
.process-section .process-card {
  overflow: hidden;
  isolation: isolate;
}

.process-section .process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.process-section .process-card:hover::before {
  animation: shine 1.35s ease;
}

.process-section .process-card > * {
  position: relative;
  z-index: 2;
}

/*** About — Who we work with (situation rows) ***/
.who-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.who-fit-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px 22px;
  padding: 24px 28px;
  background: linear-gradient(145deg, rgba(14, 31, 53, 0.96) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.who-fit-item:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.who-fit-item__num,
.who-fit-item__icon,
.who-fit-item__body {
  position: relative;
  z-index: 2;
}

.who-fit-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.32) 0%, rgba(14, 31, 53, 0.98) 100%);
  border: 1px solid rgba(255, 107, 74, 0.5);
  box-shadow:
    0 0 0 5px rgba(7, 16, 28, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.who-fit-item__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.who-fit-item:hover .who-fit-item__icon {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 107, 74, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(255, 107, 74, 0.22);
}

.who-fit-item__body h5 {
  color: #F2F6FA;
  margin: 0 0 8px;
  font-size: 18px;
}

.who-fit-item__body p {
  color: var(--text-muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .who-fit-item {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "num icon"
      "body body";
    gap: 14px 16px;
    padding: 20px 18px;
  }

  .who-fit-item__num {
    grid-area: num;
    min-width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .who-fit-item__icon {
    grid-area: icon;
    justify-self: start;
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .who-fit-item__body {
    grid-area: body;
  }
}

/*** About — Company details fact cards ***/
.company-fact-card {
  position: relative;
  height: 100%;
  padding: 32px 24px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.company-fact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.company-fact-card:hover::before {
  animation: shine 1.35s ease;
}

.company-fact-card > * {
  position: relative;
  z-index: 2;
}

.company-fact-card:hover {
  border-color: rgba(255, 107, 74, 0.5);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 107, 74, 0.14),
    0 12px 36px rgba(255, 107, 74, 0.12);
}

.company-fact-card .icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin-bottom: 20px;
  font-size: 22px;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(255, 107, 74, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.company-fact-card:hover .icon-box {
  transform: translateY(-3px) scale(1.06);
  border-color: rgba(255, 107, 74, 0.55);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.28) 0%, rgba(26, 58, 92, 0.95) 60%, rgba(10, 22, 40, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 107, 74, 0.28);
}

.company-fact-card h5 {
  color: #F2F6FA;
  width: 100%;
  margin-bottom: 12px;
}

.company-fact-card p {
  color: var(--text-muted);
  margin: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.company-fact-card a {
  color: var(--theme-color) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 74, 0.35);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.company-fact-card a:hover {
  color: #ff8f6f !important;
  border-bottom-color: rgba(255, 143, 111, 0.7);
}

/*** Growth Playbook — The stack ***/
.stack-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px 26px;
  background: linear-gradient(145deg, rgba(14, 31, 53, 0.96) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.stack-card:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.stack-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.stack-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.22) 0%, rgba(14, 31, 53, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.28);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 13px;
  font-family: var(--primary-font);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.stack-card:hover .stack-card__num {
  transform: scale(1.08);
  border-color: rgba(255, 107, 74, 0.55);
  box-shadow: 0 0 20px rgba(255, 107, 74, 0.25), 0 8px 18px rgba(0, 0, 0, 0.3);
}

.stack-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--theme-color);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.14) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.stack-card:hover .stack-card__icon {
  transform: translateY(-2px);
  border-color: rgba(255, 107, 74, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.28),
    0 0 16px rgba(255, 107, 74, 0.18);
}

.stack-card__title {
  color: #F2F6FA;
  margin: 0 0 14px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 107, 74, 0.28);
  position: relative;
}

.stack-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--theme-color);
  border-radius: 2px;
  transition: width 0.35s ease;
}

.stack-card:hover .stack-card__title::after {
  width: 72px;
}

.stack-card p {
  color: var(--text-muted);
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  flex: 1 1 auto;
}

.stack-card .service-btn {
  margin-top: auto;
}

/*** Growth Playbook — Sequences ***/
.seq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px 24px;
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.98) 0%, rgba(8, 18, 32, 0.99) 100%);
  border: 1px solid var(--border-night);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.seq-card:hover {
  border-color: rgba(255, 107, 74, 0.42);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 107, 74, 0.1);
  transform: translateY(-3px);
}

.seq-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.seq-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 107, 74, 0.12);
  border: 1px solid rgba(255, 107, 74, 0.35);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-family: var(--primary-font);
}

.seq-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.18) 0%, rgba(19, 43, 74, 0.92) 55%, rgba(10, 22, 40, 0.96) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.seq-card:hover .seq-card__icon {
  transform: scale(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.3),
    0 0 18px rgba(255, 107, 74, 0.2);
}

.seq-card__title {
  color: #F2F6FA;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.seq-card > p {
  color: var(--text-muted);
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  flex: 1 1 auto;
}

.seq-flow {
  list-style: none;
  margin: 0;
  padding: 16px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  background: rgba(7, 16, 28, 0.65);
  border: 1px solid rgba(255, 107, 74, 0.16);
  border-radius: 12px;
}

.seq-flow li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(19, 43, 74, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #E8EEF5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.seq-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}

.seq-flow li:not(:last-child) {
  margin-right: 4px;
}

@media only screen and (max-width: 575px) {
  .stack-card,
  .seq-card {
    padding: 22px 18px;
  }

  .seq-flow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .seq-flow li {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .seq-flow li:not(:last-child) {
    margin-right: 0;
  }

  .seq-flow li:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    bottom: -12px;
    top: auto;
    transform: translateX(-50%);
  }
}

/*** For Local Business — How we help ***/
.how-help-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  padding: 26px 24px;
  background: linear-gradient(145deg, rgba(14, 31, 53, 0.96) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.how-help-card:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.how-help-card__icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.how-help-card:hover .how-help-card__icon {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 107, 74, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.3),
    0 0 18px rgba(255, 107, 74, 0.2);
}

.how-help-card__body {
  min-width: 0;
  flex: 1 1 auto;
}

.how-help-card__body h5 {
  color: #F2F6FA;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
}

.how-help-card__body p {
  color: var(--text-muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 575px) {
  .how-help-card {
    gap: 14px;
    padding: 20px 18px;
  }

  .how-help-card__icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

/*** Map — remove template grayscale (luminosity blend) ***/
.contact-map iframe {
  mix-blend-mode: normal !important;
  filter: none !important;
}

/*** Approach & Deliver ***/
.approach-section .split-panel {
  background: linear-gradient(145deg, #0E1F35 0%, #0A1628 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  padding: 40px 32px;
  height: 100%;
}

.approach-list-item,
.deliver-list-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.approach-list-item:last-child,
.deliver-list-item:last-child {
  margin-bottom: 0;
}

.approach-list-item,
.deliver-list-item {
  transition: transform 0.3s ease;
}

/*** Industries ***/
.industries-tilt-row {
  perspective: 1200px;
}

.industry-tilt {
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}

.industry-card {
  position: relative;
  padding: 28px 24px;
  height: 100%;
  text-align: left;
  transform-style: preserve-3d;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
  isolation: isolate;
}

.industry-card > * {
  position: relative;
  z-index: 2;
}

.industry-tilt.is-tilting .industry-card,
.industry-tilt:hover .industry-card {
  border-color: rgba(255, 107, 74, 0.55);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 107, 74, 0.18),
    0 16px 40px rgba(255, 107, 74, 0.16);
}

/* Tilt owns transform — disable flat translateY hover on industries */
.industry-card:hover {
  transform: none;
}

/*** CTA — kill light-theme white plate ***/
.cta-1-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-1-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-1-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-1-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cta-1-section:before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.cta-1-section .content {
  background: transparent !important;
  padding: 53px 30px;
}

.cta-1-section .content h3 {
  color: #F2F6FA !important;
}

.cta-1-section .content h5,
.cta-1-section .content h5 a {
  color: var(--theme-color) !important;
}

.cta-1-section .content h5 a:hover {
  color: #ff8f6f !important;
}

.cta-1-section .bg-white {
  background: transparent !important;
}

.cta-1-section figure.image {
  background: transparent !important;
  clip-path: none !important;
  height: 100%;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
}

.cta-1-section figure.image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media only screen and (max-width: 991px) {
  .cta-1-section figure.image,
  .cta-1-section figure.image img {
    min-height: 200px;
    max-height: 220px;
  }
}

.cta-1-section .box-shadow-1 {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 31, 53, 0.92) 0%, rgba(10, 22, 40, 0.96) 100%);
}

.cta-1-section .shape-1 {
  opacity: 0.22;
}

.cta-1-section .content:before {
  content: none !important;
  display: none !important;
}

/*** About tweaks ***/
.about-us-content-area .icon-box .content h5,
.about-us-content-area .icon-box .content h5 a {
  color: #F2F6FA;
}

.about-us-content-area .icon-box .content h5 a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.about-us-content-area .icon-box {
  gap: 22px;
}

/*** Offcanvas ***/
.offcanvas__info {
  background: #0A1628 !important;
  border-left: 2px solid var(--theme-color) !important;
}

.offcanvas__wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.offcanvas__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
  height: auto;
}

.offcanvas__logo img {
  max-width: 180px;
}

.offcanvas__close button {
  color: #F2F6FA !important;
}

.offcanvas__close button:hover {
  color: var(--theme-color) !important;
}

.offcanvas__search p {
  color: var(--text-muted) !important;
  font-size: 14px;
  line-height: 1.55;
}

.offcanvas__menu-cta {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

.offcanvas__menu-cta .primary-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-left: 22px;
  padding-right: 22px;
}

.offcanvas__contact {
  margin-top: auto;
  padding-top: 28px;
  padding-bottom: 8px;
  border-top: 1px solid var(--border-night);
  flex: 0 0 auto;
}

.offcanvas__contact h4,
.offcanvas__contact-text a {
  color: #E8EEF5 !important;
}

.offcanvas__contact-text a:hover {
  color: var(--theme-color) !important;
}

.offcanvas__contact-icon i {
  color: var(--theme-color) !important;
  border-color: rgba(255, 107, 74, 0.35) !important;
  background: rgba(255, 107, 74, 0.08) !important;
}

.mobile-menu.fix {
  flex: 0 0 auto;
  overflow: visible;
}

/*** Meanmenu mobile ***/
.mean-container .mean-nav {
  background: transparent !important;
  margin-top: 0 !important;
}

.mean-container .mean-nav > ul {
  background: transparent !important;
}

/* Full-width dividers on the row, not on short text links */
.mean-container .mean-nav > ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none !important;
  border-top: 1px solid rgba(155, 176, 199, 0.14) !important;
}

.mean-container .mean-nav > ul > li:first-child {
  border-top: none !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  border: none !important;
}

.mean-container .mean-nav ul li > a:not(.mean-expand) {
  display: block !important;
  flex: 1 1 calc(100% - 40px);
  order: 1;
  width: auto !important;
  max-width: none !important;
  color: #E8EEF5 !important;
  background: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 14px 12px 14px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  box-sizing: border-box !important;
}

.mean-container .mean-nav ul li a:not(.mean-expand)::after {
  content: none;
  display: none;
}

.mean-container .mean-nav ul li > a:not(.mean-expand):hover,
.mean-container .mean-nav ul li > a:not(.mean-expand).mean-clicked,
.mean-container .mean-nav ul li.active > a:not(.mean-expand),
.mean-container .mean-nav ul li > a:not(.mean-expand).active {
  color: var(--theme-color) !important;
  background: transparent !important;
}

/* + stays on the parent row (DOM order is after submenu) */
.mean-container .mean-nav ul li a.mean-expand {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  order: 2;
  flex: 0 0 30px;
  align-self: center;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(155, 176, 199, 0.28) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #C5D4E4 !important;
  line-height: 1 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.mean-container .mean-nav ul li a.mean-expand::after {
  display: none !important;
  content: none !important;
}

.mean-container .mean-nav ul li a.mean-expand i {
  display: inline-block !important;
  font-size: 12px;
  line-height: 1;
  color: inherit !important;
  transition: transform 0.25s ease, color 0.25s ease;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li.active > a.mean-expand,
.mean-container .mean-nav ul li a.mean-expand.active {
  color: var(--theme-color) !important;
  border-color: rgba(255, 107, 74, 0.45) !important;
  background: rgba(255, 107, 74, 0.08) !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--theme-color) !important;
  border-color: rgba(255, 107, 74, 0.5) !important;
  background: rgba(255, 107, 74, 0.12) !important;
  transform: none !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.active > a.mean-expand i,
.mean-container .mean-nav ul li a.mean-expand.active i {
  color: var(--theme-color) !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
}

.mean-container .mean-nav ul li .submenu,
.mean-container .mean-nav ul li > ul {
  order: 3;
  flex: 1 1 100%;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  padding: 4px 0 10px 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  float: none !important;
  clear: both;
  overflow: visible !important;
}

.mean-container .mean-nav ul li .submenu li,
.mean-container .mean-nav ul li > ul li {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(155, 176, 199, 0.1) !important;
}

.mean-container .mean-nav ul li .submenu li a,
.mean-container .mean-nav ul li > ul li a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100% !important;
  max-width: none !important;
  flex: none;
  order: initial;
  color: #9BB0C7 !important;
  font-size: 14px !important;
  padding: 12px 0 !important;
  border-top: none !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

.mean-container .mean-nav ul li .submenu li a:hover,
.mean-container .mean-nav ul li > ul li a:hover,
.mean-container .mean-nav ul li .submenu li.active > a,
.mean-container .mean-nav ul li .submenu li a.active,
.mean-container .mean-nav ul li > ul li.active > a,
.mean-container .mean-nav ul li > ul li a.active {
  color: var(--theme-color) !important;
  background: transparent !important;
}

/* Arrows only on nested dropdown links in mobile menu */
.mean-container .mean-nav ul li .submenu li a:not(.mean-expand)::after,
.mean-container .mean-nav ul li > ul li a:not(.mean-expand)::after {
  content: "\e918";
  display: inline-block;
  flex: 0 0 auto;
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
  color: currentColor;
  opacity: 0.45;
  margin-left: 8px;
  margin-right: 0;
}

/*** Footer ***/
.footer-main {
  position: relative;
  background: #07101C !important;
  border-top: 1px solid var(--border-night);
  overflow: hidden;
  isolation: isolate;
}

/* Coral sweep, same family as the accent sections but quieter */
.footer-main::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 160%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(52% 60% at 12% 8%, rgba(255, 107, 74, 0.16) 0%, transparent 62%),
    radial-gradient(46% 55% at 88% 4%, rgba(74, 128, 200, 0.14) 0%, transparent 60%),
    radial-gradient(60% 70% at 50% 110%, rgba(255, 138, 90, 0.08) 0%, transparent 66%),
    linear-gradient(120deg, transparent 0%, rgba(19, 43, 74, 0.55) 38%, rgba(10, 22, 40, 0.35) 62%, transparent 100%);
  background-size: 200% 200%, 200% 200%, 200% 200%, 240% 240%;
  animation: dd-footer-flow 40s ease-in-out infinite alternate;
}

/* Coral hairline that fades out towards the edges */
.footer-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 107, 74, 0.1) 18%,
    rgba(255, 107, 74, 0.55) 50%,
    rgba(255, 107, 74, 0.1) 82%,
    transparent 100%);
}

@keyframes dd-footer-flow {
  from { background-position: 20% 30%, 80% 20%, 40% 80%, 10% 50%; }
  to   { background-position: 70% 60%, 30% 55%, 65% 40%, 85% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-main::before { animation: none; }
}

.footer-main .footer-top {
  border-bottom: none;
  padding: 56px 0 40px !important;
}

.footer-title {
  color: #F2F6FA !important;
  margin-bottom: 16px !important;
}

.footer-widget-1 p,
.footer-widget-1__text,
.footer-widget-4 p,
.footer-contact-list,
.footer-contact-list a,
.service-list li a,
.footer-bottom span,
.footer-bottom a,
.footer-bottom__copy {
  color: var(--text-muted) !important;
}

/* Match header nav width */
.footer-main .large-container {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Tighter, centered column cluster */
.footer-main .footer-columns {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.5rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-1 .image {
  margin-bottom: 0;
}

.footer-widget-1 .image img {
  max-width: 220px;
  height: auto;
}

.footer-widget-1__text {
  margin: 22px 0 20px;
  font-size: 15px;
  line-height: 1.65;
  max-width: 34em;
}

.footer-widget-1__legal {
  display: block;
  margin-bottom: 8px;
  color: #E8EEF5 !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  line-height: 1.55;
  font-size: 14px;
}

.footer-contact-list__icon {
  flex: 0 0 22px;
  width: 22px;
  margin-top: 2px;
  color: var(--theme-color);
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.footer-contact-list a:hover {
  color: var(--theme-color) !important;
}

.service-list li a:hover,
.footer-bottom a:hover {
  color: var(--theme-color) !important;
}

/* Same » markers for Services, Explore, Legal */
.footer-widget-2 ul.service-list li,
.footer-widget-3 ul.service-list li,
.footer-widget-4 ul.service-list li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 26px;
  margin-left: 28px;
  list-style: none;
}

.footer-widget-2 ul.service-list li::before,
.footer-widget-3 ul.service-list li::before,
.footer-widget-4 ul.service-list li::before {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: -28px;
  color: var(--text-muted);
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-widget-2 ul.service-list li:hover::before,
.footer-widget-3 ul.service-list li:hover::before,
.footer-widget-4 ul.service-list li:hover::before,
.footer-widget-2 ul.service-list li.active::before,
.footer-widget-3 ul.service-list li.active::before,
.footer-widget-4 ul.service-list li.active::before {
  color: var(--theme-color);
  transform: translateX(2px);
}

footer .service-list li.active > a,
footer .service-list li a.active {
  color: var(--theme-color) !important;
}

.footer-widget-2.pl-50,
.footer-widget-2 {
  padding-left: 0 !important;
}

.footer-bottom {
  border-top: 1px solid var(--border-night);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.footer-bottom .left-area,
.footer-bottom .right-area {
  display: none;
}

.footer-bottom__copy {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .footer-main .footer-columns {
    max-width: 100%;
    --bs-gutter-x: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer-main .footer-top {
    padding: 44px 0 28px !important;
  }

  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    margin-bottom: 4px;
  }

  .footer-widget-1 .image img {
    max-width: 200px;
  }

  .footer-widget-1__text {
    max-width: none;
  }
}

@media only screen and (max-width: 575px) {
  .footer-main .footer-top {
    padding: 36px 0 20px !important;
  }

  .footer-main .footer-columns {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.25rem;
  }

  .footer-widget-2 ul.service-list li,
  .footer-widget-3 ul.service-list li,
  .footer-widget-4 ul.service-list li {
    margin-left: 26px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom__copy {
    font-size: 13px;
  }
}

/*** Buttons ***/
.primary-btn-1,
.primary-btn-2,
.primary-btn-3,
.primary-btn-4,
.primary-btn-5 {
  border-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(255, 107, 74, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

.primary-btn-1 {
  background: linear-gradient(135deg, #FF6B4A 0%, #e85a3c 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.primary-btn-1 span {
  background: linear-gradient(135deg, #132B4A 0%, #0A1628 100%) !important;
}

.primary-btn-1:hover {
  background: linear-gradient(135deg, #ff825f 0%, #FF6B4A 100%) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 107, 74, 0.35);
}

.primary-btn-1:active {
  background: linear-gradient(135deg, #e85a3c 0%, #d45035 100%) !important;
  transform: translateY(0);
}

/* Center section CTAs on mobile */
@media only screen and (max-width: 767px) {
  .about-btn-box,
  .cta-1-section .content,
  .banner-btn-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner-btn-area {
    gap: 12px;
  }

  .banner-btn-area .primary-btn-1 {
    margin-left: 0 !important;
  }

  .cta-1-section .content .icon-box {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-1-section .content h3,
  .cta-1-section .content h5 {
    text-align: center;
  }
}

.primary-btn-2,
.primary-btn-3,
.primary-btn-4,
.primary-btn-5 {
  background: transparent !important;
  border: 1px solid rgba(255, 107, 74, 0.45) !important;
  color: #F2F6FA !important;
  box-shadow: none;
}

.primary-btn-2:hover,
.primary-btn-3:hover,
.primary-btn-4:hover,
.primary-btn-5:hover {
  background: rgba(255, 107, 74, 0.12) !important;
  border-color: var(--theme-color) !important;
  color: var(--theme-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 107, 74, 0.15);
}

.primary-btn-2 span,
.primary-btn-3 span,
.primary-btn-4 span,
.primary-btn-5 span {
  background: rgba(255, 107, 74, 0.2) !important;
}

.header-action .primary-btn-1 {
  padding: 14px 22px !important;
  font-size: 13px !important;
}

@media (max-width: 575px) {
  .primary-btn-1,
  .primary-btn-2,
  .primary-btn-5 {
    padding: 14px 18px !important;
    font-size: 12px !important;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .banner-btn-area {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .banner-btn-area .primary-btn-1 {
    margin-left: 0 !important;
    width: 100%;
  }
}

/*** Breadcrumb / page title ***/
.breadcrumb__area,
.breadcrumb__area.theme-bg-1 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(7, 16, 28, 0.94) 0%, rgba(14, 31, 53, 0.88) 45%, rgba(26, 58, 92, 0.82) 100%),
    radial-gradient(ellipse at top right, rgba(255, 107, 74, 0.18), transparent 55%) !important;
  border-bottom: 1px solid var(--border-night);
}

/* Readability veil: heaviest behind the centred title, lighter over the artwork at the sides. */
.breadcrumb__area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 52% 130% at 50% 50%, rgba(7, 16, 28, 0.86) 0%, rgba(7, 16, 28, 0.55) 55%, rgba(7, 16, 28, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 16, 28, 0.45) 0%, rgba(7, 16, 28, 0.2) 40%, rgba(7, 16, 28, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Slow coral wash drifting across the artwork. */
.breadcrumb__area::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 34% 85% at 18% 42%, rgba(255, 107, 74, 0.20) 0%, transparent 62%),
    radial-gradient(ellipse 34% 80% at 82% 60%, rgba(90, 168, 255, 0.16) 0%, transparent 62%);
  background-size: 220% 220%;
  background-position: 12% 50%;
  mix-blend-mode: screen;
  animation: dd-hero-flow 30s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes dd-hero-flow {
  from { background-position: 6% 40%; }
  to   { background-position: 94% 60%; }
}

@media (prefers-reduced-motion: reduce) {
  .breadcrumb__area::after {
    animation: none;
    background-position: 50% 50%;
  }
}

.breadcrumb__thumb,
.breadcrumb__thumb_2,
.breadcrumb__thumb_3 {
  opacity: 0.55;
  filter: saturate(0.85) brightness(0.85) contrast(1.04);
  z-index: 0;
}

.breadcrumb__wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumb__wrapper .breadcrumb__title {
  color: #F2F6FA !important;
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  margin-bottom: 14px;
}

.breadcrumb__wrapper ul {
  color: #C5D4E4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 0 !important;
  line-height: 1 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.breadcrumb__wrapper ul li {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  height: auto !important;
}

.breadcrumb__wrapper ul li span,
.breadcrumb__wrapper ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #C5D4E4 !important;
  transition: color 0.2s ease;
  line-height: 1.2 !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1.2em !important;
}

.breadcrumb__wrapper ul li a:hover {
  color: var(--theme-color) !important;
}

.breadcrumb__wrapper ul li:last-child span {
  color: var(--theme-color) !important;
}

/* Remove template icomoon glyph — it sits optically high */
.breadcrumb__wrapper ul span:before,
.breadcrumb__wrapper ul li span:before,
.breadcrumb__wrapper ul li:first-child span:before {
  content: none !important;
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Flex-centered separator (same line box as the label) */
.breadcrumb__wrapper ul li + li::before {
  content: "" !important;
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  margin: 0 10px !important;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  opacity: 0.9;
}

@media (max-width: 991px) {
  /*
    Header is in normal document flow at page top (sticky only after scroll).
    Do NOT add header-height into padding — that pushes title/crumbs below center.
    Equal top/bottom padding + flex center = true vertical middle of the hero.
  */
  .breadcrumb__area.theme-bg-1.pt-160.pb-160,
  .breadcrumb__area.pt-160.pb-160,
  .breadcrumb__area.pt-160,
  .breadcrumb__area.pb-160,
  .breadcrumb__area {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-height: 200px !important;
    height: auto !important;
    padding: 48px 0 !important;
  }

  .breadcrumb__area > .small-container,
  .breadcrumb__area > .container,
  .breadcrumb__area > .large-container {
    width: 100% !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .breadcrumb__area .row {
    align-items: center !important;
    margin: 0 !important;
  }

  .breadcrumb__area .row > [class*="col-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .breadcrumb__wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .breadcrumb__wrapper .breadcrumb__title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  .breadcrumb__menu,
  .breadcrumb__menu nav,
  .breadcrumb__menu ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .breadcrumb__wrapper ul li span,
  .breadcrumb__wrapper ul li a {
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.3 !important;
  }

  .breadcrumb__wrapper ul li + li::before {
    width: 4px !important;
    height: 4px !important;
    margin: 0 8px !important;
  }
}

.service-page-section .service-slider-area .content {
  background: transparent !important;
  box-shadow: none !important;
}

/*** Utility ***/
/* header-tagline styles live with the Header block above */

/*** Service page cards ***/
.service-page-section {
  background: var(--section-elevated);
}

.service-page-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.95) 0%, rgba(10, 22, 40, 0.98) 100%);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.service-page-card:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-4px);
}

.service-page-card .image,
.service-page-card figure.image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: 180px;
  background: #07101C;
  flex: 0 0 auto;
}

.service-page-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: brightness(0.92) saturate(1.05);
}

.service-page-card .content {
  position: relative;
  z-index: 2;
  padding: 22px 22px 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.service-page-card .icon-box {
  margin-top: -40px;
  margin-bottom: 14px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 2;
  background: linear-gradient(145deg, rgba(255, 107, 74, 0.16) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%) !important;
  border: 1px solid rgba(255, 107, 74, 0.22) !important;
  width: 52px !important;
  height: 52px !important;
  line-height: 1 !important;
  border-radius: 14px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.service-page-card .icon-box img {
  display: none;
}

.service-page-card h4,
.service-page-card h4 a {
  color: #F2F6FA;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px !important;
}

.service-page-card:hover h4 {
  color: #fff;
}

.service-page-card h4 a:hover {
  color: var(--theme-color);
}

.service-page-card > .content > p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 14px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-page-card .service-point-list li {
  color: var(--text-muted);
}

.service-page-card .service-btn {
  display: none;
}

.service-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
}

.service-point-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.service-point-list li:last-child {
  margin-bottom: 0;
}

.service-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-color);
}

@media only screen and (max-width: 767px) {
  .service-page-card .image,
  .service-page-card figure.image {
    max-height: 160px;
  }

  .service-page-card .content {
    padding: 18px 18px 20px;
  }
}

.service-page-section .service-slider-area .content,
.service-page-section .service-slider-area {
  background: transparent;
}

/*** Service details ***/
.service-details-page {
  background: var(--section-wash);
}

.service-details-page-content > figure.w-img,
.service-details-page-content .row figure.w-img {
  overflow: hidden;
  border-radius: 14px;
}

.service-details-page-content > figure.w-img img,
.service-details-page-content .row figure.w-img img {
  display: block;
  width: 100%;
  border-radius: 14px;
}

.service-details-title {
  color: #F2F6FA !important;
  position: relative;
  padding-bottom: 14px;
  margin-top: 36px !important;
}

.service-details-title::after,
.service-details-page-content > h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  border-radius: 2px;
  background: var(--theme-color);
  box-shadow: 0 0 12px rgba(255, 107, 74, 0.45);
}

.service-details-page-content > h4 {
  color: #F2F6FA;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 18px !important;
}

.service-details-page-content p {
  color: var(--text-muted);
}

ul.service-details-page-list {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.service-details-page-content .row:has(.service-details-page-list),
.service-details-page-content .service-details-split {
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .service-details-page-content .service-details-split {
    align-items: stretch;
  }

  .service-details-page-content .service-details-split .service-details-page-list {
    margin-top: 18px;
  }
}

ul.service-details-page-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0;
  color: #D5E0EC;
  font-weight: 500;
  line-height: 1.45;
}

ul.service-details-page-list li:last-child {
  margin-bottom: 0;
}

ul.service-details-page-list li:before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 1;
  position: static !important;
  top: auto !important;
  left: auto !important;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--theme-color) !important;
  background: rgba(255, 107, 74, 0.12) !important;
  border: 1px solid rgba(255, 107, 74, 0.35);
  border-radius: 6px;
}

/*** Glass shimmer panels (replace paired detail images) ***/
.service-glass-row {
  margin-bottom: 35px;
}

.service-glass-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 100%;
  min-height: 160px;
  padding: 26px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(19, 43, 74, 0.55) 42%, rgba(10, 22, 40, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 36px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-glass-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 45%,
    rgba(255, 255, 255, 0.22) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.service-glass-panel:hover::before {
  animation: shine 1.35s ease;
}

.service-glass-panel > * {
  position: relative;
  z-index: 2;
}

.service-glass-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 18px;
  color: var(--theme-color);
  background: rgba(255, 107, 74, 0.14);
  border: 1px solid rgba(255, 107, 74, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-glass-panel h5 {
  color: #F2F6FA;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
}

.service-glass-panel p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

/*** Sidebar — All Services (compact) ***/
.service-widget-1,
.service-widget-related {
  background: var(--section-elevated);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  padding: 18px 16px;
}

.service-widget-1 h5,
.service-widget-related h5,
.service-widget-2 .content h5 {
  color: #F2F6FA !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

.service-widget-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-widget-1 li {
  margin-bottom: 8px !important;
}

.service-widget-1 li:last-child {
  margin-bottom: 0 !important;
}

.service-widget-1 li a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #D5E0EC !important;
  background: rgba(7, 16, 28, 0.55) !important;
  border: 1px solid var(--border-night);
  border-radius: 10px;
  padding: 10px 12px !important;
  font-size: 13px;
  line-height: 1.35;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.service-widget-1 li a span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.service-widget-1 li a i,
.service-widget-1 li a [class^="icon-"] {
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1;
  color: inherit;
  opacity: 0.85;
}

.service-widget-1 li a:hover,
.service-widget-1 li a.active,
.service-widget-1 li .active {
  color: var(--theme-color) !important;
  background: rgba(255, 107, 74, 0.12) !important;
  border-color: rgba(255, 107, 74, 0.45) !important;
}

/*** Discuss this service ***/
.service-widget-2 {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border-night);
  background: var(--section-elevated);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.service-widget-2 > figure.w-img {
  margin: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.service-widget-2 > figure.w-img img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.service-widget-2 .content {
  background: var(--section-elevated) !important;
  border: 0 !important;
  border-radius: 0 0 16px 16px;
  padding: 28px 20px 22px !important;
}

.service-widget-2 .content .phone {
  color: var(--theme-color) !important;
  word-break: break-all;
}

.service-widget-2 .icon-box {
  color: var(--theme-color) !important;
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.22) 0%, rgba(14, 31, 53, 0.95) 100%) !important;
  border: 1px solid rgba(255, 107, 74, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/*** Related reading ***/
.service-widget-related {
  padding: 18px 16px 16px;
}

.service-widget-related .service-list,
.service-widget-related .service-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-widget-related .service-list li,
.service-widget-related .service-related-list li {
  margin: 0;
}

.service-widget-related .service-list li a,
.service-widget-related .service-related-list li a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 28, 0.45);
  color: #D5E0EC !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.service-widget-related .service-list li a::after,
.service-widget-related .service-related-list li a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 11px;
  color: var(--theme-color);
  opacity: 0.75;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.service-widget-related .service-list li a:hover,
.service-widget-related .service-related-list li a:hover {
  color: #fff !important;
  border-color: rgba(255, 107, 74, 0.4);
  background: rgba(255, 107, 74, 0.1);
  transform: translateX(2px);
}

.service-widget-related .service-list li a:hover::after,
.service-widget-related .service-related-list li a:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  .service-details-page .service-sidebar {
    margin-top: 28px;
  }

  .service-glass-panel {
    min-height: 140px;
  }

  .service-details-title {
    margin-top: 28px !important;
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .service-widget-1,
  .service-widget-related {
    padding: 16px 14px;
  }

  .service-widget-1 li a {
    padding: 9px 11px !important;
    font-size: 12.5px;
  }

  .service-glass-panel {
    padding: 20px 16px;
    min-height: 0;
  }

  .service-details-page-content > figure.w-img,
  .service-details-page-content .row figure.w-img {
    border-radius: 12px;
  }
}

/*** FAQ & Contact ***/
.faq-page-section,
.contact-page-section {
  background: var(--section-wash);
}

.faq-page-section .row {
  align-items: flex-start;
}

.faq-wrapper.pr-80 {
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .faq-wrapper.pr-80 {
    padding-right: 0;
  }
}

.bd-faq .accordion-item {
  background: var(--section-elevated);
  border: 1px solid var(--border-night) !important;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.bd-faq .accordion-button {
  position: relative;
  background: var(--section-elevated) !important;
  color: #F2F6FA !important;
  box-shadow: none !important;
  padding: 18px 72px 18px 22px !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  gap: 12px;
}

.bd-faq .accordion-button::after {
  right: 18px !important;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  flex-shrink: 0;
  color: #F2F6FA;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: transparent;
}

.bd-faq .accordion-button:not(.collapsed) {
  color: var(--theme-color) !important;
}

.bd-faq .accordion-button:not(.collapsed)::after {
  background: #fff !important;
  color: var(--theme-color) !important;
  border-color: #fff !important;
  transform: translateY(-50%);
}

.bd-faq .accordion-body {
  color: var(--text-muted);
  background: #0A1628;
  padding: 0 22px 20px !important;
}

/*** FAQ aside — start CTA ***/
.faq-aside {
  position: sticky;
  top: 120px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border-night);
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.98) 0%, rgba(8, 18, 32, 0.99) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.faq-aside__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #07101C;
}

.faq-aside__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-aside__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 18, 32, 0.85) 100%);
  pointer-events: none;
}

.faq-aside__body {
  padding: 22px 24px 26px;
}

.faq-aside__title {
  color: #F2F6FA;
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
}

.faq-aside__text {
  color: var(--text-muted);
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
}

.faq-guide {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-guide__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 28, 0.55);
  color: #E8EEF5;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.faq-guide__item:hover {
  border-color: rgba(255, 107, 74, 0.45);
  background: rgba(19, 43, 74, 0.65);
  color: #fff;
  transform: translateX(2px);
}

.faq-guide__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 74, 0.4);
  background: rgba(255, 107, 74, 0.12);
  color: var(--theme-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.faq-guide__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.faq-guide__item i {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--theme-color);
  opacity: 0.85;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-guide__item:hover i {
  opacity: 1;
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  .faq-aside {
    position: static;
    margin-top: 10px;
  }
}

.contact-box .info span {
  color: var(--theme-color);
}

.contact-box .info h4,
.contact-box .info h4 a {
  color: #F2F6FA !important;
}

.contact-box .icon-1 {
  color: var(--theme-color);
}

/*** Contact page — compact Night Coast polish ***/
.contact-p-info-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.contact-p-info-area .contact-box {
  margin: 0 !important;
  padding: 18px 18px !important;
  gap: 14px !important;
  align-items: center !important;
  background: linear-gradient(145deg, rgba(14, 31, 53, 0.96) 0%, rgba(10, 22, 40, 0.98) 100%) !important;
  border: 1px solid var(--border-night);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.contact-p-info-area .contact-box:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.contact-p-info-area .contact-box .icon-1 {
  flex: 0 0 48px;
  width: 48px !important;
  height: 48px !important;
  font-size: 18px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.contact-p-info-area .contact-box .icon-1 i {
  display: block;
  line-height: 1;
}

.contact-p-info-area .info span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-p-info-area .info h4 {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 600;
}

.contact-p-info-area .info h4 a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 74, 0.35);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.contact-p-info-area .info h4 a:hover {
  color: #ff8f6f !important;
  border-bottom-color: rgba(255, 143, 111, 0.7);
}

.contact-p-note {
  margin: auto 0 0;
  padding: 14px 16px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 16, 28, 0.45);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.contact-p-note:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.contact-page-form-area {
  padding: 28px 28px 30px !important;
  height: 100%;
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.98) 0%, rgba(8, 18, 32, 0.99) 100%) !important;
  border: 1px solid var(--border-night);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-page-form-area:focus-within {
  border-color: rgba(255, 107, 74, 0.55);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 107, 74, 0.18),
    0 0 32px rgba(255, 107, 74, 0.16);
}

.contact-form-lead {
  margin: 0 0 22px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-form-lead a,
.contact-form-legal a {
  color: var(--theme-color);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 74, 0.35);
}

.contact-form-lead a:hover,
.contact-form-legal a:hover {
  color: #ff8f6f;
  border-bottom-color: rgba(255, 143, 111, 0.7);
}

.contact-page-form label {
  display: block;
  color: #D5E0EC !important;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.contact-page-form input,
.contact-page-form textarea,
.contact-page-form .contact-select {
  width: 100%;
  background: rgba(7, 16, 28, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #F2F6FA !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-page-form input,
.contact-page-form .contact-select {
  height: 46px !important;
  padding: 0 14px !important;
}

.contact-page-form textarea {
  height: 120px !important;
  padding: 12px 14px !important;
  line-height: 1.5 !important;
  resize: vertical;
  min-height: 100px;
  vertical-align: top;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #7A8FA6 !important;
}

.contact-page-form input:hover,
.contact-page-form textarea:hover,
.contact-page-form .contact-select:hover {
  border-color: rgba(255, 107, 74, 0.35) !important;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus,
.contact-page-form .contact-select:focus {
  outline: none !important;
  border-color: rgba(255, 107, 74, 0.65) !important;
  background: rgba(10, 22, 40, 0.95) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.18) !important;
}

.contact-page-form .contact-select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--theme-color) 50%),
    linear-gradient(135deg, var(--theme-color) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  background-color: rgba(7, 16, 28, 0.72) !important;
  padding-right: 36px !important;
  cursor: pointer;
  accent-color: var(--theme-color);
}

.contact-page-form .contact-select option {
  background: #0A1628;
  color: #F2F6FA;
}

.contact-page-form .contact-select option:checked,
.contact-page-form .contact-select option:hover {
  background: linear-gradient(0deg, var(--theme-color) 0%, var(--theme-color) 100%);
  background-color: var(--theme-color);
  color: #fff;
}

/*** Custom Service interest select (coral highlight) ***/
.contact-select-wrap {
  position: relative;
}

.contact-select-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  border: 0;
  z-index: 0;
}

.contact-select-trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 16, 28, 0.72);
  color: #F2F6FA;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-select-trigger__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7A8FA6;
}

.contact-select-wrap.has-value .contact-select-trigger__text {
  color: #F2F6FA;
}

.contact-select-trigger i {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--theme-color);
  transition: transform 0.25s ease;
}

.contact-select-trigger:hover {
  border-color: rgba(255, 107, 74, 0.35);
}

.contact-select-trigger:focus {
  outline: none;
}

.contact-select-trigger:focus-visible {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.14);
}

.contact-select-wrap.is-open .contact-select-trigger {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  background: rgba(10, 22, 40, 0.95);
}

.contact-select-wrap.is-open .contact-select-trigger i {
  transform: rotate(180deg);
}

.contact-select-wrap.is-invalid .contact-select-trigger,
.contact-select-wrap.is-invalid.is-open .contact-select-trigger {
  border-color: rgba(255, 107, 74, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.2) !important;
}

.contact-select-menu {
  list-style: none;
  margin: 6px 0 0;
  padding: 8px 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
  overflow: visible;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.98) 0%, rgba(8, 18, 32, 0.99) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.contact-select-menu[hidden] {
  display: none !important;
}

.contact-select-menu li {
  padding: 8px 6px;
  border-radius: 0;
  background: transparent;
  color: #E8EEF5;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.2s ease;
}

.contact-select-menu li:hover,
.contact-select-menu li.is-active {
  background: transparent;
  color: var(--theme-color);
}

.contact-select-menu li.is-selected {
  background: transparent;
  color: var(--theme-color);
  font-weight: 600;
}

.contact-select-menu li.is-selected:hover {
  background: transparent;
  color: #ff8f6f;
}

.contact-form-legal {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

.contact-form-legal a {
  white-space: nowrap;
}

.contact-form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}

.contact-form-footer .primary-btn-1 {
  margin: 0 auto;
}

/*** Contact map section spacing ***/
.contact-map-section {
  padding: 48px 0 56px;
  background: transparent;
}

.contact-map {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

/*** Left contact column intro ***/
.contact-p-intro {
  padding: 20px 18px 18px;
  border-radius: 14px;
  border: 1px solid var(--border-night);
  background: linear-gradient(145deg, rgba(14, 31, 53, 0.96) 0%, rgba(10, 22, 40, 0.98) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  text-align: center;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.contact-p-intro:hover {
  border-color: rgba(255, 107, 74, 0.45);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 107, 74, 0.12);
  transform: translateY(-2px);
}

.contact-p-intro .section-sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  vertical-align: middle;
}

.contact-p-intro__title {
  color: #F2F6FA;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.contact-p-intro__text {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-p-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.contact-p-chips li {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 74, 0.35);
  background: rgba(255, 107, 74, 0.12);
  color: var(--theme-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

/*** Contact success modal ***/
.dd-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.dd-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dd-modal[hidden] {
  display: none !important;
}

.dd-modal.is-open[hidden] {
  display: flex !important;
}

.dd-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 18, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.dd-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 36px 28px 28px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 107, 74, 0.28);
  background: linear-gradient(160deg, rgba(14, 31, 53, 0.98) 0%, rgba(8, 18, 32, 0.99) 100%);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 107, 74, 0.08),
    0 0 48px rgba(255, 107, 74, 0.12);
  transform: translateY(18px) scale(0.94);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.dd-modal.is-open .dd-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.dd-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(7, 16, 28, 0.65);
  color: #D5E0EC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.dd-modal__close:hover {
  color: var(--theme-color);
  border-color: rgba(255, 107, 74, 0.45);
  background: rgba(255, 107, 74, 0.1);
}

.dd-modal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--theme-color);
  background:
    linear-gradient(145deg, rgba(255, 107, 74, 0.22) 0%, rgba(19, 43, 74, 0.9) 55%, rgba(10, 22, 40, 0.95) 100%);
  border: 1px solid rgba(255, 107, 74, 0.35);
  box-shadow: 0 0 28px rgba(255, 107, 74, 0.25);
  animation: dd-modal-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.dd-modal__title {
  color: #F2F6FA;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.dd-modal__text {
  margin: 0 0 22px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.dd-modal__btn {
  margin: 0 auto;
}

@keyframes dd-modal-pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dd-modal,
  .dd-modal__dialog,
  .dd-modal__icon {
    transition: none;
    animation: none;
  }
}

@media only screen and (max-width: 991px) {
  .contact-page-form-area {
    margin-top: 8px;
    padding: 22px 18px 24px !important;
  }

  .contact-map-section {
    padding: 32px 0 40px;
  }

  .contact-map iframe {
    height: 280px;
    border-radius: 12px;
  }

  .contact-form-legal {
    font-size: 12px;
  }

  .dd-modal__dialog {
    padding: 30px 20px 22px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-p-intro {
    padding: 16px 14px;
  }

  .contact-p-intro__title {
    font-size: 18px;
  }

  .contact-form-footer .primary-btn-1 {
    width: 100%;
    justify-content: center;
  }

  .contact-map-section {
    padding: 24px 0 32px;
  }

  .contact-map {
    padding: 0 12px;
  }

  .contact-map iframe {
    height: 240px;
  }
}

/*** Legal pages ***/
.legal-page-section {
  background: var(--section-wash);
}

.legal-content {
  background: var(--section-elevated);
  border: 1px solid var(--border-night);
  border-radius: 14px;
  padding: 48px 40px;
}

.legal-content h4 {
  color: #F2F6FA;
  margin-top: 32px;
  margin-bottom: 14px;
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
  margin-bottom: 14px;
}

.legal-content ul {
  padding-left: 1.25rem;
  margin-bottom: 20px;
}

.legal-content a {
  color: var(--theme-color);
}

.legal-updated {
  color: var(--theme-color) !important;
  font-size: 14px;
}

.legal-company-box {
  border: 1px solid var(--border-night);
  border-radius: 12px;
  padding: 24px;
  background: rgba(7, 16, 28, 0.65);
}

.legal-company-box h4 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .legal-content {
    padding: 28px 20px;
  }
}

/*** Template leftovers that assumed a light theme ***/
.about-us-image-area {
  overflow: visible;
}

.about-us-image-area figure.image-1 {
  margin: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.about-us-image-area figure.image-1 > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/*** Front image = 1/4 of back, anchored bottom-right ***/
.about-us-image-area .image-2-area {
  position: absolute;
  right: 3.5%;
  bottom: 3.5%;
  left: auto;
  top: auto;
  width: 35%;
  z-index: 2;
  margin: 0;
}

.about-us-image-area .image-2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #0A1628;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  overflow: hidden;
}

.about-us-image-area .image-2 img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/*** Faro / location floating badge ***/
.about-us-image-area .working-area {
  background: transparent !important;
  padding: 0 !important;
  text-align: left;
  top: 28px;
  left: -18px;
  z-index: 3;
}

.about-us-image-area .working-area .inner {
  background:
    linear-gradient(145deg, rgba(26, 58, 92, 0.97) 0%, rgba(10, 22, 40, 0.98) 100%) !important;
  border: 1px solid rgba(255, 107, 74, 0.42) !important;
  border-radius: 14px;
  padding: 12px 16px 12px 12px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-us-image-area .working-area .icon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  margin: 0;
}

.about-us-image-area .working-area .icon-box > i {
  display: none;
}

.about-us-image-area .working-area__pin {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 107, 74, 0.14);
  border: 1px solid rgba(255, 107, 74, 0.38);
  color: var(--theme-color) !important;
  font-size: 17px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-us-image-area .working-area__pin i {
  color: var(--theme-color) !important;
}

.about-us-image-area .working-area__text h4 {
  margin: 0 0 2px !important;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-color) !important;
  letter-spacing: 0.01em;
}

.about-us-image-area .working-area__text p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.3;
  color: #9EB0C4 !important;
  font-family: var(--secondary-font), sans-serif;
  white-space: nowrap;
}

.about-us-image-area .inner:before {
  bottom: -7px;
  left: 22px;
  width: 14px;
  height: 14px;
  background: #132B4A !important;
  border-right: 1px solid rgba(255, 107, 74, 0.42);
  border-bottom: 1px solid rgba(255, 107, 74, 0.42);
  clip-path: none;
  transform: rotate(45deg);
  border-radius: 2px;
}

.about-us-section .shape-2,
.about-us-section .shape-3 {
  opacity: 0.35;
}

@media only screen and (max-width: 1280px) {
  .about-us-image-area .working-area {
    left: 12px;
    top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-image-area .image-2-area {
    width: 35%;
    right: 3.5%;
    bottom: 3.5%;
  }

  .about-us-image-area .working-area {
    left: 0;
    top: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-image-area .image-2-area {
    width: 38%;
    right: 3%;
    bottom: 3%;
  }

  .about-us-image-area .working-area__text p {
    white-space: normal;
  }
}




