@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary: #3399cc;
  --secondary: #99cc33;
  --dark: #172b38;
  --light-bg: #efefef;
  --text: #23323b;
}

html,
body {
  height: 100%;
}
body.site-body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
  background: var(--dark);
  color: #dfe8ed;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: #267aa3;
}

.navbar {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(23, 43, 56, 0.08);
}
.navbar-brand img {
  max-height: 52px;
  width: auto;
}
.nav-link {
  color: var(--dark) !important;
  font-weight: 600;
  margin-left: 0.45rem;
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.btn-primary-custom {
  background: var(--primary);
  border: 0;
  color: #fff;
  border-radius: 999px;
  padding: 0.82rem 1.3rem;
  font-weight: 700;
}
.btn-primary-custom:hover {
  background: #267aa3;
  color: #fff;
}
.btn-secondary-custom {
  background: var(--secondary);
  border: 0;
  color: var(--dark);
  border-radius: 999px;
  padding: 0.82rem 1.3rem;
  font-weight: 700;
}
.btn-secondary-custom:hover {
  background: #fff;
  color: var(--dark);
}
.btn-outline-light-custom {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  font-weight: 700;
}
.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--dark);
}

.section-padding {
  padding: 80px 0;
}
.section-light {
  background: var(--light-bg);
}
.section-title {
  color: var(--dark);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.section-kicker {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
}

.hero-video {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--dark);
}
.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(23, 43, 56, 0.96),
    rgba(23, 43, 56, 0.72),
    rgba(23, 43, 56, 0.35)
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
  padding: 70px 0;
}
.hero-content h1 {
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
}
.hero-content .lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.22rem;
  max-width: 700px;
}
.eyebrow {
  display: inline-block;
  color: #fff;
  background: rgba(51, 153, 204, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.trust-card,
.content-card,
.contact-box {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(23, 43, 56, 0.08);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(23, 43, 56, 0.08);
}
.icon-placeholder,
.icon-box {
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(51, 153, 204, 0.13);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
}
.image-placeholder {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(23, 43, 56, 0.13);
  border: 1px solid rgba(23, 43, 56, 0.08);
}
.clean-list li,
.service-list li {
  margin-bottom: 0.55rem;
}
.cta-band {
  background: linear-gradient(135deg, var(--dark), #20465d);
  color: #fff;
  border-radius: 30px;
  padding: 48px;
}
.page-header {
  background:
    linear-gradient(135deg, rgba(15, 35, 50, 0.92), rgba(0, 0, 0, 0.75)),
    url("../images/sec-bg.png") right center / cover no-repeat;
  padding: 130px 0 72px;
  color: #fff;
}
.page-header h1 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-link {
  display: block;
  color: #dfe8ed;
  margin-bottom: 0.45rem;
}
.footer-link:hover {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 1.45rem;
}
.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.map-placeholder {
  background: var(--light-bg);
  border: 2px dashed rgba(51, 153, 204, 0.35);
  min-height: 270px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-weight: 700;
  text-align: center;
  padding: 24px;
}

@media (max-width: 991px) {
  .hero-video {
    min-height: 640px;
  }
  .section-padding {
    padding: 58px 0;
  }
  .cta-band {
    padding: 32px;
  }
}

.cta-bg {
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-home-services {
  background-image: url(../images/sec-img-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-home-locations {
  background-image: url(../images/sec-img-04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-cta {
  background-image: url(../images/sec-img-06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
