.elementor-4400 .elementor-element.elementor-element-06fdf92{--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;}.elementor-4400 .elementor-element.elementor-element-38167a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-38167a1 *//* =========================================================
   TWOLIFE ABOUT PAGE
   FULL STANDALONE CSS
   ========================================================= */


/* =========================================================
   GOOGLE FONT
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap');


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

.tl-about-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 90px;
  background:
    linear-gradient(
      135deg,
      #f7fbfb 0%,
      #eff6f7 55%,
      #f9fbfb 100%
    );
  font-family: "Inter", Arial, sans-serif;
}


.tl-about-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}


.tl-about-hero__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}


.tl-about-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.22;
}


.tl-about-hero__glow--one {
  width: 420px;
  height: 420px;
  background: #8fc9c7;
  top: -220px;
  left: -160px;
}


.tl-about-hero__glow--two {
  width: 360px;
  height: 360px;
  background: #e8b18e;
  right: -150px;
  bottom: -180px;
}


.tl-about-hero__eyebrow,
.tl-about-intro__eyebrow,
.tl-about-belief__eyebrow,
.tl-about-approach__eyebrow,
.tl-about-why__eyebrow {
  display: inline-flex;
  padding: 7px 15px;
  margin-bottom: 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;
}


.tl-about-hero__title {
  margin: 0 0 20px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}


.tl-about-hero__title span {
  display: block;
  color: #0b6d86;
}


.tl-about-hero__description {
  max-width: 650px;
  margin: 0 auto;
  color: #5c6b6e;
  font-size: 17px;
  line-height: 1.75;
}


/* =========================================================
   ABOUT INTRO
   ========================================================= */

.tl-about-intro {
  padding: 100px 20px;
  background: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}


.tl-about-intro__container {
  max-width: 1000px;
  margin: 0 auto;
}


.tl-about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}


.tl-about-intro__title {
  margin: 0 0 24px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


.tl-about-intro__title span {
  display: block;
  color: #0b6d86;
}


.tl-about-intro__content p {
  margin: 0 0 18px;
  color: #5c6b6e;
  font-size: 16px;
  line-height: 1.75;
}


.tl-about-intro__image-card {
  position: relative;
  border-radius: 26px;
  overflow: visible;
}


.tl-about-intro__image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(11, 109, 134, 0.12);
}


.tl-about-intro__floating-card {
  position: absolute;
  left: -30px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  min-width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 15px 40px rgba(11, 109, 134, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}


.tl-about-intro__floating-number {
  margin-bottom: 3px;
  color: #0b6d86;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}


.tl-about-intro__floating-text {
  color: #5c6b6e;
  font-size: 13px;
}


/* =========================================================
   WHAT WE BELIEVE
   ========================================================= */

.tl-about-belief {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    linear-gradient(
      135deg,
      #eff6f7,
      #f8fbfb
    );
  font-family: "Inter", Arial, sans-serif;
}


.tl-about-belief__container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}


.tl-about-belief__header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}


.tl-about-belief__title {
  margin: 0 0 18px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}


.tl-about-belief__title span {
  display: block;
  color: #0b6d86;
}


.tl-about-belief__header p {
  margin: 0;
  color: #5c6b6e;
  font-size: 16px;
  line-height: 1.7;
}


.tl-about-belief__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


.tl-about-belief__card {
  padding: 32px 26px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 15px 35px rgba(11, 109, 134, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.tl-about-belief__card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 45px rgba(11, 109, 134, 0.12);
}


.tl-about-belief__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 17px;
  background: #eaf4f5;
  color: #0b6d86;
}


.tl-about-belief__icon svg {
  width: 27px;
  height: 27px;
}


.tl-about-belief__card h3 {
  margin: 0 0 12px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}


.tl-about-belief__card p {
  margin: 0;
  color: #5c6b6e;
  font-size: 15px;
  line-height: 1.7;
}


/* =========================================================
   APPROACH
   ========================================================= */

.tl-about-approach {
  padding: 100px 20px;
  background: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}


.tl-about-approach__container {
  max-width: 1000px;
  margin: 0 auto;
}


.tl-about-approach__header {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}


.tl-about-approach__title {
  margin: 0;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}


.tl-about-approach__title span {
  display: block;
  color: #0b6d86;
}


.tl-about-approach__timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


.tl-about-approach__step {
  position: relative;
  padding: 30px;
  border: 1px solid #e4eeee;
  border-radius: 22px;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.tl-about-approach__step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(11, 109, 134, 0.09);
}


.tl-about-approach__number {
  margin-bottom: 25px;
  color: #0b6d86;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}


.tl-about-approach__content h3 {
  margin: 0 0 12px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}


.tl-about-approach__content p {
  margin: 0;
  color: #5c6b6e;
  font-size: 15px;
  line-height: 1.7;
}


/* =========================================================
   WHY TWOLIFE
   ========================================================= */

.tl-about-why {
  padding: 100px 20px;
  background: #eff6f7;
  font-family: "Inter", Arial, sans-serif;
}


.tl-about-why__container {
  max-width: 1000px;
  margin: 0 auto;
}


.tl-about-why__card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  padding: 60px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(11, 109, 134, 0.09);
}


.tl-about-why__content h2 {
  margin: 0 0 22px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}


.tl-about-why__content h2 span {
  display: block;
  color: #0b6d86;
}


.tl-about-why__content > p {
  margin: 0 0 16px;
  color: #5c6b6e;
  font-size: 16px;
  line-height: 1.75;
}


.tl-about-why__points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}


.tl-about-why__point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #354144;
  font-size: 15px;
  font-weight: 500;
}


.tl-about-why__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaf4f5;
  color: #0b6d86;
  font-size: 14px;
  font-weight: 700;
}


.tl-about-why__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}


.tl-about-why__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #0b6d86,
      #07566a
    );
  box-shadow: 0 25px 50px rgba(11, 109, 134, 0.2);
}


.tl-about-why__circle-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.8;
}


/* =========================================================
   CTA SECTION
   ========================================================= */

.tl-cta-section {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  background: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}


.tl-cta-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.tl-cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(20px);
}


.tl-cta-glow--teal {
  width: 400px;
  height: 400px;
  top: -180px;
  right: -120px;
  background: rgba(11, 109, 134, 0.08);
  animation: tlAboutCtaFloat 10s ease-in-out infinite;
}


.tl-cta-glow--orange {
  width: 320px;
  height: 320px;
  bottom: -150px;
  left: -100px;
  background: rgba(232, 108, 63, 0.08);
  animation: tlAboutCtaFloat 12s ease-in-out infinite reverse;
}


.tl-cta-leaf {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  animation: tlAboutCtaFloat 7s ease-in-out infinite;
}


.tl-cta-leaf--one {
  top: 18%;
  left: 6%;
  color: #0b6d86;
  font-size: 46px;
}


.tl-cta-leaf--two {
  right: 6%;
  bottom: 15%;
  color: #e86c3f;
  font-size: 42px;
  animation-delay: 2s;
}


.tl-cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  border: 1px solid rgba(11, 109, 134, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(243, 248, 249, 0.92)
    );
  box-shadow:
    0 25px 60px rgba(11, 109, 134, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.03);
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


.tl-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 110px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  background:
    linear-gradient(
      90deg,
      #0b6d86,
      #e86c3f
    );
}


.tl-cta-eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(11, 109, 134, 0.12);
  border-radius: 100px;
  background: rgba(11, 109, 134, 0.07);
  color: #0b6d86;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.tl-cta-title {
  max-width: 750px;
  margin: 0 0 18px;
  color: #010206;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


.tl-cta-title span {
  display: block;
  color: #0b6d86;
}


.tl-cta-description {
  max-width: 600px;
  margin: 0 0 32px;
  color: #5c6b6e;
  font-size: 16px;
  line-height: 1.7;
}


.tl-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: 1px solid #0b6d86;
  border-radius: 100px;
  background: #0b6d86;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 109, 134, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}


.tl-cta-btn:hover {
  transform: translateY(-3px);
  background: #084f61;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(11, 109, 134, 0.28);
}


.tl-cta-btn svg {
  width: 19px;
  height: 19px;
  transition: transform 0.3s ease;
}


.tl-cta-btn:hover svg {
  transform: translateX(4px);
}


.tl-cta-members {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  color: #6a777a;
}


.tl-cta-members-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff4ee;
  color: #e86c3f;
}


.tl-cta-members-icon svg {
  width: 15px;
  height: 15px;
}


.tl-cta-members p {
  margin: 0;
  font-size: 14px;
}


.tl-cta-members strong {
  color: #0b6d86;
  font-weight: 600;
}


/* =========================================================
   CTA ANIMATION
   ========================================================= */

@keyframes tlAboutCtaFloat {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, -18px);
  }

}


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

@media (max-width: 900px) {

  .tl-about-hero {
    padding: 80px 24px;
  }


  .tl-about-intro,
  .tl-about-belief,
  .tl-about-approach,
  .tl-about-why {
    padding: 80px 24px;
  }


  .tl-about-intro__grid {
    gap: 45px;
  }


  .tl-about-belief__grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .tl-about-belief__card:last-child {
    grid-column: span 2;
  }


  .tl-about-why__card {
    gap: 40px;
    padding: 45px;
  }


  .tl-about-approach__timeline {
    gap: 16px;
  }

}


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

@media (max-width: 700px) {

  .tl-about-hero {
    padding: 70px 16px;
  }


  .tl-about-intro,
  .tl-about-belief,
  .tl-about-approach,
  .tl-about-why {
    padding: 60px 16px;
  }


  .tl-about-hero__description {
    font-size: 15px;
  }


  .tl-about-intro__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }


  .tl-about-intro__content {
    order: 1;
  }


  .tl-about-intro__visual {
    order: 2;
  }


  .tl-about-intro__floating-card {
    left: 15px;
    bottom: 20px;
  }


  .tl-about-belief__header,
  .tl-about-approach__header {
    margin-bottom: 38px;
  }


  .tl-about-belief__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .tl-about-belief__card:last-child {
    grid-column: auto;
  }


  .tl-about-approach__timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .tl-about-approach__step {
    padding: 26px 22px;
  }


  .tl-about-why__card {
    grid-template-columns: 1fr;
    padding: 32px 22px;
    gap: 40px;
  }


  .tl-about-why__visual {
    order: -1;
  }


  .tl-about-why__circle {
    width: 220px;
    height: 220px;
  }


  .tl-about-why__circle-inner {
    width: 165px;
    height: 165px;
    font-size: 19px;
  }


  .tl-cta-section {
    padding: 60px 16px;
  }


  .tl-cta-card {
    padding: 52px 22px 42px;
    border-radius: 22px;
  }


  .tl-cta-title {
    font-size: 30px;
  }


  .tl-cta-description {
    margin-bottom: 28px;
    font-size: 15px;
  }


  .tl-cta-btn {
    width: 100%;
    padding: 16px 24px;
  }


  .tl-cta-members {
    align-items: flex-start;
    text-align: left;
  }


  .tl-cta-leaf--one {
    left: -10px;
    font-size: 32px;
  }


  .tl-cta-leaf--two {
    right: -5px;
    font-size: 30px;
  }


  .tl-cta-glow--teal {
    width: 250px;
    height: 250px;
  }


  .tl-cta-glow--orange {
    width: 220px;
    height: 220px;
  }

}


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

@media (max-width: 400px) {

  .tl-about-hero__title {
    font-size: 36px;
  }


  .tl-about-intro__title,
  .tl-about-belief__title,
  .tl-about-approach__title,
  .tl-about-why__content h2 {
    font-size: 29px;
  }


  .tl-about-intro__floating-card {
    padding: 14px 16px;
    min-width: 160px;
  }


  .tl-cta-title {
    font-size: 27px;
  }


  .tl-cta-card {
    padding-left: 18px;
    padding-right: 18px;
  }

}


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

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

  .tl-about-belief__card,
  .tl-about-approach__step,
  .tl-cta-btn,
  .tl-cta-btn svg {
    transition: none !important;
  }


  .tl-cta-glow,
  .tl-cta-leaf {
    animation: none !important;
  }

}/* End custom CSS */