/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.hotelSliderGallery {
    overflow: visible;
}
.hotelSliderGallery :is(.swiper-button-prev, .swiper-button-next) {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #556D6E;
    color: #fff;
}
.hotelSliderGallery :is(.swiper-button-prev, .swiper-button-next):after {
    font-size: 24px;
}
.hotelSliderGallery .swiper-button-prev {
    left: 0;
    transform: translateX(-50%);
}
.hotelSliderGallery .swiper-button-next {
    right: 0;
    transform: translateX(50%);
}
.hotelSliderGallery .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    padding: 8px;
    align-items: stretch;
    gap: 20px;
    text-align: center;
    margin: 0;
    bottom: 24px;
}
.hotelSliderGallery .pagination :is(.swiper-prev, .swiper-next) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 34px;
    flex: 0 0 34px;
    cursor: pointer;
}
.hotelSliderGallery .pagination .pagination-list {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.hotelSliderGallery .pagination .pagination-list .swiper-pagination-bullet {
    background: transparent;
    height: 100%;
    margin: 0;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato';
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
    transition: all 0.33s;
}
.hotelSliderGallery .pagination .pagination-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.5;
}
.hotelSliderGallery .swiper-wrapper .swiper-slide {
    height: auto;
    opacity: 0.4;
}
.hotelSliderGallery .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.hotelSliderGallery .swiper-wrapper .swiper-slide .single-gallery-image {
    height: 100%;
}
.hotelSliderGallery .swiper-wrapper .swiper-slide .single-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.related-post {
    height: 100%;
    display: flex;
    gap: 20px;
}
.related-post .single-related-post {
    flex: 1;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 24px;
    color: #fff;
    position: relative;
}
.related-post .single-related-post::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: rgba(81, 109, 111, 0.8);
    z-index: 1;
}
.related-post .single-related-post > * {
    position: relative;
    z-index: 5;
}
.related-post .single-related-post .heading {
    flex: 1;
    display: flex;
    align-items: center;
}
.related-post .single-related-post .heading h2 {
    font-size: 25px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    line-height: 1.5;
}
.related-post .single-related-post .related-post-btn {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 21px;
    padding: 12px 32px;
    background: #9B8A6E;
    color: #fff;
    border-radius: 8px;
    max-width: 190px;
    width: 100%;
    transition: all 0.33s;
}
.related-post .single-related-post .related-post-btn:hover {
    516D6F: #;
    background: #516D6F;
}

@media screen and (max-width: 767px){
	.hotelSliderGallery :is(.swiper-button-prev, .swiper-button-next){
		display: none;
	}
	.hotelSliderGallery .pagination {
		gap: 10px;
		bottom: 16px;
	}
	.hotelSliderGallery .pagination :is(.swiper-prev, .swiper-next) {
		height: 21px !important;
		width: 21px !important;
		flex: 0 0 21px;
	}
	.hotelSliderGallery .pagination .pagination-list {
		gap: 10px;
	}
	.hotelSliderGallery .pagination .pagination-list .swiper-pagination-bullet {
		width: 16px;
		font-size: 14px;
	}
	.hotelSliderGallery .pagination :is(.swiper-prev, .swiper-next) svg {
		height: 15px;
	}
}

/* related post */

@media screen and (max-width: 767px) {
    .related-post {
        flex-direction: column;
        gap: 16px;
    }

    .related-post .single-related-post {
        padding: 20px 16px;
        gap: 16px;
    }

    .related-post .single-related-post .heading h2 {
        font-size: 20px;
		padding-top: 150px;
        padding-bottom: 100px;
   
    }

    .related-post .single-related-post .related-post-btn {
        font-size: 14px;
        padding: 10px 24px;
    }
}


/* Favorite hotel */

.favorite-hotels {
    display: flex;
    column-gap: 10px;
}

.favorite-hotels .single-hotel-post h2 {
    color: #000;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
	text-transform: capitalize;
}

.favorite-hotels .single-hotel-post p {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.favorite-hotels .single-hotel-post a.view-hotel {
    background-color: #C61F48;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    padding: 12px 40px 12px 40px;
    border-radius: 5px;
}

.favorite-hotels .single-hotel-post a:hover {
    516D6F: #;
    background: #516D6F;
}

@media screen and (max-width: 767px) {
    .favorite-hotels {
        flex-direction: column;
        row-gap: 20px;
    }

    .favorite-hotels .single-hotel-post h2 {
        font-size: 18px;
        padding-top: 10px;
    }

    .favorite-hotels .single-hotel-post p {
        font-size: 13px;
        line-height: 20px;
    }

    .favorite-hotels .single-hotel-post a.view-hotel {
        font-size: 14px;
        padding: 10px 30px;
    }
}


/* Custom Filter */
.custom-hotel-filter {
    width: 100%;
    display: flex;
    gap: 50px;
    min-height: 50vh;
}
.custom-hotel-filter form {
    flex: 0 0 280px;
}
.custom-hotel-filter .filter-posts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.hotel-taxonomy-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.hotel-taxonomy-group .single-fields-group {
    padding: 20px 8px 20px 20px;
    border: 1px solid #AFAFAF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hotel-taxonomy-group .single-fields-group h5 {
    margin: 0;
    font-size: 22px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-transform: capitalize;
    color: #C61F48;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 500;
    color: #111111;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 600px;
    overflow: auto;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list::-webkit-scrollbar {
	width: 8px;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list::-webkit-scrollbar-track {
	background: rgba(198, 31, 72, 0.17);
	border-radius: 4px;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list::-webkit-scrollbar-thumb {
  background: #C61F48;
	border-radius: 4px;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
    cursor: pointer;
    line-height: 1.4;
}
.hotel-taxonomy-group .single-fields-group .taxonomy-list label input {
    width: 22px;
    height: 22px;
    border: 22px solid #111111;
}
.filter-btn {
    display: none;
}
.filter-search-fields input#hotel_search {
    font-size: 16px;
    outline: none;
    line-height: 1.5;
    border: 1px solid #B5B5B5;
    padding: 12px 14px 12px 50px;
    border-radius: 50px;
    background: url(./img/magnifying-glass.png) no-repeat left 20px center / 20px;
}
#filtered_content {
    position: relative;
}
#filtered_content.loading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
	background: #ffffff;
	opacity: 0.4;
}
.filtered-content {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.filtered-content .single-hotel {
    flex: 1 1 calc(calc(100% - 48px) / 3);
    max-width: calc(calc(100% - 48px) / 3);
    border-radius: 12px;
    background-color: #666666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.filtered-content .single-hotel .overlay {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 12px;
    border: 1px solid #000;
    min-height: 420px;
	gap: 20px;
}
.filtered-content .no-found {
    flex: 1;
    padding: 48px 0;
}
.filtered-content .no-found p {
    margin: 0;
    text-align: center;
}
.filtered-content .single-hotel .overlay .heading {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.filtered-content .single-hotel .overlay .heading h2 {
    margin: 0;
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 600;
    text-transform: capitalize;
}
.single-hotel-btn {
    background-color: #C61F48;
    color: #fff !important;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    padding: 12px 40px 12px 40px;
    border-radius: 5px;
    transition: all 0.33s;
}
.single-hotel-btn:hover {
    background: #516D6F;
}

@media screen and (max-width: 1199px){
	.custom-hotel-filter, .custom-hotel-filter .filter-posts {
		gap: 24px;
	}
	.hotel-taxonomy-group .single-fields-group .taxonomy-list {
		font-size: 16px;
	}
	.custom-hotel-filter form {
		flex: 0 0 260px;
	}
}
@media screen and (max-width: 991px){
	.filtered-content .single-hotel {
		flex: 1 1 calc(calc(100% - 24px) / 2);
		max-width: calc(calc(100% - 24px) / 2);
	}
}
@media screen and (max-width: 767px){
	.custom-hotel-filter {
		position: relative;
		overflow: hidden;
	}
	.custom-hotel-filter form {
		position: absolute;
		top: 0;
		transform: translateX(-100%);
		z-index: 9;
		background: #fff;
		width: 100%;
		max-width: 260px;
		height: 100%;
		padding: 20px 10px 20px 20px;
		border: 1px solid #AFAFAF;
		border-radius: 8px 0 0 8px;
		transition: all 0.33s;
	}
	.hotel-taxonomy-group {
		max-height: 100%;
		overflow: auto;
		padding-right: 10px;
	}
	.hotel-taxonomy-group .single-fields-group {
		border: none;
		padding: 0;
	}
	.hotel-taxonomy-group::-webkit-scrollbar {
		width: 6px;
	}
	.hotel-taxonomy-group::-webkit-scrollbar-track {
		background: rgba(198, 31, 72, 0.17);
		border-radius: 4px;
	}
	.hotel-taxonomy-group::-webkit-scrollbar-thumb {
		background: #C61F48;
		border-radius: 4px;
	}
	.hotel-taxonomy-group .single-fields-group .taxonomy-list::-webkit-scrollbar {
		width: 4px;
	}
	.filter-search-fields {
		display: flex;
		align-items: center;
		gap: 16px;
	}
	.filter-search-fields .filter-btn {
		display: flex;
	}
	.filter-btn img {
		max-height: 36px;
	}
	.custom-hotel-filter form.show {
		transform: translateX(0);
	}

}
@media screen and (max-width: 499px){
	.filtered-content .single-hotel {
		flex: 1 1 100%;
		max-width: 100%;
	}
}



