/* ============ RESET & BASE ============ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --green: #1E7C3C;
  --green-dark: #145C2C;
  --green-light: #E8F5EE;
  --red: #C0222A;
  --yellow: #E8B000;
  --yellow-light: #FFF8E1;
  --text: #1A1A1A;
  --text-mid: #444444;
  --text-light: #777;
  --bg: #FFFFFF;
  --bg-light: #F7F5F0;
  --border: #E5E0D8;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.14);
  --radius: 12px;
  --radius-lg: 20px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

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

/* ============ TYPOGRAPHY ============ */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h4, h5 { font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 0.02em; }

.sec-label {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
  display: block;
}
.sec-label.light { color: var(--yellow); }
.sec-title { font-size: clamp(28px, 4vw, 42px); color: var(--text); margin-bottom: 16px; }
.sec-title.light { color: #fff; }
.sec-sub { font-size: 16px; color: var(--text-mid); max-width: 600px; }
.sec-head.center { text-align: center; margin-bottom: 56px; }
.sec-head.center .sec-sub { margin: 0 auto; }

/* ============ CONTAINER ============ */
.container { max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.bg-light { background: var(--bg-light); }

/* ============ NAVBAR ============ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.10); }
.nav-wrap {
  max-width: 1220px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 32px;
  height: 72px;
}
.nav-logo { flex-shrink: 0; }
.logo-img {
  height: 50px; width: auto;
  filter: brightness(1.0) contrast(1.1);
  mix-blend-mode: multiply;
}
.nav-links {
  display: flex; gap: 4px; align-items: center; flex: 1; justify-content: center;
}
.nav-links li a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  color: var(--text-mid); padding: 6px 12px; border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.nav-links li a:hover { color: var(--green); background: var(--green-light); }
.nav-cta {
  flex-shrink: 0;
  background: var(--green); color: #fff;
  padding: 10px 22px; border-radius: 8px;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }
.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  padding: 8px; flex-direction: column; gap: 5px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: 0.3s;
}

/* ============ HERO ============ */
.hero {
  min-height: 100vh; padding-top: 72px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  max-width: 1220px; margin: 0 auto;
  padding-left: 24px; padding-right: 24px;
}
.hero-left { padding: 60px 0; }
.hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green);
  background: var(--green-light); display: inline-block;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(40px, 5.5vw, 68px);
  color: var(--text); line-height: 1.1; margin-bottom: 22px;
}
.hero-title em {
  font-style: italic; color: var(--green);
}
.hero-desc {
  font-size: 17px; color: var(--text-mid); max-width: 520px;
  line-height: 1.7; margin-bottom: 36px;
}
.hero-stats {
  display: flex; align-items: center; gap: 0; margin-bottom: 40px;
  background: var(--bg-light); border-radius: var(--radius);
  padding: 20px 28px; border: 1px solid var(--border);
  width: fit-content;
}
.hstat { text-align: center; padding: 0 20px; }
.hstat-n {
  display: block;
  font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700;
  color: var(--green); line-height: 1;
}
.hstat-l { display: block; font-size: 12px; color: var(--text-light); margin-top: 4px; }
.hstat-sep { width: 1px; height: 44px; background: var(--border); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* BUTTONS */
.btn-primary {
  background: var(--green); color: #fff;
  padding: 14px 32px; border-radius: 8px;
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 2px solid var(--green);
  transition: all 0.2s; cursor: pointer; display: inline-block;
}
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,124,60,0.30); }
.btn-primary.full { width: 100%; text-align: center; }
.btn-outline {
  background: transparent; color: var(--green);
  padding: 14px 32px; border-radius: 8px;
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 2px solid var(--green);
  transition: all 0.2s; cursor: pointer; display: inline-block;
}
.btn-outline:hover { background: var(--green); color: #fff; transform: translateY(-2px); }

/* HERO RIGHT */
.hero-right { position: relative; padding: 60px 0; }
.hero-img-stack { position: relative; width: 100%; }
.hero-img-big {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 480px;
}
.hero-img-big img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge-pill {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  border-radius: 100px; padding: 10px 18px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.pill-num {
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--green);
}
.pill-txt { font-size: 12px; color: var(--text-mid); }
.hero-img-sm1 {
  position: absolute; bottom: -30px; left: -30px;
  width: 180px; height: 140px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-lg);
  border: 4px solid white;
}
.hero-img-sm1 img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-sm2 {
  position: absolute; top: -20px; right: -20px;
  width: 160px; height: 130px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-lg);
  border: 4px solid white;
}
.hero-img-sm2 img { width: 100%; height: 100%; object-fit: cover; }
.hero-accent-block {
  position: absolute; top: 30px; right: -12px;
  width: 60px; height: 200px;
  background: var(--yellow); border-radius: 8px; z-index: -1;
  opacity: 0.7;
}

/* ============ MARQUEE ============ */
.marquee-strip {
  background: var(--green); overflow: hidden;
  padding: 16px 0;
}
.marquee-inner {
  display: flex; gap: 0; align-items: center;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  width: max-content;
}
.marquee-inner span {
  font-family: 'Oswald', sans-serif; font-size: 14px;
  font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; padding: 0 20px;
}
.marquee-inner .mx { color: var(--yellow); font-size: 10px; padding: 0 4px; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ ABOUT ============ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: start;
}
.about-imgs { position: relative; }
.aimg-main {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); height: 420px;
}
.aimg-main img { width: 100%; height: 100%; object-fit: cover; }
.aimg-side {
  position: absolute; bottom: -40px; right: -24px;
  width: 220px;
}
.aimg-side > img {
  width: 100%; height: 160px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  border: 4px solid white;
}
.aimg-card {
  background: var(--green); color: white;
  padding: 14px 18px; border-radius: 10px;
  margin-top: -8px; text-align: center;
  box-shadow: var(--shadow);
}
.acard-n {
  display: block; font-family: 'Oswald', sans-serif;
  font-size: 28px; font-weight: 700; color: var(--yellow); line-height: 1;
}
.acard-t { font-size: 12px; opacity: 0.9; }
.about-content { padding-bottom: 40px; }
.about-para { color: var(--text-mid); font-size: 15.5px; margin-bottom: 16px; }
.org-box {
  background: var(--bg-light); border-radius: var(--radius);
  padding: 28px; margin-top: 28px;
  border: 1px solid var(--border);
}
.org-title {
  font-family: 'Oswald', sans-serif; font-size: 16px;
  font-weight: 600; color: var(--green);
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-bottom: 20px;
}
.org-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.org-item {
  display: flex; gap: 14px; align-items: flex-start;
}
.org-icon {
  flex-shrink: 0; width: 36px; height: 36px;
  background: var(--green); color: white;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
}
.org-item strong { font-size: 13.5px; color: var(--text); display: block; margin-bottom: 4px; }
.org-item p { font-size: 12.5px; color: var(--text-light); line-height: 1.5; }

/* ============ MISSION ============ */
.mission-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, #2A9D5C 100%);
  padding: 96px 0;
}
.mission-inner {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: start;
}
.mission-quote {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-style: italic;
  color: rgba(255,255,255,0.85); margin-top: 24px;
  border-left: 3px solid var(--yellow);
  padding-left: 20px; line-height: 1.6;
}
.mission-point {
  display: flex; gap: 20px; margin-bottom: 32px;
}
.mp-num {
  flex-shrink: 0; width: 44px; height: 44px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--yellow);
}
.mp-body h4 {
  color: #fff; font-size: 16px; margin-bottom: 8px;
  font-family: 'Oswald', sans-serif; font-weight: 600;
  letter-spacing: 0.04em;
}
.mp-body p { color: rgba(255,255,255,0.78); font-size: 14.5px; line-height: 1.65; }

/* ============ SERVICES ============ */
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.svc-card {
  background: white; border-radius: var(--radius);
  overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-img { height: 180px; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.svc-card:hover .svc-img img { transform: scale(1.06); }
.svc-body { padding: 20px; }
.svc-body h3 {
  font-family: 'Oswald', sans-serif; font-size: 17px;
  font-weight: 600; color: var(--text); margin-bottom: 10px;
}
.svc-body p { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }

/* ============ PROJECTS ============ */
.projects-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.proj-card {
  background: white; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--border);
  cursor: pointer; transition: transform 0.3s, box-shadow 0.3s;
}
.proj-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.proj-img-wrap { position: relative; height: 260px; overflow: hidden; }
.proj-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.proj-card:hover .proj-img-wrap img { transform: scale(1.07); }
.proj-overlay {
  position: absolute; inset: 0;
  background: rgba(30, 124, 60, 0.75);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
}
.proj-card:hover .proj-overlay { opacity: 1; }
.proj-overlay span {
  font-family: 'Oswald', sans-serif; font-size: 16px;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: white; border: 2px solid white;
  padding: 10px 24px; border-radius: 6px;
}
.proj-info { padding: 22px; }
.proj-tag {
  font-family: 'Oswald', sans-serif; font-size: 11px;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green); background: var(--green-light);
  padding: 4px 10px; border-radius: 100px;
  display: inline-block; margin-bottom: 10px;
}
.proj-info h3 {
  font-family: 'Oswald', sans-serif; font-size: 18px;
  font-weight: 600; color: var(--text); line-height: 1.35;
}

/* ============ TIMELINE ============ */
.timeline { position: relative; max-width: 900px; margin: 0 auto; }
.timeline::before {
  content: ''; position: absolute; left: 100px; top: 0; bottom: 0;
  width: 2px; background: var(--border);
}
.tl-item {
  display: flex; align-items: flex-start; gap: 0;
  margin-bottom: 48px; position: relative;
}
.tl-year {
  width: 90px; flex-shrink: 0;
  font-family: 'Oswald', sans-serif; font-size: 18px;
  font-weight: 700; color: var(--green);
  padding-top: 2px; text-align: right;
}
.tl-dot {
  flex-shrink: 0; width: 24px; height: 24px;
  background: white; border: 3px solid var(--green);
  border-radius: 50%; margin: 0 24px;
  position: relative; z-index: 1; margin-top: 0;
}
.tl-dot.active {
  background: var(--green);
  box-shadow: 0 0 0 6px var(--green-light);
}
.tl-body {
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px 26px;
  flex: 1; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
.tl-body:hover { box-shadow: var(--shadow); }
.tl-body h4 {
  font-size: 16px; color: var(--text); margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
}
.tl-body p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

/* ============ TEAM ============ */
.team-center { display: flex; justify-content: center; }
.team-card {
  display: flex; gap: 48px; align-items: flex-start;
  background: white; border-radius: var(--radius-lg);
  padding: 48px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--border); max-width: 860px; width: 100%;
}
.team-avatar {
  flex-shrink: 0; width: 120px; height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(30,124,60,0.3);
}
.avatar-initials {
  font-family: 'Oswald', sans-serif; font-size: 36px;
  font-weight: 700; color: white; letter-spacing: 0.04em;
}
.team-info h3 {
  font-family: 'Playfair Display', serif; font-size: 28px;
  color: var(--text); margin-bottom: 6px;
}
.team-role {
  font-family: 'Oswald', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green); background: var(--green-light);
  padding: 4px 14px; border-radius: 100px; display: inline-block; margin-bottom: 10px;
}
.team-qual {
  font-size: 14px; color: var(--text-light); margin-bottom: 16px;
}
.team-bio { font-size: 14.5px; color: var(--text-mid); margin-bottom: 12px; line-height: 1.7; }
.team-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.tc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text-mid);
  background: var(--bg-light); padding: 10px 16px;
  border-radius: 8px; border: 1px solid var(--border);
  transition: all 0.2s;
}
.tc-btn:hover { background: var(--green-light); color: var(--green); border-color: var(--green); }

/* ============ REVIEWS ============ */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: white; border-radius: var(--radius);
  padding: 32px; border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review-stars { color: var(--yellow); font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; }
.review-text {
  font-size: 14.5px; color: var(--text-mid);
  line-height: 1.7; margin-bottom: 24px;
  font-style: italic;
}
.review-author { display: flex; align-items: center; gap: 14px; }
.ra-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif; font-size: 14px;
  font-weight: 700; color: white; flex-shrink: 0;
}
.review-author strong { display: block; font-size: 14px; color: var(--text); }
.review-author span { font-size: 12px; color: var(--text-light); }

/* ============ CONTACT ============ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 60px; align-items: start;
}
.contact-info h3 {
  font-family: 'Playfair Display', serif; font-size: 24px;
  margin-bottom: 28px; color: var(--text);
}
.ci-item {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 24px;
}
.ci-icon {
  flex-shrink: 0; font-size: 22px; line-height: 1;
  margin-top: 2px;
}
.ci-item strong {
  display: block; font-size: 13px; font-weight: 700;
  font-family: 'Oswald', sans-serif; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text); margin-bottom: 4px;
}
.ci-item a, .ci-item span {
  display: block; font-size: 14.5px; color: var(--text-mid);
  transition: color 0.2s;
}
.ci-item a:hover { color: var(--green); }
.contact-form { background: white; border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 13px; font-weight: 600;
  font-family: 'Oswald', sans-serif; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-mid); margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-family: 'Nunito Sans', sans-serif; font-size: 14px;
  color: var(--text); background: var(--bg-light);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(30,124,60,0.12);
  background: white;
}
.form-group textarea { resize: vertical; }
.form-success {
  margin-top: 16px; padding: 14px; background: var(--green-light);
  border-radius: 8px; color: var(--green); font-size: 14px;
  font-weight: 600; text-align: center;
}

/* ============ FOOTER ============ */
.footer {
  background: #111A14; color: rgba(255,255,255,0.75);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px; margin-bottom: 56px;
}
.footer-logo {
  height: 48px; width: auto; margin-bottom: 18px;
  filter: brightness(10) grayscale(0);
  mix-blend-mode: normal;
}
.footer-brand p { font-size: 13.5px; line-height: 1.7; margin-bottom: 24px; }
.social-links { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.social-btn:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.footer-col h4 {
  font-family: 'Oswald', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: white; margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li { font-size: 13.5px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col ul li a { transition: color 0.2s; }
.footer-col ul li a:hover, .footer-col ul li:hover { color: var(--yellow); }
.footer-contact p { font-size: 13.5px; margin-bottom: 10px; }
.footer-contact a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-contact a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0; text-align: center;
  font-size: 13px; color: rgba(255,255,255,0.4);
}

/* ============ MODALS ============ */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.75); backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
  padding: 20px; overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: white; border-radius: var(--radius-lg);
  max-width: 860px; width: 100%; position: relative;
  box-shadow: 0 32px 96px rgba(0,0,0,0.35);
  max-height: 90vh; overflow-y: auto;
}
.modal-close {
  position: sticky; top: 16px; float: right; margin: 16px 16px 0 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg-light); border: 1px solid var(--border);
  cursor: pointer; font-size: 16px; color: var(--text);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; z-index: 10;
}
.modal-close:hover { background: var(--red); color: white; border-color: var(--red); }
.modal-imgs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2px; max-height: 340px; overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.modal-imgs img { width: 100%; height: 260px; object-fit: cover; }
.modal-content { padding: 32px 36px 40px; }
.modal-content h2 {
  font-family: 'Playfair Display', serif; font-size: 26px;
  color: var(--text); margin: 12px 0 16px;
}
.modal-desc { font-size: 15px; color: var(--text-mid); line-height: 1.75; margin-bottom: 28px; }
.modal-details {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.md-item {
  padding: 16px 18px; border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.md-item:nth-child(3n) { border-right: none; }
.md-item span {
  display: block; font-size: 11px; font-weight: 600;
  font-family: 'Oswald', sans-serif; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-light); margin-bottom: 4px;
}
.md-item strong { font-size: 13.5px; color: var(--text); font-weight: 700; }

/* ============ MOBILE MENU ============ */
.mobile-menu { display: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 100px 24px 60px; }
  .hero-right { order: -1; }
  .hero-img-big { height: 320px; }
  .about-grid { grid-template-columns: 1fr; }
  .aimg-side { position: static; width: 100%; margin-top: 16px; }
  .aimg-side > img { height: 200px; }
  .aimg-card { width: fit-content; margin: -20px auto 0; }
  .mission-inner { grid-template-columns: 1fr; gap: 40px; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .modal-details { grid-template-columns: repeat(2, 1fr); }
  .md-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .md-item:nth-child(2n) { border-right: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .timeline::before { left: 70px; }
  .tl-year { width: 60px; font-size: 15px; }
}

@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .hero { padding: 90px 16px 48px; }
  .hero-title { font-size: 36px; }
  .hero-stats { flex-direction: column; gap: 0; width: 100%; }
  .hstat-sep { width: 100%; height: 1px; }
  .hstat { padding: 12px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; padding: 28px; gap: 24px; }
  .org-grid { grid-template-columns: 1fr; }
  .modal-details { grid-template-columns: 1fr; }
  .md-item { border-right: none !important; }
  .timeline::before { left: 55px; }
  .tl-year { width: 45px; font-size: 13px; }
  .tl-dot { margin: 0 12px; }
  .hero-img-sm1, .hero-img-sm2 { display: none; }
  .hero-accent-block { display: none; }
  .hero-right { display: none; } 
}

/* ============ HERO DREAM TEXT COLOR ============ */
.dream-text { color: var(--green); }

/* ============ SERVICES ICON GRID ============ */
.services-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.svc-icon-card {
  background: white;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  padding: 32px 16px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  cursor: default;
}
.svc-icon-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green);
}
.svc-icon {
  display: block;
  font-size: 48px;
  margin-bottom: 14px;
  line-height: 1;
}
.svc-icon-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.35;
}

/* ============ TEAM V2 ============ */
.team-card-v2 {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  background: white;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  max-width: 1000px;
  width: 100%;
}
.team-photo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.team-photo-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  aspect-ratio: 3/4;
  background: var(--bg-light);
}
.owner-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.team-photo-badge {
  background: var(--green);
  color: white;
  border-radius: 12px;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}
.badge-num {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1;
}
.badge-label {
  font-size: 12px;
  opacity: 0.9;
  letter-spacing: 0.04em;
}
.team-contact-pills {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.tc-pill {
  display: block;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--text-mid);
  text-align: center;
  transition: all 0.2s;
}
.tc-pill:hover { background: var(--green-light); color: var(--green); border-color: var(--green); }
.tc-pill.whatsapp { background: #E8FFF0; border-color: #25D366; color: #128C7E; }
.tc-pill.whatsapp:hover { background: #25D366; color: white; }

.team-info-col { display: flex; flex-direction: column; gap: 0; }
.team-name-block { margin-bottom: 20px; }
.team-name-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  color: var(--text);
  margin-bottom: 8px;
}
.team-qual { font-size: 13.5px; color: var(--text-light); margin-top: 6px; }
.team-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  border-radius: 2px;
  margin-bottom: 20px;
}
.team-highlights {
  display: flex;
  gap: 24px;
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 20px 24px;
  border: 1px solid var(--border);
  margin: 20px 0 18px;
}
.th-item { text-align: center; flex: 1; }
.th-num {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.th-lbl { font-size: 11.5px; color: var(--text-light); margin-top: 4px; display: block; }
.team-expertise { display: flex; flex-wrap: wrap; gap: 8px; }
.exp-tag {
  background: var(--green-light);
  color: var(--green);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ============ CONTACT V2 ============ */
#contact { background: var(--bg-light); }
.contact-info-v2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card-highlight {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border-radius: var(--radius-lg);
  padding: 32px;
  color: white;
  text-align: center;
}
.cch-icon { font-size: 40px; margin-bottom: 10px; }
.contact-card-highlight h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: white;
  margin-bottom: 8px;
}
.contact-card-highlight p { font-size: 14px; opacity: 0.85; line-height: 1.6; }
.ci-list { display: flex; flex-direction: column; gap: 10px; }
.ci-item-v2 {
  display: flex;
  gap: 14px;
  align-items: center;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  transition: all 0.2s;
  color: inherit;
}
.ci-item-v2:hover { border-color: var(--green); box-shadow: 0 4px 16px rgba(30,124,60,0.12); transform: translateX(4px); }
.ci-item-v2.whatsapp-item { border-color: #25D366; }
.ci-item-v2.whatsapp-item:hover { background: #E8FFF0; }
.ci-icon-v2 { font-size: 24px; flex-shrink: 0; }
.ci-text strong {
  display: block;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 3px;
}
.ci-text span, .ci-text a { display: block; font-size: 13.5px; color: var(--text-mid); }
.working-hours {
  background: var(--yellow-light);
  border: 1px solid var(--yellow);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.working-hours h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.working-hours p { font-size: 13.5px; color: var(--text-mid); margin-bottom: 4px; }
.contact-form .form-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.contact-form .form-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--text);
  margin-bottom: 4px;
}
.contact-form .form-head p { font-size: 13px; color: var(--text-light); }
.form-actions { display: flex; flex-direction: column; gap: 10px; }
.btn-whatsapp {
  display: block;
  background: #25D366;
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s;
}
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); }

/* ============ RESPONSIVE — NEW ELEMENTS ============ */
@media (max-width: 1100px) {
  .services-icon-grid { grid-template-columns: repeat(4, 1fr); }
  .team-card-v2 { grid-template-columns: 280px 1fr; gap: 36px; padding: 36px; }
}
@media (max-width: 960px) {
  .services-icon-grid { grid-template-columns: repeat(3, 1fr); }
  .team-card-v2 { grid-template-columns: 1fr; gap: 32px; padding: 28px; }
  .team-photo-wrap { max-width: 300px; margin: 0 auto; }
  .team-photo-col { align-items: center; }
  .team-contact-pills { max-width: 360px; }
  .team-highlights { gap: 16px; }
}
@media (max-width: 600px) {
  .services-icon-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .svc-icon-card { padding: 24px 12px 18px; }
  .svc-icon { font-size: 38px; }
  .svc-icon-card h3 { font-size: 13px; }
  .team-name-block h3 { font-size: 26px; }
  .team-highlights { flex-direction: column; gap: 12px; }
  .th-item { text-align: left; display: flex; gap: 12px; align-items: center; }
  .th-num { font-size: 22px; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* Mobile Menu Styles */
@media (max-width: 960px) {
  .mobile-menu {
    display: block;
    background: white;
    border-top: 1px solid var(--border);
    padding: 0;
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
  }
  .mobile-menu.open {
    max-height: 600px;
    padding: 16px 0;
  }
  .mobile-menu ul {
    display: flex; flex-direction: column;
  }
  .mobile-menu ul li a {
    display: block; padding: 14px 24px;
    font-family: 'Oswald', sans-serif; font-size: 16px;
    font-weight: 500; color: var(--text);
    border-bottom: 1px solid var(--bg-light);
    transition: background 0.2s, color 0.2s;
  }
  .mobile-menu ul li a:hover { background: var(--green-light); color: var(--green); }
}

/* ============ MODAL GALLERY SLIDER ============ */
.modal-gallery {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #000;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.gallery-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}
.gallery-track img {
  flex-shrink: 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}
.gal-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  width: 44px; height: 44px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.2s;
  color: var(--text);
  line-height: 1;
}
.gal-btn:hover { background: var(--green); color: white; transform: translateY(-50%) scale(1.1); }
.gal-prev { left: 12px; }
.gal-next { right: 12px; }
.gal-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.gal-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.gal-dot.active { background: white; transform: scale(1.3); }

/* FOOTER LOGO FIX */
.footer-logo {
  height: 56px !important;
  width: auto;
  margin-bottom: 18px;
  filter: none !important;
  mix-blend-mode: normal !important;
  display: block;
}

@media (max-width: 600px) {
  .modal-gallery { height: 240px; }
  .gallery-track img { height: 240px; }
  .gal-btn { width: 36px; height: 36px; font-size: 18px; }
}
