/*============================================================================================*/
/*  WINDMILL RESORTS - CUSTOM STYLES */
/*============================================================================================*/


/*============================================================================================*/
/* 01. ROOM DETAILS */
/*============================================================================================*/

.room_price {
    font-size: 28px;
    font-weight: 700;
    color: #978667;
    margin: 10px 0 5px;
}

.room_price span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.meal-heading {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444444;
}

.included-meal i {
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
    color: #978667;
}

.included-meal strong {
    font-weight: 600;
    color: #978667;
}


/*============================================================================================*/
/* 02. TESTIMONIALS */
/*============================================================================================*/

.carousel_testimonials .box_overlay {
    padding: 45px 45px 45px 260px;
}

.carousel_testimonials .pic {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 210px;
}

.carousel_testimonials .pic figure {
    width: 70px;
    height: 70px;
    margin: 0;
    flex-shrink: 0;
}

.carousel_testimonials .pic figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.carousel_testimonials .guest-info {
    margin-left: 18px;
    width: 120px;
}

.carousel_testimonials .guest-info h4 {
    position: static;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.carousel_testimonials .guest-info small {
    display: block;
    margin-top: 5px;
    color: #ddd;
    font-size: 14px;
}

.carousel_testimonials .comment {
    padding-left: 20px;
}

@media (max-width: 767px) {

    .carousel_testimonials .box_overlay {
        padding: 30px 20px;
        min-height: auto;
    }

    .carousel_testimonials .pic {
        position: static;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 20px 0;
        border: none;
    }

    .carousel_testimonials .guest-info {
        margin: 15px 0 0;
        width: auto;
        text-align: center;
    }

    .carousel_testimonials .comment {
        margin: 0;
        padding: 0;
        text-align: center;
    }

}


/*============================================================================================*/
/* 03. CONTENT GALLERY / META */
/*============================================================================================*/

@media (max-width: 991.98px) {

    .content-gallery {
        margin-top: 40px;
    }

}

.content-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 12px 0 25px;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.content-meta span,
.content-meta div {
    display: flex;
    align-items: center;
}

.content-meta i {
    color: #c19b76;
    margin-right: 8px;
    font-size: 16px;
}

.actual-images-label {
    text-align: right;
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #b59a68;
}

/*============================================================================================*/
/* 04. PAGINATION */
/*============================================================================================*/

.pagination .page-link {
    color: #c19b76;
    border-color: #dee2e6;
}

.pagination .page-link:hover {
    background-color: #c19b76;
    border-color: #c19b76;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #c19b76;
    border-color: #c19b76;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #999;
}

.pagination-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
}


/*============================================================================================*/
/* 05. OFFER POPUP */
/*============================================================================================*/

.popup_wrapper {
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}

.popup_wrapper.show {
    opacity: 1;
    visibility: visible;
}

.popup_wrapper .popup_content {
    transform: translate(-50%, -50%) scale(0.92);
    transition: transform .35s ease;
}

.popup_wrapper.show .popup_content {
    transform: translate(-50%, -50%) scale(1);
}

.offer-code {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin-bottom: 20px;
    background: #f8f6f1;
    border: 1px solid #e5d9c9;
    border-left: 4px solid #97734b;
    border-radius: 8px;
}

.offer-code span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #666;
}

.offer-code strong {
    font-size: 16px;
    font-weight: 700;
    color: #97734b;
    letter-spacing: 1px;
}

.offer-detail-validity {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    margin: 10px 0 18px;
    border-top: 1px solid #d8d1c5;
    border-bottom: 1px solid #d8d1c5;
}

.offer-detail-validity span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
}

.offer-detail-validity strong {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
}


/*============================================================================================*/
/* 06. AMENITIES / FACILITIES */
/*============================================================================================*/

.other-amenities {
    background-color: #faf8f5;
}

.about-amenity {
    padding: 30px 15px;
    transition: .3s;
}

.about-amenity .amenity-icon {
    margin-bottom: 5px;
    line-height: 1;
}

.about-amenity .amenity-icon i {
    font-size: 92px;
    color: #978667;
}

.about-amenity .amenity-icon i::before {
    font-size: 60px !important;
    color: #978667;
}

.about-amenity i[class^="flaticon-"]::before,
.about-amenity i[class*=" flaticon-"]::before {
    font-size: 60px;
    color: #978667;
}

.about-amenity h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.box_facilities.white h3 {
    color: rgba(255, 255, 255, 0.90);
}

.box_facilities.white p {
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {

    .box_facilities.white p {
        display: none;
    }

}


/*============================================================================================*/
/* 07. ABOUT GALLERY */
/*============================================================================================*/

.about-gallery .item img {
    animation: aboutKenburns 12s linear forwards;
}

@keyframes aboutKenburns {

    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }

}

.about-gallery-section {
    padding-top: 120px;
}


/*============================================================================================*/
/* 08. GALLERY PAGE */
/*============================================================================================*/

.gallery-section {
    background: #faf8f5;
    padding: 50px 0 95px;
}

.gallery-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-grid::after {
    content: "";
    display: block;
    clear: both;
}

.gallery-item {
    width: 25%;
    float: left;
    padding: 10px;
    margin: 0;
    display: block;
}

.gallery-item .item-img {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item .item-img img {
    transition: transform .7s ease, filter .7s ease;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery-item:hover .item-img img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.05);
}

.gallery-item.hidden {
    display: none !important;
}

/* Gallery filters */

.gallery-filter-wrapper {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 35px;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 14px 0;
}

.gallery-filter {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #978667;
    transition: .3s;
    white-space: nowrap;
}

.gallery-filter:hover,
.gallery-filter.active {
    color: #413726;
}

.gallery-filter.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    height: 2px;
    background: var(--theme-color);
}

/* Sticky gallery filter */

.gallery-filter-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #efebe5;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

@media (max-width: 991px) {

    .gallery-item {
        width: 33.3333%;
    }

}

@media (max-width: 767px) {

    .gallery-section {
        padding: 30px 0 70px;
    }

    .gallery-item {
        width: 50%;
    }

    .gallery-filter-wrapper {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .gallery-filter-wrapper::-webkit-scrollbar {
        display: none;
    }

    .gallery-filters {
        justify-content: flex-start;
        width: max-content;
        padding: 18px 20px;
        gap: 28px;
    }

}

@media (max-width: 575px) {

    .gallery-item {
        width: 100%;
    }

}


/*============================================================================================*/
/* 09. CONTACT FORM */
/*============================================================================================*/

.form-control.is-invalid,
.form-floating > .form-control.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}

.form-control.is-invalid:focus,
.form-floating > .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .15rem rgba(220, 53, 69, .15);
}

@media (max-width: 767px) {

    #contactResponse {
        left: 15px;
        right: 15px;
        top: 15px;
        min-width: auto;
        max-width: none;
    }

}


/*============================================================================================*/
/* 10. WINDMILL NOTIFICATION */
/*============================================================================================*/

.windmill-notification {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    border-left: 4px solid #978667;
    padding: 18px 20px;
    margin-bottom: 20px;
    max-width: 520px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    animation: fadeIn .25s ease;
}

.windmill-notification i {
    font-size: 22px;
    color: #c7a17a;
    margin-top: 2px;
}

.windmill-notification h6 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
}

.windmill-notification p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

@keyframes fadeIn {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/*============================================================================================*/
/* 11. CONTACT INFORMATION */
/*============================================================================================*/

.contact_item {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px 10px;
    margin: -12px -10px;
    border-radius: 8px;
    transition: all .30s ease;
}

.contact_item:hover {
    transform: translateX(6px);
}

.contact_item:hover h4,
.contact_item:hover div,
.contact_item:hover small {
    color: #978667;
}

.contact_item:hover i {
    color: #978667;
    transform: scale(1.10);
}

.contact_item i {
    transition: all .30s ease;
}

.contact_item_header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact_item_header i {
    font-size: 36px;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact_item_header h4 {
    margin: 4px 0 0;
    line-height: 1.2;
}

.contact_item_content {
    margin-top: -4px;
    padding-left: 48px;
}


/*============================================================================================*/
/* 12. MOBILE MENU FOOTER */
/*============================================================================================*/

.mobile_menu_footer {
    display: none;
}

@media (max-width: 991px) {

    .mobile_menu_footer {
        display: block;
        margin-top: 35px;
        padding: 20px 35px 0;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .mobile_menu_footer .phone_element {
        margin-bottom: 15px;
    }

    .mobile_menu_footer .phone_element:last-child {
        margin-bottom: 0;
    }

    .mobile_menu_footer .bi-whatsapp {
        color: #978667;
    }

}


/*============================================================================================*/
/* 13. RESTAURANT */
/*============================================================================================*/

.restaurant-menu-row {
    --bs-gutter-x: 4rem;
}


/*============================================================================================*/
/* 14. FOOTER */
/*============================================================================================*/

.copy {
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {

    .copy .float-end {
        float: none !important;
        display: block;
        text-align: center;
        margin-top: 8px;
    }

}


/*============================================================================================*/
/* 15. PRIVACY POLICY */
/*============================================================================================*/

.privacy-policy-section {
    padding: 80px 0 100px;
    background: #fff;
}

.privacy-policy-content {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}

.privacy-policy-content h1 {
    margin: 0 0 8px;
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 600;
}

.privacy-policy-content .policy-updated {
    margin: 0 0 40px;
    color: #978667;
    font-size: 13px;
    font-weight: 500;
}

.privacy-policy-content h2 {
    margin: 40px 0 15px;
    color: #978667;
    font-size: 20px;
    font-weight: 600;
}

.privacy-policy-content p {
    margin: 0 0 18px;
}

.privacy-policy-content ul {
    margin: 0 0 22px;
    padding-left: 25px;
}

.privacy-policy-content li {
    margin-bottom: 8px;
}

.privacy-policy-content strong {
    color: #3f3f3f;
}

.policy-contact {
    margin-top: 25px;
    padding: 25px 30px;
    background: #faf8f5;
    border-left: 3px solid #978667;
    border-radius: 6px;
}

.policy-contact > strong {
    display: block;
    margin-bottom: 15px;
    color: #978667;
    font-size: 18px;
}

.policy-contact p {
    margin: 0 0 8px;
}

.policy-contact p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .privacy-policy-section {
        padding: 50px 0 70px;
    }

    .privacy-policy-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .privacy-policy-content h1 {
        font-size: 28px;
    }

    .privacy-policy-content h2 {
        margin-top: 32px;
        font-size: 19px;
    }

    .privacy-policy-content .policy-updated {
        margin-bottom: 30px;
    }

    .policy-contact {
        padding: 20px;
    }

}


/*============================================================================================*/
/* 16. BREADCRUMBS */
/*============================================================================================*/

.breadcrumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.breadcrumb-item {
    margin: 0;
    padding: 0;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item span {
    opacity: 0.7;
}

.breadcrumb-separator {
    margin: 0 8px;
    opacity: 0.5;
}

.room-overview-left {
    position: relative;
}

.room-overview-left .breadcrumb-wrapper {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
}

.room-overview-left .breadcrumb-list {
    padding-left: 10px;
}

.content-overview-title {
    position: relative;
}

.content-overview-title .breadcrumb-wrapper {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding-left: 15px;
}

.offer-overview .breadcrumb-wrapper {
    position: static;
    width: auto;
    margin-bottom: 20px;
}

.offer-details {
    padding-left: 30px;
}


@media (max-width: 767px) {
    .content-overview-title .breadcrumb-wrapper {
        position: relative;
        top: -20px;
        left: -15px;
        right: auto;
        width: 100%;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .content-detail-section .margin_120_95 {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {

    .offer-details {
        padding-top: 20px;
    }

    .offer-overview .container.margin_120_95 {
        padding-top: 30px;
    }

}


/*============================================================================================*/
/* 17. GETTING HERE */
/*============================================================================================*/

.getting_here .box_facilities > i.bi {
    font-size: 42px;
    margin-bottom: 20px;
}

.getting_here .box_facilities h3 {
    margin-bottom: 15px;
}

.getting_here .box_facilities p {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .getting_here .box_facilities {
        margin-bottom: 40px;
    }

    .getting_here .box_facilities > i.bi {
        font-size: 36px;
    }

}


/*============================================================================================*/
/* 18. PRELOADER */
/*============================================================================================*/

#preloader img {
    position: absolute;
    width: 55px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0.5;
}


/*============================================================================================*/
/* 19. HERO VIDEO */
/*============================================================================================*/

/* Mobile-only horizontal positioning of the Jarallax hero video.
   Adjust margin-left to change which part of the video is visible. */
@media (max-width: 767px) {

    #jarallax-container-1 video {
        margin-left: -600px !important;
    }

}


/*============================================================================================*/
/* 20. Page Hero on Rooms, Restaurant, etc positioning */
/*============================================================================================*/

.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}


/*============================================================================================*/
/*  21. WEBSITE NOTICES */
/*============================================================================================*/
.website-notice{
    position: relative;
    margin: 0 0 35px;
    padding: 22px 55px 22px 22px;
    background: #ffffff;
    border: 1px solid #e8e1d6;
    border-left: 5px solid #A68B5B; /* Default Theme Color (Info) */
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: all .3s ease;
}

.website-notice:hover{
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.website-notice h5{
    margin:0 0 8px;
    color:#4B4338;
    font-size:20px;
    font-weight:600;
}

.website-notice p{
    margin:0;
    color:#6d665c;
    line-height:1.7;
}

/* Notice Types */
.notice-info{
    border-left-color:#A68B5B;   /* Theme Gold */
}

.notice-success{
    border-left-color:#819140;
}

.notice-warning{
    border-left-color:#D28744;
}

.notice-danger{
    border-left-color:#D25B5B;
}

.notice-close{
    position:absolute;
    top:14px;
    right:16px;
    width:30px;
    height:30px;
    border:none;
    background:transparent;
    color:#8a8176;
    font-size:22px;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    border-radius:50%;
    transition:.25s;
}

.notice-close:hover{
    background:#f5f1ea;
    color:#A68B5B;
}

.notice-close:hover{
    background:#f5f1ea;
    color:#A68B5B;
}

@media (max-width: 767px) {

    .website-notice{
        padding:18px 45px 18px 18px;
        margin-bottom:25px;
    }

    .website-notice h5{
        font-size:15px;
        margin-bottom:6px;
    }

    .website-notice p{
        font-size:12px;
        line-height:1.6;
    }

    .notice-close{
        top:10px;
        right:10px;
        width:26px;
        height:26px;
        line-height:26px;
        font-size:18px;
    }

}

/* =========================================
   Sticky WhatsApp Button
   ========================================= */

.sticky-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 87px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #b59a68;
    color: #fff;

    font-size: 22px;
    line-height: 1;

    text-decoration: none;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    z-index: 99999;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}


/* Show after scrolling */
.sticky-whatsapp.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Hover */
.sticky-whatsapp:hover {
    background: #a38a5c;
    color: #fff;
    transform: translateY(-2px);
}


/* Mobile */
@media (max-width: 767px) {

    .sticky-whatsapp {

        border-radius: 50%;
        background: #a38a5c;
        color: #fff;
        right: 15px;
        bottom: 42px;
    }
}