/* --- ALAP STÍLUSOK --- */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}

/* --- VIDEÓ HÁTTÉR --- */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

/* --- NAVIGÁCIÓ (NAVBAR) --- */
.navbar {
  backdrop-filter: blur(8px);
  background-color: #212529 !important;
}

.navbar .nav-link {
  font-weight: 500;
  color: #fff !important;
}

.navbar .nav-link:hover {
  color: #0d6efd !important;
}

.navbar-brand img {
  height: 100px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.navbar-brand img:hover {
  transform: scale(1.1);
}
/* Menüpont hover */
.navbar .nav-link:hover {
  color: #0d6efd !important;
  /*text-decoration: underline;*/
}

/* Menüpont active állapot (amikor egy szekciónál jársz) */
.navbar .nav-link.active {
  color: #0d6efd !important;
  font-weight: 600;
 /* border-bottom: 2px solid #0d6efd;
  padding-bottom: 5px;*/
}
.navbar-scrolled {
  background-color: #212529 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}


/* --- HERO SZEKCIÓ --- */
.hero-content {
  height: 100vh;
  position: relative;
  padding-top: 60px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 1;
}

.hero-content h1 {
  font-size: 4rem;
}
.hero-content p {
  font-size: 2rem;
}

.hero-content .btn {
  font-size: 1.5rem;
  padding: 12px 30px;
}

/* --- GOMBOK --- */
.btn-primary {
  background-color: #0d6efd;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.btn-success {
  background-color: #28a745;
  border: none;
  color: #fff;
}

.btn-success:hover {
  background-color: #218838;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* --- MIÉRT VÁLASSZON MINKET --- */
#why-choose-us {
	background-color:#f8f9fa !important;
	color: #212529 !important;
}
#why-choose-us h2 {
	font-size: 3rem
}

#why-choose-us p {
  color: #212529;
  font-weight: bold;
  font-size: 2rem;
}

.count {
  font-size: 4rem;
  font-weight: bold;
  color: #0d6efd;
  animation: countUp 3s ease-in-out forwards;
}

@keyframes countUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* --- SZOLGÁLTATÁSOK (#services) --- */
#services {
  background-color: #f8f9fa;
  color: #212529;
}
#services h2 {
	font-size:3rem
}
#services h5 {
	font-size:2rem
}

#services p {
	font-size:1.6rem;
}

.service-icon {
  font-size: 5rem;
  margin-bottom: 10px;
  color: #0d6efd;
}
#kert {
	color:#28a745
}
#alpin {
	color:#ffc107
}
#karban {
	color:#a9a9a9
}
#services .btn {
	font-size:1.5rem;
}

/* --- MODALOK --- */
.modal-content {
  border-radius: 1rem;
}

.modal-header {
  background-color: #0d6efd;
  color: #fff;
  border-bottom: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.modal-footer {
  border-top: none;
}

.modal-body p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #212529;
}
#modalGarden .modal-header{
	background-color: #28a745 !important;
}
#modalAlpin .modal-header{
	background-color: #ffc107 !important;
}
#modalMaintenance .modal-header{
	background-color: #a9a9a9 !important;
}
#modalGarden .modal-body{
	font-size: 1.3rem;
}
#modalAlpin .modal-body{
	font-size: 1.3rem;
}
#modalMaintenance .modal-body{
	font-size: 1.3rem;
}

/* --- RÓLUNK SZEKCIÓ (#about) --- */
#about {
  background: #212529;
  color: #f8f9fa;
}

#about h2 {
  color: #fff;
  font-size:3rem;
}


#about p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #f8f9fa;
  margin: 0 auto;
  padding: 20px;
}

/* --- VÉLEMÉNYEK SZEKCIÓ (#testimonials) --- */
#testimonials {
  background-color: #f8f9fa;
}

#testimonials h2 {
  margin-bottom: 3rem !important;
}

#testimonials blockquote {
  font-style: italic;
  font-size: 1.6rem;
  color: #212529;
}

#testimonials footer {
  color: #555;
  font-weight: bold;
  font-size:1.2rem;
  margin-top: 10px;
  padding:10px;
  background-color: #f8f9fa !important;
}
#testimonial-carousel .carousel-indicators {
	margin-bottom: 0rem;
}

#testimonial-carousel .carousel-inner .carousel-item {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonial-carousel .carousel-inner .carousel-item.active {
  display: block;
}

#testimonial-carousel .carousel-control-prev-icon,
#testimonial-carousel .carousel-control-next-icon {
  background-color: transparent;
  filter: invert(1);
}

#testimonial-carousel .carousel-indicators button {
  background-color: #0d6efd;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#testimonial-carousel .carousel-indicators button.active {
  background-color: #0056b3;
  opacity: 1;
}

/* Galéria */

/* --- GALÉRIA (Swiper) --- */
#gallery {
  background-color: #212529; /* Vagy használhatsz más sötét színt */
  overflow: hidden; /* Fontos a 3D effekthez */
}

.reference-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.reference-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px; /* Módosíthatod a slide-ok szélességét */
  height: 400px; /* Módosíthatod a slide-ok magasságát */
  background-color: #333; /* Háttér, ha a kép nem tölt be */
  display: flex; /* Középre igazításhoz */
  justify-content: center; /* Középre igazításhoz */
  align-items: center; /* Középre igazításhoz */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border-radius: 10px; /* Enyhe lekerekítés */
}

.reference-swiper .swiper-slide img.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Lefedi a slide területét, levághatja a kép részeit */
  /* Használhatsz 'contain'-t is, ha a teljes kép láthatósága fontosabb: */
  /* object-fit: contain; */
  cursor: pointer;
   border-radius: 10px; /* Enyhe lekerekítés a képen is */
}

/* Navigációs nyilak színezése (ha használod őket) */
.reference-swiper .swiper-button-next,
.reference-swiper .swiper-button-prev {
  color: #ffffff; /* Fehér nyilak */
}
.reference-swiper .swiper-button-next:after, /* Nagyobb nyilak */
.reference-swiper .swiper-button-prev:after {
    font-size: 2rem !important;
}


/* Oldalszámozás pöttyök színezése (ha használod) */
.reference-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.reference-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* Galéria thumbnail szövegek stílusa */
.reference-swiper .swiper-slide .gallery-caption {
  text-align: center;
  color: #fff; /* Fehér szöveg a képek alatt */
  background-color: rgba(0, 0, 0, 0.5); /* Áttetsző háttér */
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* A galéria képek alatti szöveg stílusa */
.reference-swiper .swiper-slide .gallery-caption p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}


/* Modal kép stílus */
#galleryModal .modal-content {
  background-color: rgba(0, 0, 0, 0.8); /* Áttetsző sötét háttér */
  border: none;
}
#galleryModal .modal-body img {
    max-height: 85vh; /* Ne legyen túl magas a kép a képernyőhöz képest */
    width: auto; /* Tartsa meg az arányokat */
    max-width: 100%;
}
/* A modal kép leírásának stílusa */
#modalDescription {
  text-align: center;
  font-size: 1.2rem;
  color: #212529;
}

#modalDescription p {
  margin: 0;
  font-weight: bold;
}

/* --- KAPCSOLAT SZEKCIÓ (#contact) --- */
#contact {
  background-color: #f8f9fa;
  color: #212529;
}

#contact h2 {
  font-size: 3rem;
}

#contact p {
  font-size: 2rem;
  line-height: 1.8;
}

/* --- LÁBLÉC (FOOTER) --- */
footer {
  background-color: #212529;
  color: #adb5bd;
}

footer p {
  font-size: 0.9rem;
  margin: 0;
}

/* --- RESPONSÍV DIZÁJN --- */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .service-icon {
    font-size: 3rem;
  }

  .navbar .navbar-brand {
    font-size: 1.2rem;
  }

  .navbar-brand img {
    height: 30px;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  #testimonials blockquote {
    font-size: 1rem;
  }
}

@media (min-width: 1200px){
	h2 {
		font-size:3rem;
	}
}
