:root {
  --green: #0b6b35;
  --green-dark: #063f22;
  --orange: #f28c28;
  --cream: #f7f4ea;
  --ink: #0d1b2a;
  --muted: #5d6975;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(13, 27, 42, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 234, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 107, 53, 0.12);
}
.navbar {
  max-width: 1180px;
  margin: auto;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: -0.5px;
}
.logo span { color: var(--green); margin-right: 6px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { font-weight: 700; color: var(--green-dark); }
.nav-links a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: var(--green); color: white; padding: 8px 11px; border-radius: 10px; font-size: 20px; }
.section { max-width: 1180px; margin: auto; padding: 74px 22px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.eyebrow { color: var(--orange); text-transform: uppercase; font-weight: 900; letter-spacing: 2px; font-size: 13px; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: 0.96; margin: 10px 0 22px; color: var(--green-dark); letter-spacing: -3px; }
h2 { font-size: clamp(30px, 4vw, 48px); margin: 8px 0 18px; color: var(--green-dark); letter-spacing: -1.5px; }
h3 { color: var(--green-dark); margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.btn { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 14px 22px; font-weight: 800; border: 2px solid var(--green); cursor: pointer; }
.btn.primary { background: var(--green); color: white; }
.btn.secondary { color: var(--green); background: white; }
.btn:hover { transform: translateY(-2px); transition: 0.2s ease; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row span { background: white; color: var(--green-dark); border-radius: 999px; padding: 10px 14px; font-weight: 700; box-shadow: var(--shadow); }
.hero-image-card { background: white; padding: 12px; border-radius: 32px; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-image-card img { width: 100%; display: block; border-radius: 24px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 20px; }
.card, .service-card, .booking-form, .contact-card { background: white; border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.green-card { background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.green-card h2, .green-card p { color: white; }
.services-section { text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; text-align: left; }
.service-card { overflow: hidden; padding: 0 0 24px; }
.service-card h3, .service-card p { padding: 0 22px; }
.service-img { height: 170px; background-size: cover; background-position: center; margin-bottom: 20px; }
.repair { background-image: url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=900&q=80'); }
.install { background-image: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80'); }
.upgrade { background-image: url('https://images.unsplash.com/photo-1591488320449-011701bb6704?auto=format&fit=crop&w=900&q=80'); }
.data { background-image: url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=900&q=80'); }
.security { background-image: url('https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=900&q=80'); }
.website { background-image: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=900&q=80'); }
.app { background-image: url('https://images.unsplash.com/photo-1551650975-87deedd944c3?auto=format&fit=crop&w=900&q=80'); }
.booking-section { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 35px; align-items: start; }
.note { background: rgba(242, 140, 40, 0.12); border-left: 4px solid var(--orange); padding: 14px; border-radius: 14px; color: var(--ink); }
.booking-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 800; color: var(--green-dark); margin-top: 20px; }
input, select, textarea { width: 100%; border: 1px solid #d7ded7; border-radius: 14px; padding: 13px 14px; font-size: 16px; font-family: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(11, 107, 53, 0.18); border-color: var(--green); }
.full { width: 100%; border: 0; }
.contact-section { text-align: center; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; text-align: left; }
.contact-card { display: grid; gap: 8px; }
.contact-card strong { color: var(--green-dark); }
.contact-card span, .contact-card a { color: var(--muted); }
.contact-card.wide { grid-column: span 2; }
.footer { background: var(--green-dark); color: white; text-align: center; padding: 34px 22px; }
.footer a, .footer p { color: white; }
.footer-links, .social-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; font-weight: 800; }
.social-links a { color: #b6f0c7; }
@media (max-width: 900px) {
  .hero, .intro, .booking-section { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav-links { display: none; position: absolute; top: 66px; left: 18px; right: 18px; background: white; padding: 18px; border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .services-grid, .contact-grid, .form-row { grid-template-columns: 1fr; }
  .contact-card.wide { grid-column: span 1; }
  h1 { letter-spacing: -2px; }
}

.whatsapp-icon-link {
  font-size: 32px;            /* Makes the icon clearly visible */
  color: #25D366;            /* Official WhatsApp brand green */
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
}

/* Adds a subtle zoom effect when a user hovers their mouse over it */
.whatsapp-icon-link:hover {
  transform: scale(1.1);
  color: #20ba5a;            /* Slightly darker green on hover */
}

.facebook-icon-link {
  font-size: 32px;            /* Matches the size of your WhatsApp icon */
  color: #1877F2;            /* Official Facebook brand blue */
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  margin-left: 15px;         /* Adds breathing room between icons if they are side-by-side */
}

/* Adds a subtle zoom effect when a user hovers their mouse over it */
.facebook-icon-link:hover {
  transform: scale(1.1);
  color: #166FE5;            /* Slightly darker blue on hover */
}

.contact-section {
  padding: 40px 5%;
  background: #ffffff;
}

.contact-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.7fr;
  gap: 220px;
  align-items: stretch;
}

.contact-left {
  padding: 20px 0;
}

.contact-block {
  margin-bottom: 90px;
}

.contact-block:last-child {
  margin-bottom: 0;
}

.contact-block h2 {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.1;
  color: #191919;
  margin-bottom: 38px;
  font-weight: 800;
}

.contact-block p,
.contact-block a {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.45;
  color: #5f5a66;
  text-decoration: none;
}

.contact-block a:hover {
  color: #004225;
}

.contact-map-box {
  min-height: 380px;
  background: #f2f2f2;
  border-radius: 0;
  overflow: hidden;
}

.contact-map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-block {
    margin-bottom: 55px;
  }

  .contact-map-box {
    min-height: 360px;
  }
}

.contact-title {
    text-align: center;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: #004225;
    margin-bottom: 30px;
    line-height: 1.1;
}

.contact-block h3 {
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
}

/* =========================================================
   DROP-OFF & PICK-UP LOCATIONS
   ========================================================= */

.dropoff-section {
  --dropoff-green: var(--green-dark);
  --dropoff-accent: var(--green);
  --dropoff-text: var(--ink);
  --dropoff-muted: var(--muted);
  --dropoff-surface: #ffffff;
  --dropoff-soft-green: rgba(11, 107, 53, 0.09);
  --dropoff-border: rgba(6, 63, 34, 0.1);
  --dropoff-card-shadow:
    0 18px 45px rgba(13, 27, 42, 0.08),
    0 2px 8px rgba(13, 27, 42, 0.04);

  width: 100%;
  padding: 90px 22px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(11, 107, 53, 0.06),
      transparent 38%
    ),
    #f8faf8;
  color: var(--dropoff-text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif;
}

.dropoff-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* Section heading */

.dropoff-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.dropoff-eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropoff-header h2 {
  margin: 0;
  color: var(--dropoff-green);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
}

.dropoff-intro {
  margin: 18px auto 0;
  color: var(--dropoff-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Two-column location layout */

.dropoff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.dropoff-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  background: var(--dropoff-surface);
  border: 1px solid var(--dropoff-border);
  border-radius: 28px;
  box-shadow: var(--dropoff-card-shadow);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.dropoff-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 55px rgba(13, 27, 42, 0.11),
    0 3px 10px rgba(13, 27, 42, 0.05);
}

/* Location heading and address */

.dropoff-card-header {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  min-height: 148px;
  padding: 4px 5px 23px;
}

.dropoff-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  color: var(--dropoff-accent);
  background: var(--dropoff-soft-green);
  border-radius: 50%;
  font-size: 22px;
}

.dropoff-card h3 {
  margin: 2px 0 12px;
  color: var(--dropoff-green);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

.dropoff-card address {
  margin: 0;
  color: #34383d;
  font-size: 17px;
  font-style: normal;
  line-height: 1.6;
}

/* Google Maps */

.dropoff-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e9eeeb;
  border: 1px solid rgba(6, 63, 34, 0.09);
  border-radius: 20px;
  aspect-ratio: 16 / 10;
}

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

/* Directions link */

.dropoff-directions {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin: 21px 5px 1px;
  color: var(--dropoff-accent);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    gap 0.18s ease,
    color 0.18s ease;
}

.dropoff-directions:hover {
  gap: 13px;
  color: var(--dropoff-green);
}

.dropoff-directions i {
  font-size: 13px;
}

/* Information panel */

.dropoff-notice {
  display: flex;
  max-width: 1080px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 30px auto 0;
  padding: 23px 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--dropoff-border);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.045);
}

.dropoff-notice-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: var(--dropoff-accent);
  background: var(--dropoff-soft-green);
  border-radius: 50%;
  font-size: 17px;
}

.dropoff-notice p {
  max-width: 900px;
  margin: 0;
  color: #505b65;
  font-family:
    "Avenir Next",
    Avenir,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
}

/* Phone and email */

.dropoff-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  margin-top: 28px;
}

.dropoff-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dropoff-green);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.dropoff-contact a:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.dropoff-contact i {
  width: 18px;
  color: var(--dropoff-accent);
  text-align: center;
}

/* Tablet */

@media (max-width: 900px) {
  .dropoff-section {
    padding: 76px 22px;
  }

  .dropoff-header {
    margin-bottom: 38px;
  }

  .dropoff-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dropoff-card {
    padding: 23px;
  }

  .dropoff-card-header {
    min-height: auto;
  }

  .dropoff-map {
    aspect-ratio: 16 / 9;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .dropoff-section {
    padding: 62px 16px;
  }

  .dropoff-header {
    margin-bottom: 32px;
  }

  .dropoff-header h2 {
    font-size: clamp(34px, 11vw, 46px);
    letter-spacing: -1.5px;
  }

  .dropoff-card {
    padding: 16px;
    border-radius: 22px;
  }

  .dropoff-card-header {
    gap: 13px;
    padding: 4px 2px 20px;
  }

  .dropoff-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 19px;
  }

  .dropoff-card h3 {
    margin-top: 1px;
    font-size: 28px;
  }

  .dropoff-card address {
    font-size: 16px;
  }

  .dropoff-map {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .dropoff-directions {
    margin-top: 18px;
  }

  .dropoff-notice {
    align-items: flex-start;
    gap: 13px;
    padding: 19px 17px;
    border-radius: 18px;
  }

  .dropoff-notice-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .dropoff-notice p {
    font-size: 15px;
    text-align: left;
  }

  .dropoff-contact {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}

/* Disable animation for users who prefer reduced motion */

@media (prefers-reduced-motion: reduce) {
  .dropoff-card,
  .dropoff-directions,
  .dropoff-contact a {
    transition: none;
  }
}

.logo img {
  height: 50px;
  width: auto;
  display: block;
}