
.text-gold { color: #caa74e; }
.section.bg-dark { background-color: #111 !important; }
.section.bg-dark h2, .section.bg-dark p, .section.bg-dark li { color: #fff; }
ul.list-unstyled li { margin-bottom: .75rem; }
a { color:#4e2a3d; }

html, body {
  overflow-x: hidden !important;
}

/* === FIXED HEADER OFFSET FIX === */
body {
  padding-top: 90px; /* a header tényleges magasságának megfelelő érték */
}

/* ==========================================================================
   FLYERSILVERFOX-CHILD — FRONT PAGE STYLES
   ========================================================================= */

/* === HEADER NAVIGATION === */
header.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  z-index: 1030;
  padding: 1rem 0;
}

header.navbar.transparent {
  background-color: transparent;
  box-shadow: none;
}

header.navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 0.75rem 0;
}

.navbar-brand img {
  height: 40px;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.navbar-nav a {
  text-decoration: none;
}

.navbar-nav .nav-link {
  color: #000;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .current-menu-item > a {
  color: #ed2e92;
}

/* mobil menü */
.navbar-toggler {
  border: none;
}

img.logo {
  height: 50px;
}

/* === GENERAL SECTION LAYOUT === */
.section {
  padding: 5rem 0;
}

.section h2,
.section .display-5,
.section .display-4 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.section.bg-light {
  background-color: #f8f9fa !important;
}

.section.bg-white {
  background-color: #fff !important;
}

/* === HERO SECTION === */
.hero {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* === HERO HEIGHT OVERRIDE === */
.hero-main.hero-parallax,
.hero-about.hero-parallax {
  min-height: 85vh !important; /* desktop */
  height: 100vh !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .hero-main.hero-parallax {
    min-height: 60vh !important;
    height: 60vh !important;
  }
}

/* Sötét áttetsző overlay a hero alatt */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.hero .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero .btn:hover {
  transform: scale(1.05);
  background-color: #d4af37;
  border-color: #d4af37;
  color: #000;
}

/* === HERO PARALLAX EXTENSION === */
.hero.hero-parallax {
  background-attachment: fixed;
  will-change: background-position;
}

@media only screen and (max-width: 768px) {
  .hero.hero-parallax {
    background-attachment: scroll; /* mobil fallback */
  }
  .hero.first-visit {
    background-position: right!important;
  }
}


/* === ICON / WHY CHOOSE US CARDS === */
.section .border,
.section .shadow-sm,
.section .rounded {
  transition: all 0.3s ease;
}

.section .border:hover,
.section .shadow-sm:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
}

.section .p-4 h4 {
  color: #caa74e;
  font-weight: 600;
}

/* === PROGRAM CARDS === */
.card {
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #caa74e;
}

.card-text {
  color: #444;
}

/* === PARALLAX SECTION FIX === */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .parallax {
    background-attachment: scroll;
  }
}

/* === BENEFIT BOXES === */
.bg-white.rounded.shadow-sm.h-100 {
  border-top: 4px solid #caa74e;
}

/* === TESTIMONIALS === */
blockquote {
  font-style: italic;
  position: relative;
}

blockquote::before {
  content: "“";
  font-size: 3rem;
  color: #caa74e;
  position: absolute;
  top: -20px;
  left: 10px;
}

blockquote footer {
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
}

/* === FAQ ACCORDION === */
.accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background-color: #182450;
    color: #FFF;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 167, 78, 0.3);
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-body {
  color: #333;
  background-color: #fdfdfd;
}

/* === CONTACT CTA === */
#contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

#contact .container {
  position: relative;
  z-index: 1;
}

#contact .btn {
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#contact .btn:hover {
  transform: scale(1.05);
  background-color: #d4af37;
  color: #000;
  border-color: #d4af37;
}

/* === MISC === */
.text-gold {
  color: #caa74e !important;
}

.bg-gold {
  background-color: #caa74e !important;
  color: #000 !important;
}

.shadow-soft {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

/* === DARK OVERLAY for PARALLAX SECTIONS === */
.overlay-dark {
  position: relative;
  color: #fff;
}

.overlay-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* sötét áttetsző réteg */
  z-index: 0;
}

.overlay-dark .container {
  position: relative;
  z-index: 1;
}

.overlay-dark h2,
.overlay-dark p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* === PROGRAM PRICE TABLE REFINED === */
.table th,
.table td {
  vertical-align: middle;
}

.table thead th {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table ul li {
  font-size: 0.95rem;
  line-height: 1.4;
}

.table .text-gold {
  color: #caa74e !important;
}

/* ==========================================================================
   MASSEUSE CAROUSEL — FINAL CLEAN VERSION (v3)
   ========================================================================== */

/* === Alap konténer === */
.masseuse-swiper {
  position: relative;
  overflow: visible;            /* hogy a belógó kártya látszódjon */
  padding-bottom: 3rem;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* === Swiper alap flex-szerkezet === */
.masseuse-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

/* === Slide-animációk === */
.swiper-slide {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px;
}

.swiper-slide-active {
  transform: scale(1.03);
  opacity: 1;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.85;
  transform: scale(0.97);
}

/* === Kártyák === */
.masseuse-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease;
}

.masseuse-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.masseuse-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px 12px 0 0;
}

.masseuse-card .card-body {
  text-align: center;
  padding: 1.5rem 1rem;
}

.masseuse-card .card-title {
  color: #caa74e;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* === MASSEUSE CARD BUTTONS — UNIFIED STYLE === */
.masseuse-card .btn {
  flex: 1 1 auto;
  min-width: 90px;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: #182450; /* elegáns mélykék */
  color: #fff;
  border: 1px solid #182450;
}

.masseuse-card .btn:hover {
  background-color: #2a4db3; /* világosabb árnyalat hoverre */
  border-color: #2a4db3;
  color: #fff;
  transform: translateY(-2px);
}

/* egyforma szélesség a gombok között */
.masseuse-card .d-flex.justify-content-center.gap-2 {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.masseuse-card .d-flex.justify-content-center.gap-2 .btn {
  flex: 1;
  min-width: 90px;
}


/* === Navigációs nyilak — rejtve === */
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

/* === Reszponzív spacing === */
@media (max-width: 767.98px) {
  .swiper-slide {
    width: 92% !important;   /* 1 teljes + kicsi belógó */
  }
  .masseuse-swiper .swiper-slide {
    width: 80% !important; /* 1 teljes + 20% belógás a következőből */
  }
}

@media (min-width: 768px) {
  .swiper-slide {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1200px) {
  .swiper-slide {
    padding: 0 1rem;
  }
}

/* ===== FULL-WIDTH GOOGLE MAP ===== */
.map-container {
  width: 100vw;
  margin-left: calc(50% - 50vw); /* kilóg a containerből → teljes szélesség */
  overflow: hidden;
}

.google-map-embed {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 768px) {
  .google-map-embed {
    height: 550px; /* nagyobb térkép mobilon */
  }
}

footer {
  font-family: 'Poppins', sans-serif;
  background: #000828;
}
footer h5 {
  letter-spacing: 0.5px;
}
footer a:hover {
  color: #caa74e !important;
}
footer .bi {
  margin-right: 6px;
  color: #caa74e;
}
hr.border-secondary {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  margin-right: 1.5rem;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: #caa74e;
}

@media (max-width: 767.98px) {
  .footer-menu a {
    display: inline-block;
    margin: 0.5rem 0.75rem;
  }
}

@media (max-width: 768px) {
  header.navbar {
    backdrop-filter: none;
    box-shadow: none;
  }
}
