.elementor-kit-6{--e-global-color-primary:#5FCFBC;--e-global-color-secondary:#54595F;--e-global-color-text:#2C2B2B;--e-global-color-accent:#EC9B82;--e-global-color-d99aff0:#F1F3F4;--e-global-color-130696f:#EC9B82;--e-global-color-232b79d:#061D49;--e-global-color-d660c2d:#E8CEB5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-d99aff0 );border-radius:5px 5px 5px 5px;padding:12px 25px 12px 25px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-130696f );color:var( --e-global-color-d99aff0 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-232b79d );}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-232b79d );font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1280px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SHRINKING HEADER – JAVÍTOTT VERZIÓ */

/* Alap header (shrink előtt) */
.shrinker {
  transition: all .2s linear!important;
  -webkit-transition: all .2s linear!important;
  -moz-transition: all .2s linear!important;
  height: auto !important;        /* mindig a tartalom magassága legyen */
  box-sizing: border-box;
}

/* Sticky + shrinkelt állapot */
.shrinker.elementor-sticky--effects {
  /* NINCS height! */
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
}

/* LOGÓ – alap méret */
.shrinking-logo img {
  height: auto !important;
  width: auto !important;
  max-height: 80px !important;    /* nagyobb állapot */
  transition: all .2s linear!important;
  -webkit-transition: all .2s linear!important;
  -moz-transition: all .2s linear!important;
}

/* LOGÓ – shrinking állapot */
.shrinker.elementor-sticky--effects .shrinking-logo img {
  max-height: 50px !important;    /* kisebb logó görgetéskor */
}

/* MENÜ – shrinking */
.shrinker.elementor-sticky--effects ul li a {
  font-size: .9rem!important;
  transition: all .2s linear!important;
  -webkit-transition: all .2s linear!important;
  -moz-transition: all .2s linear!important;
}

/* iPhone notch safe-area, ha a header a képernyő tetején ragad */
@supports (padding-top: env(safe-area-inset-top)) {
  .shrinker {
    padding-top: calc(10px + env(safe-area-inset-top));
  }
  .shrinker.elementor-sticky--effects {
    padding-top: calc(5px + env(safe-area-inset-top)) !important;
  }
}

/* iPad Pro / nagyobb tabletek – header finomhangolás */
@media (min-width: 1024px) and (max-width: 1280px) {

  /* A header kapjon több "levegőt" – ne lapuljon össze */
  .shrinker {
    height: auto !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    box-sizing: border-box;
  }

  /* Shrinkelt (görgetett) állapotban se legyen túl lapos */
  .shrinker.elementor-sticky--effects {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Logó méret – ne nyomódjon össze */
  .shrinking-logo img {
    height: auto !important;
    width: auto !important;
    max-height: 72px !important;   /* nyugodtan állítsd 64–80 közöttre ízlés szerint */
  }

  .shrinker.elementor-sticky--effects .shrinking-logo img {
    max-height: 56px !important;   /* görgetés után kicsit kisebb, de nem túl lapos */
  }
}




/* LOGÓ-CAROUSEL – egységes kártyák, finom hover */
.logo-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vw, 16px);
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0));
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 10px 24px rgba(0,0,0,.06);
  transition: box-shadow .3s ease, transform .3s ease;
  height: 100%;
  text-align: center;
}
.logo-carousel .swiper-slide img {
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .9;
  transition: transform .3s ease, filter .3s ease, opacity .3s ease;
  margin: 0 auto;
}
/* Hover kiemelés */
.logo-carousel .swiper-slide:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(180,139,42,.14),
    0 14px 32px rgba(0,0,0,.10);
}
.logo-carousel .swiper-slide:hover img {
  transform: scale(1.03);
  filter: grayscale(0%);
  opacity: 1;
}
/* Mobil finomhangolás */
@media (max-width: 480px){
  .logo-carousel .swiper-slide img { max-height: 56px; }
}
/* Mozgáscsökkentés */
@media (prefers-reduced-motion: reduce){
  .logo-carousel .swiper-slide,
  .logo-carousel .swiper-slide img { transition: none !important; }
}


.elementor-share-btn {
    
     display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;   /* 40px */
  height: 2.5rem;  /* 40px */
  border-radius: 0.5rem; /* 8px */
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s cubic-bezier(.4,0,.2,1), border-color .3s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none; /* ha linkként renderelődik */
}


/* Ikon méret (Elementor saját ikon wrapperén) */
.elementor-share-btn__icon svg {
  width: 1rem;   /* 16px */
  height: 1rem;  /* 16px */
  display: block;
  position: relative;
  z-index: 1;
  fill: currentColor; /* szín öröklése a gombtól */
}

/* Hover – általános */
.elementor-share-btn:hover,
.elementor-share-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
  border-color: rgba(255,255,255,.4);
  outline: none;
}

/* Mobil méretek */
@media (max-width: 640px) {
  .elementor-share-btn {
    width: 2.25rem;  /* 36px */
    height: 2.25rem; /* 36px */
  }
  .elementor-share-btn__icon svg {
    width: .875rem;  /* 14px */
    height: .875rem; /* 14px */
  }
}





/* Highlighted Quote - Marcell Ékszer kártya */

/* Háttér gradient */
.quote-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f2faf8 0%, #faf7f9 50%, #f2faf8 100%);
}

/* Konténer */
.quote-container {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .quote-container { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .quote-container { padding: 0 2rem; }
}

/* Kártya stílusok */
.quote {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  border: 1px solid rgba(134, 211, 192, 0.3);
  border-left: 4px solid #86d3c0;
  border-radius: 0.5rem;
  
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
  
  margin: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quote:hover {
  box-shadow: 0 25px 50px -12px rgba(134, 211, 192, 0.25),
              0 15px 20px -5px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-left-color: #6bb6a3;
}

/* Tartalom */
.quote-content {
  padding: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .quote-content { padding: 3rem; }
}

/* Flex wrapper az ikon és szöveg számára */
.quote-inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}

/* Ikon */
.quote-icon {
  height: 2.5rem;
  width: 2.5rem;
  color: #86d3c0;
  flex-shrink: 0;
  margin-right: 1rem;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1) rotate(10deg);
  }
}

/* Szöveg */
.quote-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1f2937;
  font-style: italic;
  line-height: 1


}


/* Brand Story Quote Card - "Az ékszer több, mint dísz..." */

.brand-quote {
  margin-bottom: 2rem; /* 32px */
  background: linear-gradient(
    135deg,
    rgba(244, 235, 250, 0.5) 0%,
    rgba(250, 240, 255, 0.3) 100%
  );
  border: 1px solid rgba(236, 155, 130, 0.4); /* Halvány #EC9B82 */
  border-radius: 0.5rem; /* 8px */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.brand-quote:hover {
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: rgba(236, 155, 130, 0.4); /* Hover alatt is halvány marad */
}

/* ==== ALAP BEÁLLÍTÁSOK – 1:1 ARÁNY ==== */

/* Kategória kártya – minden kártya négyzetes legyen (1:1) */
.category-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;   /* <<< 1:1 képarány */
  padding: 0;
}

/* Kép widget wrapper – kitölti a kártyát */
.category-card .elementor-widget-image {
  position: relative;
  z-index: 0;
  height: 100%;          /* fontos, hogy a kép a teljes kártyát használja */
}

/* Kép maga – cover, hogy szépen vágódjon bele a négyzetbe */
.category-card .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;          /* a kártya teljes magassága */
  object-fit: cover;     /* ne torzuljon, csak belezoomoljon */
  transition: transform 0.35s ease;
}

/* Spotlight overlay – középen lyukas, kívül sötétkék (#061D49) */
.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 0,
    transparent 75px,
    rgba(6, 29, 73, 0.85) 76px,
    rgba(6, 29, 73, 0.85) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

/* Áttetsző fehér kör + szöveg (desktopon alapból rejtve) */
.category-card .hover-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);

  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  color: #061D49;

  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-weight: 600;
  line-height: 1.2;

  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 2;
  pointer-events: none;
}

/* Hover – overlay, zoom, kör felugrik (desktop) */
.category-card:hover::after {
  opacity: 0.65;
}

.category-card:hover .elementor-widget-image img {
  transform: scale(1.05);
}

.category-card:hover .hover-circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


/* ==== TABLET + MOBIL VERZIÓ (hover nélkül) ==== */

@media (max-width: 1024px) {

  .category-card {
    cursor: default;
  }

  /* Overlay mindig aktív */
  .category-card::after {
    opacity: 0.65;
  }

  /* Kör + szöveg mindig látszik */
  .category-card .hover-circle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  /* Ne zoomoljon a kép */
  .category-card .elementor-widget-image img {
    transform: none;
  }

  /* Hover állapot ne változtasson semmit */
  .category-card:hover::after {
    opacity: 0.65;
  }

  .category-card:hover .hover-circle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .category-card:hover .elementor-widget-image img {
    transform: none;
  }
}

/* MOBIL: nagyobb kör, erősebb felirat */
@media (max-width: 767px) {
  .category-card .hover-circle {
    width: 190px;
    height: 190px;
    padding: 20px;
    font-size: 1.05rem;
  }
}/* End custom CSS */