/*
Theme Name: Hamptons
Theme URI: 
Author: 
Author URI: 
Description: Custom WordPress theme for Hampton.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamptons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
    - Typography
# Elements
    - Lists
    - Links
# Blocks
# Components
    - Navigation
    - Header
    - Footer
# Utilities
--------------------------------------------------------------*/

.dropdown-menu .nav-link{
    padding: 12px 25px !important;
    color: #535353 !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
    position: relative !important;
    z-index: 2 !important;
    &:hover{
        padding-left: 30px !important;
        color: #535353 !important;
        opacity: 1 !important;
    }
}


/* Featured Properties - property thumbnail aspect ratio 1000x666 */
.content-area-7 .property-thumbnail {
    aspect-ratio: 1000 / 666;
    overflow: hidden;
}

.content-area-7 .property-thumbnail .property-img,
.content-area-7 .property-thumbnail .property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Featured Properties - hide slider arrows only (keep pagination dots) */
.content-area-7 .slick-prev,
.content-area-7 .slick-next {
    display: none !important;
}

/* Exclusive Properties - Slick slider image aspect ratio 1280x853 */
.featured-properties .property-gallery-slick .property-gallery-image-wrap {
    aspect-ratio: 1280 / 853;
    overflow: hidden;
}

.featured-properties .property-gallery-slick .property-gallery-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Exclusive Properties - hide Slick navigation in inactive/duplicate Swiper slides */
.propertySwiper .swiper-slide:not(.swiper-slide-active) .slick-slider-area .slick-prev,
.propertySwiper .swiper-slide:not(.swiper-slide-active) .slick-slider-area .slick-next,
.propertySwiper .swiper-slide-duplicate .slick-slider-area .slick-prev,
.propertySwiper .swiper-slide-duplicate .slick-slider-area .slick-next {
    visibility: hidden;
    pointer-events: none;
}

/* Common Inner Banner System */
.inner-banner {
    min-height: 400px !important;
    padding-bottom: 100px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center bottom !important;
    position: relative;
    background-size: cover !important;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) !important;
}

.inner-banner .breadcrumb-area {
    width: 100%;
    z-index: 5;
    margin-top: 150px;
    position:relative;
    z-index: 11;
}

.inner-banner .breadcrumb-area h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.inner-search-box {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    /* position: relative; */
    margin-top: -100px;
    z-index: 99;
    text-align: center;
}


@media (max-width: 991px) {
    .inner-banner {
        height: 400px !important;
    }

    .inner-search-box {
        position: relative;
        margin-top: 20px;
    }

    .inner-search-box .search-area-inner {
        border-radius: 20px !important;
    }
}
.inner-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.property-single-price{
    font-size: 20px;
    font-family: 'Graphie', sans-serif;
    font-weight: 700;
    color: #ea5650;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.property-single-price-frequency{
    font-size: 14px;
    font-family: 'Graphie', sans-serif;
    font-weight: 400;
    color: #ea5650;
    margin-bottom: 0;    
    text-transform: capitalize;
}
.property-single-property-location{
    color: #FFF;
    padding-bottom: 20px;
}

/* Property single page - Swiper gallery */
.property-gallery-swiper {
    margin-bottom: 30px;
}
.property-gallery-main {
    margin-bottom: 0px;
}
.property-gallery-large-wrap {
    aspect-ratio: 730 / 486;
    overflow: hidden;
}
.property-gallery-large-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.property-gallery-thumb-wrap {
    aspect-ratio: 150 / 97;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
}
.property-gallery-thumbs .swiper-slide-thumb-active .property-gallery-thumb-wrap {
    /* border-color: #ea5650; */
}
.property-gallery-thumbs .swiper-slide {
    width: 150px;
    flex-shrink: 0;
}
.property-gallery-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-single-specifications{
    margin-bottom: 50px;
}
.property-single-specifications .property-details-list i{
    font-size: 28px;
}
/* Property single - Location tab map */
.property-map-wrap {
    margin-top: 0;
    min-height: 360px;
}
.property-map-wrap .property-map-iframe,
.property-map-wrap iframe#PropertyMap {
    width: 100%;
    min-height: 360px;
    height: 360px;
    display: block;
}
.property-map-link {
    margin-top: 12px;
    font-size: 14px;
}
.property-map-link a {
    color: #ea5650;
}

.property-single-tabs .tab-content .tab-pane{
    padding: 30px 0;
}
.property-single-tabs .nav-tabs .nav-item a{
    font-family: 'Graphie', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.property-amenities{
    margin-top: 30px;
}
ul.property-details-list{
    display: flex;
}
ul.property-details-list li{
    list-style: none;
    display: flex;
    width: 33.33%;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
@media screen and (max-width: 768px) {
    ul.property-details-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: 10px;
    }
    ul.property-details-list li{
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .property-single-sidebar{
        position: sticky;
        top: 200px;
        padding-left: 20px;
    }
}

.property-single-social-share{
    padding-top: 50px;
}
.property-single-social-share .pd-share{
    gap: 20px;
}
.property-single-social-share .pd-share a{
    display: flex;
    align-items: center;    
}
.property-sidebar-info{
    padding-bottom: 50px;
}
.property-sidebar-info p{
    margin-bottom: 25px;
}
.property-sidebar-info p:last-child{
    margin-bottom: 0;
}
.swiper-slide .slick-prev::before,  .swiper-slide .slick-next::before{
    display: none !important;
}

.listing-badges.exclusive-properties-badge .featured{
    left: -50px;
    top: 20px;
}

.pre-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13294b;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.minimal-template{
    padding-top: 95px;
}

.navbar-brand img{
    width: auto;
    height: 50px;
}

.pre-loader-logo {
    opacity: 0;
    transform: translateY(24px);
    animation: preLoaderLogoFadeInUp 1.6s ease-out forwards;
}

.pre-loader-logo img{
    width: auto;
    height: 70px;
}

@keyframes preLoaderLogoFadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}