/* Contact section */


.contact-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../assest/img/Consultation.png') no-repeat center center/cover;
  
}
#special-heading {
color: red;
padding: 20px;
}


.contact-form {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  max-width: 592px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.contact-form h2{
 width: 80%;

}
.form-group {
  margin-bottom: 1rem;
  margin-top: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 14px;
  color:#0E121B;
  padding-top: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  height: 46px;
}

textarea {
  height: 80px;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  background: #a2461c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.btn-submit:hover {
  background: #7a3414;
}
.hero-title-contact{
  height: 28vh;
  min-height: unset;
}
.contact-main{
margin-inline: 4px;
border-radius: var(--border-radius);
overflow: hidden;
}