
@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text p {
        font-size: 20px;
    }

    .booking-form {
        padding: 25px;
    }

    .nav-container {
        padding: 0;
    }


    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .vehicle-info {
        padding: 20px;
    }

    .vehicle-name {
        font-size: 20px;
    }

    .vehicle-specs {
        flex-direction: column;
        gap: 12px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }

    .nav-container .logo{
        text-align: center;
    }
    
   .hero-text h1{
    font-size: 32px;
   }
   .hero-text p{
    font-size: 17px;
   }

   .hero-content-container{
    margin: 40% auto;
    flex-direction: column;
   }

   .hero-text{
     min-height: 500px;
   }

   .hero-text p {
    margin-top: 60px;
   }

    .nav-container .logo{
        margin: 0 auto;
    }
    
    .nav-logo-image{
        margin: 0 auto;
    }


    .excursions-section h2{
        font-size: 32px;
    }

    .about-image-container2 .swiper-pagination
    {
        bottom: -30px;
    }

    .booking-form-container {
        margin-top: 0 !important;
        width: 100% !important;
    }


}


/* TABLET / SREDNJA REZOLUCIJA */
@media (min-width: 768px) and (max-width: 991px) {
    .form-group {
        margin-bottom: 5px !important;
    }
}

/* Manji laptopi */
@media (min-width: 992px) and (max-width: 1199px) {
      .form-group {
        margin-bottom: 5px !important;
    }
}

/* Veliki ekrani */
@media (min-width: 1200px) {}