/*
Theme Name: Buganvilla
Theme URI: https://makridis.dev
Author: John Makridis
Author URI: https://makridis.dev
Description: A custom WordPress theme for vacation rentals.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: buganvilla
Tags: vacation-rentals, airbnb, booking, custom-colors, custom-menu, custom-logo, full-site-editing, style-variations, accessibility-ready
*/

#wpadminbar {
    display: none;
}

html {
    margin-top: 0px !important;
}

body {
    min-height: 100vh;
    height: 100%;
}

body,
p,
a {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
a.navbar-brand {
    font-family: "Playfair Display", serif;
}

.font-family-playfair {
    font-family: "Playfair Display", serif;
}

.font-family-montserrat {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: var(--link-color);
}

a:hover {
    color: var(--hover-link-color);
}

a.navbar-brand {
    font-size: 26px;
}

.footer-copy-text {
    font-size: 15px;
}

.footer-developed-by,
.footer-developed-by a,
.footer-copy-text,
.footer-copy-text a,
.footer-privacy-cookies,
.footer-privacy-cookies a {
    color: inherit;
    text-decoration: none;
}

.footer-privacy-cookies a {
    color: var(--link-color);
}

.footer-privacy-cookies a:hover {
    color: var(--hover-link-color);
}

.footer-copy-text a:hover,
.footer-developed-by a:hover {
    color: var(--hover-link-color);
}

footer .widget-title {
    margin-bottom: 1rem;
    font-size: 22px !important;
}

footer .footer-widget ul.menu {
    padding-left: 0px;
}

footer .footer-widget ul.menu li {
    list-style: none;
    margin-bottom: 0.5rem;
}

footer .footer-widget ul.menu li a {
    color: #D9D0C7;
    text-decoration: none;
}

footer .footer-widget ul.menu li a:hover {
    color: var(--hover-link-color);
}

nav.navbar {
    z-index: 1030;
}

.navbar-toggler {
    border: none;
    font-size: 1.2rem;
}

.menu-item-cta-button {
    list-style: none;
}

.radius-12 {
    border-radius: 12px !important;
}

.word-break-all {
    word-break: break-all;
}

.bg-airbnb {
    background: #FF385C;
}

.btn-airbnb {
    background-color: #FF385C;
    color: white;
}

.btn-airbnb:hover {
    background-color: #E00B41 !important;
    color: white;
}

.bg-bookingcom {
    background: #003580;
}

.btn-bookingcom {
    background-color: #003580;
    color: white;
}

.btn-bookingcom:hover {
    background-color: #002966 !important;
    color: white;
}

.text-color-soft-sand {
    color: #D9D0C7;
}


.text-color-primary {
    color: var(--primary-color);
}

.text-color-secondary {
    color: var(--secondary-color);
}

.text-color-menu-active-item {
    color: var(--menu-active-item-color);
}

.text-color-menu-active-item-hover {
    color: var(--menu-active-item-hover-color);
}

.text-color-link {
    color: var(--link-color);
}

.text-color-hover-link {
    color: var(--hover-link-color);
}

.text-color-reviews-rating {
    color: var(--reviews-rating-color);
}

.text-color-property-details-icon {
    color: var(--property-details-icon-color);
}

.text-color-property-amenity-icon {
    color: var(--property-amenity-icon-color);
}

.bg-color-primary {
    background-color: var(--primary-color);
}

.bg-color-secondary {
    background-color: var(--secondary-color);
}

.bg-color-menu-active-item {
    background-color: var(--menu-active-item-color);
}

.bg-color-menu-active-item-hover {
    background-color: var(--menu-active-item-hover-color);
}

.bg-color-link {
    background-color: var(--link-color);
}

.bg-color-hover-link {
    background-color: var(--hover-link-color);
}

.bg-color-reviews-rating {
    background-color: var(--reviews-rating-color);
}

.bg-color-property-details-icon {
    background-color: var(--property-details-icon-color);
}

.bg-color-property-amenity-icon {
    background-color: var(--property-amenity-icon-color);
}



.sticky-top.property-booking-form-container {
    top: 70px;
}

nav#main-nav li.current-menu-item a {
    color: var(--menu-active-item-color, var(--link-color));
    font-weight: 500;
}

nav#main-nav li.current-menu-item a:hover {
    color: var(--menu-active-item-hover-color, var(--link-color));
}


.star-reviews-rating {
    color: var(--reviews-rating-color, #E6B673);
}

.property-details-icon {
    color: var(--property-details-icon-color, #3B3B39);
}

.property-amenity-icon {
    color: var(--property-amenity-icon-color, #C6C0B2);
}



/* Home page */
#heroCarousel {
    background-image: radial-gradient(at center center, #111111 100%, #F2295B00 100%);
}

.homepage-hero-text {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.homepage-hero-carousel {
    max-height: calc(100vh - 56px) !important;
    /* max-height: 100vh; */
    background-color: transparent;
    background-image: radial-gradient(at center center, #111111 100%, #F2295B00 100%);
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.homepage-hero-carousel .carousel-item>img {
    object-fit: cover;
    object-position: center;
}

.welcome-section-brand-icon {
    /* filter: brightness(0) saturate(100%) invert(51%) sepia(5%) saturate(1678%) hue-rotate(355deg) brightness(94%) contrast(88%); */
    filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(1809%) hue-rotate(169deg) brightness(98%) contrast(88%);
    height: 100px;
}

.homepage-section-title {
    margin-bottom: 0.75rem;
}

.card-property .title {
    color: initial;
    text-decoration: none;
}

.card-property .title:hover {
    opacity: 0.6;
}

.card-property .property-image:hover {
    opacity: 0.9;
}


.card-property-link {
    /* color: var(--property-details-icon-color, #3B3B39); */
    color: var(--link-color, #3B3B39);
    text-decoration: none;
}

.card-property-link:hover {
    color: var(--hover-link-color, #A89881);
}

.card-property-link:hover span {
    text-decoration: underline;
}

.card-property-link i {
    font-size: 14px;
    margin-left: 0.25rem;
}

section#testimonials swiper-slide {
    height: auto;
    margin-bottom: 0.5rem;
}

section#amenities div.card.card-amenity {
    border-color: #dee2e6;
}

/* #homepageReviewsSwiper .swiper-button-prev,
#homepageReviewsSwiper .swiper-button-next {
    color: red !important;
} */

.homepage-video-section {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 600px;
    /* 400px */
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-video-overlay {
    position: absolute;
    text-align: center;
}

.homepage-video-play-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 1px;
    margin-left: 4px;
    max-width: 32px;
}

.homepage-video-play-button-svg-container {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
}

section#homepage-cta {
    /* padding-top: 4rem !important; */
    /* padding-bottom: 4rem !important; */

    position: relative;
    background-image: url(/wp-content/uploads/2025/03/bsfv-2-47_1b554678-a395-4330-a704-104af1345ee9-1920x1080.jpeg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#homepage-cta .homepage-cta-overlay {
    background-color: rgba(105, 91, 73, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    opacity: 1;
}


.swiper-button-next,
.swiper-button-prev {
    color: red !important;
}


/* Properties list */




/* Property page */
.property-gallery .main-image,
.property-gallery .secondary-image {
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

#info-and-form {
    margin-top: 2rem !important;
}

.short-description p {
    margin-bottom: 0.25rem !important;
}

.long-description p:last-child {
    margin-bottom: 0rem !important;
}

#property-map {
    height: 350px !important;
    max-height: 350px !important;
    border-radius: 12px;
}

#property-map iframe {
    border-radius: 12px !important;
}

.property-reviewer-img {
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}


.property-review-record-container:first-child {
    margin-top: 1rem !important;
}


.property-review-record-container:not(:last-of-type) {
    border-bottom: 1px solid #EAEEF3;
    margin-bottom: 1rem;
}

.property-reviews-container {
    max-height: 350px;
    overflow-y: scroll;
}


/* About page */
.web-page-about,
.web-page-location {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

.web-page-about .web-page-title,
.web-page-location .web-page-title {
    display: none;
}



@media (max-width: 767.98px) {

    #heroCarousel {
        height: calc(100vh - 56px) !important;
        /* height: 100vh !important; */
    }

    #heroCarousel .homepage-hero-carousel,
    #heroCarousel .homepage-hero-carousel .carousel-item,
    #heroCarousel .homepage-hero-carousel .carousel-item img {
        height: 100%;
    }

    .row-properties-list-container .card-property img.property-image {
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0.375rem;
    }

    section#properties .card-property img.property-image {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

}



@media (max-width: 991.98px) {

    section#properties .card-property img.property-image {
        height: 100%;
        max-height: 330px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

}



@media (min-width: 1200px) {
    section#properties .card-property img.property-image {
        height: 300px;
        max-height: 300px;
        object-fit: cover;
        object-position: center;
    }
}