:root {
  --brand-primary: #0d3b66;
  --brand-secondary: #1f7a8c;
  --brand-accent: #e09f3e;
  --text-dark: #13293d;
  --text-muted: #4f5d75;
  --surface: #f7fbff;
  --white: #ffffff;
  --success: #25d366;
  --shadow: 0 10px 25px rgba(13, 59, 102, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #eef8ff 0%, #ffffff 25%);
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.section-padding {
  padding: 72px 0;
}

.navbar {
  box-shadow: 0 2px 16px rgba(9, 44, 77, 0.08);
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--brand-primary) !important;
  letter-spacing: 0.2px;
}

.brand-logo {
  width: auto;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.navbar-brand .brand-logo {
  max-height: 60px;
}

.footer .brand-logo {
  max-height: 42px;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}

.nav-link {
  font-weight: 600;
  color: var(--text-dark) !important;
}

.nav-link.active,
.nav-link:hover,
.dropdown-item:hover {
  color: var(--brand-secondary) !important;
}

.dropdown-menu {
  border: 0;
  box-shadow: var(--shadow);
}

.hero-carousel .carousel-item {
  position: relative;
  min-height: 520px;
}

.hero-carousel img {
  min-height: 520px;
  object-fit: cover;
  filter: brightness(0.65);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 700;
}

.hero-content h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 700;
}

.hero-content p {
  color: #ebf9ff;
  max-width: 680px;
}

.btn-brand {
  background: var(--brand-accent);
  color: #fff;
  border: 0;
  font-weight: 600;
}

.btn-brand:hover {
  background: #c7872f;
  color: #fff;
}

.btn-outline-light {
  font-weight: 600;
}

.brand-grid,
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
}

.brand-card,
.area-card {
  background: var(--white);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(25, 68, 105, 0.08);
  font-weight: 600;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.brand-card img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-card span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #e8f5ff;
  color: var(--brand-primary);
  margin-bottom: 10px;
}

.service-card,
.review-card,
.feature-card,
.process-card {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  background: var(--white);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card .card-body {
  padding: 22px;
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #1ea672;
  font-weight: 700;
}

.process-icon,
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9f4ff;
  color: var(--brand-primary);
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.quote-stars {
  color: #f2b01e;
  letter-spacing: 2px;
}

.cta-strip {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  border-radius: 18px;
  padding: 36px 28px;
}

.form-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px;
}

.footer {
  background: #06233d;
  color: #dce7f5;
}

.footer a {
  color: #dce7f5;
}

.footer a:hover {
  color: #ffffff;
}

.footer-title {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 88px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(27, 122, 62, 0.45);
  z-index: 1080;
}

.mobile-call-btn {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 16px;
  z-index: 1080;
}

.mobile-call-btn .btn {
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(9, 45, 77, 0.28);
  font-weight: 700;
}

.page-hero {
  padding: 120px 0 70px;
  background: linear-gradient(135deg, #0d3b66 0%, #1f7a8c 100%);
  color: #fff;
}

.breadcrumb a {
  color: #dff0ff;
}

.blog-card img,
.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.map-placeholder {
  background: #0f3558;
  border: 1px dashed #4d7194;
  border-radius: 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e1ecf7;
  font-size: 0.95rem;
  padding: 12px;
}

.footer-map {
  width: 100%;
  min-height: 180px;
  border: 1px solid #4d7194;
  border-radius: 12px;
}

/* Service page images */
.section-padding .col-lg-6 img {
  max-height: 500px;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 56px 0;
  }

  .navbar-brand .brand-logo {
    max-height: 52px;
  }

  .hero-carousel .carousel-item,
  .hero-carousel img {
    min-height: 470px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand .brand-logo {
    max-height: 46px;
  }

  .hero-carousel .carousel-item,
  .hero-carousel img {
    min-height: 430px;
  }

  .hero-content .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
