.contact-section {
  background: url("../Image/contactbg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}

.contact-section::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.contact-title {
  font-size: 3rem;
  text-align: left;
}

.contact-subtitle {
  font-size: 3rem;
  font-weight: 400;
  text-align: right;
}

.contact-title span {
  color: #00aaff;
}

.text-bar {
  background-color: #00aaff;
}
.text-bar P {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.contact-form {
  max-width: 600px;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}
.contact-form .form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-form .form-subtitle {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
.contact-form .form-label {
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-form .form-control {
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
}
.contact-form .recaptcha-box {
  height: 78px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 12px;
}
.contact-form .submit-btn {
  background-color: #00b2e2;
  border: none;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
}
.contact-form .submit-btn:hover {
  background-color: #009fc9;
}

.address-card-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.address-card-wrapper .address-card {
  background-color: skyblue;
  color: white;
  padding: 25px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.address-card-wrapper .address-card h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.address-card-wrapper .address-card p {
  margin: 5px 0;
  font-size: 14px;
}
.address-card-wrapper .address-card a {
  color: white;
  text-decoration: underline;
}/*# sourceMappingURL=contact.css.map */