*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:'Overpass', sans-serif;
  color:#fff;
  background:#000;
}
.hero .overlay{background:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.6));}
.hero h1{text-shadow:0 2px 10px rgba(0,0,0,.6);}
.hero p{text-shadow:0 2px 8px rgba(0,0,0,.5);}

.navglass {
  backdrop-filter: grayscale(0.2) blur(15px) !important;
}

header {
  z-index: 1000;
}
label {
    padding-top: 3px;
}

.form-check {
    margin-left: 12px;
}

.testimonial {
  background-color: #f9fdf9;
  border-left: 6px solid #2d6a4f;
  border-radius: 6px;
  position: relative;
}
.quote-mark {
  font-size: 2rem;
  color: #b7e4c7;
  line-height: 1;
}

.nav .nav-link {
  font-weight: 500;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.7);
}
.carousel-indicators .active {
  background-color: #fff;
}

.py-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.about img {
  object-fit: cover;
  border-radius: 1rem;
}

.about .card {
  border-radius: 1rem;
  flex: 1; /* aby sa boxy roztiahli na rovnakú výšku */
}


.about .grayscale {
  filter: grayscale(100%);
}


.stats-box{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.05)}
.stat-number{font-size:2.25rem;font-weight:800;color:#146c43}

.card {
  border-radius: 1.2rem; /* väčšie zaoblenie */
}

.card img {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  object-fit: cover;
}

.card-body p {
  font-size: 0.95rem;
}

.card-footer {
  background: #fff;
}

.card-footer span {
  font-size: 1rem;
  padding: 15px;
}


}

.text-dark-custom {
  color: #1F1F1F !important;
}

.my-3 {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

.slidetext{
   font-size: 4.8rem;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.8rem;
    border-radius: 100px 100px 100px 100px;
    color: #2c5f2d;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    font-weight: 300;
}

.fw-bold {
    font-weight: 600 !important;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.8rem;
    border-radius: 100px 100px 100px 100px;
    color: #2c5f2d;
    font-size: 16px;
    padding-top: 14px;
}

.btn {
    font-size: 14px;
    padding-top: 9px;
    font-weight: 400;
}

.btn-slide {
    padding: 12px 20px 0px 20px;
}

.text-success {
    font-weight: 300;

}


.nadpis {
    font-size: 2.7rem;
    padding-top: 20px;
}

.red {
    color: #dc3545;
}

.text-podnadpis {
    padding-top: 90px;
}

.text-podnadpis1 {
    padding-top: 55px;
}

.green-box-text {
    line-height: 1.5;
    color: #6D6D6D!important;
    padding-top: 14px;
    
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px; /* medzera medzi čiarou a textom */
}

.section-title .line {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #3a9236;
    margin-bottom: 2px;
}

.text-muted {
    color: #6D6D6D !important;
}

.text-muted1 {
    color: #1f1f1f !important;
}

.pbico {
padding-bottom: 3px;
}

.cena{
    font-weight: 300;
    font-size: 1.1rem;
}

.ponuka_ub {
    padding: 35px;
    font-size: 1rem;
    font-weight: 300;
}

.img-wrap {
  position: relative;
  display: inline-block; /* alebo block, podľa potreby */
}

.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.img-wrap .overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.8); /* čierna s 50% priehľadnosťou */
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.pd {
 padding: 12px 0px 10px 13px;
 border: 0px;
 color: #ffffff
}


.pd:hover {
  background:none;
  color: #198754;
}

.btn.pd:focus,
.btn.pd:focus-visible {
  outline: none !important;
  box-shadow: none !important; /* Bootstrap pridáva modrý tieň */
  background: none !important;
}

.btn-light {
  background-color: #fff;
  color: #1f5125; /* tvoju zelenú farbu */
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background-color: #1f5125;
  color: #fff;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2c5f2d;
}

.text-success {
    --bs-text-opacity: 1;
    color: #2c5f2d !important;
}


.cta-box {
  background: #2f5e31; /* tmavozelená */
  position: relative;
}

/* Dekoratívne kruhy */
.circle-bg {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.circle-top {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -60px;
}

.circle-bottom {
  width: 280px;
  height: 280px;
  bottom: -80px;
  right: -80px;
}
/* Sekcia Cabin Detail */
.cabin-detail h2 {
  font-size: 2rem;
  color: #1f1f1f;
}

.cabin-detail p {
  line-height: 1.6;
}

.booking-box {
  border: 1px solid #e5e5e5;
  background: #fff;
}

.included-list li,
.excluded-list li {
  margin-bottom: 0.5rem;
  color: #1f1f1f;
  font-size: 0.95rem;
  line-height: 35px;
}

.included-list i {
  color: #198754; /* zelená ikonky */
}

.excluded-list i {
  color: #198754; /* sivá ikonka */
}

.map-container iframe {
  border-radius: 12px;
}

.bgsubpage {
    width: 100%;
    height: 400px;        
    background: url("../../../assets/subytovanie.jpg"); 
    background-position: center center;
    background-size: cover;
    
}

.bgsubpage1 {
    width: 100%;
    height: 400px;        
    background: url("../../../assets/subytovanie1.jpg"); 
    background-position: center center;
    background-size: cover;
    
}

.bgsubpage2 {
    width: 100%;
    height: 400px;        
    background: url("../../../assets/subytovanie2.jpg"); 
    background-position: center center;
    background-size: cover;
    
}

.bgsubpage3 {
    width: 100%;
    height: 400px;        
    background: url("../../../assets/subytovanie3.jpg"); 
    background-position: center center;
    background-size: cover;
    
}

.bgsubpage4 {
    width: 100%;
    height: 400px;        
    background: url("../../../assets/subytovanie4.jpg"); 
    background-position: center center;
    background-size: cover;
    
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.green {
    color: #198754;
}


.subpage {
padding-top: 7%;
font-size: 1rem;
}

.subpage h1 {
font-size: 3rem;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  filter: grayscale(100%);
  transition: filter 0.4s ease-in-out, transform 0.3s ease;
}

.gallery-img:hover {
  filter: grayscale(0%);
  transform: scale(1.02); /* jemný zoom pri hoveri */
}

.gallery-text {
  max-width: 360px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.alert-danger {
    font-weight: 300;
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: #DF5B5B;
    --bs-alert-border-color: #DF5B5B;
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
    color: white;
    width: 92%;
    border-radius: 0px;
}

.gallery-img {
    filter: grayscale(30%);
}

.circle-bottom {
    width: 264px;
    height: 264px;
    bottom: -152px;
    right: -85px;
}



.rez {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2c5f2d;
    border-radius: 33px;
    padding: 15px 25px 13px 25px;
    border: 1px dotted white;
}

.testimonial {
    background-color: #f9fdf9;
    border-left: 6px solid #2d6a4f;
    border-radius: 0px;
    position: relative;
}



.blog-detail .related-posts {
  background-color: #f4fdf6; /* jemná zelená */
}

.blog-detail .post-meta {
  font-size: 0.9rem;
  color: #198754; /* bootstrap success zelená */
}

.blog-detail p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.sumobj {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 25px;
}


/* Skryjeme defaultný checkbox a spravíme custom */
.custom-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #198754;
  border-radius: 4px; /* nastav 0 pre hranatý */
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  vertical-align: middle;
    background-image: none;
}

.custom-checkbox:checked {
  background-color: #198754;
  border-color: #198754;
  position: relative;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}




/* Card štýl okolo formulára */
.form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin: 0 auto;
  margin-top: 30px;
}

/* Inputy */
.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 12px 14px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Checkboxy */
.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #198754;
  border-radius: 4px;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  position: relative;
}

.custom-checkbox:checked {
  background-color: #198754;
  border-color: #198754;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Odkazy */
.link-primary {
  color: #198754;
  font-weight: 500;
}
.link-primary:hover {
  text-decoration: underline;
}

/* Tlačidlo */
.btn-success {
  font-size: 1.1rem;
  border-radius: 10px;
}









/* Vypnúť focus/krúžok na hamburgeri */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active,
.navbar-toggler[aria-expanded="true"] {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* iOS / Safari dotykový highlight */
.navbar-toggler {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 991.98px) {
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    border-radius: 0 !important;
  }

  .navbar.navglass {
    border-radius: 25px !important;
  }

  /* Skryje "Contact Us" tlačidlo na mobile */
  .navbar-collapse .btn {
    display: none !important;
  }
}

/* Default pre veľké obrazovky */
.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.25rem;
  font-weight: 400;
}

/* Tablety (šírka do 992px) */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 2.2rem;
  }

  .carousel-caption p {
    font-size: 1.1rem;
  }
 
  .resp {
    padding-top: 25px;
  }
    
  .blog-detail  {
      padding-top: 25px;
  }
    
    
#daterangepicker1-container {
    text-align: center;
}  

#daterangepicker2-container {
    text-align: center;
}  

    
}

/* Mobily (šírka do 768px) */
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

/* Extra malé mobily (šírka do 576px) */
@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.4rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
    
  .carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
}  
    
.text-podnadpis {
    padding-top: 10px;
}
    
.slideblok {
    padding-left: 40px;
} 
    
    
}




@media (min-width: 1200px) {
    .display-4 {
        font-size: 5rem;
    }
       
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slideblok {
    padding-left: 100px;
  
} 
} 

@media (min-width: 768px) and (max-width: 992px) {
  .slideblok {
    padding-left: 60px;
    padding-top: 50px;  
} 
} 

@media (min-width: 768px) and (max-width: 576px) {
  .slideblok {
    padding-left: 60px;
} 
} 

@media (min-width: 576px) and (max-width: 768px) {
  .slideblok {
    padding-left: 60px;
} 
} 

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.offCal {
  display: none;
}






.blockquote1 {
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

.blockquote1:before,
.blockquote1:after {
	position: absolute;
	color: #2c5f2d;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.blockquote1:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.blockquote1:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

.cite {
	line-height: 3;
	text-align: left;
}

.ml17{
   margin-left: 17px;
}


label {
    display: inline;
}


@media (max-width: 768px) {
  
 .invoice h1 {
    font-size: 1.5rem;
}
  
 .invoice {
    height: 240px;
    padding-top: 65px;
} 
    
       
}


.bgnew {
background: radial-gradient(ellipse at top, #eef4ef 0%, #ffffff 60%);
} 

.krpacovo-activities__image {

  overflow: hidden;
  margin-bottom: 1.25rem;
  width: 100%;
  height: auto;


}

.krpacovo-activities__image img {
  width: 100%;
  object-fit: cover;
  display: block;
  
}


.p-okolielr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-okolieb {
  padding-bottom: 1.5rem;
}



/* === KRPAHAUS Language Switch === */

.krp-lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-right: 20px;
  }
  .krp-lang {
    text-decoration: none;
    color: rgba(255,255,255,0.65);
    transition: all 0.25s ease;
    position: relative;
  }
  .krp-lang:hover {
    color: rgba(255,255,255,0.95);
  }
  .krp-lang.krp-active {
    color: #6ee7b7;
  }
      .krp-lang.krp-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #6ee7b7;
    border-radius: 2px;
  }
  .krp-lang-divider {
    color: rgba(255,255,255,0.35);
    font-weight: 300;
  }