﻿:root {
  --sdd-navy: #0b1f3a;
  --sdd-blue: #1677c8;
  --sdd-sky: #eaf4fc;
  --sdd-orange: #ff8a00;
  --sdd-ink: #172033;
  --sdd-muted: #5d6878;
  --sdd-border: #dce5ed;
}

body {
  color: var(--sdd-ink);
  overflow-x: hidden;
}

html,
body,
.page-wrapper {
  width: 100%;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--sdd-orange) !important;
  outline-offset: 3px;
}

.main-header .logo img,
.sticky-header .logo img {
  width: 252px;
  max-height: 70px;
  object-fit: contain;
}

.main-footer .logo img {
  width: 240px;
  max-height: 68px;
  object-fit: contain;
}

.mobile-menu .nav-logo img {
  width: 190px;
  max-height: 54px;
  object-fit: contain;
}

.header-style-two .header-lower {
  background: #fff;
  box-shadow: 0 8px 30px rgba(11, 31, 58, .08);
}

.header-style-two .main-box {
  padding: 0 40px;
}

.main-menu .navigation > li > a {
  color: var(--sdd-navy);
  font-weight: 700;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: var(--sdd-blue);
}

.header-quote-btn {
  white-space: nowrap;
  margin-left: 18px;
}

/* The scrolled header mirrors the header at the top of the page. */
.sticky-header {
  box-shadow: 0 8px 30px rgba(11, 31, 58, .08);
}

.sticky-header .auto-container {
  max-width: 100%;
  padding: 0 40px;
}

.sticky-header .inner-container {
  justify-content: flex-start;
  gap: 40px;
  min-height: 100px;
}

.sticky-header .nav-outer {
  display: flex;
  flex: 1;
  align-items: center;
}

.sticky-header .header-quote-btn {
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
}

.sticky-header .main-menu .navigation > li {
  margin: 0 22px 0 0;
  padding: 18px 0;
}

.sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--sdd-navy);
  font-size: 15px;
  font-weight: 700;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--sdd-blue);
}

/* The theme styles this switcher for a dark header, so it was white on white. */
.header-style-two .main-box .main-menu .navigation > li.lang select {
  color: var(--sdd-navy);
  font-weight: 600 !important;
}

.header-style-two .main-menu .navigation li.lang img.globe {
  display: none;
}

.header-style-two .main-menu .navigation li.lang img.globe-black {
  display: block;
}

.mobile-nav-toggler {
  border: 0;
  background: transparent;
}

.banner-section .slide-item {
  min-height: 720px;
}

.banner-section .slide-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 20, 39, .72) 0%, rgba(5, 20, 39, .4) 48%, rgba(5, 20, 39, .06) 100%);
}

.banner-section .slide-item .bg-image::before {
  background-image: none;
  background-color: rgba(7, 23, 44, .12);
}

.banner-section .content-box {
  position: relative;
  z-index: 2;
  max-width: 840px;
}

/* Keeps the copy legible now that the overlay lets more of the photo through. */
.banner-section .hero-kicker,
.banner-section .title,
.banner-section .hero-copy {
  text-shadow: 0 2px 16px rgba(4, 14, 28, .5);
}

.banner-section .title {
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.banner-section .hero-kicker {
  display: inline-block;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.banner-section .hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, .88);
  font-size: 19px;
  line-height: 1.7;
  margin: 24px 0 34px;
}

.banner-section .btn-box {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.banner-section .content-box .btn-box .theme-btn {
  margin: 0;
}

.sdd-secondary-btn {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, .82) !important;
}

.sdd-secondary-btn .btn-title {
  color: #fff !important;
}

.services-section-home3 .outer-box {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

/* The theme pulls this strip up over the hero, covering the hero CTA buttons. */
.service-block-new-3.at-home6 {
  margin-top: 0;
}

.services-section-home3 .service-block-new-3 .inner-box {
  min-height: 0;
  padding: 30px 18px;
}

.service-block-new-3 .inner-box,
.service-block-new-1 .inner-box,
.service-block .inner-box {
  border: 1px solid var(--sdd-border);
  box-shadow: 0 15px 45px rgba(11, 31, 58, .08);
}

.service-block-new-1 .image img,
.service-block .image img,
.news-block .image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-section .image-box img,
.why-choose-us-home5 .image-box img {
  border-radius: 8px;
}

.sdd-section {
  padding: 100px 0;
}

.sdd-section-muted {
  background: #f5f8fb;
}

.sdd-process-grid,
.sdd-office-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.sdd-process-card,
.sdd-office-preview-card,
.sdd-office-card {
  background: #fff;
  border: 1px solid var(--sdd-border);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(11, 31, 58, .06);
}

.sdd-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--sdd-blue);
  font-weight: 800;
}

.sdd-process-card h3,
.sdd-office-preview-card h3,
.sdd-office-card h3 {
  color: var(--sdd-navy);
  font-size: 21px;
  margin-bottom: 12px;
}

.sdd-reach {
  position: relative;
  overflow: hidden;
  background: var(--sdd-navy);
  color: #fff;
}

.sdd-reach::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../uploads/sdd-global-offices.jpg") center / cover no-repeat;
  opacity: .18;
}

.sdd-reach .auto-container {
  position: relative;
}

.sdd-reach h2,
.sdd-reach h3,
.sdd-reach p {
  color: #fff;
}

.sdd-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sdd-regions span {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
}

.sdd-portal-cta {
  background: var(--sdd-blue);
  color: #fff;
}

.sdd-portal-cta h2,
.sdd-portal-cta p {
  color: #fff;
}

.sdd-portal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.sdd-office-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sdd-home-faq .accordion-box .block {
  border: 1px solid var(--sdd-border);
  margin-bottom: 12px;
}

.sdd-page-intro,
.sdd-portal-page,
.sdd-cta-panel {
  max-width: 950px;
  margin: 0 auto 40px;
}

.sdd-portal-page {
  padding: 80px 24px;
  text-align: center;
}

.sdd-portal-page > i {
  color: var(--sdd-blue);
  font-size: 58px;
  margin-bottom: 25px;
}

.sdd-portal-page h2 {
  margin-bottom: 18px;
}

.sdd-portal-page p {
  margin-bottom: 28px;
}

.sdd-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 80px;
}

.sdd-office-card a,
.footer-contact-list a {
  color: inherit;
}

.custom-page-section {
  padding: 80px 0;
}

.services-details__content > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.sdd-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 30px;
  margin-top: 35px;
  background: var(--sdd-sky);
  border-radius: 8px;
}

.main-footer {
  background: #07172c;
}

.main-footer .widgets-section {
  padding-top: 80px;
}

.main-footer .footer-contact-list p {
  color: #b9c5d4;
  line-height: 1.8;
}

@media (max-width: 1199px) {
  .header-style-two .header-lower > .main-box > .nav-outer,
  .sticky-header .main-menu {
    display: none;
  }

  .header-style-two .mobile-nav-toggler,
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }

  .header-quote-btn {
    display: none;
  }

  .sticky-header .nav-outer {
    justify-content: flex-end;
  }

  .sdd-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sdd-office-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  /* Six quick services fit one row instead of orphaning the last card. */
  .services-section-home3 .row > .col {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .header-style-two .main-box .main-menu .navigation > li {
    margin-right: 22px !important;
  }

  .header-style-two .main-box .main-menu .navigation > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-style-two .main-box {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
  }

  .header-style-two .logo-box {
    max-width: calc(100% - 56px);
  }

  .header-style-two .outer-box {
    display: flex;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .header-style-two .mobile-nav-toggler {
    display: block !important;
    position: relative;
    z-index: 5;
    color: var(--sdd-blue);
  }

  .banner-section .slide-item {
    min-height: 640px;
    width: 100% !important;
    max-width: 100vw;
  }

  .banner-section .owl-stage-outer,
  .banner-section .content-box {
    max-width: 100vw;
    overflow: hidden;
  }

  .banner-section .content-box {
    padding: 120px 0 110px;
  }

  .banner-section .content-box .title {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .banner-section .hero-copy {
    font-size: 16px;
  }

  .banner-section .hero-kicker {
    max-width: 100%;
    font-size: 12px;
    white-space: normal;
  }

  .banner-section .btn-box {
    flex-direction: column;
  }

  .banner-section .content-box .btn-box .theme-btn {
    width: 100%;
    margin: 0;
  }

  .services-section-home3 .outer-box {
    padding-top: 40px;
  }

  .sdd-section {
    padding: 75px 0;
  }

  .sdd-process-grid,
  .sdd-office-preview-grid,
  .sdd-office-grid {
    grid-template-columns: 1fr;
  }

  .sdd-portal-actions {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .main-header .logo img,
  .sticky-header .logo img,
  .mobile-menu .nav-logo img {
    width: 190px;
  }
}

/* Entrance animations are left alone here: the slider and WOW blocks use
   animations to reveal content, so disabling them blanks out those sections. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .icon-dots,
  .icon-circle,
  .ripple,
  .overlay-anim,
  .marquee-section,
  [class*="bounce-"],
  [class*="zoom-"] {
    animation: none !important;
  }
}
