.elementor-605 .elementor-element.elementor-element-bda2bc4{--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;}.elementor-605 .elementor-element.elementor-element-ec92fbe:not(.elementor-motion-effects-element-type-background), .elementor-605 .elementor-element.elementor-element-ec92fbe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-605 .elementor-element.elementor-element-ec92fbe{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-58px;margin-bottom:0px;padding:70px 0px 70px 0px;}.elementor-605 .elementor-element.elementor-element-ec92fbe > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-605 .elementor-element.elementor-element-ec92fbe > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF;}.elementor-605 .elementor-element.elementor-element-ec92fbe > .elementor-shape-top svg{width:calc(0% + 1.3px);height:0px;}.elementor-605 .elementor-element.elementor-element-ec92fbe > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-605 .elementor-element.elementor-element-dc87d18{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-605 .elementor-element.elementor-element-546e78f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 20px 0px;text-align:center;color:#F51010;}/* Start custom CSS for html, class: .elementor-element-4bb8702 *//* =========================
   CONTACT WAVE SECTION
   ========================= */

.contact-wave {
  position: relative;
  background: #ffffff;
  padding: 120px 0 80px;
  overflow: hidden;
}

/* SVG WAVE */
.contact-wave-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  animation: waveFloat 6s ease-in-out infinite;
  will-change: transform;
}

.contact-wave-shape svg {
  display: block;
  width: 100%;
  height: 80px;
}

.contact-wave-shape path {
  fill: #ffffff;
}

/* =========================
   CONTAINER
   ========================= */

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* =========================
   BOX CONTENT
   ========================= */

.contact-box img {
  width: 90px;
  margin-bottom: 20px;
}

.contact-box h4 {
  color: #f2b66d;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

/* ALL LINKS */
.contact-wave a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1f2d2b;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.contact-wave a:hover {
  transform: translateY(-6px);
  color: #b26a3c;
}

/* =========================
   SOCIAL ICONS
   ========================= */

.contact-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.contact-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-social a:hover {
  background: #b26a3c;
  color: #ffffff;
}

/* =========================
   FLOATING SVG ANIMATION
   ========================= */

@keyframes waveFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}

/* =========================
   OPTIONAL: DISABLE ANIMATION ON MOBILE
   ========================= */
/*
@media (max-width: 768px) {
  .contact-wave-shape {
    animation: none;
  }
}
*//* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a16240a *//* ============================
   CONTACT FORM 7 – MEDICAL UI
   ============================ */

.wpcf7 {
  max-width: 900px;
  margin: 0 auto;
}

/* Grid columns spacing */
.wpcf7 .column {
  padding: 0 10px;
  box-sizing: border-box;
}

/* Inputs & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #1f2933;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

/* Placeholder */
.wpcf7 ::placeholder {
  color: #9ca3af;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #A55D3A;
  box-shadow: 0 0 0 3px rgba(165, 93, 58, 0.15);
}

/* Textarea */
.wpcf7 textarea {
  resize: vertical;
  min-height: 140px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #A55D3A;
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 15px 30px rgba(165, 93, 58, 0.25);
}

/* Submit hover */
.wpcf7 input[type="submit"]:hover {
  background: #8c4f30;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(165, 93, 58, 0.35);
}

/* Loading spinner alignment */
.wpcf7-spinner {
  margin-left: 10px;
}

/* Success message */
.wpcf7-mail-sent-ok,
.wpcf7-response-output {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

/* Error message */
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 13px;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .wpcf7 .column {
    padding: 0;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */