body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
   height: 100%;

}

a {
  text-decoration: none;
}

.emri {
  font-size: 30px;
  color: red;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  margin: 15px 0;
}

/* Header */
.header {
    overflow-x: auto; /* Lejon scroll horizontal */
    white-space: nowrap;
    padding: 5px;
    font-size: 0px;
    max-width: 100%; 
    box-sizing: border-box; 
    text-align: left; 
    display: flex;
    gap: 0px;
}
.item {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 0; 
}
.header a, .header select {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.header select {
    flex: 1;
}
.item {
    display: inline-block;
    padding: 0px;
    margin-left: 70px;
    
    
}
 


/* Swiper container */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

.swiper {
  width: 90%;
  height: 85vh;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  font-weight: 900;
}
.swiper-pagination {
  display: none;
}



.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.slide-content {
  display: flex;
 
}

.slide-text {
  margin: 80px;
  width: 90%;
  max-height: none;
  height: auto;
  overflow: visible;   
  margin: 70px auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
   max-height: 60vh;
  overflow-y: auto;   /* ✅ scroll vertikal */
}

.slide-media {
  width: 60%;
  flex-shrink: 0;
}

.slide-media img {
  margin-top: 20px;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  flex-shrink: 0;
   aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  
}
.scroll-box {
  max-height: 300px;   /* kufizon lartësinë */
  overflow-y: auto;    /* aktivizon scroll vertikal */
  padding: 10px;
}

@media (max-width: 768px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 28px;
  }
    .swiper-slide {
    align-items: flex-start;
}
  .slide-content {
    flex-direction: column;
    width: 100%;
  }

  .slide-media {
    width: 100%;
  }

  .slide-media img {
    max-height: 70%;
    height: auto;
  }
  
  .caption {
    max-height: 30%;
    overflow: hidden;
  }

  .slide-text {
    width: 80%;
    max-height: 35vh;
   
    font-size: 15px;
    margin: 10px;
    text-align: center;
    padding: 0 12px;
  }
}
