/*=======  bookNow  =======*/
.bookNow {
    position: fixed;
    top: 20%;
    right: 0;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 5px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    z-index: 20;
    white-space: nowrap;
    width: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bookNow i {
    font-size: 24px;
    transition: margin-right 0.4s ease-in-out;
    color: #fff;
}

.bookNow span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out;
    color: #fff;
    line-height: 1;
}

.bookNow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--bs-primary);
    transition: width 0.4s ease-in-out;
    z-index: -1;
}

.bookNow:hover {
    padding: 10px 20px;
    width: 200px;
}

.bookNow:hover i {
    margin-right: 10px;
}

.bookNow:hover span {
    opacity: 1;
    width: auto;
}

.bookNow:hover::before {
    width: 100%;
}

@media (max-width: 768px) {
    .bookNow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        top: auto;
        bottom: 0;
        padding: 15px;
        border-radius: 0;
        background-color: var(--bs-secondary) !important;
        color: #fff;
        transition: none !important;
        text-align: center;
    }

    .bookNow i {
        margin-right: 10px;
        transition: none !important;
    }

    .bookNow span {
        opacity: 1 !important;
        width: auto !important;
        overflow: visible !important;
        transition: none !important;
        animation: none !important;
        white-space: nowrap;
    }

    .bookNow::before {
        display: none !important;
        transition: none !important;
    }

    .bookNow:hover {
        background-color: var(--bs-secondary) !important;
        width: 100% !important;
    }

    .bookNow:hover i,
    .bookNow:hover span {
        margin-right: 10px !important;
    }
}

/*=======  Whatsapp modal  =======*/
.wa_popup .whatsapp-main {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    left: 0;
    right: auto;
}

.wa_popup .whatsapp-wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    left: 0;
        right: auto;
        margin-left: 4%;
}

.wa_popup .close_whatsapp {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.wa_popup .close_whatsapp::before {
    transform: rotate(45deg);
}

.wa_popup .close_whatsapp::after {
    transform: rotate(-45deg);
}

.wa_popup .close_whatsapp::before,
.wa_popup .close_whatsapp::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(29, 33, 41);
    display: block;
    border-radius: 2px;
}

.wa_popup .whatsapp-header {
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}

.wa_popup .header-info {
    margin-left: 16px;
    margin-right: 16px;
}

.wa_popup .support-avatar {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.wa_popup .support-avatar::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}

.wa_popup .avatar-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.wa_popup .avatar-img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/wpp.webp);
}

.wa_popup .avatar-img::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
}

.wa_popup .whatsapp-background {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}

.wa_popup .whatsapp-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(../img/whatsapp.webp);
}

.wa_popup .whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.wa_popup .loading-animation {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    /*   opacity: 0; */
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.wa_popup .dot-pulse {
    position: relative;
    left: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
    box-shadow: 9999px 0 0 -5px #cbcbcb;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.wa_popup .dot-pulse::before,
.wa_popup .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
}

.wa_popup .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.wa_popup .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }

    30% {
        box-shadow: 9984px 0 0 2px #cbcbcb;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }

    30% {
        box-shadow: 9999px 0 0 2px #cbcbcb;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }

    30% {
        box-shadow: 10014px 0 0 2px #cbcbcb;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
}

.wa_popup .wloader {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
}

.wa_popup .whatsapp-message-wrapper {
    display: none;
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    max-width: calc(100% - 36px);
}

.wa_popup .whatsapp-message-wrapper::before {
    position: absolute;
    background-image: url("../img/chat-edge.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.wa_popup .whatsapp-message-wrapper:hover {
    left: 10px;
    transition: all 2s cubic-bezier(0.5, 0, 0.1, 1);
}

.wa_popup .chat-body-wrapper {
    width: 100% !important;
}

.wa_popup .whatsapp-chat-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #222;
}

.wa_popup .whatsapp-chat-message,
.wa_popup .whatsapp-chat-message a {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.wa_popup .whatsapp-chat-message p {
    margin: 0px;
}

.wa_popup .whatsapp-message-container {
    box-sizing: border-box !important;
    outline: none !important;
}

.wa_popup .whatsapp-btn {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
}

.wa_popup .whatsapp-btn::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}

.wa_popup .whatsapp-send-icon-small {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
}

.wa_popup .chat-button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

.whatsapp-button-main {
    font-size: 30px;
}
.whatsapp-button-main i{
    color: #fff;
}


/* whatsapp pop-up button */

.wa_popup .whatsapp-popup-button {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: #00e676;
    margin-bottom: 40px;
    margin-left: 30px;
    width: 64px;
}

@media (max-width: 768px) {
    .wa_popup .whatsapp-popup-button {margin-bottom: 24px;}
}

.wa_popup .whatsapp-popup-button::before,
.wa_popup .whatsapp-popup-button::after {
    content: "";
    position: absolute;
    border: 1px solid #00e676;
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}

.wa_popup .whatsapp-notify {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}


@keyframes showhide {
    from {
        transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

.wa_popup .hide-whatsapp {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.wa_popup .show-whatsapp {
    display: flex;
    animation-name: showchat;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

/*=======  Popup modal  =======*/
#popupModal .close-btn {
    margin: 0 auto;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

#popupModal .close-btn:hover {
    color: #ccc;
    transform: scale(1.1);
}

#popupModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

#popupModal .modal-content {
    width: 90%;
    max-width: 400px;
    margin: auto;
    background-color: transparent;
    border: 0;
}

#popupModal .modal.show .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#popupModal .modal-body img {
    max-height: 60vh;
    width: 100%;
    object-fit: contain;
}

/*=======  General  =======*/
.c-secondary{
    color:var(--bs-secondary);
}

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

.accommodations .item .con .permalink:hover a,
.accommodations .item .con .permalink:hover i {
    color: var(--bs-tertiary);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    border-radius: 30px;
}

footer .footer-location a{
    color: var(--bs-white);
    font-weight: 600;
}
footer .footer-location .location-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
    
footer .footer-location svg,
footer .footer-location i {
    color: #EA4335;
    width: 18px;
    height: 18px;
    flex-shrink: 0;}

@media (max-width: 768px) {
    .footer-bottom-copy-right {
        margin: 0 0 50px 0;
    }
    .footer-top {padding: 30px 0 10px 0;}
}

@media (max-width: 991px) {
    .logo-wrapper .logo h2,
    .nav-scroll .logo-wrapper .logo h2 {
        padding: 0;
    }
    .section-padding {
        padding: 30px 0;
    }
}