/* RESET & BASE STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #191F24;
  background: #FAFBFD;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #124264;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #21A200;
  outline: none;
}
ul, ol {
  list-style: none;
}
strong, b {
  font-weight: 700;
}

/* TYPOGRAPHY */
h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #124264;
  margin-bottom: 16px;
  letter-spacing: -1px;
  line-height: 1.1;
}
h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #124264;
  margin-bottom: 12px;
  line-height: 1.15;
}
h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #124264;
  margin-bottom: 8px;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
p, li, address {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #191F24;
  line-height: 1.6;
}

/* LAYOUT CONTAINER & SPACING */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(18, 66, 100, 0.07);
  padding: 32px 24px;
  flex: 1 1 340px;
  transition: box-shadow 0.22s, transform 0.18s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 32px rgba(18, 66, 100, 0.13);
  transform: translateY(-2px) scale(1.02);
  z-index: 2;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  color: #124264;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(18,66,100,0.06);
  min-width: 0;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* FLEX LAYOUT SPECIFICS */
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.features .feature-grid li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(18,66,100,0.06);
  flex: 1 1 280px;
  padding: 24px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.features .feature-grid li:hover {
  box-shadow: 0 6px 24px rgba(33,162,0,0.09);
  transform: translateY(-3px) scale(1.02);
}
.usps, .usp-cities, .usp-list, .usp-contact {
  margin-top: 16px;
  background: #FAFBFD;
  border-radius: 14px;
  padding: 20px 16px;
  box-shadow: 0 1px 4px rgba(33,162,0,0.04);
}
.usps ul, .usp-cities ul, .usp-list ul, .usp-contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}
.usps li, .usp-cities li, .usp-list li, .usp-contact li {
  font-size: 1.02rem;
  font-weight: 600;
  color: #124264;
  padding-right: 14px;
  flex: 1 1 240px;
}

.trust-signals {
  margin-top: 20px;
  font-size: 1rem;
  color: #21A200;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.trust-signals span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #e5fcec;
  padding: 6px 14px;
  border-radius: 13px;
  font-size: 0.97rem;
  color: #174d32;
  font-weight: 700;
}
.hero {
  background: linear-gradient(96deg, #FAFBFD 65%, #e5fcec 100%);
  border-radius: 0 0 40px 0;
  box-shadow: 0 4px 32px rgba(18,66,100,0.06);
}
.hero .content-wrapper {
  align-items: flex-start;
  max-width: 700px;
  margin-left: 0;
  gap: 20px;
  padding: 48px 0 32px 0;
}

.city-highlights, .service-highlights, .location-list, .value-grid,
.criteria-list ul, .comparison-matrix ul, .project-highlights ul, .impact-statistics ul, .before-after-stats ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 16px;
}
.city-highlights li, .service-highlights li, .location-list li, .value-grid li,
.criteria-list ul li, .comparison-matrix ul li, .project-highlights ul li, .impact-statistics ul li, .before-after-stats ul li {
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 18px;
  border-radius: 14px;
  background: #e6f2ff;
  color: #124264;
  margin-right: 8px;
  flex: 1 1 250px;
}

.value-grid {
  gap: 16px;
}
.value-grid li {
  background: #124264;
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 16px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.process-steps li {
  background: #f3f6fA;
  color: #124264;
  border-left: 6px solid #21A200;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.impact-statistics ul {
  background: #F3F6FA;
  border-radius: 12px;
  padding: 10px 14px;
  margin-top: 8px;
}

/* CTA, BUTTONS & MICRO-INTERACTIONS */
.cta, .cta.primary, .cta-box a, button, .cookie-banner button, .cookie-modal button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 15px 34px;
  background: #21A200;
  color: #fff;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.16s, transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 10px rgba(33,162,0,0.14);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  outline: none;
}
.cta.primary, .cta-box a {
  background: #124264;
  color: #fff;
  box-shadow: 0 2px 10px rgba(18, 66, 100, 0.16);
}
.cta:hover, .cta:focus, .cta-box a:hover, .cta-box a:focus, button:hover, button:focus {
  background: #168000;
  color: #fff;
  transform: translateY(-1.5px) scale(1.03);
  box-shadow: 0 6px 24px rgba(33,162,0,0.13);
}
.cta.primary:hover, .cta.primary:focus, .cta-box a.primary:hover, .cta-box a.primary:focus {
  background: #1874b6;
}

button {
  font-family: inherit;
}
.button-secondary, .cta.secondary {
  background: #fff;
  color: #124264;
  border: 2px solid #124264;
  margin-left: 10px;
  box-shadow: none;
}
.button-secondary:hover, .button-secondary:focus, .cta.secondary:hover, .cta.secondary:focus {
  background: #e6f2ff;
  color: #124264;
  transform: scale(1.02);
}

/* ==== HEADER NAVIGATION ==== */
header {
  width: 100%;
  background: #124264;
  color: #fff;
  box-shadow: 0 4px 16px rgba(18,66,100,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 18px 16px 14px 16px;
  background: transparent;
}
.main-nav > a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 0;
  transition: background 0.15s, color 0.19s;
  position: relative;
  z-index: 25;
}
.main-nav > a.cta, .main-nav > a.primary {
  background: #21A200;
  color: #fff;
  box-shadow: 0 2px 10px rgba(33,162,0,0.17);
  margin-left: 18px;
  font-size: 1.09rem;
}
.main-nav > a:hover, .main-nav > a:focus {
  background: #e6f2ff;
  color: #124264;
}
.main-nav > a.cta:hover, .main-nav > a.primary:hover {
  background: #168000;
  color: #fff;
}
.main-nav img {
  max-height: 39px;
  margin-right: 16px;
  vertical-align: middle;
  display: inline-block;
}

/* ====== MOBILE NAV & BURGER MENU ====== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 13px;
  background: #21A200;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 8px;
  padding: 6px 16px 6px 16px;
  cursor: pointer;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(33,162,0,0.19);
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #124264;
  color: #fff;
  z-index: 2000;
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.65,.01,.19,1.02);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 12px 40px rgba(18,66,100,.38);
  padding-top: 38px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #21A200;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.8rem;
  align-self: flex-end;
  margin: 1.1rem 24px 10px 0;
  padding: 5px 22px;
  cursor: pointer;
  z-index: 3000;
  box-shadow: 0 2px 10px rgba(33,162,0,0.18);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  margin-top: 24px;
  padding-left: 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 14px 0 14px 8px;
  border-radius: 10px;
  transition: background 0.19s, color 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #21A200;
  color: #fff;
}

/* =========== FOOTER ============ */
footer {
  background: #124264;
  color: #fff;
  padding: 48px 20px 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 16px;
  border-radius: 7px;
  transition: background 0.14s, color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #21A200;
  color: #fff;
}
footer address {
  color: #FAFBFD;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  font-style: normal;
}
footer address img {
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: 2px;
  display: inline-block;
}
footer span {
  font-size: 0.98rem;
  color: #d0e5f7;
  opacity: .9;
  margin-top: 8px;
}

/* =========== MISCELLANEOUS ELEMENTS ============ */
.cta-box {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cta-box a {
  min-width: 220px;
  text-align: center;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 10px;
}
.map-snippet {
  background: #fff;
  color: #124264;
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(18, 66, 100, 0.07);
  padding: 18px 14px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-snippet img {
  max-width: 100px;
  border-radius: 10px;
}
.thank-you-message {
  font-size: 1.15rem;
  color: #124264;
  margin: 12px 0 10px;
}

/* === SLIDER - TESTIMONIALS CARDS === */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.testimonial-card {
  flex: 1 1 280px;
  min-width: 240px;
  max-width: 420px;
  background: #fff;
  color: #124264;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(18,66,100,0.09);
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  margin-bottom: 20px;
}
.testimonial-card p {
  font-size: 1.04rem;
  color: #191F24;
}
.testimonial-card strong {
  font-size: 1rem;
  font-weight: 700;
  color: #21A200;
}
/* Extra for review sections - dark text, high contrast */
.testimonial-card, .before-after-stats {
  background: #fff;
  color: #124264;
}
.before-after-stats h3 {
  color: #124264;
  font-size: 1.23rem;
  font-weight: 800;
}

/* =========== COOKIE CONSENT BANNER ============ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #124264;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 24px 20px 28px;
  box-shadow: 0 -4px 20px rgba(18, 66, 100, 0.13);
  z-index: 3005;
  gap: 18px;
  transition: transform 0.36s cubic-bezier(.72,.02,.22,.98), opacity 0.18s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(140%);
}
.cookie-banner p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 8px;
}
.cookie-banner .accept-btn {
  background: #21A200;
  color: #fff;
}
.cookie-banner .reject-btn {
  background: #fff;
  color: #124264;
  border: 2px solid #124264;
}
.cookie-banner .settings-btn {
  background: #e6f2ff;
  color: #124264;
  font-weight: 700;
  border: none;
}
.cookie-banner button {
  font-size: 1.02rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 9px;
  margin-right: 8px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  border: none;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  opacity: .95;
  filter: brightness(1.07);
}

/* =========== COOKIE MODAL ============ */
.cookie-modal-overlay {
  position: fixed;
  z-index: 3100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 66, 100, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.22s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px 26px 26px 26px;
  box-shadow: 0 16px 44px rgba(18,66,100,0.15);
  max-width: 390px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  color: #124264;
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  color: #124264;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 17px; top: 16px;
  background: #e6f2ff;
  color: #124264;
  border-radius: 8px;
  border: none;
  font-size: 1.4rem;
  padding: 4px 13px;
  cursor: pointer;
}
.cookie-modal .category-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.cookie-modal .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  background: #e6f2ff;
  color: #124264;
  border-radius: 9px;
  padding: 12px 13px;
  font-size: 1rem;
  font-weight: 600;
}
.cookie-modal .category-item .toggle-switch {
  background: #21A200;
  border-radius: 16px;
  width: 38px;
  height: 22px;
  position: relative;
  margin-left: 7px;
  flex-shrink: 0;
}
.cookie-modal .category-item.essential {
  opacity: 0.7;
  pointer-events: none;
}
.cookie-modal .category-item.essential .toggle-switch {
  background: #adb7ce;
}
.cookie-modal .category-item .toggle-knob {
  background: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1.5px;
  left: 2px;
  box-shadow: 0 2px 6px rgba(18,66,100,0.05);
  transition: left 0.2s;
}
.cookie-modal .category-item.active .toggle-knob {
  left: 16px;
}
.cookie-modal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}
.cookie-modal-buttons button {
  min-width: 92px;
  padding: 10px 23px;
}
.cookie-modal .info-text {
  font-size: .97rem;
  color: #191F24;
  opacity: .9;
}

/* =========== RESPONSIVE BREAKPOINTS ============ */
@media (max-width: 1200px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 96vw;
  }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.6rem; }
  .main-nav > a { font-size: .98rem; }
}
@media (max-width: 768px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .hero .content-wrapper {
    align-items: flex-start;
    padding: 38px 0 23px 0;
    max-width: 99vw;
  }
  .section, section {
    padding: 28px 6px;
    margin-bottom: 32px;
  }
  .content-grid, .card-container, .testimonial-slider {
    flex-direction: column;
    gap: 20px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .features .feature-grid,
  .usps ul, .usp-cities ul, .usp-list ul, .usp-contact ul,
  .city-highlights, .service-highlights, .location-list, .value-grid, .criteria-list ul, .comparison-matrix ul, .project-highlights ul, .impact-statistics ul, .before-after-stats ul {
    flex-direction: column;
    gap: 15px;
  }
  .footer-nav {
    gap: 14px;
  }
  .card {
    flex: 1 1 100%;
    margin-bottom: 18px;
    padding: 22px 10px;
  }
  .testimonial-card {
    flex: 1 1 100%;
    min-width: 180px;
    padding: 18px 7px;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.29rem; }
  h2 { font-size: 1.07rem; }
  .cta, .cta.primary, .cta-box a, button {
    font-size: 0.97rem;
    padding: 11px 14px;
  }
  .cookie-banner {
    padding: 18px 8px 14px 7px;
    font-size: .97rem;
  }
}

/* ==== UTILITY CLASSES ==== */
.text-center {
  text-align: center;
}
.mb-0 { margin-bottom: 0 !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mt-16 { margin-top: 16px !important; }
.hide { display: none !important; }

/* === SELECTION / FOCUS STATE IMPROVEMENTS === */
*:focus {
  outline: 2px solid #21A200;
  outline-offset: 2px;
}
::selection {
  background: #21A200;
  color: #fff;
}
::-moz-selection {
  background: #21A200;
  color: #fff;
}
