@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --dark-blue: #0B2531;
    --light-blue: #9BDEFF;
    --text-gray: #8892b0;
}

body {
    background-color: var(--dark-blue);
    color: white;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    padding-top: 90px;
}

.navbar {
    background-color: rgba(11, 37, 49, .95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}

.navbar-brand img {
    height: 40px;
}

/* Related Offers Dropdown Styles */
.dropdown-menu-dark {
    background-color: var(--dark-blue);
    border: 1px solid rgba(155, 222, 255, 0.1);
}

.dropdown-menu-dark .dropdown-item {
    color: #fff;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    background-color: rgba(155, 222, 255, 0.1);
    color: var(--light-blue);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    padding: 0.375rem 0.75rem;
}

.btn-outline-light:hover {
    background-color: rgba(155, 222, 255, 0.1);
    border-color: var(--light-blue);
    color: var(--light-blue);
}

@media (max-width: 576px) {
    .dropdown {
        position: static;
    }

    .dropdown-menu {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.offcanvas {
    background-color: var(--dark-blue);
}

.nav-link {
    color: var(--light-blue) !important;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.8;
}

.hero-section {
    position: relative;
    background-color: #0B2531;
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: calc(100vh - 90px);
}

.hero-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent 5.51%, #0B2531);
    z-index: 1;
}

.hero-section>.container {
    position: relative;
    z-index: 2;
    min-height: 100%;
}

.hero-logo {
    margin-bottom: 1.875rem;
    max-height: 40px;
}

.hero-title {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.timer {
    border-radius: 38px;
    background: rgba(60, 91, 105, 0.63);

    padding: 4px 12px;
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
}

.feature-card {
    height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-size 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .card-title {
    padding: 32px;
    color: var(--White, var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF));
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.offer-callout {
    color: #9BDEFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 7.25rem 0;
    max-width: 700px;
    margin: 0 auto;
}

.rating-badge {
    background: #fff;
    color: var(--dark-blue);
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    ;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    line-height: 1;
}

.rating-badge span {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 38.4px */
}

.rating-badge i {
    font-size: 36px;
    color: #FBC71D;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.btn-reserve {
    border-radius: 14px;
    border: 1px solid #FFF;
    background: radial-gradient(98.51% 67.24% at 51.66% 96.39%, #79D3FF 0%, #2B97CB 31%, #137BAE 58.5%, #0B72A4 77%, #016697 100%);
    box-shadow: 0px 0px 21.3px 11px rgba(1, 172, 255, 0.10);
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 28px;
    min-width: 275px;
}

.btn-reserve:hover {
    background-color: #4fd1b5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(100, 255, 218, 0.2);
}

@media (max-width: 768px) {
    .btn-reserve {
        font-size: 20px;
        padding: 10px 20px;
    }
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--text-gray);
}

.amenity-item i {
    color: var(--light-blue);
    font-size: 1.2rem;
}

.price-display {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    /* 76.8px */
    margin-bottom: 20px;
    display: flex;
    align-items: end;
}

.price-display > div {
    margin-right: 1rem;
}

.price-lead {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 2px;
}

.price-timer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px;
}

.price-timer-label {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

@media (max-width: 768px) {
    .price-timer-label {
        font-size: 18px;
    }
}

.section-title {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.features-section {
    padding: 72px 0 0 0;
}

.footer {
    background-color: #fff;
    padding: 40px 0 12px 0;
    color: #040404;
}

.footer-title {
    color: var(--Green, #25974C);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #040404;
}

.footer-content ul li {
    margin-bottom: 1rem;
}

.footer-content ul a {
    color: #040404;
}

.footer-content ul a:hover {
    color: var(--light-blue);
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-link {
    color: #040404;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--light-blue);
}

.footer-top {
    margin-bottom: 32px;
}

.footer-bottom {
    border-top: 1px solid #25974C;
    color: #222;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-top: 12px;
    /* 16.8px */
}

.hotel-info-section {
    margin-bottom: 116px;
}

.hotel-info-title {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 48px;
    /* 38.4px */
}

.hotel-info-text {
    color: var(--Grey-Line, #DBDBDB);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

@media (max-width: 768px) {
    .price-display {
        font-size: 3rem;
    }

    .feature-card {
        height: 200px;
    }

    .hero-logo {
        margin-bottom: 1.5rem;
    }

}

.testimonials-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials-arrows {
    display: flex;
    gap: 1rem;
}

.testimonials-arrows a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonials-arrows a:hover {
    background: var(--light-blue);
    color: var(--dark-blue);
}

.testimonials-slider {
    display: flex;
    gap: 2rem;
    overflow: visible;
    width: 100%;
    padding: 1rem 0;
    position: relative;
}

.testimonial-card {
    min-width: calc((100% - 2rem) / 2);
    flex: 0 0 calc((100% - 2rem) / 2);
}

@media (max-width: 768px) {
    .testimonial-card {
        min-width: 100%;
        flex: 0 0 100%;
    }
}

.testimonials-section {
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
}

.testimonial-author {
    display: flex;
    align-items: flex-end;
    gap: .75rem;
}

.testimonial-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.testimonial-author-info {
    margin-right: auto;
}

.testimonial-author-name {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    /* Title/Title 1 Medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

.testimonial-author-country {
    color: #AECCDB;
    /* Body/Body 2 Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.testimonial-date {
    color: #AECCDB;
    /* Body/Body 2 Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.input-group .btn .bi {
    margin: 0;
}

.input-group .btn .spinner-border {
    margin: 0;
}

/* Booking Modal */
.booking-modal {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    max-width: 719px;
    overflow-y: auto;
    border-radius: 20px 0px 0px 20px;
    background: #384F5A;
    padding: 1rem;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 1040;
}

.booking-modal.active {
    display: block;
    animation: slideIn 0.3s ease-out;
}

.booking-modal-content  .close-modal i {
    font-size: 3rem;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .booking-modal {
        top: 0;
        right: 0;
        transform: none;
        border-radius: 0;
        overflow-y: auto;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }
}

@media (max-height: 800px) and (min-width: 769px) {
    .booking-modal {
        top: 0;
        transform: none;
        max-height: 100vh;
        border-radius: 0;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }
}

.close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.booking-form h3 {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 2rem;
    margin-right: 2.5rem;
    /* 35.2px */
}

.booking-dates {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.form-group label {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: .75rem;
    /* 22px */
}

.date-input,
.guests-input,
.phone-input,
.email-input {
    position: relative;
}

.date-input img,
.guests-input img,
.phone-input img,
.email-input img {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.booking-form .form-control {
    border-radius: 12px;
    border: 0.5px solid #A0A0A0;
    background: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    color: #040404;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 1rem 1.25rem;
    /* 22px */
}

.booking-form .form-control:focus {
    border-color: var(--light-blue);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.booking-form .phone-input input.form-control,
.booking-form .email-input input.form-control,
.booking-form .date-input input.form-control,
.booking-form .guests-input select.form-control {
    padding: 1rem 1.25rem 1rem 3.5rem;
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-dates .form-group {
    flex: 1 1 30%;
}

.personal-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.booking-form .btn-cta {
    border-radius: 14px;
    background: var(--GRAIN, linear-gradient(181deg, #01ABFD 38.71%, #0295DB 81.24%, #0379B2 114.13%));
    box-shadow: 0px 16px 25.6px 0px rgba(5, 156, 228, 0.19);
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    padding: 24px;
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
}

@media (max-width: 768px) {
    .personal-info {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .booking-form .btn-reserve {
        width: 100%;
    }

    .booking-modal {
        padding: 1rem;
        max-height: 100vh;
    }

    .close-modal {
        top: 0.5rem;
        right: 0.5rem;
    }

    .booking-modal-content .close-modal i {
        font-size: 2rem;
    }

    .booking-form h3 {
        margin-right: 0;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .booking-form > div {
        font-size: 14px;
        margin-bottom: 1.25rem;
    }

    .booking-dates {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .form-group label {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .booking-form .form-control {
        font-size: 16px;
        padding: 0.75rem 1rem;
    }

    .booking-form .phone-input input.form-control,
    .booking-form .email-input input.form-control,
    .booking-form .date-input input.form-control,
    .booking-form .guests-input select.form-control {
        padding: 0.75rem 1rem 0.75rem 2.75rem;
    }

    .date-input img,
    .guests-input img,
    .phone-input img,
    .email-input img {
        left: 0.75rem;
        width: 18px;
        height: 18px;
    }

    .booking-form .btn-cta {
        font-size: 16px;
        padding: 14px 20px;
    }

    .booking-alert {
        font-size: 14px;
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
}

/* Custom jQuery UI Datepicker Styling */
.ui-datepicker {
    background: #384F5A;
    border: none;
    border-radius: 12px;
    padding: 1rem;
    width: 300px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding: 0.5rem 0;
}

.ui-datepicker .ui-datepicker-title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 1.1rem;
}

.ui-datepicker th {
    color: var(--light-blue);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

.ui-datepicker td {
    padding: 2px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    padding: 0.5rem;
    border-radius: 8px;
    border: none;
    background: transparent;
}

.ui-datepicker td a:hover {
    background: rgba(155, 222, 255, 0.1);
    color: var(--light-blue);
}

.ui-datepicker td a.ui-state-active {
    background: var(--light-blue);
    color: var(--dark-blue);
    font-weight: 600;
}

.ui-datepicker .ui-state-disabled {
    opacity: 0.35;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1rem;
}

.ui-datepicker .ui-datepicker-next {
    right: 1rem;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
    font-family: "bootstrap-icons";
    font-size: 12px;
    color: var(--light-blue);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-prev span::before {
    content: "\F284";
    /* bi-chevron-left */
}

.ui-datepicker .ui-datepicker-next span::before {
    content: "\F285";
    /* bi-chevron-right */
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: rgba(155, 222, 255, 0.1);
    border-color: var(--light-blue);
}

/* Today's date highlight */
.ui-datepicker td a.ui-state-highlight {
    background: rgba(155, 222, 255, 0.1);
    color: var(--light-blue);
}

/* Selected date range styling */
.ui-datepicker td.date-range-selected a {
    background: rgba(155, 222, 255, 0.2);
    color: var(--light-blue);
}

.hero-title-cols {
    padding: 2.5rem 0 10.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    max-width: 800px;
}

@media (min-width: 768px) {
    .price-lead {
        font-size: 22px;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-title-cols {
        padding: 2.5rem 0;
    }

    .offer-callout {
        font-size: 64px;
    }

    .hotel-info-title {
        font-size: 34px;
        margin-right: 120px;
    }

    .hotel-info-text {
        font-size: 24px;
        margin-right: 120px;
    }

    .section-title {
        font-size: 48px;
    }

    .booking-modal {
        padding: 72px;
    }

    .booking-dates {
        flex-direction: row;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 62px;

    }

    .price-lead {
        font-size: 32px;
    }

}

.scroll-down-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .scroll-down-btn {
        bottom:100px;
    }
}

.scroll-down-btn span {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.scroll-down-btn i {
    font-size: 20px;
    animation: bounce 2s infinite;
}

.scroll-down-btn:hover {
    transform: translate(-50%, 5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.scroll-down-btn:hover span {
    opacity: 1;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
}

.mobile-cta .btn-reserve {
    width: 100%;
    padding: 12px 28px;
    border-radius: 0;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Form Validation Styles */
input:invalid, select:invalid {
    box-shadow: none;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}