.elementor-35 .elementor-element.elementor-element-4d8de41{--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-2b5f277 *//* ===== CONTACT US SECTION ===== */
.angel-contact-section {
  background: linear-gradient(135deg, #fff4b0, #fde047);
  padding: 90px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Wrapper */
.angel-contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Left Info */
.contact-info {
  flex: 1;
}

.contact-info h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #92400e;
}

.contact-info h2 {
  font-size: 36px;
  margin: 10px 0 20px;
  color: #1f2937;
}

.contact-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 20px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #1f2937;
}

/* Form Box */
.contact-form-box {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.contact-form-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* Inputs */
.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
  outline: none;
  border-color: #facc15;
  box-shadow: 0 0 0 3px rgba(250,204,21,0.4);
}

/* Button */
.contact-form-box button {
  background: #facc15;
  color: #1f2937;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-form-box button:hover {
  background: #eab308;
  transform: translateY(-3px);
}

/* Map */
.contact-map {
  max-width: 1200px;
  margin: 50px auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.contact-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .angel-contact-wrapper {
    flex-direction: column;
  }

  .contact-info h2 {
    font-size: 28px;
  }
}/* End custom CSS */