.elementor-136 .elementor-element.elementor-element-95b9156{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7ba3998 */.contact-page {
  padding: 60px 20px;
  background-color: #f8f8f8;
  font-family: 'Segoe UI', sans-serif;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-image {
  flex: 1 1 50%;
  min-height: 300px;
}
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-content {
  flex: 1 1 50%;
  padding: 40px;
}

.contact-content h2 {
  font-size: 28px;
  color: #0A1A3E;
  margin-bottom: 10px;
}

.contact-content p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #555;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.contact-details li {
  margin-bottom: 10px;
  font-size: 15px;
}
.contact-details a {
  color: #1e7eff;
  text-decoration: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form button {
  background-color: #0A1A3E;
  color: white;
  padding: 12px 25px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #1e7eff;
  color: #fff;
}

.google-map {
  max-width: 1200px;
  margin: 40px auto 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-content {
    padding: 25px;
  }

  .contact-content h2 {
    font-size: 22px;
  }

  .google-map iframe {
    height: 250px;
  }
}/* End custom CSS */