
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {
  --green: #087934;
  --deep: #096b2e;
  --gold: #eab713;
  --ink: #202225;
  --muted: #59615d;
  --wrap: 1500px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-size: 15px;
}
.wrap {
  width: min(var(--wrap), calc(100% - 64px));
  margin: auto;
}
.hero {
  height: 700px;
  color: white;
  position: relative;
  overflow: hidden;
  /*background: linear-gradient(
      90deg,
      rgba(3, 22, 12, 0.72),
      rgba(3, 22, 12, 0.42)
    ),
    url("assets/hero.jpg") center/cover no-repeat;*/
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(11, 57, 18, 0.32));
  pointer-events: none;
}
.topline {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.topline b,
.hero em {
  color: var(--gold);
  font-style: normal;
}
.social {
  margin-left: auto;
}
.nav {
  height: 118px;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 2;
}
.brand {
  width: 145px;
  color: white;
  text-decoration: none;
  display: grid;
  grid-template-columns: 54px 1fr;
  line-height: 0.85;
}
.brand .roof {
  grid-row: 1/3;
  font-size: 52px;
  color: #8bda6a;
}
.brand strong {
  font-size: 18px;
  align-self: end;
}
.brand small {
  color: #f6cf21;
  font-size: 13px;
}
.links {
  display: flex;
  gap: 27px;
  align-items: center;
  flex: 1;
}
.links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding:10px 10px 10px 25px;
  border-radius: 8px;
  font-family: "Geist", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.5s;
}

.button:hover {
  color: #fff;
  background: #CB9A21;
}

.button.gold:hover {
  background: #19622B;
}

.button i {
  background: white;
  color: var(--green);
  font-style: normal;
  width: 40px;
  height: 41px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-weight: normal;
}
.gold {
  background: #CB9A21;
}
.gold i {
  color: #c99600;
}
.green {
  background: #19622B;
}
.menu {
  display: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.hero-content h1 {
  font-size: 52px;
  line-height: 1.05;
  margin: 0 0 42px;
  max-width: 1000px;
}
.hero-content p {
  font-size: 22px;
  line-height: 30px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 45px 0;
}
.phone {
  color: white;
  font-size: 21px;
}
.badges {
  display: flex;
  gap: 30px;
  color: #d7bf24;
  font-size: 13px;
}
.intro {
  padding: 83px 0 45px;
}
.intro > h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 42px;
}
.intro > p {
  line-height: 1.6;
  margin: 0 0 72px;
}
.masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}
.service-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service {
  border-radius: 15px;
  overflow: hidden;
}
.service img {
  width: 100%;
  display: block;
}
.local-copy {
  line-height: 1.5;
  padding: 20px 12px 5px;
}
.faq {
  padding: 105px 100px 82px;
}
.faq h2 {
  color: #147334;
  font-size: 30px;
  margin: 0 0 34px;
}
details {
  border-bottom: 1px solid #ced6cf;
  padding: 0 16px;
}
summary {
  font-weight: 700;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}
summary:after {
  content: "+";
  float: right;
  color: #167738;
  font-size: 24px;
}
details[open] summary:after {
  content: "−";
}
details p {
  color: #66716a;
  line-height: 1.5;
  margin: 0 0 20px;
}
.credentials {
  background: linear-gradient(
      90deg,
      rgba(0, 106, 42, 0.95),
      rgba(0, 110, 46, 0.88)
    ),
    linear-gradient(135deg, #157844, #0b6635);
  color: white;
  padding: 74px 0;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  gap: 110px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.credentials h2 {
  margin: 0 0 22px;
}
.credentials p {
  line-height: 1.45;
  max-width: 780px;
}
.certificate {
  height: 260px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  color: #234469;
  text-align: center;
  display: grid;
  place-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.shield {
  font-size: 50px;
}
.certificate b {
  font-size: 17px;
}
.dots {
  color: #e8b313;
  margin-top: 26px;
}
.map {
  background: url("assets/map.jpg") center/cover no-repeat;
  position: relative;
}
.map-card {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 18px;
  width: 300px;
  box-shadow: 0 2px 8px #555;
  display: grid;
  gap: 7px;
}
.map-card small {
  line-height: 1.4;
}
.map-card a {
  color: #3278c7;
  text-decoration: none;
}
.map-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
}
.cta {
  text-align: center;
  padding: 59px 15px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.cta h2 {
  margin: 0 0 22px;
  color: #353535;
}
.cta p {
  color: #353535;
}
.cta .actions {
  justify-content: center;
  margin: 39px 0 0;
  gap: 42px;
}
footer {
  background: #1f2021;
  color: white;
  padding: 68px 0 35px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}
.footer-grid h3 {
  font-size: 18px;
  margin: 0 0 27px;
}
.footer-grid a {
  display: block;
  color: #eee;
  margin: 0 0 14px;
}
.footer-grid strong,
.follow,
.copyright {
  color: #70d885;
}
.footer-grid p {
  font-size: 13px;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
  font-size: 12px;
}
.bbb {
  background: #167ca3;
  color: white;
  padding: 8px 15px;
}
@media (max-width: 1100px) {
  .links {
    display: none;
  }
  .links.open {
    display: flex;
    position: absolute;
    top: 92px;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: #123c24;
    padding: 22px;
    width: 240px;
    border-radius: 6px;
  }
  .menu {
    display: block;
    margin-left: auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
  }
  .nav > .button {
    display: none;
  }
  .hero {
    height: 760px;
  }
  .hero-content {
    padding-top: 70px;
  }
  .hero-content h1 {
    font-size: 44px;
  }
  .faq {
    padding-inline: 20px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 14px;
  }
  .wrap {
    width: min(100% - 32px, var(--wrap));
  }
  .topline {
    font-size: 10px;
    gap: 8px;
  }
  .topline span:first-child {
    display: none;
  }
  .nav {
    height: 90px;
  }
  .brand {
    width: 130px;
  }
  .hero {
    height: 690px;
  }
  .hero-content {
    padding-top: 54px;
  }
  .hero-content h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 24px;
  }
  /*.hero-content p {
    font-size: 14px;
  }*/
  .hero-content .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin: 30px 0;
  }
  .badges {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .intro {
    padding-top: 52px;
  }
  .intro > h2 {
    font-size: 25px;
  }
  .intro > p {
    margin-bottom: 42px;
  }
  .masonry {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-column {
    gap: 16px;
  }
  .local-copy {
    padding: 20px 5px 0;
  }
  .faq {
    padding-top: 60px;
  }
  .faq h2 {
    font-size: 24px;
  }
  .credentials {
    padding: 52px 0;
  }
  .credentials-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .credentials h2 {
    font-size: 25px;
  }
  .certificate {
    height: 210px;
  }
  /*.map {
    height: 370px;
  }*/
  .map-card {
    width: 230px;
  }
  /*.cta h2 {
    font-size: 24px;
  }*/
  .cta .actions {
    gap: 12px;
    flex-direction: column;
  }
  .cta .button {
    justify-content: space-between;
    width: 230px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}

/* =================================== Micro Location Additional css ================================= */

.single-micro-location .elementor-location-footer {padding: 0;}
.hero.micro-location:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10;}
.hero.micro-location img {width: 100%;}
.hero.micro-location .hero-content.wrap {position: absolute; left: 0;right: 0; top: 50%; z-index: 15; transform: translateY(-50%); max-width: 1280px; padding: 0 15px;}

.micro-location-content .intro.wrap {width: 100%; max-width: 100%; padding: 70px 0;}
.micro-location-content h2 {font-family: "Geist", Sans-serif !important; font-weight: 600; margin: 0 0 15px;}
.ml-top {max-width: 1280px; padding: 0 15px; margin: 0 auto;}
.ml-top h2 {text-align: center; color: #000;}

.ml-services {max-width: 1280px; padding: 70px 15px; margin: 0 auto;}
.ml-services .masonry {display: flex; gap: 30px; flex-direction: row;}
.ml-services .masonry .service-column {width: calc((100% - 30px) / 2);}
.ml-services .masonry .service-column .service {position: relative;}
.ml-services .masonry .service-column .service img {border-radius: 15px;}
.ml-services .masonry .service-column .service .service-content {position: absolute; left: 50px; bottom: 60px; width: 60%; padding: 20px 35px 35px; border-radius: 20px; background-color: rgba(44, 98, 44, 0.9);}
.ml-services .masonry .service-column .service .service-content h3 {font-family: "Questrial", Sans-serif; font-weight: 600; color: #CB9A21; line-height: 34px;}
.ml-services .masonry .service-column .service .service-content .service-description {color: #fff;}

.ml-why {max-width: 1280px; padding: 0 15px 70px; margin: 0 auto;}
.ml-why h2 {text-align: center; color: #000; margin-bottom: 30px;}

.ml-why .ml-content {display: flex; flex-direction: row-reverse; gap: 40px;}
.ml-why .ml-content .why-right {width: 45%;}
.ml-why .ml-content .why-left {width: 55%;}

.ml-faq {max-width: 1130px; width: 100%; padding: 0 15px 50px; margin: 0 auto;}
.ml-faq h2 {color: #19622B; text-align: center; padding-bottom: 15px;}
.ml-faq .ml-faq-item {margin-bottom: 15px;}
.ml-faq .ml-faq-question {width: 100%; text-align: left; border-color: #DABDBD; border-radius: 0; padding: 20px 60px 20px 20px; font-size: 23px; color: #000; font-weight: 600; background: #fff; position: relative; white-space: normal;}
.ml-faq .ml-faq-question:hover, .ml-faq .ml-faq-question:focus {background: #fff !important; color: #000 !important;}
.ml-faq .ml-faq-item .ml-faq-question .ml-faq-icon {position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #19622b; font-size: 40px; height: 30px; line-height: 27px;}
.ml-faq .ml-faq-item.active .ml-faq-question .ml-faq-icon {font-size: 0;}
.ml-faq .ml-faq-item.active .ml-faq-question .ml-faq-icon:before {content: ""; background: url(/wp-content/uploads/2026/08/icon-minus-new.png) 0 center no-repeat; width: 22px; height: 30px; display: block;}
.ml-faq .ml-faq-item.active .ml-faq-question {border-color: transparent; border-bottom-color: #19622B;}
.ml-faq .ml-faq-item.active .ml-faq-answer {padding: 20px;}
.ml-faq .ml-faq-item.active .ml-faq-answer .ml-content {color: #555;}



.map iframe {width: 100% !important;}

@media (max-width: 1099px) {
  .hero {height: 600px;}
}

@media (max-width: 1023px) {
  .hero.micro-location .hero-content.wrap {
    margin: 0;
  }
  .hero {
    display: flex;
    justify-content: center;
  }
  .hero.micro-location img {
    height: 600px;
    max-width: none;
    width: auto;
    display: table;
    margin: auto;
  }
  
  .ml-services .masonry {
    flex-direction: column;
    align-items: center;
  }
  .ml-services .masonry .service-column {
      max-width: 767px;
      width: 100%;
  }
  
  .ml-services .masonry .service-column .service .service-content {
    width: 80%;
    left: 20px;
    bottom: 20px;
  }
  
  .cta {
    padding-top: 40px;
  }
  
  .cta .actions {gap: 20px;}

}

@media (max-width: 991px) {
  .ml-why .ml-content {flex-direction: column;}
  .ml-why .ml-content .why-right {width: 100%;}
  .ml-why .ml-content .why-left {width: 100%;}
}