#business-bg-div {
    position: relative;
    width: 100%;
    height: auto;
}

#business-bg-div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#section-1-container {
    position: absolute;
    width: 37.292vw;
    top: 12vw;          /* vertically center */
    left: 7%;         /* horizontally center */
    color: white;      /* make text visible over image */
    z-index: 2;        /* ensure it stays above image */
}
#section-1-footer{
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6%;

}
#section-1-footer img{
    width: 1vw;
    height: 1vw;
}
#section-1 h3{
    font-family: "Roboto", sans-serif;
    font-style: regular;
    font-size: 36px;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 0%;
}
#section-1 h1{
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-size: 3.889vw;
  padding: 0%;
  padding-bottom: 1%;
  width: 58.542vw;

}
#section-1 h6{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.972vw;
    line-height: 100%;
}


#section-2, #section-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

}
#section-2 h1, #section-5 h2{

}
#section-2 h3{
    line-height: 150%;
    font-family: "Roboto", sans-serif;
    font-style: regular;
    font-weight: 400;
    font-size: 1.25vw;
    letter-spacing: 0%;
}
#section-3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6%;
    align-items: center;
    width: 100%;
    padding-top: 3%;
    font-family: "Roboto", sans-serif;
    font-style: medium;
    font-size: 1.111vw;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 400;
}
#section-3 a{
    color: black;
}



#section-4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0%;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}
#section-4-upr{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1%;
}

.section-4-imgbox{
    width: 22%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    overflow: hidden;
    border: 1px solid #F1F1F1;
    border-radius: 0.833vw;
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.2);
}
.section-4-imgbox img{
    width: 100%;
    border-radius: 1vw;
    padding: 1.4%;
}
.section-4-imgbox h3{
    font-size: 1.111vw;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-style: semibold;
    line-height: 80%;
    letter-spacing: 0%;
    padding-left: 1.4%;
}
.section-4-imgbox h6{
    font-size: 0.972vw;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-style: regular;
    line-height: 80%;
    letter-spacing: 0%;
    margin: 0%;
    padding-left: 1.4%;
    padding-bottom: 2%
    
}



#section-6{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 5%;
}
#section-6-left, #section-6-right {
      height: 30vw;
      width: 45%;
    }
#section-6 img, #section-6-map{
    width: 100%;
    height: 100%;
}




.contact-section {

}

/* Left Section */
.contact-left {
  width: 50%;
}

.contact-left h2 {

}

.contact-left p,
.contact-right p{
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.office-card {
  background: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.1);
}

.office-card div img{
    width: 1.667vw;
    height: 1.667vw;
}

.office-card div {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin-bottom: 8px;
}

.office-card h3 {
    font-size: 20px;
    /* font-weight: 600; */
    font-family: "Roboto", sans-serif;
    font-style: semibold;
    /* line-height: 150%; */
    letter-spacing: 0%;
    margin-top: 0;
}

.office-card a {
  color: #0066cc;
  text-decoration: none;
}

.office-card p {
  margin-bottom: 8px;
}

/* Right Section */
.contact-right {
  width: 50%;
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.1);
    height: 50vw;
}

.contact-right h2 {

}

.contact-right p {

}

/* Form */
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: auto;
}

.form-group {
  display: flex;
  gap: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  height: auto;
}

textarea {
  resize: none;
  height: 100px;
}

/* Button */
button {
  background: #0b5e20;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #094a18;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
  }
  .contact-left,
  .contact-right {
    max-width: 100%;
  }
}