.elementor-11752 .elementor-element.elementor-element-4dbadf49{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11752 .elementor-element.elementor-element-bda79b3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11752 .elementor-element.elementor-element-195555f8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11752 .elementor-element.elementor-element-53771a94{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11752 .elementor-element.elementor-element-7645875{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:20%;--padding-right:20%;}.elementor-11752 .elementor-element.elementor-element-8aaf189{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-11752 .elementor-element.elementor-element-8aaf189.elementor-element{--align-self:center;}.elementor-11752 .elementor-element.elementor-element-f6ea355{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11752 .elementor-element.elementor-element-bd6b4e2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6e442b81 *//* ================================
   City/Village Page Hero
================================ */

.ml-city-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #062b25;
  font-family: inherit;
}

/* Cycling Background */

.ml-city-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #062b25;
}

.ml-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0;
  transform: scale(1.06) translateX(0);
  animation: mlHeroCycle 24s infinite ease-in-out;
  will-change: opacity, transform;
}

.ml-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(6, 43, 37, 0.68),
      rgba(4, 26, 23, 0.46)
    ),
    radial-gradient(
      circle at 18% 25%,
      rgba(25, 211, 197, 0.12),
      transparent 34%
    );
}

/* Hero images */

.ml-hero-slide-1 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_28_36-PM.webp");
  animation-delay: 0s;
}

.ml-hero-slide-2 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_53_20-PM.webp");
  animation-delay: 8s;
}

.ml-hero-slide-3 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_51_42-PM.webp");
  animation-delay: 16s;
}

/* Smooth fade + slow movement */

@keyframes mlHeroCycle {
  0% {
    opacity: 0;
    transform: scale(1.08) translateX(18px);
  }

  8% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  36% {
    opacity: 0;
    transform: scale(1.02) translateX(-12px);
  }

  100% {
    opacity: 0;
    transform: scale(1.08) translateX(18px);
  }
}

/* Extra soft overlay */

.ml-city-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(25, 211, 197, 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 70%,
      rgba(255, 255, 255, 0.04),
      transparent 30%
    );
  pointer-events: none;
}

.ml-city-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
}

/* Logo */

.ml-city-hero-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin-bottom: 26px;
  padding: 18px;
  background: rgba(255, 255, 255, 1);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.ml-city-hero-logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Text */

.ml-city-hero h1 {
  width: 100%;
  max-width: 880px;
  min-width: 0;
  margin: 0 0 22px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: #ffffff;

  /* Long settlement name protection */
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.ml-city-hero h1 span {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.ml-city-hero-subtitle {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.ml-city-quote {
  max-width: 760px;
  margin: 30px 0 36px;
  padding: 22px 28px;
  border-left: 4px solid #19d3c5;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 0 24px 24px 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  font-weight: 600;
  color: #ffffff;
  backdrop-filter: blur(8px);
}

/* Buttons */

.ml-city-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ml-city-btn-primary,
.ml-city-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ml-city-btn-primary {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
}

.ml-city-btn-primary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #04211d;
}

.ml-city-btn-secondary {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.ml-city-btn-secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #04211d;
}

/* Mobile */

@media (max-width: 767px) {
  .ml-city-hero {
    min-height: auto;
  }

  .ml-city-hero-inner {
    width: min(100% - 28px, 1080px);
    padding: 96px 0 76px;
  }

  .ml-city-hero-logo-box {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 18px;
  }

  .ml-city-hero h1 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: clamp(36px, 10.5vw, 50px) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.052em;
    margin-bottom: 20px;

    /* Long settlement name protection */
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    word-break: break-word;
    hyphens: auto;
  }

  .ml-city-hero h1 span {
    display: block;
    max-width: 100%;
    min-width: 0;

    /* Long settlement name protection */
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    word-break: break-word;
    hyphens: auto;
  }

  .ml-city-hero-subtitle {
    font-size: 18px;
  }

  .ml-city-quote {
    padding: 18px;
    border-radius: 0 18px 18px 0;
  }

  .ml-city-btn-primary,
  .ml-city-btn-secondary {
    width: 100%;
  }

  .ml-hero-slide {
    background-position: center center;
  }
}

/* Extra small phones */

@media (max-width: 390px) {
  .ml-city-hero-inner {
    width: min(100% - 24px, 1080px);
  }

  .ml-city-hero h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.048em;

    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    word-break: break-word;
    hyphens: auto;
  }

  .ml-city-hero h1 span {
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    word-break: break-word;
    hyphens: auto;
  }
}

/* Very narrow phones */

@media (max-width: 340px) {
  .ml-city-hero h1 {
    font-size: clamp(31px, 9.6vw, 40px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.04em;
  }
}

/* Accessibility: reduce motion */

@media (prefers-reduced-motion: reduce) {
  .ml-hero-slide {
    animation: none;
  }

  .ml-hero-slide-1 {
    opacity: 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ffdec9f *//* ================================ Trust / Service Intro Block ================================ */ .ml-trust-intro { position: relative; padding: 90px 0; background: radial-gradient(circle at top left, rgba(25, 211, 197, 0.12), transparent 28%), radial-gradient(circle at bottom right, rgba(6, 43, 37, 0.06), transparent 28%), linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%); font-family: inherit; overflow: hidden; } .ml-trust-intro::before { content: ""; position: absolute; top: -140px; left: -140px; width: 320px; height: 320px; border-radius: 50%; background: rgba(25, 211, 197, 0.08); pointer-events: none; } .ml-trust-wrap { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; } .ml-trust-head { max-width: 820px; margin: 0 auto 46px; text-align: center; } .ml-trust-head h2 { margin: 0 0 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; font-weight: 850; letter-spacing: -0.045em; color: #062b25; } .ml-trust-head p { margin: 0 auto; max-width: 760px; font-size: 17px; line-height: 1.75; color: #465956; } .ml-trust-head strong { color: #062b25; font-weight: 800; } /* Layout with photo */ .ml-trust-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 28px; align-items: stretch; } .ml-trust-photo { position: relative; min-height: 430px; border-radius: 34px; overflow: hidden; box-shadow: 0 22px 60px rgba(6, 43, 37, 0.14); background: #062b25; } .ml-trust-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6, 43, 37, 0.18), rgba(6, 43, 37, 0.58)), radial-gradient(circle at top left, rgba(25, 211, 197, 0.18), transparent 34%); pointer-events: none; } .ml-trust-photo img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; object-position: center; transform: scale(1.02); } /* Cards */ .ml-trust-grid { display: grid; grid-template-columns: 1fr; gap: 22px; } .ml-trust-card { position: relative; padding: 32px; border-radius: 30px; background: radial-gradient(circle at top right, rgba(25, 211, 197, 0.14), transparent 34%), #f4fbfa; border: 1px solid rgba(6, 43, 37, 0.08); box-shadow: 0 18px 48px rgba(6, 43, 37, 0.07); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; } .ml-trust-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(6, 43, 37, 0.11); } .ml-trust-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 130px; height: 130px; border-radius: 50%; background: rgba(25, 211, 197, 0.1); } .ml-trust-icon { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 18px; background: #062b25; color: #19d3c5; font-size: 17px; font-weight: 900; } .ml-trust-card h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: 24px; line-height: 1.2; font-weight: 850; color: #062b25; } .ml-trust-card p { position: relative; z-index: 1; margin: 0; font-size: 15.5px; line-height: 1.7; color: #52635f; } /* Tablet */ @media (max-width: 1000px) { .ml-trust-layout { grid-template-columns: 1fr; } .ml-trust-photo { min-height: 360px; } .ml-trust-photo img { min-height: 360px; } .ml-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 900px) { .ml-trust-grid { grid-template-columns: 1fr; } } /* Mobile */ @media (max-width: 767px) { .ml-trust-intro { padding: 64px 0; } .ml-trust-wrap { width: min(100% - 28px, 1180px); } .ml-trust-head { margin-bottom: 34px; text-align: left; } .ml-trust-head h2 { font-size: 32px; } .ml-trust-head p { font-size: 16px; } .ml-trust-layout { gap: 22px; } .ml-trust-photo { min-height: 260px; border-radius: 24px; } .ml-trust-photo img { min-height: 260px; } .ml-trust-card { padding: 28px; border-radius: 24px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50ebab53 *//* ================================
   Service Cards Block
================================ */

.ml-service-cards {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at top left, rgba(25, 211, 197, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(6, 43, 37, 0.06), transparent 30%),
    linear-gradient(180deg, #eefaf8 0%, #f7fcfb 100%);
  font-family: inherit;
  overflow: hidden;
}

.ml-service-cards::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.12);
  pointer-events: none;
}

.ml-service-cards-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ml-service-cards-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.ml-service-cards-head h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ml-service-cards-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

.ml-service-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ml-service-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at bottom right, rgba(25, 211, 197, 0.16), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 22px 58px rgba(6, 43, 37, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ml-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(25, 211, 197, 0.25);
  box-shadow: 0 28px 70px rgba(6, 43, 37, 0.13);
}

.ml-service-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.12);
}

.ml-service-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border-radius: 18px;
  background: #062b25;
  box-shadow: 0 12px 28px rgba(6, 43, 37, 0.18);
}

.ml-service-card-icon span {
  color: #19d3c5;
  font-size: 17px;
  font-weight: 900;
}

.ml-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #062b25;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ml-service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #52635f;
  font-size: 15.5px;
  line-height: 1.75;
}

/* Tablet */

@media (max-width: 1100px) {
  .ml-service-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ml-service-cards {
    padding: 66px 0;
  }

  .ml-service-cards-wrap {
    width: min(100% - 28px, 1180px);
  }

  .ml-service-cards-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .ml-service-cards-head h2 {
    font-size: 32px;
  }

  .ml-service-cards-head p {
    font-size: 16px;
  }

  .ml-service-cards-grid {
    grid-template-columns: 1fr;
  }

  .ml-service-card {
    min-height: auto;
    padding: 28px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-694d6326 *//* ================================
   Process Section + CTA
================================ */

.ml-process-cta {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(6, 43, 37, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
  font-family: inherit;
  overflow: hidden;
}

.ml-process-cta::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 90px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.08);
  pointer-events: none;
}

.ml-process-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Heading */

.ml-process-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.ml-process-head h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ml-process-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

/* Steps */

.ml-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.ml-process-step {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: #062b25;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(6, 43, 37, 0.14);
}

.ml-process-step::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.14);
}

.ml-process-number {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  color: #19d3c5;
  font-size: 48px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.ml-process-content {
  position: relative;
  z-index: 1;
}

.ml-process-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
}

.ml-process-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.7;
}

/* Photo Grid */

.ml-process-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 48px;
}

.ml-process-photo-card {
  position: relative;
  min-height: 260px;
  border-radius: 30px;
  overflow: hidden;
  background: #062b25;
  box-shadow: 0 18px 48px rgba(6, 43, 37, 0.12);
}

.ml-process-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.ml-process-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 43, 37, 0.05), rgba(6, 43, 37, 0.62)),
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.14), transparent 36%);
  pointer-events: none;
}

.ml-process-photo-label {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  color: #ffffff;
}

.ml-process-photo-label span {
  display: inline-block;
  margin-bottom: 8px;
  color: #19d3c5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ml-process-photo-label strong {
  display: block;
  max-width: 520px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 850;
}

/* CTA Box */

.ml-process-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.24), transparent 34%),
    linear-gradient(135deg, #f4fbfa 0%, #ffffff 100%);
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 18px 52px rgba(6, 43, 37, 0.08);
}

.ml-process-cta-text h2 {
  margin: 0 0 14px;
  color: #062b25;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ml-process-cta-text p {
  max-width: 680px;
  margin: 0;
  color: #465956;
  font-size: 16.5px;
  line-height: 1.75;
}

.ml-process-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.ml-process-btn-primary,
.ml-process-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.ml-process-btn-primary {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.22);
}

.ml-process-btn-primary:hover {
  transform: translateY(-2px);
  background: #062b25;
  color: #ffffff;
}

.ml-process-btn-secondary {
  background: #ffffff;
  color: #062b25;
  border: 1px solid rgba(6, 43, 37, 0.12);
}

.ml-process-btn-secondary:hover {
  transform: translateY(-2px);
  background: #062b25;
  color: #ffffff;
}

/* Tablet */

@media (max-width: 1000px) {
  .ml-process-grid,
  .ml-process-photo-grid {
    grid-template-columns: 1fr;
  }

  .ml-process-cta-box {
    grid-template-columns: 1fr;
  }

  .ml-process-cta-buttons {
    justify-content: flex-start;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ml-process-cta {
    padding: 64px 0;
  }

  .ml-process-wrap {
    width: min(100% - 28px, 1180px);
  }

  .ml-process-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .ml-process-head h2 {
    font-size: 32px;
  }

  .ml-process-head p {
    font-size: 16px;
  }

  .ml-process-step {
    padding: 28px;
    border-radius: 24px;
  }

  .ml-process-number {
    font-size: 42px;
  }

  .ml-process-photo-card {
    min-height: 230px;
    border-radius: 24px;
  }

  .ml-process-photo-card img {
    min-height: 230px;
  }

  .ml-process-photo-label {
    left: 22px;
    right: 22px;
    bottom: 20px;
  }

  .ml-process-photo-label strong {
    font-size: 21px;
  }

  .ml-process-cta-box {
    padding: 30px;
    border-radius: 26px;
  }

  .ml-process-cta-text h2 {
    font-size: 29px;
  }

  .ml-process-btn-primary,
  .ml-process-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e4ff80 */.ml-dynamic-page-title {
  width: 100%;
  padding: 64px 20px 26px;
  background: #eefcf9;
  text-align: center;
}

.ml-dynamic-page-title-inner {
  width: min(920px, 100%);
  margin: 0 auto;
}

.ml-dynamic-page-title h1 {
  margin: 0;
  color: #022c28;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.ml-dynamic-title-line {
  width: 78px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #19d3c5;
}

@media (max-width: 767px) {
  .ml-dynamic-page-title {
    padding: 44px 18px 22px;
  }

  .ml-dynamic-page-title h1 {
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .ml-dynamic-title-line {
    width: 68px;
    height: 4px;
    margin-top: 18px;
  }
}

@media (max-width: 390px) {
  .ml-dynamic-page-title h1 {
    font-size: clamp(28px, 8vw, 38px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8aaf189 *//* ================================
   Manual SEO Text Block - Clean Centered
================================ */

.ml-seo-block {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top left, rgba(25, 211, 197, 0.10), transparent 28%),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  font-family: inherit;
  overflow: hidden;
}

/* Keep the actual widgets centered */
.ml-seo-heading,
.ml-seo-content,
.ml-seo-text {
  width: min(1675px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Heading */
.ml-seo-heading {
  margin-bottom: 28px;
  text-align: center;
}

.ml-seo-heading .elementor-heading-title {
  margin: 0;
  color: #062b25;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ml-seo-heading .elementor-heading-title::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #19d3c5;
}

/* Text container */
.ml-seo-content,
.ml-seo-text {
  color: #40524f;
  font-family: inherit;
}

.ml-seo-content .elementor-widget-container,
.ml-seo-text .elementor-widget-container {
  margin: 0;
  padding: 0;
}

/* Paragraphs */
.ml-seo-content p,
.ml-seo-text p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.85;
  color: #40524f;
  font-weight: 400;
}

/* Headings inside SEO text */
.ml-seo-content h2,
.ml-seo-content h3,
.ml-seo-content h4,
.ml-seo-text h2,
.ml-seo-text h3,
.ml-seo-text h4 {
  margin: 42px 0 18px;
  color: #062b25;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.ml-seo-content h2,
.ml-seo-text h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.ml-seo-content h3,
.ml-seo-text h3 {
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 1.2;
}

.ml-seo-content h4,
.ml-seo-text h4 {
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.25;
}

/* Bold text */
.ml-seo-content strong,
.ml-seo-content b,
.ml-seo-text strong,
.ml-seo-text b {
  color: #062b25;
  font-weight: 850;
}

/* Links */
.ml-seo-content a,
.ml-seo-text a {
  color: #e91e63;
  font-weight: 850;
  text-decoration: none;
}

.ml-seo-content a:hover,
.ml-seo-text a:hover {
  text-decoration: underline;
}

/* Lists */
.ml-seo-content ul,
.ml-seo-content ol,
.ml-seo-text ul,
.ml-seo-text ol {
  margin: 22px 0 30px;
  padding-left: 24px;
}

.ml-seo-content li,
.ml-seo-text li {
  margin-bottom: 11px;
  font-size: 17.5px;
  line-height: 1.75;
  color: #40524f;
}

.ml-seo-content li::marker,
.ml-seo-text li::marker {
  color: #19d3c5;
}

/* Remove unnecessary first/last spacing */
.ml-seo-content > *:first-child,
.ml-seo-text > *:first-child {
  margin-top: 0;
}

.ml-seo-content > *:last-child,
.ml-seo-text > *:last-child {
  margin-bottom: 0;
}

/* Fix for Elementor HTML widget spacing */
.elementor-widget-html .ml-seo-content,
.elementor-widget-html .ml-seo-text {
  margin-top: 0;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .ml-seo-block {
    padding: 64px 0;
  }

  .ml-seo-heading,
  .ml-seo-content,
  .ml-seo-text {
    width: min(100% - 28px, 940px);
  }

  .ml-seo-heading {
    text-align: left;
  }

  .ml-seo-heading .elementor-heading-title {
    font-size: 32px;
  }

  .ml-seo-heading .elementor-heading-title::after {
    margin-left: 0;
  }

  .ml-seo-content p,
  .ml-seo-text p {
    font-size: 16.5px;
    line-height: 1.75;
  }

  .ml-seo-content li,
  .ml-seo-text li {
    font-size: 16px;
  }

  .ml-seo-content h2,
  .ml-seo-text h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .ml-seo-content h3,
  .ml-seo-text h3 {
    font-size: 23px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7645875 *//* ================================
   Manual SEO Text Block - Clean Centered
================================ */

.ml-seo-block {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top left, rgba(25, 211, 197, 0.10), transparent 28%),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  font-family: inherit;
  overflow: hidden;
}

/* Keep the actual widgets centered */
.ml-seo-heading,
.ml-seo-content {
  width: min(940px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Heading */
.ml-seo-heading {
  margin-bottom: 28px;
  text-align: center;
}

.ml-seo-heading .elementor-heading-title {
  margin: 0;
  color: #062b25;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ml-seo-heading .elementor-heading-title::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #19d3c5;
}

/* Text */
.ml-seo-content {
  color: #40524f;
}

.ml-seo-content .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.ml-seo-content h2,
.ml-seo-content h3,
.ml-seo-content h4 {
  margin: 42px 0 18px;
  color: #062b25;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.ml-seo-content h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.ml-seo-content h3 {
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 1.2;
}

.ml-seo-content p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.85;
  color: #40524f;
}

.ml-seo-content strong,
.ml-seo-content b {
  color: #062b25;
  font-weight: 850;
}

.ml-seo-content ul,
.ml-seo-content ol {
  margin: 22px 0 30px;
  padding-left: 24px;
}

.ml-seo-content li {
  margin-bottom: 11px;
  font-size: 17.5px;
  line-height: 1.75;
  color: #40524f;
}

.ml-seo-content li::marker {
  color: #19d3c5;
}

/* Mobile */
@media (max-width: 767px) {
  .ml-seo-block {
    padding: 64px 0;
  }

  .ml-seo-heading,
  .ml-seo-content {
    width: min(100% - 28px, 940px);
  }

  .ml-seo-heading {
    text-align: left;
  }

  .ml-seo-heading .elementor-heading-title {
    font-size: 32px;
  }

  .ml-seo-heading .elementor-heading-title::after {
    margin-left: 0;
  }

  .ml-seo-content p {
    font-size: 16.5px;
    line-height: 1.75;
  }

  .ml-seo-content li {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca30204 *//* ================================
   FAQ Block
================================ */

.ml-faq {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.13), transparent 30%),
    radial-gradient(circle at bottom left, rgba(6, 43, 37, 0.06), transparent 28%),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  font-family: inherit;
  overflow: hidden;
}

.ml-faq-wrap {
  position: relative;
  z-index: 1;
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
}

.ml-faq-head {
  max-width: 800px;
  margin: 0 auto 46px;
  text-align: center;
}

.ml-faq-head h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ml-faq-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

.ml-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ml-faq-item {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 16px 42px rgba(6, 43, 37, 0.06);
  overflow: hidden;
}

.ml-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  color: #062b25;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.ml-faq-item summary::-webkit-details-marker {
  display: none;
}

.ml-faq-item summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f4fbfa;
  color: #0a8f84;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  transition: 0.25s ease;
}

.ml-faq-item[open] summary::after {
  content: "−";
  background: #19d3c5;
  color: #04211d;
}

.ml-faq-item p {
  margin: 0;
  padding: 0 28px 26px;
  max-width: 880px;
  color: #52635f;
  font-size: 16.5px;
  line-height: 1.75;
}

.ml-faq-item[open] {
  border-color: rgba(25, 211, 197, 0.28);
  box-shadow: 0 22px 55px rgba(6, 43, 37, 0.09);
}

/* Mobile */

@media (max-width: 767px) {
  .ml-faq {
    padding: 66px 0;
  }

  .ml-faq-wrap {
    width: min(100% - 28px, 1050px);
  }

  .ml-faq-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .ml-faq-head h2 {
    font-size: 32px;
  }

  .ml-faq-head p {
    font-size: 16px;
  }

  .ml-faq-item {
    border-radius: 20px;
  }

  .ml-faq-item summary {
    padding: 20px 22px;
    font-size: 16.5px;
  }

  .ml-faq-item summary::after {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .ml-faq-item p {
    padding: 0 22px 22px;
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cf6b3c *//* ================================
   Final CTA Block
================================ */

.ml-final-cta {
  position: relative;
  padding: 105px 0;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.20), transparent 32%),
    radial-gradient(circle at bottom left, rgba(25, 211, 197, 0.10), transparent 28%),
    linear-gradient(135deg, #062b25 0%, #083b33 52%, #041f1b 100%);
  color: #ffffff;
  font-family: inherit;
  overflow: hidden;
}

.ml-final-cta::before {
  content: "";
  position: absolute;
  top: 58px;
  right: -90px;
  width: 260px;
  height: 260px;
  border: 28px solid rgba(25, 211, 197, 0.10);
  border-radius: 50%;
  pointer-events: none;
}

.ml-final-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(rgba(25, 211, 197, 0.18) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.55;
  pointer-events: none;
}

.ml-final-cta-wrap {
  position: relative;
  z-index: 1;
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
}

.ml-final-cta-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.ml-final-cta h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.ml-final-cta p {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  line-height: 1.75;
}

.ml-final-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ml-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ml-final-cta-btn.primary {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
}

.ml-final-cta-btn.primary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #04211d;
}

.ml-final-cta-btn.secondary {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ml-final-cta-btn.secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #04211d;
}

/* Mobile */

@media (max-width: 767px) {
  .ml-final-cta {
    padding: 72px 0;
  }

  .ml-final-cta-wrap {
    width: min(100% - 28px, 1050px);
  }

  .ml-final-cta-content {
    text-align: left;
  }

  .ml-final-cta h2 {
    font-size: 36px;
  }

  .ml-final-cta p {
    font-size: 16.5px;
  }

  .ml-final-cta-buttons {
    justify-content: flex-start;
  }

  .ml-final-cta-btn {
    width: 100%;
  }
}/* End custom CSS */