@media (max-width: 768px) {
    .slick-arrow {
        display: none !important;
    }

    .offers-menu {
        min-width: auto !important;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

	.destination-description-wrapper {
		max-height: 4.5em;   /* kb 3 sor */
		overflow: hidden;
		transition: max-height 0.3s ease;
		min-height: 80px !important;
	}

	.destination-description-wrapper.open {
		max-height: 1000px;  /* elég nagy érték */
	}

	.toggle-description {
		display: inline-block;
		margin-top: 6px;
		font-weight: 600;
		cursor: pointer;
	}

    .search-banner {
        padding: 30px 0px;
    }

    .slider img.main-cover {
        min-height:300px;
        max-height: 300px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .pt-5 {
        padding-top: 1.5rem !important;
    }

    .form-control, .form-select {
        margin-bottom: 10px;
    }

    .sidebar-search {
        border-right: none;
        padding: 0;
    }

    .filter-box i.input {
        bottom: 20px;
    }

    .filter-box div.mb-2 {
        margin-bottom: .2rem !important;
    }

    .offer-cover {
        min-height:180px;
    }

    .offer-box-price-text {
        margin-top: 10px;
    }

    .filterBox {
        display: none; /* Mobilon alapértelmezésben rejtve */
    }

    .badge-taurus {
        font-size: 11px;
    }

    .search-item {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .search-item label {
        display: none;
    }

    .search-item i.fa-users {
        top:11px;
    }

    .trip-search-inner label{
        display: none;
    }

    .hotel-banner-header .container {
        justify-content: center;
    }

    .hotel-banner-header .hotel-title {
        font-size: 2rem;
    }

    .hotel-banner-header sup {
        top: -.5em;
        position: static;
        width: 100%;
        display: block;
    }

    .servicesCheckbox {
        padding: 0;
    }

    .booking-summary {
        font-size: 14px;
    }

    .newsletter-bg {
        border-bottom-left-radius:0;
        border-top-right-radius: 10px;
        padding: 30px 20px;
    }

    .newsletter-bg {

    }

}

a.showRegionDescription.disabled {
    color: #f2f2f2;
}
a.showRegionDescription.disabled:hover {
    cursor: not-allowed !important;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fekete áttetsző háttér */
    z-index: 1000;
}

/* Modal-stílus a filterBox számára */
.filterBox.modal-style {
    display: block;
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    max-height: 80vh; /* Maximális magasság a viewport 80%-a */
    overflow-y: auto; /* Engedélyezzük a függőleges görgetést */
    background: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 1001;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
