.elementor-13 .elementor-element.elementor-element-2929afc{--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-7fb029e *//* ================================
   MESTER LOMTALANÍTÁS - RÓLUNK OLDAL
================================ */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ml-about-page {
  font-family: inherit;
  color: #10251f;
  background:
    radial-gradient(circle at top left, rgba(30, 190, 170, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4faf8 100%);
  overflow: hidden;
  max-width: 100%;
}

.ml-about-page *,
.ml-about-page *::before,
.ml-about-page *::after {
  box-sizing: border-box;
}

.ml-about-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* ================================
   HERO SLIDESHOW - VILÁGOSABB, CITY HERO STÍLUS
================================ */

.ml-about-hero-slider {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: #062b25;
  max-width: 100%;
  color: #ffffff;
}

.ml-about-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0;
  transform: scale(1.06) translateX(0);
  animation: mlAboutSlider 24s infinite ease-in-out;
  will-change: opacity, transform;
  z-index: -3;
}

/* Finomabb overlay közvetlenül a képeken */
.ml-about-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%
    );
}

.ml-about-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-about-slide-2 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-05_59_32-PM-1.webp");
  animation-delay: 8s;
}

.ml-about-slide-3 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-08_33_12-PM-1.webp");
  animation-delay: 16s;
}

@keyframes mlAboutSlider {
  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 - nem sötétíti túl a képet */
.ml-about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  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-about-hero-content {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 120px 0 145px;
}

.ml-about-eyebrow,
.ml-section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #16b8a2;
  margin-bottom: 14px;
}

.ml-about-hero-content .ml-about-eyebrow {
  color: #ffffff;
  background: rgba(25, 211, 197, 0.86);
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.ml-about-hero-content h1 {
  margin: 0 auto 20px;
  max-width: 880px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  font-weight: 950;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.ml-about-hero-content p {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.ml-about-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ml-about-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ml-about-hero-btn:hover {
  transform: translateY(-2px);
}

.ml-about-hero-btn-primary {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
}

.ml-about-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.ml-about-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  height: 120px;
  width: 100%;
  background: #ffffff;
  transform: skewY(-1.5deg);
  transform-origin: left top;
  z-index: 1;
}

/* ================================
   INTRO
================================ */

.ml-about-intro {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
  overflow: hidden;
}

.ml-about-intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  height: 90px;
  width: 100%;
  background: #ffffff;
  transform: skewY(-1.5deg);
  transform-origin: left top;
  z-index: 1;
}

.ml-about-intro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 430px;
  gap: 70px;
  align-items: center;
}

.ml-about-text h2,
.ml-values-head h2,
.ml-service-text h2,
.ml-about-quote h2,
.ml-cta-box h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 900;
  color: #06251d;
}

.ml-about-text p,
.ml-service-text p,
.ml-about-quote p,
.ml-cta-box p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;
  color: #263d35;
}

/* ================================
   OWNER CARD
================================ */

.ml-owner-card {
  background: #ffffff;
  border: 1px solid rgba(22, 184, 162, 0.22);
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 22px 55px rgba(4, 45, 34, 0.13);
}

.ml-owner-photo-wrap {
  background: #eef7f4;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.ml-owner-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(100%);
}

.ml-owner-info {
  text-align: center;
  padding: 22px 10px 8px;
}

.ml-owner-info strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #06251d;
  margin-bottom: 6px;
}

.ml-owner-info span {
  display: block;
  font-size: 14px;
  color: #4b5f58;
  margin-bottom: 14px;
}

.ml-signature {
  display: block;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

/* ================================
   VALUES
================================ */

.ml-about-values {
  padding: 90px 0;
  background:
    linear-gradient(rgba(4, 40, 31, 0.76), rgba(4, 40, 31, 0.76)),
    url("https://via.placeholder.com/1920x760?text=Hatterkep+ertekekhez");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.ml-values-head {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 45px;
}

.ml-about-values .ml-section-label {
  color: #65ead7;
}

.ml-about-values h2 {
  color: #ffffff;
}

.ml-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ml-value-card {
  background: rgba(255, 255, 255, 0.97);
  color: #10251f;
  border-radius: 24px;
  padding: 34px 24px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ml-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.24);
}

.ml-value-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16b8a2, #07563f);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 900;
}

.ml-value-card h3 {
  margin: 0 0 12px;
  color: #08735d;
  font-size: 22px;
  font-weight: 900;
}

.ml-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #344a43;
}

/* ================================
   QUOTE
================================ */

.ml-about-quote {
  padding: 90px 0;
  background: #ffffff;
  overflow: hidden;
}

.ml-quote-box {
  position: relative;
  background:
    linear-gradient(135deg, rgba(22, 184, 162, 0.09), rgba(255, 255, 255, 0.96)),
    #ffffff;
  border: 1px solid rgba(22, 184, 162, 0.18);
  border-radius: 32px;
  padding: 55px 60px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: 0 22px 60px rgba(4, 45, 34, 0.1);
}

.ml-quote-mark {
  font-size: 110px;
  line-height: 0.8;
  font-weight: 900;
  color: #16b8a2;
  opacity: 0.32;
}

.ml-about-quote h2 {
  color: #08735d;
  margin-bottom: 14px;
}

.ml-about-quote p {
  max-width: 850px;
  margin-bottom: 0;
}

/* ================================
   SERVICE
================================ */

.ml-about-service {
  padding: 90px 0;
  background: #f4faf8;
  overflow: hidden;
}

.ml-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ml-service-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(4, 45, 34, 0.15);
  border: 8px solid #ffffff;
}

.ml-service-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ml-service-text ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.ml-service-text li {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.5;
  color: #203830;
  font-weight: 700;
}

.ml-service-text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16b8a2;
  font-weight: 900;
}

/* ================================
   CTA
================================ */

.ml-about-cta {
  padding: 80px 0 100px;
  background: #ffffff;
  overflow: hidden;
}

.ml-cta-box {
  background:
    linear-gradient(135deg, rgba(22, 184, 162, 0.94), rgba(5, 70, 51, 0.97)),
    url("https://via.placeholder.com/1600x520?text=CTA+hatter");
  background-size: cover;
  background-position: center;
  border-radius: 34px;
  padding: 55px 60px;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  box-shadow: 0 26px 70px rgba(4, 45, 34, 0.24);
}

.ml-cta-box .ml-section-label,
.ml-cta-box h2,
.ml-cta-box p {
  color: #ffffff;
}

.ml-cta-box p {
  margin-bottom: 0;
  max-width: 720px;
}

.ml-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 230px;
}

.ml-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.ml-btn:hover {
  transform: translateY(-2px);
}

.ml-btn-primary {
  background: #ffffff;
  color: #08735d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.ml-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
  .ml-about-intro-grid,
  .ml-service-grid,
  .ml-cta-box {
    grid-template-columns: 1fr;
  }

  .ml-owner-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .ml-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .ml-about-hero-slider {
    min-height: 500px;
  }

  .ml-about-slide {
    background-position: center center;
  }

  .ml-about-hero-content {
    padding: 95px 18px 135px;
  }

  .ml-about-hero-content h1 {
    max-width: 520px;
    font-size: 42px;
    line-height: 1.05;
  }

  .ml-about-hero-content p {
    max-width: 520px;
    font-size: 16px;
  }

  .ml-about-hero-wave {
    bottom: -72px;
    height: 120px;
  }

  .ml-about-intro,
  .ml-about-values,
  .ml-about-quote,
  .ml-about-service {
    padding: 65px 0;
  }

  .ml-about-intro-grid,
  .ml-service-grid {
    gap: 38px;
  }

  .ml-values-grid {
    grid-template-columns: 1fr;
  }

  .ml-quote-box {
    grid-template-columns: 1fr;
    padding: 38px 28px;
    gap: 10px;
  }

  .ml-quote-mark {
    font-size: 80px;
  }

  .ml-cta-box {
    padding: 38px 26px;
    border-radius: 26px;
  }

  .ml-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .ml-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ml-about-container {
    width: min(94%, 1180px);
  }

  .ml-about-hero-slider {
    min-height: 470px;
  }

  .ml-about-hero-content {
    padding: 85px 16px 125px;
  }

  .ml-about-hero-content .ml-about-eyebrow {
    font-size: 12px;
    padding: 8px 18px;
  }

  .ml-about-hero-content h1 {
    font-size: 34px;
  }

  .ml-about-hero-content p {
    font-size: 15.5px;
  }

  .ml-about-hero-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .ml-about-hero-btn {
    width: min(280px, 100%);
  }

  .ml-about-text h2,
  .ml-values-head h2,
  .ml-service-text h2,
  .ml-about-quote h2,
  .ml-cta-box h2 {
    font-size: 29px;
  }

  .ml-about-text p,
  .ml-service-text p,
  .ml-about-quote p,
  .ml-cta-box p {
    font-size: 16px;
  }

  .ml-value-card {
    padding: 28px 20px;
  }
}/* End custom CSS */