.elementor-10677 .elementor-element.elementor-element-de5ccf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-dc8492c */:root {
  --ink: #17202a;
  --muted: #5d6978;
  --line: #dce3ea;
  --paper: #ffffff;
  --mist: #f3f7fa;
  --navy: #173c67;
  --blue: #2269a7;
  --teal: #12a39a;
  --yellow: #f5b942;
  --shadow: 0 18px 48px rgba(15, 35, 55, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 60, 103, 0.12);
  box-shadow: 0 8px 24px rgba(23, 32, 42, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.9rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-weight: 700;
  color: #2b3948;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover {
  border-color: var(--teal);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: var(--blue);
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: center;
  padding: clamp(80px, 12vh, 130px) clamp(18px, 6vw, 78px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 24, 42, 0.92), rgba(12, 49, 82, 0.58)),
    url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.hero-content {
  position: relative;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.02;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.3vw, 3.1rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--yellow);
  color: #1e2d3b;
  box-shadow: 0 12px 26px rgba(245, 185, 66, 0.24);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.btn-dark {
  background: #111b25;
  color: #fff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -54px auto 0;
  width: min(1120px, calc(100% - 36px));
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.trust-strip div {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 1.06rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 110px) 0;
}

.intro p,
.area-card p,
.cta p {
  color: var(--muted);
}

.intro-card {
  padding: 34px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.intro-card i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #1e2d3b;
  background: var(--yellow);
  border-radius: 6px;
  font-size: 1.4rem;
}

.intro-card h3,
.intro-card p {
  color: #fff;
}

.intro-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--yellow);
  font-weight: 900;
}

.areas-section,
.services-section {
  padding: clamp(74px, 10vw, 110px) max(18px, calc((100vw - 1180px) / 2));
}

.areas-section {
  background: var(--mist);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.area-card {
  display: block;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(23, 60, 103, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(20, 43, 65, 0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.area-card:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
}

.area-card i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--teal);
  border-radius: 6px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.service-list i {
  color: var(--blue);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(42px, 6vw, 64px) max(18px, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: #fff;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta h2 {
  margin-bottom: 10px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(18px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.74);
  background: #111b25;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.footer a {
  color: #fff;
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .phone-link {
    position: absolute;
    top: 17px;
    right: 18px;
  }

  .intro,
  .area-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .topbar {
    position: static;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .phone-link {
    position: static;
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 620px;
    align-items: start;
    padding-top: 72px;
  }

  .hero-actions,
  .hero-actions .btn,
  .cta-actions,
  .cta-actions .btn {
    width: 100%;
  }

  .trust-strip {
    margin-top: -44px;
  }

  .area-card,
  .intro-card {
    padding: 24px;
  }
}/* End custom CSS */