#wrapper {
    background-color: white;
  }
  section.section-box {
    padding: 80px 0 40px;
  }
  .section-title {
    text-align: center;
    font-size: 26px;
    line-height: 2em;
    margin: 0;
  }
#Akcije {
    display: flex;
    flex-direction: column;
    
  }
 #usluge table {
    width: 100%;
    border-collapse: collapse;
}

#usluge th, #usluge td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

#usluge td {
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#usluge td:contains("✔") {
    color: green;

}
.usluge {
  max-width: 800px;
  margin: 20px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

  }
  body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    text-align: center;
    margin: 0;
    padding: 0;
}
.container {
    
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container1 {
    
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container2 {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #01563c;
     /* background-image: url('logo-1.png');  /* Replace with your image URL */
    background-size: cover;  /* Ensures the image covers the entire container */
    background-position: center;  /* Centers the image */
}

.meni {
  max-width: 800px;
  margin: 20px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


input, select, button {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background: #a2f900;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
button:hover {
    background: #a2f900;
}

.offer, .menu {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer img, .menu img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-right: 15px;
}
.menu-courses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.menu-courses img {
  width: 80px;
  height: 80px;
  border-radius: 5px;}

 /* Footer */
footer {
  background-color: #01563c;
  padding: 40px 0 10px;
  color: white;
}
#footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #01563c;
}

#social-media-list {
  list-style: none;
  padding: 0;
}


.social-media-links {
  font-size: 20px; /* Adjusts the icon size */
}

#social-media-list-footer{
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.social-media-links {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #999;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  transition: all 0.5s ease;
}
.social-media-links:hover {
  background-color: royalblue;
  color: #0ad3f2;
}
footer h4 {
  font-size: 32px;
}
#copyright {
  font-size: 14px;
  opacity: 0.5;
  text-align: center;
}
#copyright strong {
  line-height: 2em;
  font-size: 16px;
}

.special-offers, .menus {
  margin: 20px 0;
}

.offer, .course {
  display: flex;
  margin-bottom: 20px;
}

.offer-image, .course-image {
  width: 150px; /* Adjust as needed */
  margin-right: 20px;
}

.offer-description, .course-description {
  flex: 1;
}

h2, h3, h4 {
  font-family: Arial, sans-serif;
}

p {
  font-size: 1rem;
  color: whitesmoke;
}

.p1 {
  font-size: 1rem;
  color: rgb(7, 7, 7);
}
img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.video-container {
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
}

.video-container video {
    border-radius: 10px;
    max-height: 550px;
    object-fit: cover;
}


.villas-submenu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px 0;
}


.submenu {
    display: none;
    list-style: none;
    padding-left: 15px;
}

.submenu.show {
    display: block;
}

.menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}



/* Full-width wrapper */
.amenity-carousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 60px 0;
}

/* Row of slides */
.amenity-carousel {
    display: flex;
    transition: transform 0.6s ease;
}

/* Each slide takes 1/3 of screen */
.amenity-slide {
    flex: 0 0 33.333%;
    padding: 0 20px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Image + text side by side */
.amenity-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Image styling */
.amenity-content img {
    width: 60%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.amenity-info {
    width: 40%;
    color: #333;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.amenity-info h3 {
    margin: 0 0 10px;
}

/* Fade sides */
.amenity-slide.faded {
    opacity: 0.35;
    transform: scale(0.9);
}

/* Focused middle slide */
.amenity-slide.active {
    opacity: 1;
    transform: scale(1);
}

.amenity-slide.active .amenity-info {
    opacity: 1;
}


/* Move them all the way to the edges */
.prev { left: 5px; }
.next { right: 5px; }

.amenity-nav:hover {
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
}


/* Full-width wrapper */
.city-carousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 60px 0;
}

/* Row of slides */
.city-carousel {
    display: flex;
    transition: transform 0.6s ease;
}

/* Each slide takes 1/3 of screen */
.city-slide {
    flex: 0 0 33.333%;
    padding: 0 20px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Image + text side by side */
.city-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Image styling */
.city-content img {
    width: 60%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.city-info {
    width: 40%;
    color: #333;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.city-info h3 {
    margin: 0 0 10px;
}

/* Fade sides */
.city-slide.faded {
    opacity: 0.35;
    transform: scale(0.9);
}

/* Focused middle slide */
.city-slide.active {
    opacity: 1;
    transform: scale(1);
}

.city-slide.active .city-info {
    opacity: 1;
}


/* Move them all the way to the edges */
.prev { left: 5px; }
.next { right: 5px; }

.city-nav:hover {
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
}



/* Awards Section */
.awards-container {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 60px 0;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.award-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.award-item:hover {
    transform: translateY(-5px);
}

.award-logo {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.award-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.award-name {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
  color: rgb(7, 7, 7);
}


/* Food Menu Tabs */
.food-menu-container {
    margin-top: 50px;
}

#foodMenuTabs{
  color: white;
}
.menu-list {
    text-align: left;
    margin-top: 20px;
}

.menu-list ul {
    list-style: none;
    padding: 0;
}

.menu-list li {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 8px;
    border-left: 4px solid #005422;
    font-size: 15px;
}

.a2 {
  color: #01563c;
}

.a1 {
  color: white;
}


.logo {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.logo img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

#place-holder {
  display: flex;
  text-align: center;
  padding: 2.5em 2em;
  overflow-x: auto;
  background-color: #1a877e;
}

.villa-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.izbor-name {
  font-size: 20px;
  color: whitesmoke;
}
.izbor-description {
  font-size: 14px;
  color: whitesmoke;
}

.city-slide,
.amenity-slide {
  flex: 0 0 33.333%;
}

.city-carousel,
.amenity-carousel {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media only screen and (max-width: 600px) {

  /* NAVIGATION */
  nav {
    flex-direction: column;
    padding: 10px;
  }

  .menu {
    flex-direction: column;
    width: 100%;
  }

  .menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  .submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .menu li:hover > .submenu {
    display: block;
  }

  /* VIDEO */
  .video-container h2 {
    font-size: 1.3rem;
  }

  /* POSTCARD – keep postcard feel */


  .about-postcard {
    flex-direction: row;
    aspect-ratio: 3 / 2;
    padding: 10px;
  }

  .postcard-image {
    flex: 0 0 45%;
  }

  .postcard-image img {
    height: 100%;
    object-fit: cover;
  }

  .postcard-content {
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.35;
    overflow-y: auto;          /* enables scrolling */
    scrollbar-width: thin;     /* Firefox */
    padding-right: 6px;
  }

  /* WebKit scrollbar styling (Chrome, Safari) */
  .postcard-content::-webkit-scrollbar {
    width: 4px;
  }

  .postcard-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }

  .postcard-content::-webkit-scrollbar-track {
    background: transparent;
  }

  .postcard-stamp img {
    width: 30px;
  }

  .postcard-text {
    mask-image: linear-gradient(
      to bottom,
      black 85%,
      transparent
    );
  }
  /* CITY & AMENITY CAROUSELS – 2 ITEMS */
  .city-slide
  {
    flex: 0 0 100%;
  }

  .city-content img
 {
    height: 220px;
    object-fit: cover;
  }

  .amenity-slide   {
    flex: 0 0 100%;
  }

  .amenity-content img {
    height: 220px;
    object-fit: cover;
  }

  /* FOOD MENU */
  .two-column-wrapper {
    flex-direction: column;
  }

  /* CARDS */
  #place-holder {
    margin: 0;
  }

  .izbor-card {
    margin-bottom: 20px;
  }

  /* COMING SOON */
  .coming-soon-container {
    width: 60%;
  }
  .carousel {
    height: 200px;
  }

  .caption {
    font-size: 0.85rem;
    padding: 6px 10px;
  }
  /* FOOTER */
  #social-media-list-footer {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {

  nav {
    padding: 5px 15px;
  }

  .menu {
    flex-wrap: wrap;
  }

  .menu li {
    width: auto;
    margin: 5px;
  }

  .video-container video {
    max-height: 60vh;
    object-fit: cover;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {

  .menu {
    width: 100%;
  }

  .menu li {
    width: auto;
  }

  .about-postcard {
    gap: 20px;
  }

  .city-carousel,
  .amenity-carousel {
    padding: 0 20px;
  }

  #place-holder {
    margin: 0 1em;
  }

  .coming-soon-container {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {

  nav {
    padding: 10px 40px;
  }

  .menu {
    width: 85%;
  }

  #place-holder {
    max-width: 1100px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {

  .container,
  #place-holder {
    max-width: 1200px;
  }

  .coming-soon-container {
    width: 1100px;
  }
}






