.banner-contactus {
  background: url("../assets/img-contact.png") no-repeat center center;
  background-size: cover; /* Maintain aspect ratio and fill */
  min-height: 600px;
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  align-items: center;
}
@media (max-width: 1350px) {
  .banner-contactus {
    background-size: cover !important;
  }
}
.banner-contactus h1 {
  font-size: var(--h1);
  letter-spacing: 0px;
  color: var(--black);
  text-shadow: 0px 3px 6px #00000069;
}
@media (max-width: 450px) {
  .banner-contactus h1 {
    color: white;
  }
}
.navbar.contactus-nav {
  background-color: #be0500;
}
.contact-info h3,
.contact-info h4 {
  color: black;
  margin-bottom: 10px;
  font-size: 32px;
}
.map-section {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.contact-info p {
  color: #444;
  line-height: 1.6;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  margin: 8px 0;
  font-weight: 500;
}

.contact-list .icon {
  margin-right: 10px;
}

.enquiry-form {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}

.enquiry-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.enquiry-strip {
  background-color: #be0500;
  color: white;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 18px;
}

.enquiry-form form {
  display: flex;
  flex-direction: column;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"] {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #c8c8c8 !important;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  font-size: 14px;
}
#consent {
  margin-top: 5px;
}
.web-svg {
  width: 35px;
  height: 35px;
}

.enquiry-form button {
  background-color: #be0500;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 60px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  width: 150px;
}

.enquiry-form button:hover {
  background-color: #a00;
}
