.elementor-512 .elementor-element.elementor-element-0c14f77:not(.elementor-motion-effects-element-type-background), .elementor-512 .elementor-element.elementor-element-0c14f77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thaimassage.ie/wp-content/uploads/2018/10/slideshow-001.jpg");background-position:center center;background-size:cover;}.elementor-512 .elementor-element.elementor-element-0c14f77 > .elementor-background-overlay{background-color:#000000DE;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-512 .elementor-element.elementor-element-0c14f77 > .elementor-container{min-height:276px;}.elementor-512 .elementor-element.elementor-element-0c14f77{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-512 .elementor-element.elementor-element-1521201{text-align:center;}.elementor-512 .elementor-element.elementor-element-1521201 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:39px;font-weight:600;color:#FFFFFF;}body.elementor-page-512:not(.elementor-motion-effects-element-type-background), body.elementor-page-512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fffdf9;}/* Start custom CSS for html, class: .elementor-element-dfb377f *//* Section Base */
.contact-form-section {
  background-color: transparent; /* Transparent section background */
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Layout Wrapper */
.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* Form Box */
.form-box {
  background: #fff; /* White form box */
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.form-box:hover {
  transform: scale(1.02);
}

/* Contact Info Container */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Contact Card */
.contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  background: #fff; /* White cards only */
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}

/* Highlight WhatsApp */
.contact-card.highlight {
  background: linear-gradient(135deg, #25D366 0%, #1EBE58 100%);
  color: #fff;
}
.contact-card.highlight .contact-text h3,
.contact-card.highlight .contact-text a {
  color: #fff;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Icon Circle */
.icon-circle {
  width: 55px;
  height: 55px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(188, 148, 68, 0.3);
  transition: transform 0.3s ease;
}
.contact-card:hover .icon-circle {
  transform: rotate(10deg) scale(1.1);
}
.icon-circle img {
  width: 28px;
  height: 28px;
}

/* Contact Text */
.contact-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #BC9444;
}
.contact-text a,
.contact-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
.contact-text a:hover {
  color: #BC9444;
}

/* Responsive Design */
@media (max-width: 900px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .form-box {
    padding: 20px;
  }
  .contact-card {
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */
/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */