.section-title {
  /* background: linear-gradient(to bottom,#142345, #cbdfec, #142345); */
  background: #cbdfec;
  /* color: #4b7fa2; */
  color: #00133e;
  text-align: center;
  font-weight: 600;
  /* background-image: url("../assets/images/title-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: local; */
}

.contact-us .section-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-us-section h6 {
  color: #00133e;
}

.contact-us-section h4 {
  color: #de4748;
}

.contact-us-section .query-head {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.contact-us a {
  color: #fff;
  text-decoration: none;
}

.contact-us a:hover {
  text-decoration: underline;
}

.contact-us h6 i {
  transition: color 0.3s ease;
}

.contact-us h6 a:hover i {
  color: #ff5722;
}

.contact-us-section h3 {
  line-height: 1.4;
}

.contact-us-section .icon {
  color: #fff;
}

.contact-us-section p {
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00133e;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.2);
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00133e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icon:hover {
  background: #00133e;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-us-section .row {
    flex-direction: column;
  }

  /* .contact-form {
    margin-top: 2rem;
  } */
}


.contact-map h2 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.contact-map .map-wrapper iframe {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}