.elementor-10 .elementor-element.elementor-element-2ef85c46{--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-10 .elementor-element.elementor-element-4faef4ce{--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-10 .elementor-element.elementor-element-4dfa5477{--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-10 .elementor-element.elementor-element-dba6274{--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-10 .elementor-element.elementor-element-4f54ef64{--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-10 .elementor-element.elementor-element-40faaa45{--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-10 .elementor-element.elementor-element-4a076454{--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-10 .elementor-element.elementor-element-4a77fb50{--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-5fd39c78 */:root {
  --ml-teal: #00b8ad;
  --ml-teal-light: #5ff5eb;
  --ml-green: #0b3d37;
  --ml-dark: #052622;
  --ml-deep: #031b18;
  --ml-white: #ffffff;
}

.ml-hero,
.ml-hero * {
  box-sizing: border-box;
}

.ml-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  color: var(--ml-white);
  background: var(--ml-dark);
  font-family: "Montserrat", Arial, sans-serif;
}


/* ================================
   Slideshow Background
================================ */

.ml-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.ml-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.06);
  animation: mlHeroSlide 18s infinite;
  will-change: opacity, transform;
}

.ml-slide-1 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-11_52_50-AM.webp");
  animation-delay: 0s;
}

.ml-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: 6s;
}

.ml-slide-3 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_28_36-PM.webp");
  animation-delay: 12s;
}

@keyframes mlHeroSlide {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }

  8% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  38% {
    opacity: 0;
    transform: scale(1.14);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}


/* ================================
   Overlay / Effects
================================ */

.ml-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 31, 28, 0.98) 0%,
      rgba(3, 45, 40, 0.94) 30%,
      rgba(3, 58, 52, 0.72) 50%,
      rgba(3, 58, 52, 0.30) 73%,
      rgba(3, 58, 52, 0.08) 100%
    );
  z-index: 2;
}

.ml-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 45%, rgba(0, 184, 173, 0.13), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(3, 27, 24, 0.22) 100%);
}

.ml-hero-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  left: -260px;
  top: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 184, 173, 0.26), transparent 70%);
  z-index: 4;
  pointer-events: none;
}

.ml-hero-arc {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
}

.arc-1 {
  width: 720px;
  height: 720px;
  top: -210px;
  left: 33%;
  border: 30px solid rgba(0, 184, 173, 0.38);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-14deg);
}

.arc-2 {
  width: 635px;
  height: 635px;
  top: -165px;
  left: 35.5%;
  border: 20px solid rgba(255, 255, 255, 0.08);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-14deg);
}


/* ================================
   Main Content
================================ */

.ml-hero-content {
  position: relative;
  z-index: 6;
  width: min(1550px, calc(100% - 44px));
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 255px;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ml-logo-card {
  width: 185px;
  padding: 14px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.26);
}

.ml-hero-logo {
  display: block;
  width: 100%;
  height: auto;
}

.ml-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(95, 245, 235, 0.34);
  border-radius: 999px;
  background: rgba(0, 184, 173, 0.13);
  color: var(--ml-teal-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ml-hero h1 {
  max-width: 750px;
  margin: 0;
  color: var(--ml-white);
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.ml-hero h1 span {
  display: block;
  margin-top: 6px;
  color: var(--ml-teal);
}

.ml-title-line {
  width: 105px;
  height: 5px;
  margin: 26px 0 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ml-teal), var(--ml-teal-light));
  box-shadow: 0 0 24px rgba(0, 184, 173, 0.55);
}

.ml-hero p {
  max-width: 590px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.52;
  font-weight: 500;
}

.ml-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ml-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 58px;
  padding: 15px 30px;
  border-radius: 11px;
  color: var(--ml-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.ml-btn:hover {
  transform: translateY(-3px);
}

.ml-btn-primary {
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  box-shadow: 0 16px 34px rgba(0, 184, 173, 0.34);
}

.ml-btn-outline {
  border: 1px solid rgba(95, 245, 235, 0.65);
  background: rgba(3, 39, 35, 0.48);
  backdrop-filter: blur(12px);
}

.ml-btn-outline:hover {
  background: rgba(0, 184, 173, 0.16);
  border-color: rgba(95, 245, 235, 0.95);
}


/* ================================
   Slide Indicators
================================ */

.ml-slide-indicators {
  position: absolute;
  left: max(22px, calc((100vw - 1550px) / 2));
  bottom: 220px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
}

.ml-slide-indicators span {
  width: 33px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  position: relative;
}

.ml-slide-indicators span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ml-teal), var(--ml-teal-light));
  transform: scaleX(0);
  transform-origin: left;
}

.ml-slide-indicators span:nth-child(1)::before {
  animation: mlIndicator 18s infinite;
  animation-delay: 0s;
}

.ml-slide-indicators span:nth-child(2)::before {
  animation: mlIndicator 18s infinite;
  animation-delay: 6s;
}

.ml-slide-indicators span:nth-child(3)::before {
  animation: mlIndicator 18s infinite;
  animation-delay: 12s;
}

@keyframes mlIndicator {
  0% {
    transform: scaleX(0);
  }

  8% {
    transform: scaleX(0);
  }

  28% {
    transform: scaleX(1);
  }

  38% {
    transform: scaleX(1);
  }

  39% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(0);
  }
}


/* ================================
   Dots
================================ */

.ml-dots {
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 180px;
  height: 180px;
  z-index: 4;
  opacity: 0.28;
  background-image: radial-gradient(rgba(95, 245, 235, 0.7) 2px, transparent 2px);
  background-size: 15px 15px;
}


/* ================================
   Benefit Bar
================================ */

.ml-benefit-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 24px max(34px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(3, 38, 34, 0.96), rgba(2, 31, 28, 0.98));
  border-top: 1px solid rgba(95, 245, 235, 0.14);
  backdrop-filter: blur(18px);
}

.ml-benefit {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 96px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.ml-benefit:hover {
  transform: translateY(-3px);
  background: rgba(0, 184, 173, 0.09);
  border-color: rgba(95, 245, 235, 0.22);
}

.ml-benefit-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--ml-teal-light);
  font-size: 27px;
  font-weight: 800;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(0, 184, 173, 0.06));
  border: 1px solid rgba(95, 245, 235, 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.ml-benefit h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.ml-benefit p {
  margin: 0;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}


/* ================================
   Tablet
================================ */

@media (max-width: 1100px) {
  .ml-hero {
    min-height: auto;
  }

  .ml-hero-slide {
    background-position: 58% center;
  }

  .ml-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 31, 28, 0.98) 0%,
        rgba(3, 45, 40, 0.94) 40%,
        rgba(3, 58, 52, 0.70) 68%,
        rgba(3, 58, 52, 0.28) 100%
      );
  }

  .ml-hero-content {
    width: min(100% - 64px, 900px);
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 700px;
  }

  .ml-logo-card {
    width: 175px;
  }

  .ml-hero h1 {
    max-width: 760px;
    font-size: clamp(42px, 6vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.045em;
  }

  .ml-hero p {
    max-width: 680px;
    font-size: 18px;
  }

  .arc-1,
  .arc-2 {
    left: 46%;
    opacity: 0.45;
  }

  .ml-dots {
    bottom: 250px;
    opacity: 0.22;
  }

  .ml-slide-indicators {
    bottom: 34px;
  }

  .ml-benefit-bar {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 32px 28px;
  }

  .ml-benefit {
    min-height: 110px;
    padding: 20px;
    grid-template-columns: 54px 1fr;
  }

  .ml-benefit h3 {
    font-size: 17px;
  }

  .ml-benefit p {
    max-width: none;
    font-size: 13.5px;
  }
}


/* ================================
   Mobile
================================ */

@media (max-width: 700px) {
  .ml-hero {
    min-height: auto;
    overflow: hidden;
  }

  .ml-hero-slide {
    background-position: 64% center;
    background-size: cover;
  }

  .ml-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 31, 28, 0.98) 0%,
        rgba(3, 39, 35, 0.96) 42%,
        rgba(3, 48, 43, 0.90) 72%,
        rgba(3, 35, 31, 0.98) 100%
      );
  }

  .ml-hero-glow {
    width: 420px;
    height: 420px;
    left: -210px;
    top: 130px;
    opacity: 0.7;
  }

  .arc-1,
  .arc-2 {
    width: 380px;
    height: 380px;
    top: -125px;
    left: 42%;
    border-width: 16px;
    opacity: 0.24;
  }

  .ml-hero-content {
    width: calc(100% - 32px);
    padding-top: 42px;
    padding-bottom: 48px;
    min-height: auto;
    justify-content: flex-start;
  }

  .ml-logo-card {
    width: 150px;
    padding: 11px;
    margin-bottom: 24px;
    border-radius: 14px;
  }

  .ml-eyebrow {
    max-width: 100%;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .ml-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .ml-hero h1 span {
    margin-top: 4px;
  }

  .ml-title-line {
    width: 90px;
    height: 4px;
    margin: 24px 0 22px;
  }

  .ml-hero p {
    max-width: 100%;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.55;
  }

  .ml-hero-buttons {
    width: 100%;
    flex-direction: column;
    gap: 13px;
  }

  .ml-btn,
  .ml-btn:link,
  .ml-btn:visited,
  .ml-btn:hover,
  .ml-btn:focus,
  .ml-btn:active {
    width: 100%;
    min-height: 56px;
    padding: 15px 18px;
    font-size: 15.5px;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .ml-btn span {
    color: inherit !important;
  }

  .ml-slide-indicators {
    display: none;
  }

  .ml-dots {
    display: none;
  }

  .ml-benefit-bar {
    position: relative;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px 22px;
  }

  .ml-benefit {
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 14px;
    min-height: auto;
    padding: 17px;
    border-radius: 17px;
  }

  .ml-benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 14px;
  }

  .ml-benefit h3 {
    font-size: 16px;
    line-height: 1.12;
    margin-bottom: 5px;
  }

  .ml-benefit p {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.38;
  }
}


/* ================================
   Extra Small Phones
================================ */

@media (max-width: 390px) {
  .ml-hero-content {
    width: calc(100% - 28px);
  }

  .ml-logo-card {
    width: 140px;
  }

  .ml-hero h1 {
    font-size: clamp(31px, 9.2vw, 36px);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .ml-eyebrow {
    font-size: 11.5px;
  }

  .ml-hero p {
    font-size: 15.5px;
  }

  .ml-btn {
    font-size: 15px;
  }

  .ml-benefit {
    grid-template-columns: 46px 1fr;
    padding: 15px;
  }

  .ml-benefit-icon {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
}


/* ================================
   Reduced Motion
================================ */

@media (prefers-reduced-motion: reduce) {
  .ml-hero-slide,
  .ml-slide-indicators span::before {
    animation: none;
  }

  .ml-slide-1 {
    opacity: 1;
    transform: none;
  }
}
/* ================================
   Mobile Hero Text Fix
================================ */

@media (max-width: 700px) {

  .ml-hero-content {
    width: calc(100% - 28px);
    padding-left: 0;
    padding-right: 0;
  }

  .ml-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.035em;

    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .ml-hero h1 span {
    display: block;
    max-width: 100%;
  }

  .ml-eyebrow {
    max-width: 100%;
    font-size: 11.5px;
  }

  .ml-hero p {
    max-width: 100%;
    font-size: 15.5px;
  }

  .ml-btn,
  .ml-btn:link,
  .ml-btn:visited {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 390px) {

  .ml-hero h1 {
    font-size: clamp(27px, 8vw, 33px);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .ml-logo-card {
    width: 132px;
  }
}
/* ================================
   Mobile Hero Image Visibility Fix
   - makes slideshow pictures more visible on phone
================================ */

@media (max-width: 700px) {

  .ml-hero {
    background: #062b26;
  }

  .ml-hero-slide {
    background-position: center center;
    background-size: cover;
    filter: brightness(1.08) contrast(1.05) saturate(1.08);
  }

  .ml-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 31, 28, 0.76) 0%,
        rgba(3, 39, 35, 0.66) 34%,
        rgba(3, 48, 43, 0.52) 58%,
        rgba(3, 35, 31, 0.78) 100%
      );
  }

  .ml-hero::after {
    background:
      radial-gradient(circle at 22% 42%, rgba(0, 184, 173, 0.16), transparent 38%),
      linear-gradient(180deg, rgba(3, 27, 24, 0.05) 0%, rgba(3, 27, 24, 0.22) 100%);
  }

  .ml-hero-content {
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
  }

  .ml-logo-card {
    background: rgba(255, 255, 255, 0.96);
  }

  .ml-eyebrow {
    background: rgba(0, 184, 173, 0.24);
    border-color: rgba(95, 245, 235, 0.55);
    backdrop-filter: blur(8px);
  }

  .ml-btn-outline {
    background: rgba(3, 39, 35, 0.38);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bb317b7 *//* Next block - Why choose us */
.ml-why {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 184, 173, 0.18), transparent 32%),
    linear-gradient(180deg, #031f1c 0%, #052b27 100%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-why::before {
  content: "";
  position: absolute;
  right: -160px;
  top: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 34px solid rgba(0, 184, 173, 0.13);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-16deg);
  pointer-events: none;
}

.ml-why::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 190px;
  height: 190px;
  opacity: 0.22;
  background-image: radial-gradient(rgba(95, 245, 235, 0.7) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-why-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.ml-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(95, 245, 235, 0.34);
  border-radius: 999px;
  background: rgba(0, 184, 173, 0.13);
  color: #5ff5eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ml-why h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ml-why h2 span {
  display: block;
  color: #00b8ad;
}

.ml-section-line {
  width: 96px;
  height: 5px;
  margin: 26px 0 26px;
  border-radius: 99px;
  background: linear-gradient(90deg, #00b8ad, #5ff5eb);
  box-shadow: 0 0 24px rgba(0, 184, 173, 0.5);
}

.ml-why-left p {
  max-width: 620px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

.ml-why-left strong {
  color: #ffffff;
  font-weight: 900;
}

.ml-why-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 34px;
}

/* Right side cards */
.ml-why-right {
  display: grid;
  gap: 16px;
}

.ml-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ml-service-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 60px rgba(0, 0, 0, 0.18);
  transition: 0.25s ease;
}

.ml-service-card:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(0, 184, 173, 0.12), rgba(255, 255, 255, 0.03));
  border-color: rgba(95, 245, 235, 0.24);
}

.ml-service-card-main {
  min-height: 220px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(255, 255, 255, 0.04));
}

.ml-service-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 184, 173, 0.08);
  pointer-events: none;
}

.ml-service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #5ff5eb;
  font-size: 27px;
  font-weight: 800;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(0, 184, 173, 0.06));
  border: 1px solid rgba(95, 245, 235, 0.24);
}

.ml-service-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ml-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1100px) {
  .ml-why {
    padding: 90px 0;
  }

  .ml-why-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
    width: min(900px, calc(100% - 64px));
  }

  .ml-why h2 {
    max-width: 760px;
    font-size: clamp(38px, 6vw, 54px);
  }

  .ml-why-left p {
    max-width: 760px;
  }

  .ml-service-card-main {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ml-why {
    padding: 68px 0;
  }

  .ml-why-wrap {
    width: calc(100% - 32px);
    gap: 34px;
  }

  .ml-section-eyebrow {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .ml-why h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-section-line {
    width: 88px;
    height: 4px;
    margin: 22px 0 22px;
  }

  .ml-why-left p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ml-why-buttons {
    flex-direction: column;
    margin-top: 28px;
  }

  .ml-why-buttons .ml-btn {
    width: 100%;
  }

  .ml-service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ml-service-card,
  .ml-service-card-main {
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }

  .ml-service-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 16px;
  }

  .ml-service-card h3 {
    font-size: 17px;
  }

  .ml-service-card p {
    font-size: 13.5px;
  }

  .ml-why::after {
    display: none;
  }
}

/* Extra small phones */
@media (max-width: 390px) {
  .ml-why-wrap {
    width: calc(100% - 28px);
  }

  .ml-why h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-service-card,
  .ml-service-card-main {
    padding: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-597de49d *//* ================================
   MESTER LOMTALANÍTÁS - SERVICES
   Világosabb, levegősebb verzió
================================ */

.ml-services {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(25, 211, 197, 0.16), transparent 34%),
    radial-gradient(circle at 92% 22%, rgba(25, 211, 197, 0.11), transparent 30%),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 48%, #eef9f7 100%);
  color: #062b25;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-services::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 80px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 30px solid rgba(0, 184, 173, 0.10);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(18deg);
  pointer-events: none;
}

.ml-services::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 190px;
  height: 190px;
  opacity: 0.16;
  background-image: radial-gradient(rgba(0, 184, 173, 0.8) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-services-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

/* Header */

.ml-services-head {
  max-width: 820px;
  margin-bottom: 54px;
  text-align: left;
}

.ml-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.28);
  color: #008f86;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ml-services-head h2 {
  max-width: 780px;
  margin: 0;
  color: #062b25;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.ml-services-head h2 span {
  display: block;
  color: #00b8ad;
}

.ml-section-line {
  width: 96px;
  height: 5px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b8ad, #5ff5eb);
  box-shadow: 0 12px 24px rgba(0, 184, 173, 0.22);
}

.ml-services-head p {
  max-width: 760px;
  margin: 0;
  color: #405a55;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* Layout */

.ml-services-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.34fr;
  gap: 28px;
  align-items: stretch;
}

/* Featured left card */

.ml-services-feature {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 173, 0.16), transparent 36%),
    linear-gradient(145deg, #083b34 0%, #052b27 100%);
  color: #ffffff;
  border: 1px solid rgba(0, 184, 173, 0.20);
  box-shadow: 0 26px 70px rgba(6, 43, 37, 0.16);
}

.ml-services-feature::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.12);
}

.ml-services-feature-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(0, 184, 173, 0.16);
  border: 1px solid rgba(95, 245, 235, 0.28);
  color: #5ff5eb;
  font-size: 30px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.ml-services-feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ml-services-feature p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

.ml-services-feature ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.ml-services-feature li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.ml-services-feature li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: #5ff5eb;
  font-size: 18px;
  font-weight: 950;
}

.ml-services-feature-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 184, 173, 0.28);
  transition: 0.25s ease;
}

.ml-services-feature-btn:hover {
  transform: translateY(-3px);
}

/* Service cards */

.ml-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ml-service-item {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 173, 0.10), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 22px 60px rgba(6, 43, 37, 0.08);
  transition: 0.25s ease;
}

.ml-service-item::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(0, 184, 173, 0.08);
  pointer-events: none;
}

.ml-service-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 184, 173, 0.24);
  box-shadow: 0 28px 76px rgba(6, 43, 37, 0.13);
}

.ml-service-item-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  color: #00b8ad;
  font-size: 27px;
  font-weight: 800;
  border-radius: 17px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.18);
}

.ml-service-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: #062b25;
  font-size: 20px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ml-service-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4b625d;
  font-size: 14.8px;
  line-height: 1.62;
  font-weight: 500;
}

/* Bottom note */

.ml-services-note {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 24px 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef9f7 100%);
  border: 1px solid rgba(0, 184, 173, 0.18);
  box-shadow: 0 20px 55px rgba(6, 43, 37, 0.08);
}

.ml-services-note-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  border-radius: 17px;
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  box-shadow: 0 14px 30px rgba(0, 184, 173, 0.24);
}

.ml-services-note p {
  margin: 0;
  color: #405a55;
  font-size: 15.5px;
  line-height: 1.58;
  font-weight: 600;
}

.ml-services-note a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 14px;
  background: #062b25;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.ml-services-note a:hover {
  transform: translateY(-3px);
  background: #00b8ad;
}

/* Tablet */

@media (max-width: 1100px) {
  .ml-services {
    padding: 90px 0;
  }

  .ml-services-wrap {
    width: min(900px, calc(100% - 64px));
  }

  .ml-services-layout {
    grid-template-columns: 1fr;
  }

  .ml-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-service-item {
    min-height: 205px;
  }

  .ml-services-note {
    grid-template-columns: 56px 1fr;
  }

  .ml-services-note a {
    grid-column: 2;
    width: fit-content;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .ml-services {
    padding: 70px 0;
  }

  .ml-services-wrap {
    width: calc(100% - 32px);
  }

  .ml-services-head {
    margin-bottom: 34px;
  }

  .ml-services-head h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-services-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ml-services-layout {
    gap: 18px;
  }

  .ml-services-feature {
    padding: 24px;
    border-radius: 24px;
  }

  .ml-services-feature h3 {
    font-size: 24px;
  }

  .ml-services-feature p,
  .ml-services-feature li {
    font-size: 14.5px;
  }

  .ml-services-feature-btn {
    width: 100%;
  }

  .ml-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ml-service-item {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .ml-service-item-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .ml-service-item h3 {
    font-size: 17px;
  }

  .ml-service-item p {
    font-size: 13.8px;
  }

  .ml-services-note {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
    padding: 22px;
    border-radius: 20px;
  }

  .ml-services-note-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .ml-services-note p {
    font-size: 14px;
  }

  .ml-services-note a {
    width: 100%;
  }

  .ml-services::after {
    display: none;
  }
}

/* Extra small phones */

@media (max-width: 390px) {
  .ml-services-wrap {
    width: calc(100% - 28px);
  }

  .ml-services-head h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-services-feature,
  .ml-service-item {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c87bd6 *//* ================================
   Areas / Counties block
   Hol dolgozunk?
================================ */

.ml-areas {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 184, 173, 0.16), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(95, 245, 235, 0.08), transparent 28%),
    linear-gradient(180deg, #031f1c 0%, #052b27 100%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-areas::before {
  content: "";
  position: absolute;
  right: -170px;
  top: 80px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 32px solid rgba(0, 184, 173, 0.11);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
  pointer-events: none;
}

.ml-areas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 190px;
  height: 190px;
  opacity: 0.22;
  background-image: radial-gradient(rgba(95, 245, 235, 0.7) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

/* Main split layout */
.ml-areas-wrap {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 58px;
  align-items: start;
}

/* Left side */
.ml-areas-left {
  position: sticky;
  top: 110px;
}

.ml-areas-head {
  max-width: 620px;
  margin-bottom: 30px;
}

.ml-areas-head h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ml-areas-head h2 span {
  display: block;
  color: #00b8ad;
}

.ml-areas-head p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

.ml-areas-head strong {
  color: #ffffff;
  font-weight: 900;
}

/* Feature box on left */
.ml-area-feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
  max-width: 620px;
  padding: 22px 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.16), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(95, 245, 235, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 54px rgba(0, 0, 0, 0.12);
}

.ml-area-feature-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #5ff5eb;
  font-size: 28px;
  font-weight: 900;
  border-radius: 17px;
  background: rgba(0, 184, 173, 0.13);
  border: 1px solid rgba(95, 245, 235, 0.24);
}

.ml-area-feature h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.ml-area-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* Right side panel */
.ml-areas-right {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.022));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 70px rgba(0, 0, 0, 0.16);
}

/* County buttons */
.ml-county-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.ml-county-btn,
.ml-county-btn:link,
.ml-county-btn:visited {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 17px;
  border-radius: 15px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14.5px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.01em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: 0.25s ease;
}

.ml-county-btn::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: 10px;
  border-radius: 50%;
  color: #5ff5eb;
  background: rgba(0, 184, 173, 0.12);
  border: 1px solid rgba(95, 245, 235, 0.18);
  transition: 0.25s ease;
}

.ml-county-btn:hover,
.ml-county-btn:focus,
.ml-county-btn:active {
  transform: translateY(-3px);
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(0, 184, 173, 0.16), rgba(255, 255, 255, 0.035));
  border-color: rgba(95, 245, 235, 0.26);
}

.ml-county-btn:hover::after,
.ml-county-btn:focus::after,
.ml-county-btn:active::after {
  transform: translateX(3px);
  background: rgba(0, 184, 173, 0.22);
}

/* CTA under county buttons */
.ml-areas-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(95, 245, 235, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 46px rgba(0, 0, 0, 0.12);
}

.ml-areas-cta h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.ml-areas-cta p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
}

.ml-areas-cta .ml-btn {
  width: fit-content;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 1100px) {
  .ml-areas {
    padding: 90px 0;
  }

  .ml-areas-wrap {
    width: min(900px, calc(100% - 64px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ml-areas-left {
    position: relative;
    top: auto;
  }

  .ml-areas-head,
  .ml-areas-head h2,
  .ml-areas-head p,
  .ml-area-feature {
    max-width: 100%;
  }

  .ml-areas-head h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .ml-areas-right {
    padding: 22px;
  }

  .ml-county-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-areas-cta {
    grid-template-columns: 1fr;
  }

  .ml-areas-cta .ml-btn {
    width: fit-content;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ml-areas {
    padding: 68px 0;
  }

  .ml-areas-wrap {
    width: calc(100% - 32px);
    gap: 28px;
  }

  .ml-areas-head {
    margin-bottom: 26px;
  }

  .ml-areas-head h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-areas-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ml-area-feature {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
  }

  .ml-area-feature-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .ml-area-feature h3 {
    font-size: 17px;
  }

  .ml-area-feature p {
    font-size: 13.8px;
  }

  .ml-areas-right {
    padding: 16px;
    border-radius: 20px;
  }

  .ml-county-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .ml-county-btn,
  .ml-county-btn:link,
  .ml-county-btn:visited {
    min-height: 54px;
    padding: 14px 15px;
    border-radius: 14px;
    font-size: 13.8px;
  }

  .ml-areas-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .ml-areas-cta h3 {
    font-size: 18px;
  }

  .ml-areas-cta p {
    font-size: 13.8px;
  }

  .ml-areas-cta .ml-btn {
    width: 100%;
  }

  .ml-areas::after {
    display: none;
  }
}

/* Extra small phones */
@media (max-width: 390px) {
  .ml-areas-wrap {
    width: calc(100% - 28px);
  }

  .ml-areas-head h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-areas-right {
    padding: 14px;
  }

  .ml-county-btn,
  .ml-county-btn:link,
  .ml-county-btn:visited {
    font-size: 13.3px;
  }

  .ml-areas-cta {
    padding: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b152cd1 *//* ================================
   MESTER LOMTALANÍTÁS - MID CTA
   Világosabb, modernebb ajánlatkérés blokk
================================ */

.ml-mid-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(25, 211, 197, 0.16), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(25, 211, 197, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 52%, #eef9f7 100%);
  color: #062b25;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-mid-cta::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -170px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 30px solid rgba(0, 184, 173, 0.10);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(18deg);
  pointer-events: none;
}

.ml-mid-cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 180px;
  height: 180px;
  opacity: 0.14;
  background-image: radial-gradient(rgba(0, 184, 173, 0.8) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-mid-cta-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
}

/* Left content */

.ml-mid-cta-content {
  text-align: left;
}

.ml-mid-cta .ml-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.28);
  color: #008f86;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ml-mid-cta h2 {
  max-width: 690px;
  margin: 0;
  color: #062b25;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.ml-mid-cta h2 span {
  display: block;
  color: #00b8ad;
}

.ml-mid-cta .ml-section-line {
  width: 96px;
  height: 5px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b8ad, #5ff5eb);
  box-shadow: 0 12px 24px rgba(0, 184, 173, 0.22);
}

.ml-mid-cta-content > p {
  max-width: 670px;
  margin: 0 0 32px;
  color: #405a55;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.ml-mid-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ml-mid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 28px;
  border-radius: 14px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: 0.25s ease;
}

.ml-mid-btn:hover {
  transform: translateY(-3px);
}

.ml-mid-btn-primary {
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(0, 184, 173, 0.28);
}

.ml-mid-btn-secondary {
  background: #062b25;
  color: #ffffff !important;
  border: 1px solid rgba(6, 43, 37, 0.12);
  box-shadow: 0 16px 34px rgba(6, 43, 37, 0.14);
}

.ml-mid-btn-secondary:hover {
  background: #00b8ad;
}

/* Right card */

.ml-mid-cta-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 173, 0.14), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 26px 70px rgba(6, 43, 37, 0.10);
}

.ml-mid-cta-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(0, 184, 173, 0.10);
  pointer-events: none;
}

.ml-mid-cta-card-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.ml-mid-cta-card-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  border-radius: 18px;
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  box-shadow: 0 14px 30px rgba(0, 184, 173, 0.24);
}

.ml-mid-cta-card h3 {
  margin: 0 0 6px;
  color: #062b25;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.ml-mid-cta-card-top p {
  margin: 0;
  color: #526762;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 500;
}

.ml-mid-cta-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ml-mid-cta-card li {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 17px;
  background: linear-gradient(135deg, #f4fbfa 0%, #ffffff 100%);
  border: 1px solid rgba(0, 184, 173, 0.14);
  transition: 0.22s ease;
}

.ml-mid-cta-card li:hover {
  transform: translateX(4px);
  border-color: rgba(0, 184, 173, 0.28);
  box-shadow: 0 14px 34px rgba(6, 43, 37, 0.06);
}

.ml-mid-cta-card li span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #00b8ad;
  font-size: 14px;
  font-weight: 950;
  border-radius: 15px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.18);
}

.ml-mid-cta-card li p {
  margin: 0;
  color: #304a45;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

/* Tablet */

@media (max-width: 1100px) {
  .ml-mid-cta {
    padding: 90px 0;
  }

  .ml-mid-cta-wrap {
    width: min(900px, calc(100% - 64px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ml-mid-cta h2 {
    max-width: 760px;
  }

  .ml-mid-cta-content > p {
    max-width: 760px;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .ml-mid-cta {
    padding: 70px 0;
  }

  .ml-mid-cta-wrap {
    width: calc(100% - 32px);
    gap: 28px;
  }

  .ml-mid-cta h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-mid-cta-content > p {
    font-size: 15.5px;
    line-height: 1.65;
    margin-bottom: 26px;
  }

  .ml-mid-cta-buttons {
    flex-direction: column;
  }

  .ml-mid-btn {
    width: 100%;
    min-height: 55px;
    padding: 15px 18px;
    font-size: 15.5px;
  }

  .ml-mid-cta-card {
    padding: 22px;
    border-radius: 22px;
  }

  .ml-mid-cta-card-top {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .ml-mid-cta-card-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
    border-radius: 16px;
  }

  .ml-mid-cta-card h3 {
    font-size: 20px;
  }

  .ml-mid-cta-card-top p {
    font-size: 13.8px;
  }

  .ml-mid-cta-card li {
    grid-template-columns: 42px 1fr;
    padding: 13px;
  }

  .ml-mid-cta-card li span {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .ml-mid-cta-card li p {
    font-size: 13.8px;
  }

  .ml-mid-cta::after {
    display: none;
  }
}

/* Extra small phones */

@media (max-width: 390px) {
  .ml-mid-cta-wrap {
    width: calc(100% - 28px);
  }

  .ml-mid-cta h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-mid-cta-card {
    padding: 19px;
  }

  .ml-mid-cta-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64ece3eb *//* ================================
   MESTER LOMTALANÍTÁS - PROCESS
   Világos folyamat blokk nyilakkal
================================ */

.ml-process {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 115px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(25, 211, 197, 0.15), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(25, 211, 197, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 52%, #eef9f7 100%);
  color: #062b25;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-process,
.ml-process *,
.ml-process *::before,
.ml-process *::after {
  box-sizing: border-box;
}

.ml-process::before {
  content: "";
  position: absolute;
  left: -170px;
  top: 90px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 30px solid rgba(0, 184, 173, 0.09);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(18deg);
  pointer-events: none;
}

.ml-process::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 190px;
  height: 190px;
  opacity: 0.14;
  background-image: radial-gradient(rgba(0, 184, 173, 0.8) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-process-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  max-width: 100%;
}

/* Header */

.ml-process-head {
  max-width: 860px;
  margin-bottom: 56px;
  text-align: left;
}

.ml-process .ml-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.28);
  color: #008f86;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ml-process-head h2 {
  max-width: 850px;
  margin: 0;
  color: #062b25;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.ml-process-head h2 span {
  display: block;
  color: #00b8ad;
}

.ml-process .ml-section-line {
  width: 96px;
  height: 5px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b8ad, #5ff5eb);
  box-shadow: 0 12px 24px rgba(0, 184, 173, 0.22);
}

.ml-process-head p {
  max-width: 790px;
  margin: 0;
  color: #405a55;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* Flow */

.ml-process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
  max-width: 100%;
}

.ml-process-step {
  position: relative;
  min-width: 0;
}

.ml-process-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 260px;
  padding: 30px 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 173, 0.10), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 22px 60px rgba(6, 43, 37, 0.08);
  transition: 0.25s ease;
}

.ml-process-card::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(0, 184, 173, 0.08);
  pointer-events: none;
}

.ml-process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 184, 173, 0.24);
  box-shadow: 0 28px 76px rgba(6, 43, 37, 0.13);
}

.ml-process-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #00b8ad;
  font-size: 28px;
  font-weight: 900;
  border-radius: 18px;
  background: rgba(0, 184, 173, 0.10);
  border: 1px solid rgba(0, 184, 173, 0.18);
}

.ml-process-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #062b25;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ml-process-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4b625d;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 500;
}

/* Desktop arrows */

.ml-process-arrow {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 5px solid #00b8ad;
  border-right: 5px solid #00b8ad;
  border-radius: 4px;
  opacity: 0.86;
  z-index: 4;
  filter: drop-shadow(0 8px 14px rgba(0, 184, 173, 0.18));
}

.ml-process-step:nth-child(2) .ml-process-arrow {
  opacity: 0.70;
}

.ml-process-step:nth-child(3) .ml-process-arrow {
  opacity: 0.54;
}

/* Bottom CTA */

.ml-process-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding: 28px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef9f7 100%);
  border: 1px solid rgba(0, 184, 173, 0.18);
  box-shadow: 0 20px 55px rgba(6, 43, 37, 0.08);
}

.ml-process-bottom h3 {
  margin: 0 0 7px;
  color: #062b25;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.ml-process-bottom p {
  margin: 0;
  max-width: 680px;
  color: #405a55;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 500;
}

.ml-process-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00a9a0, #00d3c7);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(0, 184, 173, 0.28);
  transition: 0.25s ease;
}

.ml-process-btn:hover {
  transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 1100px) {
  .ml-process {
    padding: 90px 0;
  }

  .ml-process-wrap {
    width: min(900px, calc(100% - 64px));
  }

  .ml-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 38px;
  }

  .ml-process-card {
    min-height: 230px;
  }

  .ml-process-step:nth-child(2) .ml-process-arrow {
    display: none;
  }

  .ml-process-step:nth-child(1) .ml-process-arrow,
  .ml-process-step:nth-child(3) .ml-process-arrow {
    right: -25px;
  }

  .ml-process-bottom {
    grid-template-columns: 1fr;
  }

  .ml-process-btn {
    width: fit-content;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .ml-process {
    padding: 70px 0;
    overflow: hidden;
  }

  .ml-process-wrap {
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .ml-process-head {
    margin-bottom: 36px;
  }

  .ml-process-head h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-process-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ml-process-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .ml-process-step {
    width: 100%;
    max-width: 100%;
  }

  .ml-process-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .ml-process-icon {
    width: 52px;
    height: 52px;
    font-size: 25px;
    margin-bottom: 17px;
    border-radius: 16px;
  }

  .ml-process-card h3 {
    font-size: 17px;
  }

  .ml-process-card p {
    font-size: 13.8px;
  }

  /* Mobile arrows - inside the layout, no horizontal overflow */
  .ml-process-arrow {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -29px;
    width: 26px;
    height: 26px;
    transform: translateX(-50%) rotate(135deg);
    border-top: 5px solid #00b8ad;
    border-right: 5px solid #00b8ad;
    border-radius: 4px;
    opacity: 0.78;
    filter: drop-shadow(0 6px 10px rgba(0, 184, 173, 0.16));
  }

  .ml-process-bottom {
    margin-top: 24px;
    padding: 24px;
    border-radius: 22px;
  }

  .ml-process-bottom h3 {
    font-size: 19px;
  }

  .ml-process-bottom p {
    font-size: 14px;
  }

  .ml-process-btn {
    width: 100%;
  }

  .ml-process::after {
    display: none;
  }
}

/* Extra small phones */

@media (max-width: 390px) {
  .ml-process-wrap {
    width: calc(100% - 28px);
  }

  .ml-process-head h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-process-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-759ee90b *//* FAQ block */
.ml-faq {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(0, 184, 173, 0.16), transparent 30%),
    linear-gradient(180deg, #052b27 0%, #031f1c 100%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-faq::before {
  content: "";
  position: absolute;
  right: -170px;
  top: 90px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 32px solid rgba(0, 184, 173, 0.1);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
  pointer-events: none;
}

.ml-faq::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 190px;
  height: 190px;
  opacity: 0.2;
  background-image: radial-gradient(rgba(95, 245, 235, 0.7) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-faq-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.ml-faq-head {
  max-width: 830px;
  margin-bottom: 48px;
}

.ml-faq-head h2 {
  max-width: 830px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ml-faq-head h2 span {
  display: block;
  color: #00b8ad;
}

.ml-faq-head p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

/* Layout */
.ml-faq-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.ml-faq-list {
  display: grid;
  gap: 14px;
}

/* Accordion */
.ml-faq-item {
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 46px rgba(0, 0, 0, 0.12);
}

.ml-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 58px 22px 24px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ml-faq-item summary::-webkit-details-marker {
  display: none;
}

.ml-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 11px;
  color: #5ff5eb;
  font-size: 23px;
  font-weight: 800;
  background: rgba(0, 184, 173, 0.12);
  border: 1px solid rgba(95, 245, 235, 0.18);
  transition: 0.25s ease;
}

.ml-faq-item[open] summary::after {
  content: "−";
  background: rgba(0, 184, 173, 0.2);
}

.ml-faq-item[open] {
  border-color: rgba(95, 245, 235, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 184, 173, 0.11), rgba(255, 255, 255, 0.03));
}

.ml-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14.8px;
  line-height: 1.65;
  font-weight: 500;
}

/* Side card */
.ml-faq-card {
  position: sticky;
  top: 24px;
  padding: 32px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(95, 245, 235, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 60px rgba(0, 0, 0, 0.16);
}

.ml-faq-card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #5ff5eb;
  font-size: 34px;
  font-weight: 950;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.2), rgba(0, 184, 173, 0.07));
  border: 1px solid rgba(95, 245, 235, 0.24);
}

.ml-faq-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ml-faq-card p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.ml-faq-card-buttons {
  display: grid;
  gap: 13px;
}

.ml-faq-card-buttons .ml-btn {
  width: 100%;
}

/* Tablet */
@media (max-width: 1100px) {
  .ml-faq {
    padding: 90px 0;
  }

  .ml-faq-wrap {
    width: min(900px, calc(100% - 64px));
  }

  .ml-faq-layout {
    grid-template-columns: 1fr;
  }

  .ml-faq-card {
    position: relative;
    top: auto;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ml-faq {
    padding: 68px 0;
  }

  .ml-faq-wrap {
    width: calc(100% - 32px);
  }

  .ml-faq-head {
    margin-bottom: 34px;
  }

  .ml-faq-head h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-faq-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ml-faq-list {
    gap: 12px;
  }

  .ml-faq-item {
    border-radius: 16px;
  }

  .ml-faq-item summary {
    padding: 18px 54px 18px 18px;
    font-size: 15.5px;
  }

  .ml-faq-item summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .ml-faq-item p {
    padding: 0 18px 20px;
    font-size: 13.8px;
    line-height: 1.6;
  }

  .ml-faq-card {
    padding: 22px;
    border-radius: 20px;
  }

  .ml-faq-card-icon {
    width: 54px;
    height: 54px;
    font-size: 30px;
    margin-bottom: 18px;
  }

  .ml-faq-card h3 {
    font-size: 20px;
  }

  .ml-faq-card p {
    font-size: 13.8px;
  }

  .ml-faq::after {
    display: none;
  }
}

/* Extra small phones */
@media (max-width: 390px) {
  .ml-faq-wrap {
    width: calc(100% - 28px);
  }

  .ml-faq-head h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-faq-item summary {
    font-size: 14.8px;
  }

  .ml-faq-card {
    padding: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f0f4275 *//* Final CTA / Contact block */
.ml-final-cta {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 184, 173, 0.18), transparent 32%),
    radial-gradient(circle at 88% 76%, rgba(95, 245, 235, 0.09), transparent 30%),
    linear-gradient(180deg, #031f1c 0%, #021613 100%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.ml-final-cta::before {
  content: "";
  position: absolute;
  right: -160px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 32px solid rgba(0, 184, 173, 0.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
  pointer-events: none;
}

.ml-final-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 190px;
  height: 190px;
  opacity: 0.2;
  background-image: radial-gradient(rgba(95, 245, 235, 0.7) 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.ml-final-cta-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.ml-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.ml-final-cta h2 span {
  display: block;
  color: #00b8ad;
}

.ml-final-cta-content > p {
  max-width: 690px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

/* Contact cards */
.ml-final-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  max-width: 760px;
}

.ml-final-contact-card,
.ml-final-contact-card:link,
.ml-final-contact-card:visited {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 18px;
  border-radius: 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: 0.25s ease;
}

.ml-final-contact-card:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(0, 184, 173, 0.13), rgba(255, 255, 255, 0.035));
  border-color: rgba(95, 245, 235, 0.24);
}

.ml-final-contact-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #5ff5eb;
  font-size: 27px;
  font-weight: 900;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(0, 184, 173, 0.06));
  border: 1px solid rgba(95, 245, 235, 0.24);
}

.ml-final-contact-card span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ml-final-contact-card strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

/* Right box */
.ml-final-cta-box {
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 184, 173, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(95, 245, 235, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 70px rgba(0, 0, 0, 0.22);
}

.ml-final-cta-box h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ml-final-cta-box p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.ml-final-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.ml-final-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 15px;
  background: rgba(0, 184, 173, 0.075);
  border: 1px solid rgba(95, 245, 235, 0.13);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14.5px;
  font-weight: 650;
}

.ml-final-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #5ff5eb;
  font-size: 20px;
  font-weight: 950;
  border-radius: 11px;
  background: rgba(0, 184, 173, 0.14);
  border: 1px solid rgba(95, 245, 235, 0.22);
}

.ml-final-buttons {
  display: grid;
  gap: 13px;
}

.ml-final-buttons .ml-btn {
  width: 100%;
}

/* Tablet */
@media (max-width: 1100px) {
  .ml-final-cta {
    padding: 90px 0;
  }

  .ml-final-cta-wrap {
    width: min(900px, calc(100% - 64px));
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ml-final-cta h2 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 56px);
  }

  .ml-final-cta-content > p {
    max-width: 760px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ml-final-cta {
    padding: 68px 0;
  }

  .ml-final-cta-wrap {
    width: calc(100% - 32px);
    gap: 30px;
  }

  .ml-final-cta h2 {
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .ml-final-cta-content > p {
    font-size: 15.5px;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .ml-final-contact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ml-final-contact-card,
  .ml-final-contact-card:link,
  .ml-final-contact-card:visited {
    grid-template-columns: 50px 1fr;
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }

  .ml-final-contact-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .ml-final-contact-card strong {
    font-size: 15px;
    word-break: break-word;
  }

  .ml-final-cta-box {
    padding: 22px;
    border-radius: 20px;
  }

  .ml-final-cta-box h3 {
    font-size: 21px;
  }

  .ml-final-cta-box p {
    font-size: 13.8px;
  }

  .ml-final-list div {
    grid-template-columns: 32px 1fr;
    padding: 11px 12px;
    font-size: 13.8px;
  }

  .ml-final-list span {
    width: 32px;
    height: 32px;
    font-size: 19px;
  }

  .ml-final-cta::after {
    display: none;
  }
}

/* Extra small phones */
@media (max-width: 390px) {
  .ml-final-cta-wrap {
    width: calc(100% - 28px);
  }

  .ml-final-cta h2 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  .ml-final-cta-box {
    padding: 19px;
  }

  .ml-final-contact-card strong {
    font-size: 14px;
  }
}
/* Fix email overflow but keep 2 columns */
.ml-final-contact-card,
.ml-final-contact-card > div {
  min-width: 0;
}

.ml-final-contact-card strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 15px;
}

.ml-final-contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
}
/* ================================
   Final CTA Mobile Contact Fix
================================ */

@media (max-width: 700px) {

  .ml-final-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ml-final-contact-card,
  .ml-final-contact-card:link,
  .ml-final-contact-card:visited {
    grid-template-columns: 50px 1fr;
    width: 100%;
    min-width: 0;
    padding: 16px;
  }

  .ml-final-contact-card > div {
    min-width: 0;
  }

  .ml-final-contact-card strong {
    display: block;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ml-final-contact-card[href^="tel"] strong {
    white-space: nowrap;
  }

  .ml-final-contact-card[href^="mailto"] strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}/* End custom CSS */