.elementor-29416 .elementor-element.elementor-element-41f6a53{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-675b998 *//* =========================================================
   TWOLIFE SERVICES PAGE
   FULLY STANDALONE
   ========================================================= */


/* =========================================================
   MAIN PAGE
   ========================================================= */

.twl-services-page {
  width: 100%;
  overflow: hidden;

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

  color: #010206;

  background: #ffffff;
}


.twl-services-page *,
.twl-services-page *::before,
.twl-services-page *::after {
  box-sizing: border-box;
}


/* =========================================================
   COMMON WRAPPER
   ========================================================= */

.twl-services-wrap {
  width: 100%;

  max-width: 1000px;

  margin: 0 auto;

  padding-left: 20px;
  padding-right: 20px;
}


/* =========================================================
   LABEL
   ========================================================= */

.twl-services-label {
  display: inline-block;

  margin-bottom: 16px;

  color: #0B6D86;

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

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 0.12em;

  text-transform: uppercase;
}


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

.twl-services-hero {
  position: relative;

  padding: 110px 0 100px;

  text-align: center;

  background:
    linear-gradient(
      180deg,
      #F7FBFB 0%,
      #EFF6F7 100%
    );
}


.twl-services-hero-content {
  max-width: 780px;

  margin: 0 auto;
}


.twl-services-hero h1 {
  margin: 0 0 22px;

  color: #010206;

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

  font-size: clamp(38px, 6vw, 58px);

  font-weight: 700;

  line-height: 1.15;

  letter-spacing: -0.035em;
}


.twl-services-hero h1 span {
  display: block;

  color: #0B6D86;
}


.twl-services-hero p {
  max-width: 650px;

  margin: 0 auto 34px;

  color: #5C6B6E;

  font-size: 17px;

  line-height: 1.7;
}


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

.twl-services-main-btn {
  display: inline-flex;

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

  gap: 10px;

  min-height: 54px;

  padding: 0 28px;

  border-radius: 100px;

  background: #0B6D86;

  color: #ffffff;

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

  font-size: 15px;

  font-weight: 600;

  text-decoration: none;

  box-shadow:
    0 12px 24px rgba(11, 109, 134, 0.18);

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


.twl-services-main-btn svg {
  width: 19px;
  height: 19px;

  transition: transform 0.3s ease;
}


.twl-services-main-btn:hover {
  background: #084F61;

  color: #ffffff;

  transform: translateY(-3px);

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


.twl-services-main-btn:hover svg {
  transform: translateX(4px);
}


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

.twl-services-intro {
  padding: 95px 0;

  background: #ffffff;
}


.twl-services-intro-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 90px;

  align-items: start;
}


.twl-services-intro-heading h2 {
  margin: 0;

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

  font-size: clamp(30px, 4vw, 42px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.025em;
}


.twl-services-intro-text p {
  margin: 0 0 18px;

  color: #5C6B6E;

  font-size: 16px;

  line-height: 1.8;
}


.twl-services-intro-text p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   SERVICES SECTION
   ========================================================= */

.twl-services-list-section {
  padding: 90px 0;

  background: #EFF6F7;
}


.twl-services-section-head {
  max-width: 650px;

  margin-bottom: 48px;
}


.twl-services-section-head h2 {
  margin: 0;

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

  font-size: clamp(30px, 4vw, 42px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.025em;
}


/* =========================================================
   SERVICE ROW
   ========================================================= */

.twl-services-list {
  display: grid;

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

  gap: 16px;
}


.twl-service-row {
  position: relative;

  display: grid;

  grid-template-columns: 46px 58px 1fr;

  gap: 18px;

  align-items: start;

  padding: 30px;

  background: #ffffff;

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

  border-radius: 20px;

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


.twl-service-row:hover {
  transform: translateY(-5px);

  border-color: rgba(11, 109, 134, 0.22);

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


/* =========================================================
   NUMBER
   ========================================================= */

.twl-service-row-number {
  padding-top: 4px;

  color: #9AB3B9;

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

  font-size: 13px;

  font-weight: 600;
}


/* =========================================================
   ICON
   ========================================================= */

.twl-service-row-icon {
  display: flex;

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

  width: 58px;
  height: 58px;

  border-radius: 16px;

  background: #E7F3F5;

  color: #0B6D86;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}


.twl-service-row-icon svg {
  width: 26px;
  height: 26px;
}


.twl-service-row:hover .twl-service-row-icon {
  transform: rotate(-5deg) scale(1.05);

  background: #0B6D86;

  color: #ffffff;
}


/* =========================================================
   SERVICE CONTENT
   ========================================================= */

.twl-service-row-content h3 {
  margin: 2px 0 10px;

  color: #010206;

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

  font-size: 19px;

  font-weight: 600;

  line-height: 1.3;
}


.twl-service-row-content p {
  margin: 0;

  color: #5C6B6E;

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   FEATURE SECTION
   ========================================================= */

.twl-services-feature {
  padding: 100px 0;

  background: #ffffff;
}


.twl-services-feature-box {
  display: grid;

  grid-template-columns: 1.2fr 0.8fr;

  align-items: center;

  gap: 80px;

  padding: 60px;

  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      #F7FBFB,
      #EFF6F7
    );

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


.twl-services-feature-content h2 {
  margin: 0 0 20px;

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

  font-size: clamp(30px, 4vw, 42px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.025em;
}


.twl-services-feature-content p {
  margin: 0 0 26px;

  color: #5C6B6E;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================================
   FEATURE LIST
   ========================================================= */

.twl-services-feature-content ul {
  display: grid;

  gap: 13px;

  margin: 0;

  padding: 0;

  list-style: none;
}


.twl-services-feature-content li {
  position: relative;

  padding-left: 28px;

  color: #334346;

  font-size: 15px;

  font-weight: 500;
}


.twl-services-feature-content li::before {
  content: "✓";

  position: absolute;

  left: 0;

  top: -1px;

  color: #0B6D86;

  font-size: 17px;

  font-weight: 700;
}


/* =========================================================
   CIRCLE VISUAL
   ========================================================= */

.twl-services-feature-visual {
  display: flex;

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


.twl-services-circle {
  position: relative;

  display: flex;

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

  width: 270px;
  height: 270px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      #ffffff 0%,
      #E2F1F3 70%
    );

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

  animation: twl-services-float 6s ease-in-out infinite;
}


.twl-services-circle::before,
.twl-services-circle::after {
  content: "";

  position: absolute;

  border-radius: 50%;

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


.twl-services-circle::before {
  width: 220px;
  height: 220px;
}


.twl-services-circle::after {
  width: 165px;
  height: 165px;
}


.twl-services-circle-inner {
  position: relative;

  z-index: 2;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 7px;
}


.twl-services-circle-inner span {
  color: #0B6D86;

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

  font-size: 18px;

  font-weight: 600;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.twl-services-final {
  padding: 90px 0;

  background: #ffffff;
}


.twl-services-final-box {
  padding: 75px 30px;

  text-align: center;

  border-radius: 28px;

  background: #0B6D86;

  color: #ffffff;
}


.twl-services-final-box .twl-services-label {
  color: #B8E0E7;
}


.twl-services-final-box h2 {
  max-width: 700px;

  margin: 0 auto 18px;

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

  font-size: clamp(30px, 4vw, 44px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.025em;
}


.twl-services-final-box p {
  max-width: 560px;

  margin: 0 auto 30px;

  color: #D6EBEF;

  font-size: 16px;

  line-height: 1.7;
}


.twl-services-final-box .twl-services-main-btn {
  background: #ffffff;

  color: #0B6D86;

  box-shadow: none;
}


.twl-services-final-box .twl-services-main-btn:hover {
  background: #EFF6F7;

  color: #084F61;
}


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

@keyframes twl-services-float {

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

  50% {
    transform: translateY(-10px);
  }

}


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

@media (max-width: 900px) {

  .twl-services-hero {
    padding: 90px 0 85px;
  }


  .twl-services-intro-grid {
    gap: 50px;
  }


  .twl-services-list {
    grid-template-columns: 1fr;
  }


  .twl-services-feature-box {
    gap: 45px;

    padding: 45px;
  }

}


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

@media (max-width: 700px) {

  .twl-services-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }


  .twl-services-hero {
    padding: 75px 0 70px;
  }


  .twl-services-hero h1 {
    font-size: 38px;
  }


  .twl-services-hero p {
    font-size: 15px;
  }


  .twl-services-intro,
  .twl-services-list-section,
  .twl-services-feature,
  .twl-services-final {
    padding: 65px 0;
  }


  .twl-services-intro-grid {
    grid-template-columns: 1fr;

    gap: 25px;
  }


  .twl-services-list {
    grid-template-columns: 1fr;
  }


  .twl-service-row {
    grid-template-columns: 35px 54px 1fr;

    gap: 13px;

    padding: 24px 20px;
  }


  .twl-service-row-icon {
    width: 54px;
    height: 54px;
  }


  .twl-services-feature-box {
    grid-template-columns: 1fr;

    padding: 35px 24px;

    gap: 40px;
  }


  .twl-services-feature-visual {
    order: -1;
  }


  .twl-services-circle {
    width: 220px;
    height: 220px;
  }


  .twl-services-circle::before {
    width: 180px;
    height: 180px;
  }


  .twl-services-circle::after {
    width: 135px;
    height: 135px;
  }


  .twl-services-final-box {
    padding: 55px 22px;
  }


  .twl-services-main-btn {
    width: 100%;
  }

}


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

@media (max-width: 420px) {

  .twl-services-hero h1 {
    font-size: 33px;
  }


  .twl-services-section-head h2,
  .twl-services-intro-heading h2,
  .twl-services-feature-content h2 {
    font-size: 29px;
  }


  .twl-service-row {
    grid-template-columns: 1fr;
  }


  .twl-service-row-number {
    display: none;
  }

}


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

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

  .twl-service-row,
  .twl-service-row-icon,
  .twl-services-main-btn,
  .twl-services-main-btn svg,
  .twl-services-circle {
    animation: none !important;

    transition: none !important;
  }

}/* End custom CSS */