/* nastavenie max sirky a vysky carouselu*/
.wide-carousel {
	max-width: 1680px;
    max-height: 945px;
    margin: auto;
}

.carousel .extended-banner-texts .extended-banner-title, .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e2e;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .carousel .extended-banner-texts .extended-banner-title, .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
        font-size: 32px;
        font-weight: 700;
        color: #2c3e2e;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }
}

.carousel .extended-banner-texts, .next-to-carousel-banners .extended-banner-texts {
    background-color: #ffffffcc;
}

/* nastavenie pre textove bannery */
.woodenbotanery-banner {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em;
  border-radius: 10px;
  /*font-family: 'Poppins', sans-serif;*/
  color: #2E2E2E;
}

.woodenbotanery-banner h3 {
  font-weight: 600;
  margin-bottom: 0.4em;
}

.woodenbotanery-banner p {
  margin-bottom: 1em;
  font-size: 1em;
}

/*BANNERY PRE MOBIL*/
/* Hlavny obal pre zarovnanie */
.mobile-nav-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Samotna "pilulka" s obrazkami 
.collage-pill {
  width: 100%;
  height: 90px;
  border-radius: 50px;
  display: flex;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: 0 auto 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
} */


/* Styl pre nove tlacidlo CELA PONUKA */
.full-width-item {
  width: 100%;
  max-width: 100%; /* Aby to nebolo uplne od kraja ku kraju, vyzera to lepsie */
  margin-bottom: 25px; /* Odstup od kruhov pod tym */
  display: block;
}

/* Samotna "pilulka" s obrazkami */
.collage-pill {
  width: 100%;
  height: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;      /* Vertikálne vycentrovanie textu */
  justify-content: center;   /* Horizontálne vycentrovanie textu */
  overflow: hidden;
  border: 1px solid lightgray;
  margin: 0 auto 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  background-color: #fdfdfd; /* Jemné pozadie, aby tlačidlo nesplynulo s bielym webom */
}



/* Nový štýl pre text vo vnútri tlačidla */
.pill-main-text {
  font-weight: 600;
  text-transform: uppercase; /* Ak chceš text veľkým písmom */
  letter-spacing: 1px;
  color: #045d30;
  font-size: 1.1em;
}

/* Jednotlive obrazky v pilulke */
.pill-img {
  flex: 1; /* Kazdy obrazok zaberie presne rovnaku sirku */
  height: 68%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid rgba(255,255,255,0.5); /* Jemna biela ciara medzi obrazkami */
  margin-top: 14px
}

.pill-img:last-child {
  border-right: none;
  margin-right: 8px;
}

/* Mierny efekt pri hoveri aj na velke tlacidlo */
.full-width-item:hover .collage-pill {
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  transform: scale(1.02);
  transition: all 0.25s ease;
}

/* --- Vase povodne CSS (jemne upravene paddingy) --- */
.category-circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  justify-items: center;
  padding: 0 0px 20px 0px; /* Upraveny padding, aby to nebolo zbytocne roztahane */
  width: 100%;
  box-sizing: border-box;
}

.category-item {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #2b2b2b;
  transition: transform 0.25s ease, color 0.25s ease;
}

.category-item:hover {
  transform: scale(1.05);
  color: #6b5b3e;
}

.category-image {
  width: 90px; /* Zmensil som z 110px na 90px, aby sa 3 pekne zmestili na mobil vedla seba */
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid lightgray;
  margin: 0 auto 8px;
  transition: box-shadow 0.25s ease;
}

.category-item:hover .category-image {
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.category-name {
  font-size: 0.85em; /* Trochu mensie pismo, aby sa nealamalo */
  font-weight: 500;
  letter-spacing: 0.3px;
  display: block; /* Aby sa text pekne centroval */
}


/* nastavenie unique banner - NEPOUZIVA SA ASI */
.unique-banner {
  background-image: url('/user/documents/upload/carousel.jpg');
  background-size: cover;
  background-position: center;
  padding: 6em 1.5em;
  text-align: center;
  position: relative;
  color: #2E2E2E;
}

.unique-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}

.unique-banner-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.unique-banner h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.unique-banner p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.btn-banner {
  background-color: #7E6D53;
  color: white;
  padding: 0.7em 1.5em;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-banner:hover {
  background-color: #5C4C36;
}

.btn-outline {
  border: 1px solid #A3B18A;
  color: #2E2E2E;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #A3B18A;
  color: #fff;
}

/* NEPOUZIVA SA */
/*.latest-contribution-image {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;  
  margin: 32px;
}

.latest-contribution-image img {
  height: 145%;
  object-fit: cover;
}*/