.contactUs {
  max-width: 1200px;
  margin: auto;
}
.contactUs h3 {
  color: var(--secondaryColor);
  font-weight: 500;
  font-size: 42px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 2.5%;
}

.marginCustomeTop {
  margin-top: 6%;
}

.contactUs p a {
  color: #333333 !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  margin-bottom: 6%;
}

.bg-kolam {
  position: relative;
}

.bg-kolam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 100%;
  background: url("../assets/homeAssets/rigthKolam.png") no-repeat center;
  background-size: contain;
}
.bg-kolam::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14%;
  height: 100%;
  background: url("../assets/homeAssets/leftKolam.png") no-repeat center;
  background-size: contain;
}

.bgFormContactUs {
  background-image: url("../assets/contact/ContactUsForm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cateringForm {
  background: #ffffff45;
  border-radius: 24px;
}

#cateringForm h4 {
  color: white !important;
}

#cateringForm .form-control,
.form-select {
  padding: 8px;
  border: 1px solid white;
  border-radius: 12px;
  color: #ffffff;
  background-color: transparent;
}

.form-control::placeholder {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.bgFormContactUs h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 38.08px;
  line-height: 43.79px;
  letter-spacing: 0%;
}
.bgFormContactUs p {
  color: #ffffff;
  
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  
}
