/* ===== GEO DRILLS - BRAND CSS ===== */

:root {
  --heading: #242f51;
  --highlight: #a96c3a;
  --btn: #387937;
  --btn-hover: #2c6129;
  --white: #ffffff;
  --off-white: #f7f5f2;
  --text-body: #4a4a4a;
  --text-muted: #7a7a7a;
  --border: #e5e0d8;
  --card-bg: #ffffff;
  --shadow-sm: 0 2px 12px rgba(36,47,81,0.07);
  --shadow-md: 0 6px 30px rgba(36,47,81,0.12);
  --shadow-lg: 0 15px 50px rgba(36,47,81,0.15);
  --radius: 10px;
  --radius-lg: 18px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 14px; }

/* Anchor offset for fixed navbar (top-bar 38px + navbar 85px = 123px) */
.srv-detail-card { scroll-margin-top: 130px; }


body {
  font-family: 'Exo', sans-serif;
  color: var(--text-body);
  background: var(--off-white);
  line-height: 1.7;
}

body p,
.hero-sub,
.section-sub,
.feature-card p,
.service-card p,
.project-body p,
.step-card p,
.footer-about p,
.footer-col a,
.contact-grid p,
.cta-strip p {
  font-family: 'Poppins', sans-serif;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
  font-family: 'Exo', sans-serif;
  color: var(--heading);
  line-height: 1.2;
}

/* ===== UTILITIES ===== */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }
.text-center { text-align: center; }

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--highlight);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--heading);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 52px;
  line-height: 1.8;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 6px;
  font-family: 'Exo', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--btn);
  color: var(--white);
  border-color: var(--btn);
}
.btn-primary:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(56,121,55,0.3);
}

.btn-outline {
  background: #387937;
  color: var(--white);
  border-color: #387937;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
}

.btn-dark {
  background: var(--heading);
  color: var(--white);
  border-color: var(--heading);
}
.btn-dark:hover {
  background: #1a2240;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* ===== NAVIGATION ===== */
/* ===== SITE HEADER & TOP BAR ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(36,47,81,0.08);
}

.top-bar {
  background: #c8824f;
  color: var(--white);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.top-bar-inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.top-bar a {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}
.top-bar a:hover {
  opacity: 0.9;
}
.top-bar strong {
  font-weight: 600;
}

#navbar {
  background: #fafbfc;
  height: 85px;
  border-bottom: 2px solid #e8dcd0;
  transition: box-shadow 0.3s;
}
#navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Exo', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a2240;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-logo span { color: var(--highlight); }

.nav-logo img {
  height: 60px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 34px;
  align-items: center;
}
.nav-links a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s;
  cursor: pointer;
}
.nav-links a:hover,
.nav-links a.active { color: #c8824f; }

/* Call & WhatsApp actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 6px;
  font-family: 'Exo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-call {
  border: 1px solid #c8824f;
  color: #242f51;
  background: #ffffff;
}
.btn-call:hover {
  border-color: #c8824f;
  background: #f7f5f2;
}
.btn-whatsapp {
  background: #387937;
  color: #ffffff;
  border: 1px solid #387937;
}
.btn-whatsapp:hover {
  background: #2c6129;
  border-color: #2c6129;
}

.mobile-actions {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
.hamburger span {
  width: 24px; height: 2px;
  background: #242f51;
  border-radius: 2px;
  transition: 0.3s;
}

/* ===== PAGES ===== */
.page { display: none; padding-top: 123px; min-height: 100vh; }
.page.active { display: block; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, var(--heading) 0%, #1a2647 55%, #2a3d6e 100%);
  min-height: calc(100vh - 123px);
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.hero-inner {
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: 0;
  align-items: stretch;
  width: 100%;
}

.hero-left {
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: 80px 60px 80px 24px;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(169,108,58,0.2);
  border: 1px solid rgba(169,108,58,0.4);
  color: #d4915a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 58px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 22px;
}
.hero-heading-primary {
  color: #ffffff;
}
.hero-heading-secondary {
  color: #ffffff;
}
.hero h1 em {
  font-style: normal;
  color: var(--highlight);
}

.hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 38px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Exo', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.hero-gallery {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: calc(100vh - 123px);
  border-radius: 0;
}
.hero-gallery-item {
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  background: var(--border);
  box-shadow: none;
}
.hero-gallery-item.active {
  opacity: 1;
  visibility: visible;
}
.hero-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.hero-gallery-meta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(36, 47, 81, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-md);
  color: var(--white);
  max-width: calc(100% - 48px);
}
.hero-gallery-meta strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
}
.hero-gallery-meta span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}
.hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 40%);
  pointer-events: none;
}
.hero-card,
.hero-img-box,
.hero-img-placeholder {
  display: none;
}


/* ===== ABOUT SECTION ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: stretch;
}

.about-img-wrap {
  position: relative;
  height: 100%;
  display: flex;
}
.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: linear-gradient(160deg, #1a4a3a 0%, #0d3328 100%);
  box-shadow: var(--shadow-md);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.35);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-badge-float {
  position: absolute;
  top: -20px; right: -20px;
  background: var(--highlight);
  color: white;
  border-radius: var(--radius);
  padding: 18px 22px;
  text-align: center;
  box-shadow: var(--shadow-md);
}
.about-badge-float strong {
  display: block;
  font-family: 'Exo', sans-serif;
  font-size: 28px;
  line-height: 1;
}
.about-badge-float span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; }

.about-text h2 { margin-bottom: 10px; }
.about-text .section-label { margin-bottom: 10px; }
.about-text p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.85;
}

.about-list {
  list-style: none;
  margin-bottom: 32px;
}
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}
.about-list li:last-child { border-bottom: none; }
.about-list li::before {
  content: '✓';
  color: var(--btn);
  font-weight: 700;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ===== WHY CHOOSE ===== */
.why-choose {
    padding: 80px 0;
    background: url('../images/why choose bg.jpg') center center/cover no-repeat;
}
.why-choose .section-title { color: var(--heading); }
/* .why-choose .section-sub { color: rgba(255,255,255,0.6); } */
.why-choose .section-label { color: var(--highlight); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card {
  background: #9a9faf17;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: all 0.3s;
}
.feature-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(169,108,58,0.4);
  transform: translateY(-4px);
}


.feature-icon-wrap {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: linear-gradient(180deg, rgba(36,47,81,0.06), rgba(36,47,81,0.03));
  border-radius: 12px;
  color: #ac7343;
  margin: 0 auto 14px;
}

.feature-icon-wrap i { display: block; }
.feature-icon-wrap {
  width: 52px; height: 52px;
  background: rgba(169,108,58,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 18px;
  /* color: var(--white); */
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.feature-card p {
  /* color: rgba(255,255,255,0.55); */
  font-size: 12px;
  line-height: 1.75;
}

/* ===== SERVICES ===== */
.services { background: var(--white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
}
.service-card:hover {
  border-color: var(--btn);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.service-img {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service-img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.service-body { padding: 26px; }
.service-body h3 {
  font-size: 19px;
  color: var(--heading);
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.service-body p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.service-link {
  color: var(--btn);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.service-link:hover { color: var(--btn-hover); }

/* Color strips per service */
.service-card:nth-child(1) .service-img-placeholder { background: linear-gradient(135deg, #1a4a3a, #0d3328); }
.service-card:nth-child(2) .service-img-placeholder { background: linear-gradient(135deg, #2c3e50, #1a2647); }
.service-card:nth-child(3) .service-img-placeholder { background: linear-gradient(135deg, #4a2c0a, #2d1a05); }
.service-card:nth-child(4) .service-img-placeholder { background: linear-gradient(135deg, #1a3a4a, #0d2030); }
.service-card:nth-child(5) .service-img-placeholder { background: linear-gradient(135deg, #3a1a1a, #200d0d); }
.service-card:nth-child(6) .service-img-placeholder { background: linear-gradient(135deg, #2a3a1a, #192310); }

/* ===== PROCESS ===== */
.process {
    background-image: url('../images/how we work.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 28px;
  border: 1px solid var(--border);
  position: relative;
  transition: all 0.3s;
}
.step-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--btn);
}

.step-num {
  font-family: 'Exo', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--btn);
  opacity: 0.18;
  line-height: 1;
  position: absolute;
  top: 20px; right: 24px;
}
.step-card h3 {
  font-size: 18px;
  color: var(--heading);
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.step-card p { font-size: 14px; color: var(--text-muted); line-height: 1.75; }
.step-dot {
  width: 36px; height: 36px;
  background: var(--btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* ===== PROJECTS ===== */
.projects { background: var(--white); }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.project-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all 0.3s;
}
.project-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.project-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.project-img img { width: 100%; height: 100%; object-fit: cover; }
.project-img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.project-card:nth-child(1) .project-img-placeholder { background: linear-gradient(135deg, #1a5c3a, #0d3a25); }
.project-card:nth-child(2) .project-img-placeholder { background: linear-gradient(135deg, #242f51, #1a2240); }
.project-card:nth-child(3) .project-img-placeholder { background: linear-gradient(135deg, #4a3c1a, #2d2410); }
.project-card:nth-child(4) .project-img-placeholder { background: linear-gradient(135deg, #1a3a5c, #0d2035); }
.project-card:nth-child(5) .project-img-placeholder { background: linear-gradient(135deg, #3a1a2c, #200d1a); }
.project-card:nth-child(6) .project-img-placeholder { background: linear-gradient(135deg, #2a1a3a, #190d22); }

.project-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--highlight);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}
.project-body { padding: 22px; background: var(--white); }
.project-body h3 {
  font-size: 17px;
  color: var(--heading);
  margin-bottom: 8px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.project-body p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--off-white); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--border);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: 'Exo', sans-serif;
  font-size: 72px;
  line-height: 1;
  color: var(--btn);
  opacity: 0.2;
  position: absolute;
  top: 12px; left: 22px;
}
.stars { color: #f59e0b; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card p {
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}
.t-author { font-weight: 600; color: var(--heading); font-size: 15px; }
.t-role { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

/* ===== CTA STRIP ===== */
.cta-strip {
  position: relative;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../images/cta.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cta-strip .container {
  position: relative;
  z-index: 1;
}
.cta-strip h2,
.cta-strip p {
  position: relative;
}
.cta-strip h2 { color: #ffffff; margin-bottom: 16px; }
.cta-strip p { color: rgba(255,255,255,0.95); margin-bottom: 32px; font-size: 14px; }

/* ===== CONTACT ===== */
.contact { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
}

.contact-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.contact-info p {
  color: var(--text-muted);
  margin-bottom: 36px;
  line-height: 1.8;
}

.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.c-icon {
  width: 44px; height: 44px;
  background: #e8f5e8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--btn);
}
.c-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 2px; }
.c-val { font-size: 15px; color: var(--heading); font-weight: 500; }
.c-val a { color: inherit; text-decoration: none; }
.c-val a:hover { color: var(--btn); }

/* Form */
.form-card {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--border);
}
.form-card h3 {
  font-size: 22px;
  margin-bottom: 28px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 7px;
  font-family: 'Exo', sans-serif;
  font-size: 15px;
  color: var(--text-body);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--btn);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 14px; font-size: 16px; border: none; cursor: pointer; }

/* Service Areas / Location Map */
.location-map {
  background: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}
.location-map .section-label,
.location-map .section-title,
.location-map .section-sub {
  margin-bottom: 16px;
}
.map-container {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.service-map-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

.success-msg {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 14px 18px;
  border-radius: 7px;
  margin-bottom: 20px;
  font-size: 15px;
}
.success-msg.show { display: block; }

/* ===== FAQ ===== */
.faq { background: var(--off-white); }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-q {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  transition: background 0.2s;
}
.faq-q:hover { background: var(--off-white); }
.faq-q h3 {
  font-size: 16px;
  color: var(--heading);
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.faq-icon {
  width: 28px; height: 28px;
  background: var(--off-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--btn);
  font-size: 20px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--btn);
  color: white;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p {
  padding: 0 24px 22px;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 15px;
}

/* ===== DETAILS PAGES ===== */
.page-hero {
  background: 
    linear-gradient(135deg, rgba(36, 47, 81, 0.7) 0%, rgba(36, 47, 81, 0.6) 100%),
    url('../images/cta.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 24px 70px;
  text-align: center;
  position: relative;
}
.page-hero h1 { color: var(--white); font-size: clamp(30px, 5vw, 46px); margin-bottom: 10px; }
.page-hero p { color: rgb(255, 255, 255); font-size: 17px; }
.page-hero .breadcrumb {
  margin-bottom: 20px;
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.page-hero .breadcrumb a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}
.page-hero .breadcrumb a:hover { color: white; }

.service-detail { padding: 80px 0; background: var(--white); }
.service-detail-block {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--border);
}
.service-detail-block:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.service-detail-block h2 {
  font-size: 28px;
  color: var(--heading);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 24px;
}
.service-detail-grid h3 {
  font-size: 19px;
  color: var(--heading);
  margin-bottom: 14px;
  margin-top: 28px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
}
.service-detail-grid h3:first-child { margin-top: 0; }
.service-detail-grid p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 12px;
}
.check-list { list-style: none; margin-bottom: 20px; }
.check-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--text-body);
  font-size: 15px;
  border-bottom: 1px solid var(--border);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--btn);
  font-weight: 700;
}

/* ===== FOOTER ===== */
footer {
  background: var(--white);
  color: var(--text-muted);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.footer-logo {
  font-family: 'Exo', sans-serif;
  font-size: 22px;
  color: var(--heading);
  margin-bottom: 14px;
  display: block;
}
.footer-logo img {
  max-height: 200px;
  width: 230px;
  display: block;
}
.footer-logo span { color: var(--highlight); }
.footer-about p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}
.footer-col h4 {
  color: var(--heading);
  font-family: 'Exo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.footer-col a {
  display: block;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--highlight); }
.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}

/* ===== ABOUT PAGE FULL ===== */
.about-page .about-page-content { padding: 80px 0; background: white; }
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 70px;
}
.mission-box {
  background: var(--off-white);
  border-left: 4px solid var(--highlight);
  padding: 28px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 28px;
}
.mission-box h3 {
  font-size: 16px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--highlight);
  margin-bottom: 10px;
}
.mission-box p { color: var(--text-muted); line-height: 1.8; margin: 0; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 14px;
}
.value-card {
  background: var(--off-white);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  border: 1px solid var(--border);
  transition: all 0.3s;
}
.value-card:hover { border-color: var(--btn); box-shadow: var(--shadow-sm); }
.value-icon { font-size: 30px; margin-bottom: 14px; color: #ac7343; }
.value-card h3 {
  font-size: 16px;
  color: var(--heading);
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.value-card p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .nav-links { display: none; }
  .nav-actions { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 123px; left: 0; right: 0;
    background: var(--white);
    padding: 24px;
    gap: 18px;
    box-shadow: var(--shadow-lg);
    border-top: 1px solid var(--border);
  }
  .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }
  .mobile-actions .btn-nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero-inner,
  .about-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-inner { gap: 40px; }
  .hero-visual { display: none; }
  .features-grid,
  .services-grid,
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps,
  .testimonials-grid,
  .footer-grid,
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-grid,
  .about-page-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .features-grid,
  .services-grid,
  .projects-grid,
  .process-steps,
  .testimonials-grid,
  .footer-grid,
  .values-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .stat-num { font-size: 24px; }
  .hero-actions { flex-direction: column; }
  .about-badge-float { display: none; }
}
.service-img img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  border-radius:10px 10px 0 0;
}
.project-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

/* ===== SERVICES PAGE REDESIGN ===== */
.srv-overview {
  padding: 86px 0 70px;
  background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
}
.srv-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}
.srv-overview-head .section-label { margin-bottom: 10px; }
.srv-overview-head .section-title { margin-bottom: 0; }
.srv-overview-head .section-sub {
  max-width: 520px;
  margin: 0;
  text-align: left;
}
.srv-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.srv-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.srv-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--ic, var(--highlight));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  z-index: 2;
}
.srv-card:hover {
  border-color: rgba(56,121,55,0.34);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.srv-card:hover::before { transform: scaleX(1); }
.srv-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1fr);
}
.srv-card-media {
  background: var(--border);
  height: 190px;
  overflow: hidden;
  position: relative;
}
.srv-card-featured .srv-card-media {
  height: auto;
  min-height: 100%;
}
.srv-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}
.srv-card:hover .srv-card-media img { transform: scale(1.045); }
.srv-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}
.srv-card-featured .srv-card-content { padding: 28px; }
.srv-card-topline {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.srv-card-topline span:first-child { color: var(--ic, var(--highlight)); }
.srv-card-icon {
  align-items: center;
  background: var(--ibg, rgba(172,115,67,0.1));
  border-radius: 8px;
  color: var(--ic, var(--highlight));
  display: flex;
  font-size: 21px;
  height: 48px;
  justify-content: center;
  transition: transform 0.25s ease;
  width: 48px;
}
.srv-card:hover .srv-card-icon { transform: translateY(-2px); }
.srv-card h3 {
  color: var(--heading);
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.srv-card p {
  color: var(--text-muted);
  flex: 1;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.srv-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.srv-mini-list span {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-body);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
}
.srv-card-link {
  align-items: center;
  border-top: 1px solid var(--border);
  color: var(--ic, var(--highlight));
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  margin-top: 4px;
  padding-top: 14px;
  transition: gap 0.2s ease;
}
.srv-card:hover .srv-card-link { gap: 11px; }

.srv-details-section { padding: 70px 0 80px; background: var(--white); }
.srv-detail-card {
  background: var(--off-white); border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 36px; border: 1px solid var(--border); transition: box-shadow 0.3s;
}
.srv-detail-card:hover { box-shadow: var(--shadow-md); }
.srv-detail-header {
  display: flex; align-items: center; gap: 22px; padding: 30px 36px;
  background: var(--white); border-bottom: 1px solid var(--border);
  border-left: 5px solid var(--accent, var(--highlight));
}
.srv-detail-icon {
  width: 64px; height: 64px; border-radius: 16px; display: flex;
  align-items: center; justify-content: center; font-size: 26px;
  background: color-mix(in srgb, var(--accent, var(--highlight)) 12%, transparent);
  color: var(--accent, var(--highlight)); flex-shrink: 0;
}
.srv-detail-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--accent, var(--highlight)); margin-bottom: 4px; }
.srv-detail-header h2 { font-size: 22px; font-family: 'Exo', sans-serif; font-weight: 700; color: var(--heading); margin: 0 0 4px; }
.srv-detail-header p { font-size: 13px; color: var(--text-muted); margin: 0; }
.srv-detail-body { display: grid; grid-template-columns: 1fr 1fr; }
.srv-detail-desc { padding: 30px 36px; border-right: 1px solid var(--border); }
.srv-detail-desc p { font-size: 14px; color: var(--text-muted); line-height: 1.85; margin-bottom: 22px; }
.srv-tags-row { display: flex; flex-wrap: wrap; gap: 8px; }
.srv-tags-row span {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--white); border: 1px solid var(--border); border-radius: 20px;
  padding: 5px 12px; font-size: 12px; font-weight: 500; color: var(--text-body);
}
.srv-tags-row span i { color: var(--btn); font-size: 10px; }
.srv-detail-features { padding: 30px 36px; }
.srv-detail-features h4 { font-size: 14px; font-family: 'Exo', sans-serif; font-weight: 600; color: var(--heading); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.srv-detail-features h4 i { color: var(--highlight); font-size: 13px; }
.srv-detail-features ul { list-style: none; margin-bottom: 20px; }
.srv-detail-features ul li { padding: 7px 0 7px 20px; position: relative; font-size: 13.5px; color: var(--text-body); border-bottom: 1px solid var(--border); }
.srv-detail-features ul li:last-child { border-bottom: none; }
.srv-detail-features ul li::before { content: '✓'; position: absolute; left: 0; color: var(--btn); font-weight: 700; font-size: 12px; }
.srv-applications { background: var(--white); border-radius: var(--radius); padding: 12px 16px; font-size: 12.5px; color: var(--text-muted); line-height: 1.6; border: 1px solid var(--border); }
.srv-applications strong { color: var(--heading); display: block; margin-bottom: 3px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }

.srv-cta-band { background: linear-gradient(135deg, var(--heading) 0%, #1e2f5a 100%); padding: 70px 0; }
.srv-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.srv-cta-text h2 { color: var(--white); font-size: clamp(22px, 3vw, 32px); margin-bottom: 10px; }
.srv-cta-text p { color: rgba(255,255,255,0.65); font-size: 14px; max-width: 480px; line-height: 1.8; }
.srv-cta-actions { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }
.btn-outline-dark {
  background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4);
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
  border-radius: 6px; font-family: 'Exo', sans-serif; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: all 0.25s; white-space: nowrap; cursor: pointer;
}
.btn-outline-dark:hover { background: rgba(255,255,255,0.1); border-color: white; }

@media (max-width: 900px) {
  .srv-overview-head { grid-template-columns: 1fr; align-items: start; }
  .srv-overview-head .section-sub { max-width: 680px; }
  .srv-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .srv-card-featured { grid-column: span 2; }
  .srv-detail-body { grid-template-columns: 1fr; }
  .srv-detail-desc { border-right: none; border-bottom: 1px solid var(--border); }
  .srv-cta-inner { flex-direction: column; text-align: center; }
  .srv-cta-actions { justify-content: center; }
}
@media (max-width: 640px) {
  .srv-cards-grid { grid-template-columns: 1fr; }
  .srv-card-featured {
    display: flex;
    grid-column: span 1;
  }
  .srv-card-featured .srv-card-media {
    height: 190px;
    min-height: 0;
  }
  .srv-detail-header { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px; }
  .srv-detail-desc, .srv-detail-features { padding: 22px 20px; }
}

.location-map {
    background: var(--off-white);
}

.map-card {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.map-card iframe {
    display: block;
}

/* ===== FOOTER BOTTOM BAR ===== */
.footer-bottom-bar {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 14px 24px;
  position: relative;
}

.footer-bottom-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fb-copy {
  font-size: 13px;
  color: var(--text-muted);
}

.fb-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fb-links a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.fb-links a:hover { color: var(--highlight); }
.fb-divider {
  color: rgba(36,47,81,0.25);
  font-size: 13px;
}

.fb-credit {
  font-size: 13px;
  color: var(--text-muted);
}
.fb-credit a {
  color: inherit;
  text-decoration: none;
}
.fb-credit strong {
  color: #a96c3a;
  font-weight: 700;
}
.fb-credit a:hover strong {
  color: var(--heading);
}

/* Scroll to top button */
.scroll-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  background: #a96c3a;
  color: #0a0f1e;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(240,165,0,0.4);
  transition: all 0.3s;
  z-index: 999;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.scroll-top-btn.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.scroll-top-btn:hover {
  background: #d4911c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(240,165,0,0.5);
}

@media (max-width: 640px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
