﻿
/* General Layout Fixes */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Form inputs */
input,
select,
textarea {
    max-width: 280px;
}

/* Description lists */
.dl-horizontal dt {
    white-space: normal;
}

/* Reset Margin + Layout */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* ======= Carousel ======= */
#myCarousel,
.carousel,
.carousel-inner,
.carousel-item {
    height: 100vh !important;
    min-height: 650px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

.carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 62% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 15px;
    z-index: 10;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

    /* Apply Playfair Display to heading and Lato to subtitle */
    .carousel-caption h1 {
        font-size: clamp(2rem, 5vw, 3.4rem);
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        font-family: 'Playfair Display', serif;
    }

    .carousel-caption span {
        font-weight: 300;
        font-size: clamp(1rem, 4vw, 1.6rem);
        display: block;
        color: #f0f0f0;
        font-family: 'Lato', sans-serif;
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 6%;
    }

        .carousel-caption h1,
        .carousel-caption span {
            display: block;
        }
}


/* ======= Reviews Section ======= */
.reviews-section {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
}

/* ======= Booking Advantages ======= */
.booking-advantages {
    background-color: #fff;
    margin: 0;
    padding: 60px 0;
}

    .booking-advantages .adv-icon-sm {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
    }

    .booking-advantages .adv-label {
        font-size: 0.95rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #113c3b;
        margin-bottom: 5px;
    }

    .booking-advantages .adv-sub {
        font-size: 0.85rem;
        color: #555;
    }

/* Make sure spacing between all sections is tight */
#myCarousel {
    margin-bottom: 0;
}

.reviews-section,
.booking-advantages {
    margin-top: 0;
}

/* Room Tabs Section */
.room-tab {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.room-tab-active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Tab Button Styling */
.custom-room-tabs {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.room-tab-link {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    font-size: 1.1rem;
    position: relative;
    padding: 6px 12px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

    .room-tab-link:hover {
        color: #2c5f52;
    }

    .room-tab-link.active {
        color: #2c5f52;
        font-weight: 600;
    }

        .room-tab-link.active::after {
            content: '';
            display: block;
            height: 2px;
            background-color: #2c5f52;
            width: 100%;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

/* Buttons */
.btn {
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-outline-dark {
    color: #333;
    border-color: #333;
}

    .btn-outline-dark:hover {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        background-color: #218838;
        border-color: #1e7e34;
    }

/* Responsive spacing fixes */
@media (max-width: 576px) {
    .room-tab-active .col-md-6 {
        margin-bottom: 20px;
    }

    .room-tab-link {
        display: inline-block;
        margin: 5px 8px;
        font-size: 1rem;
    }
}
.room-square-img {
    width: 100%;
    max-width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
footer a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

/* Smooth fading for Bootstrap carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 2s ease-in-out; /* Smooth 2-second fade */
    display: block; /* Needed for smooth fading */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
        z-index: 2;
        position: relative;
    }
<style>
.about-image,
.attraction-image,
.gallery-image {
    width: 100%;
    height: 300px; /* You can reduce this number for smaller size */
    object-fit: cover;
    border-radius: 10px;
}

</style >
.footer-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.2); /* thin, light line */
}
/* Default Light Theme */
.booking-advantages {
    background-color: white;
    color: #000;
}

/* Dark Theme Override */
body.dark-mode .booking-advantages {
    background-color: #222; /* Or #111 for pure black */
    color: #fff;
}
.sirvoy-widget {
    position: absolute;
    top: 60px;
    right: 30px;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .sirvoy-widget {
        display: none; /* hide on mobile for better UX */
    }
}
.sirvoy-widget-inside {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .sirvoy-widget-inside {
        display: none;
    }
}
.booking-widget-section {
    height: 80vh;
    background: url('/Content/Images/Home3.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 2;
}

    .booking-widget-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

.booking-widget-glass {
    position: relative;
    z-index: 3;
    width: 320px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.booking-widget-section {
    height: 80vh;
    background: url('/Content/Images/Home3.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 2;
}

    .booking-widget-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

.booking-widget-glass {
    position: relative;
    z-index: 3;
    width: 320px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
/* Button Styles */
.btn-modern {
    position: relative;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    /* Adding a right arrow that moves on hover */
    .btn-modern .arrow {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .btn-modern:hover {
        background-color: #45a049; /* Darker shade on hover */
        transform: scale(1.05); /* Slight grow effect on hover */
    }

        .btn-modern:hover .arrow {
            transform: translateX(10px); /* Move the arrow to the right */
        }

    /* Optional: Optional transition effect for when button is hovered */
    .btn-modern:focus,
    .btn-modern:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
.custom-room-tabs::-webkit-scrollbar {
    height: 6px;
}

.custom-room-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.room-tab-link {
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 50px;
    background-color: #f8f8f8;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

    .room-tab-link.active,
    .room-tab-link:hover {
        background-color: #333;
        color: white;
    }
@media (max-width: 768px) {
    .about-us-section {
        background-attachment: scroll !important;
    }
}
.btn-modern {
    display: inline-block;
    padding: 10px 24px;
    font-size: 0.95rem;
    font-weight: 500;
    border: 2px solid #111;
    color: #111;
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-modern:hover {
        background-color: #111;
        color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }
    .btn-modern.clicked {
        transform: scale(0.95);
    }
.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 0.95rem;
    font-weight: 500;
    border: 2px solid #111;
    color: #111;
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
.btn-minimal {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background-color: #f5f5f5;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    .btn-minimal:hover {
        background-color: #eaeaea;
        color: #000;
        border-color: #999;
    }
    /* Base Light Theme for summary */
.room-summary-box {
    background-color: #f8f9fa; /* Light gray */
    color: #212529;            /* Bootstrap text-dark */
}

/* Dark Mode Overrides */
body.dark-mode .room-summary-box {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

body.dark-mode .room-summary-box h5,
body.dark-mode .room-summary-box span,
body.dark-mode .room-summary-box li {
    color: #f1f1f1 !important;
}

body.dark-mode .room-summary-box .btn {
    background-color: #28a745;
    color: #fff;
    border: none;
}

body.dark-mode .room-summary-box .btn:hover {
    background-color: #218838;
}
.carousel-item {
    height: 60vh;
    background-size: cover;
    background-position: center;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.booking-advantages {
    background-color: #fff;
}

    .booking-advantages .adv-icon-sm {
        width: 60px;
        height: auto;
    }

    .booking-advantages .adv-label {
        font-size: 0.95rem;
        text-transform: uppercase;
    }

    .booking-advantages .adv-sub {
        font-size: 0.85rem;
        color: #777;
    }
.adv-icon-sm {
    width: 60px;
    height: auto;
}

.adv-label {
    font-size: 0.95rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.adv-sub {
    font-size: 0.85rem;
    color: #777;
}

.carousel,
.carousel-inner,
.carousel-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-item {
    height: 60vh !important;
    background-size: cover !important;
    background-position: center !important;
}

.carousel-caption {
    bottom: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}
.adv-icon-sm {
    width: 60px;
    height: auto;
}


.carousel,
.carousel-inner,
.carousel-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.carousel,
.carousel-inner,
.carousel-item {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.carousel-item {
    position: relative;
}

.carousel-caption h1 {
    margin: 0;
    padding: 0;
}

.booking-advantages {
    margin-top: 0 !important;
}
/* ===== FINAL FIX — Carousel & Booking Advantages spacing ===== */
#myCarousel {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-inner, .carousel-item {
    margin: 0 !important;
    padding: 0 !important;
}

.booking-advantages {
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

<style >
#floating-book-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    padding: 12px 24px;
    border-radius: 50px;
    background-color: #1a1a1a;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#floating-book-btn:hover {
    background-color: #333;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
}

</style >
<style >
#scroll-book-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #1a1a1a;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
    display: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#scroll-book-btn:hover {
    background-color: #333;
}

</style >

#floating-book-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background-color: #1a1a1a;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
}
#floating-book-btn:hover {
    background-color: #444;
}
<style >
/* Apply warm gray background to entire page */
body {
    background-color: #e5e5e5 !important;
}

.body-content,
.container,
.content-wrapper,
.section,
.main-content {
    background-color: transparent !important;
}

.hero-section,
.top-section,
.banner,
header,
section {
    background-color: transparent !important;
}

/* Optional: make headings a bit darker for contrast */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
}

/* Buttons stay black for minimalism */
.btn-modern {
    background: #1a1a1a;
    color: #fff;
}

.btn-outline-modern {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

    .btn-outline-modern:hover {
        background: #1a1a1a;
        color: white;
    }


</style >


.carousel-item {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.carousel-caption {
    bottom: 10%;
    z-index: 10;
    padding: 0 15px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

    .carousel-caption h1 {
        font-size: clamp(1.8rem, 5vw, 3.2rem);
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
    }

    .carousel-caption span {
        font-weight: 300;
        font-size: clamp(1rem, 4vw, 1.6rem);
        display: block;
        color: #f8f8f8;
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 6%;
    }
}
.carousel-inner,
.carousel-item {
    height: 100vh !important;
    min-height: 600px;
    margin: 0 !important;
    padding: 0 !important;
}

.carousel-caption {
    bottom: 10%;
    z-index: 10;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

    .carousel-caption h1 {
        font-size: clamp(2rem, 5vw, 3.2rem);
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
        line-height: 1.3;
    }

    .carousel-caption span {
        font-weight: 300;
        font-size: clamp(1rem, 4vw, 1.6rem);
        display: block;
        color: #f0f0f0;
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 6%;
    }

        .carousel-caption h1,
        .carousel-caption span {
            display: block !important;
        }
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100vh !important;
    min-height: 600px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.carousel-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
    bottom: 10%;
    z-index: 10;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

    .carousel-caption h1 {
        font-size: clamp(2rem, 5vw, 3.2rem);
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
    }

    .carousel-caption span {
        font-weight: 300;
        font-size: clamp(1rem, 4vw, 1.6rem);
        display: block;
        color: #f0f0f0;
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 6%;
    }

        .carousel-caption h1,
        .carousel-caption span {
            display: block !important;
        }
}

