.contact-us-section {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../images/contact-us-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.contact-us-section h1 {
  color: #fff !important;
  font-size: 52px !important;
}
.text-contact {
  color: #6c757d;
  font-size: 15px;
}

.contact-title {
  font-size: 34px;
  font-weight: 700;
  white-space: nowrap;
}

.contact-divider {
  border-left: 2px solid #e5e5e5;
  height: 80px;
}

.contact-card {
  border: 1px dashed #e3e3e3;
  border-radius: 18px;
  padding: 30px;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease;
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #6ec1e4;
}

.contact-heading span {
  color: #6ec1e4;
}
.contact-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px dashed #e3e3e3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.custom-input {
  height: 55px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 15px;
  font-size: 15px;
}

.custom-input:focus {
  border-color: #6ec1e4;
  box-shadow: none;
}

.send-btn {
  background: #2f3e63;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
}

.send-btn:hover {
  background: #0eb582;
}

.custom-input:focus {
  border-color: #0eb582 !important;
}
