:root {
  --primary: #00afa8;
  --primary-dark: #07827e;
  --secondary: #0f172a;
  --background: #ffffff;
  --section-bg: #f8fafc;
  --light-accent: #eef7f6;
  --text: #374151;
  --border: #e5e7eb;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
}

* { box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: var(--background);
  line-height: 1.7;
}
.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex: 0 0 auto;
}

.navbar-brand {
  line-height: 1;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.btn {
  border-radius: 14px;
  font-weight: 600;
  padding: 0.8rem 1.25rem;
}

.btn-sm { padding: 0.55rem 1rem; }
.btn-lg { padding: 0.95rem 1.35rem; }
.btn i { margin-right: 0.4rem; }

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-active-bg: var(--primary-dark);
  --bs-btn-active-border-color: var(--primary-dark);
  color: #fff;
}

.btn-outline-dark {
  --bs-btn-color: var(--secondary);
  --bs-btn-border-color: var(--secondary);
  --bs-btn-hover-bg: var(--secondary);
  --bs-btn-hover-border-color: var(--secondary);
}

:focus-visible {
  outline: 3px solid rgba(0, 175, 168, 0.35);
  outline-offset: 3px;
}

.site-navbar {
  padding: 1rem 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-navbar.scrolled,
.site-navbar:has(.navbar-collapse.show) {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 0.75rem 0;
}

.navbar-brand,
.footer-brand {
  color: var(--secondary);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0;
}

.navbar-brand span,
.footer-brand span { color: var(--primary); }

.nav-link {
  color: var(--secondary);
  font-weight: 500;
  border-radius: 12px;
  padding-inline: 0.9rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
  background: var(--light-accent);
}

.hero-section {
  padding: 150px 0 90px;
  background: linear-gradient(180deg, var(--light-accent), #fff 58%);
}

.hero-section h1,
.page-header h1 {
  color: var(--secondary);
  font-size: clamp(2.4rem, 4.2vw, 4.75rem);
  line-height: 1.08;
  font-weight: 700;
  margin: 1rem 0 1.25rem;
}

.lead {
  color: var(--text);
  font-size: 1.14rem;
  max-width: 640px;
}

.hero-actions,
.final-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.trust-badges span {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  padding: 0.75rem 0.95rem;
}

.trust-badges strong { color: var(--secondary); }

.hero-image,
.gallery-preview img,
.gallery-grid img,
.service-tile img,
.service-card img {
  border-radius: 16px;
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.hero-image { aspect-ratio: 5 / 4; }
.service-tile img { aspect-ratio: 4 / 3; }
.service-card img { aspect-ratio: 16 / 10; border-radius: 16px 16px 0 0; }
.gallery-preview img,
.gallery-grid img { aspect-ratio: 4 / 3; }

.section-pad { padding: 90px 0; }
.bg-soft { background: var(--section-bg); }

.section-heading {
  max-width: 720px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.section-kicker {
  color: var(--primary-dark);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  color: var(--secondary);
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h3 {
  color: var(--secondary);
  font-size: 1.05rem;
  font-weight: 700;
}

.stat-card,
.service-tile,
.feature-card,
.testimonial-card,
.contact-card,
.info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  height: 100%;
  padding: 1.5rem;
}

.stat-card { text-align: center; }
.stat-card span {
  color: var(--primary);
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.service-tile,
.service-card,
.feature-card,
.testimonial-card,
.contact-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-tile:hover,
.service-card:hover,
.feature-card:hover,
.testimonial-card:hover,
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-tile { padding: 1rem; }
.service-tile h3 { margin-top: 1.25rem; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.process-grid div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
}

.process-grid span {
  color: var(--primary);
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-card i,
.contact-card > i {
  align-items: center;
  background: var(--light-accent);
  border-radius: 14px;
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 48px;
}

.testimonial-card p { color: var(--secondary); }
.testimonial-card span { color: var(--primary-dark); display: block; font-size: 0.9rem; margin-top: 0.2rem; }

.accordion-item {
  border: 1px solid var(--border);
  border-radius: 14px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-button {
  color: var(--secondary);
  font-weight: 600;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: var(--light-accent);
  color: var(--secondary);
}

.final-cta {
  background: var(--primary);
  border-radius: 16px;
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
}

.final-cta h2 { color: #fff; }
.final-cta p { max-width: 760px; margin-bottom: 0; }

.page-header {
  background: var(--light-accent);
  padding: 150px 0 80px;
  text-align: center;
}

.page-header p {
  margin: 0 auto;
  max-width: 760px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.service-card h2 { font-size: 1.3rem; }
.service-card h3 { font-size: 0.95rem; margin-top: 0.6rem; }
.service-card ul { padding-left: 1.2rem; margin-bottom: 1.4rem; }
.service-card .btn { margin-top: auto; }

.gallery-grid a {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery-grid img,
.gallery-preview img {
  transition: transform 0.28s ease;
}

.gallery-grid a:hover img,
.gallery-preview img:hover { transform: scale(1.04); }

.gallery-video span {
  align-items: center;
  background: rgba(15, 23, 42, 0.78);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.7rem;
  height: 64px;
  justify-content: center;
  left: 50%;
  padding-left: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}

.map-wrap {
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-wrap iframe {
  border: 0;
  display: block;
  height: 430px;
  width: 100%;
}

.large-link {
  color: var(--secondary);
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.area-pills span {
  background: var(--light-accent);
  border: 1px solid rgba(0, 175, 168, 0.16);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
}

.site-footer {
  background: var(--secondary);
  color: rgba(255, 255, 255, 0.78);
  padding: 70px 0 28px;
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin-bottom: 0.45rem;
}

.site-footer a:hover { color: #fff; }
.footer-brand { color: #fff !important; display: inline-block !important; margin-bottom: 1rem !important; }

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.service-areas{
  margin-left: 70px;
}
.service-area-list{
    list-style:none;
    padding:0;
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.service-area-list li{
    background:#EEF7F6;
    color:#0F172A;
    padding:8px 16px;
    border-radius:999px;
    font-weight:500;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  margin-top: 2.5rem;
  padding-top: 1.4rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
