* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

body {
  background: #ffffff;
  color: #2d3239;
}

section {max-width: 1200px; align-items: center; width: auto; margin: auto;}

/* HEADER */

/* CONTACT SECTION */
.contact-section { 
  padding: 30px 60px;
}

.contact-section h1 {
  color: #3b7a2e; text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
}

.subtitle {  text-align: center;
  color: #4b5563;
  max-width: 520px; margin: auto;
  margin-bottom: 50px;
}

/* MAP + INFO */
.contact-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  margin-bottom: 30px;
}

.map-box iframe {
  width: 100%;
  height: 480px;
  border: none;
  border-radius: 14px;
}

.contact-info {
  background: #f9fff1;
  padding: 36px;
  border-radius: 16px;
}

.contact-info h2 {
  color:  #3b7a2e;;
  font-size: 22px;
  margin-bottom: 24px;
}

.contact-info p {
  color: #233f93;
  margin-bottom: 18px;
  line-height: 1.6;
}

.wp-icon{
    height: 14px;
  margin-bottom: -3px;
  margin-right: 8px;
    
}
.whatsapp-btn {
    height: 28px;
    padding: 0px 14px 0px 14px;
    margin-top: 0px; margin-bottom: 20px;
    background-color: rgb(87, 149, 66);
    border-radius: 18px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(239, 239, 239);
    border:0
} 

.whasapp {
   margin-bottom: 20px;
}

/* GET IN TOUCH */
.get-in-touch {
  text-align: left;
}

.get-in-touch h2 { color: #3b7a2e;;
  font-size: 18px;
  margin-bottom: 4px;
}

.get-in {
  display: flex;
  justify-content: left;
  gap: 10px;
}

.get-in a {
  width: 44px;
  height: 44px; padding-top:0px ;
  display: flex;
  align-items: center;
  justify-content: left;
}

.get-in img {
  width: 26px;
  height: 26px;
}


.b-region {font-weight:600; font-size: 14pt; margin-bottom: 12px; color: #233f93;}
.b-name {font-weight:600; color: #233f93}
.b-detail {width: 100%; min-width:300px ; padding: 10px; background-color: rgb(241, 248, 255); border-radius: 12px; box-sizing: border-box; box-shadow: #1f2937;}
.b-container { display: flex; flex-direction: row; gap: 20px; justify-content: space-between;
  margin-bottom: 30px;}


/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .header {
    padding: 16px 24px;
  }

  .contact-section {
    padding: 50px 24px;
  }
}
