/* --- Tablet (768px - 991px) --- */
/* --- Tablet (min 768px - max 991px) --- */
@media (min-width: 767.9px) and (max-width: 991px) {

    #banner {
        height: 70vh;
    }

  
  #banner .banner-title {
    font-size: 3rem;
  }

  #banner .banner-bottom-text,
  #banner .banner-top-text {
    font-size: 1.7rem;
  }

  .point-img {
    width: 78px;
    height: 78px;
  }

  .point-label {
    font-size: 0.95rem;
  }

  .map-wrapper {
    height: 320px;
  }

  #banner-svg {
    height: 300px;
  }

  #search-section {
     transform: translateY(-55%);
    z-index: 10;
}
  
  /* Raspored search forme vertikalno */
 .sherpa-square-with-calendar {
  position: relative; /* da pseudo-element može biti relativno pozicioniran */
  z-index: 1; /* po potrebi */
 }

.sherpa-square-with-calendar:before {
  content: ""; /* OBAVEZNO, inače se ne prikazuje pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFB703 !important;
  z-index: -1; /* da bude iza sadržaja */
  pointer-events: none; /* da ne smeta klikovima */
}

  .agoda-bg-wrapper {
    background-color: #FFB703; /* tvoja žuto-narančasta */
    width: 450px;
     box-sizing: border-box;
  }

 

  .sherpa-square-with-calendar .item-container{
    bottom:30% !important;
  }

  .navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  

    .about-section {
        margin-top: 13rem;
    }

#about img {
    max-width: 80%!important;
}


 .food-section .food-item h5 {
    font-size: 1.2rem;
  }

  .food-section .food-item p {
    font-size: 0.95rem;
  }

  .food-section .food-img img {
    width: 140px;
    height: 140px;
  }

  .featured-destinations-slider .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.3s ease;
  }

  .featured-destinations-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.05);
  }


 .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .card {
    margin-bottom: 1.5rem;
  }

  


}



 
/* --- Mobile (max 767px) --- */
@media (max-width: 767px) {

 


    #banner .container {
        padding-top: 0px!important;
    }
   #banner .banner-title {
    font-size: 2.2rem !important;
  }

  #banner .banner-top-text {
    font-size: 1.2rem !important;
  }

  #banner .banner-bottom-text {
    font-size: 1.1rem !important;
  }

  .point-img {
    width: 60px !important;
    height: 60px !important;
  }

  .point-label {
    font-size: 0.85rem !important;
  }

  .map-wrapper {
    height: 250px !important;
  }

  #banner-svg {
    height: 380px !important;
  }

    #banner-svg path {
    marker-end: none !important;
  }

  
  /* Raspored search forme vertikalno */
 .sherpa-square-with-calendar {
  position: relative; /* da pseudo-element može biti relativno pozicioniran */
  z-index: 1; /* po potrebi */
}

.sherpa-square-with-calendar:before {
  content: ""; /* OBAVEZNO, inače se ne prikazuje pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFB703 !important;
  z-index: -1; /* da bude iza sadržaja */
  pointer-events: none; /* da ne smeta klikovima */
}

  .agoda-bg-wrapper {
    background-color: #FFB703; /* tvoja žuto-narančasta */
    width: 100%;
     box-sizing: border-box;
  }

 

  .sherpa-square-with-calendar .item-container{
    bottom:30% !important;
  }
  #search-section .container form .row {
    flex-direction: column;
  }

  #search-section .container form .row > div {
    width: 100vw !important;
  }

  #search-section .form-label {
    font-size: 0.9rem;
  }

  #search-section input,
  #search-section select {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }

  #search-section .btn {
    width: 100%;
    margin-top: 0.5rem;
  }

  /* Margin za banner tekstove */
  .banner-top-text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  #search-section {
    position: static;
    transform: none;
    margin-top: 1rem;
  }

   .search-container .form-label {
    font-size: 0.9rem;
  }

  #search-section .row > div {
    margin-bottom: 0rem;
  }

  /* Odabir datuma jedan ispod drugog */
  #search-section .d-flex.gap-1 {
    flex-direction: column;
    gap: 0.5rem;
  }


   #svg-object{
padding-top: 4%; 
padding-bottom: 0%;  
margin-bottom: 0%;}
 

    .about-section {
        margin-top: 16rem;
    }
  #about .sec-heading {
    font-size: 1.8rem;
    text-align: center;
  }
  #about .sec-sub-heading {
    text-align: center;
  }
  #about p.text-muted {
    text-align: center;
  }
  #about .row.align-items-center {
    flex-direction: column-reverse;
  }
  #about .col-lg-6.text-center {
    margin-bottom: 0px;
  }

   .about-icons-list {
    justify-content: space-between;
  }

  .about-icons-list > div {
    width: 48%; /* dva stupca */
  }

  .about-icons-list {
  justify-content: center;
}

  .ad-wrapper {
    padding: 15px 5px;
    margin: 40px auto;
  }

    /* Food section */
  .food-section .food-item {
    text-align: center;
  }

  .food-section .food-item h5 {
    font-size: 1.1rem;
  }

  .food-section .food-item p {
    font-size: 0.9rem;
  }

  .food-section .food-img img {
    width: 120px;
    height: 120px;
  }

  /* Destinations slider - mobile */
  .featured-destinations-slider {
    padding: 0 10px;
  }

  .featured-destinations-slider .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.3s ease;
  }

  .featured-destinations-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  
  .row {
    flex-direction: column;
  }
  aside {
    margin-bottom: 2rem;
  }
  .nav-link {
    font-size: 0.95rem;
  }
  .hero {
    padding: 2.5rem 1rem;
  }



  #search-section {
    top: 60%; /* prilagodi prema potrebi */
    left: 0;
    right: 0;
    width: 100vw;
    height: 50%;
  }

    #adgshp2006984964,
  #adgshp2006984964 iframe {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    display: block !important;
    box-sizing: border-box;
  }

  .adg-wrapper {
    padding: 0 10%; /* malo prostora s lijeva i desna */
    display: flex;
    justify-content: center;
  }



}

/* === Additional Touches === */
.container {
  max-width: 1200px;
}
h4 {
  color: #03045E;
  border-bottom: 2px solid #0077B6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/*  Agoda iframe */
