.elementor-4439 .elementor-element.elementor-element-958ec4c{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-7d71ee5 *//* =========================================================
   TWOLIFE CONTACT PAGE
   FULLY STANDALONE CSS
   UNIQUE CLASSES ONLY
   ========================================================= */


/* =========================================================
   MAIN SECTION
   ========================================================= */

.tl-contact-page {
  position: relative;

  overflow: hidden;

  padding: 80px 20px;

  background:
    linear-gradient(
      135deg,
      #f9fcfc 0%,
      #eef6f7 48%,
      #faf8f4 100%
    );

  font-family: "Inter", Arial, sans-serif;

  color: #010206;
}


/* =========================================================
   BACKGROUND DECORATION
   ========================================================= */

.tl-contact-page__shape {
  position: absolute;

  width: 500px;
  height: 500px;

  border-radius: 50%;

  pointer-events: none;

  filter: blur(100px);

  opacity: 0.18;
}


.tl-contact-page__shape--one {
  top: -250px;
  left: -250px;

  background: #78b7b2;
}


.tl-contact-page__shape--two {
  right: -250px;
  bottom: -250px;

  background: #d8ae79;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.tl-contact-page__container {
  position: relative;

  z-index: 2;

  max-width: 1000px;

  margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.tl-contact-page__hero {
  max-width: 760px;

  margin: 0 auto 60px;

  text-align: center;
}


.tl-contact-page__eyebrow {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 16px;

  padding: 8px 16px;

  border: 1px solid rgba(11, 109, 134, 0.14);

  border-radius: 100px;

  background: rgba(255, 255, 255, 0.65);

  color: #0b6d86;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);
}


.tl-contact-page__title {
  margin: 0 0 20px;

  font-family: "Poppins", Arial, sans-serif;

  font-size: clamp(34px, 5vw, 50px);

  font-weight: 700;

  line-height: 1.16;

  letter-spacing: -0.03em;

  color: #010206;
}


.tl-contact-page__title span {
  color: #0b6d86;
}


.tl-contact-page__intro {
  max-width: 650px;

  margin: 0 auto;

  color: #5c6b6e;

  font-size: 17px;

  line-height: 1.7;
}


/* =========================================================
   MAIN CONTACT GRID
   ========================================================= */

.tl-contact-page__layout {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 26px;

  align-items: stretch;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.tl-contact-page__info {
  padding: 36px;

  border: 1px solid rgba(11, 109, 134, 0.1);

  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.72),
      rgba(245, 250, 250, 0.55)
    );

  box-shadow:
    0 18px 50px rgba(18, 63, 72, 0.06);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);
}


.tl-contact-page__small-label {
  display: block;

  margin-bottom: 12px;

  color: #d6814f;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 0.13em;
}


.tl-contact-page__info-title {
  margin: 0 0 16px;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 30px;

  font-weight: 700;

  line-height: 1.25;

  color: #010206;
}


.tl-contact-page__info-text {
  margin: 0 0 32px;

  color: #5c6b6e;

  font-size: 15px;

  line-height: 1.7;
}


/* =========================================================
   CONTACT DETAIL CARDS
   ========================================================= */

.tl-contact-page__details {
  display: flex;

  flex-direction: column;

  gap: 12px;
}


.tl-contact-page__detail-card {
  display: flex;

  align-items: flex-start;

  gap: 15px;

  padding: 16px;

  border: 1px solid rgba(11, 109, 134, 0.08);

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.52);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}


.tl-contact-page__detail-card:hover {
  transform: translateX(5px);

  background: rgba(255, 255, 255, 0.85);

  box-shadow:
    0 10px 25px rgba(20, 66, 76, 0.06);
}


.tl-contact-page__detail-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 44px;
  height: 44px;

  border-radius: 14px;

  background: rgba(11, 109, 134, 0.1);

  color: #0b6d86;
}


.tl-contact-page__detail-icon svg {
  width: 21px;
  height: 21px;
}


.tl-contact-page__detail-content h3 {
  margin: 0 0 5px;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 15px;

  font-weight: 600;

  color: #010206;
}


.tl-contact-page__detail-content p {
  margin: 0;

  color: #68777a;

  font-size: 13px;

  line-height: 1.55;
}


/* =========================================================
   WELLNESS QUOTE
   ========================================================= */

.tl-contact-page__quote {
  display: flex;

  gap: 12px;

  margin-top: 28px;

  padding: 18px 0 0;

  border-top: 1px solid rgba(11, 109, 134, 0.1);
}


.tl-contact-page__quote-icon {
  flex-shrink: 0;

  color: #d6814f;

  font-size: 22px;
}


.tl-contact-page__quote p {
  margin: 0;

  color: #405154;

  font-size: 14px;

  font-style: italic;

  line-height: 1.65;
}


/* =========================================================
   CONTACT FORM CARD
   ========================================================= */

.tl-contact-page__form-wrap {
  padding: 42px;

  border: 1px solid rgba(255, 255, 255, 0.8);

  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.82),
      rgba(247, 252, 252, 0.65)
    );

  box-shadow:
    0 24px 60px rgba(20, 61, 70, 0.1);

  backdrop-filter: blur(20px);

  -webkit-backdrop-filter: blur(20px);
}


.tl-contact-page__form-top {
  margin-bottom: 30px;
}


.tl-contact-page__form-badge {
  display: inline-block;

  margin-bottom: 12px;

  color: #0b6d86;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 12px;

  font-weight: 600;
}


.tl-contact-page__form-top h2 {
  margin: 0 0 8px;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 30px;

  font-weight: 700;

  line-height: 1.25;

  color: #010206;
}


.tl-contact-page__form-top p {
  margin: 0;

  color: #647174;

  font-size: 14px;

  line-height: 1.6;
}


/* =========================================================
   FORM
   ========================================================= */

.tl-contact-page__form-row {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 14px;
}


.tl-contact-page__field {
  display: flex;

  flex-direction: column;

  margin-bottom: 18px;
}


.tl-contact-page__field label {
  margin-bottom: 8px;

  color: #253235;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 13px;

  font-weight: 500;
}


.tl-contact-page__field input,
.tl-contact-page__field select,
.tl-contact-page__field textarea {
  width: 100%;

  box-sizing: border-box;

  padding: 14px 15px;

  outline: none;

  border: 1px solid #dce7e8;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.72);

  color: #20292b;

  font-family: "Inter", Arial, sans-serif;

  font-size: 14px;

  line-height: 1.5;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}


.tl-contact-page__field input {
  min-height: 50px;
}


.tl-contact-page__field select {
  min-height: 50px;

  cursor: pointer;
}


.tl-contact-page__field textarea {
  min-height: 140px;

  resize: vertical;
}


.tl-contact-page__field input:focus,
.tl-contact-page__field select:focus,
.tl-contact-page__field textarea:focus {
  border-color: #0b6d86;

  background: #ffffff;

  box-shadow:
    0 0 0 4px rgba(11, 109, 134, 0.08);
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.tl-contact-page__submit {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  width: 100%;

  min-height: 54px;

  padding: 14px 24px;

  border: none;

  border-radius: 100px;

  background:
    linear-gradient(
      135deg,
      #0b6d86,
      #07566a
    );

  color: #ffffff;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 15px;

  font-weight: 600;

  cursor: pointer;

  box-shadow:
    0 12px 25px rgba(11, 109, 134, 0.2);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.tl-contact-page__submit svg {
  width: 19px;
  height: 19px;

  transition: transform 0.3s ease;
}


.tl-contact-page__submit:hover {
  transform: translateY(-3px);

  box-shadow:
    0 18px 35px rgba(11, 109, 134, 0.28);
}


.tl-contact-page__submit:hover svg {
  transform: translateX(4px);
}


.tl-contact-page__form-note {
  margin: 16px 0 0;

  text-align: center;

  color: #829093;

  font-size: 12px;

  line-height: 1.5;
}


/* =========================================================
   BOTTOM SUPPORT STRIP
   ========================================================= */

.tl-contact-page__bottom {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-top: 26px;

  padding: 24px 30px;

  border: 1px solid rgba(11, 109, 134, 0.1);

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.55);

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);
}


.tl-contact-page__bottom-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  background: rgba(11, 109, 134, 0.1);

  color: #0b6d86;
}


.tl-contact-page__bottom-icon svg {
  width: 23px;
  height: 23px;
}


.tl-contact-page__bottom h3 {
  margin: 0 0 5px;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 16px;

  font-weight: 600;
}


.tl-contact-page__bottom p {
  margin: 0;

  color: #647174;

  font-size: 13px;

  line-height: 1.6;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .tl-contact-page {
    padding: 70px 24px;
  }


  .tl-contact-page__layout {
    grid-template-columns: 1fr;

    gap: 20px;
  }


  .tl-contact-page__info {
    padding: 32px;
  }


  .tl-contact-page__form-wrap {
    padding: 36px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .tl-contact-page {
    padding: 58px 16px;
  }


  .tl-contact-page__hero {
    margin-bottom: 38px;
  }


  .tl-contact-page__eyebrow {
    padding: 7px 14px;

    font-size: 11px;
  }


  .tl-contact-page__title {
    font-size: 31px;

    line-height: 1.2;
  }


  .tl-contact-page__intro {
    font-size: 15px;

    line-height: 1.65;
  }


  .tl-contact-page__info {
    padding: 25px;

    border-radius: 22px;
  }


  .tl-contact-page__info-title {
    font-size: 25px;
  }


  .tl-contact-page__form-wrap {
    padding: 25px;

    border-radius: 22px;
  }


  .tl-contact-page__form-top h2 {
    font-size: 25px;
  }


  .tl-contact-page__form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }


  .tl-contact-page__detail-card {
    padding: 14px;
  }


  .tl-contact-page__bottom {
    align-items: flex-start;

    padding: 20px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .tl-contact-page {
    padding-left: 14px;
    padding-right: 14px;
  }


  .tl-contact-page__title {
    font-size: 28px;
  }


  .tl-contact-page__info,
  .tl-contact-page__form-wrap {
    padding: 20px;
  }


  .tl-contact-page__bottom {
    gap: 12px;
  }


  .tl-contact-page__bottom-icon {
    width: 44px;
    height: 44px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .tl-contact-page *,
  .tl-contact-page *::before,
  .tl-contact-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}/* End custom CSS */