/*
 * ------------------------------------
 * Global and Utility Styles
 * ------------------------------------
 */

:root {
    --bs-body-font-family: 'Outfit', sans-serif;
    --brand-color: #aa8453;
    --light-brand-color: #ceb493;
}

body {
    /* Prevents horizontal scrolling */
    overflow-x: hidden;
    font-weight: 350 !important;
    /*font-size: calc(0.95rem + ((1vw - 0.28125rem) * 0.1633));*/
    font-size: 18px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
input {
    font-weight: 350 !important;
}

h2 {
    font-size: 36px !important;
    line-height: 36px !important;
}

.welcome-text {
    font-weight: 350 !important;
    font-size: 1.15rem;
    margin-left: 69px;
    margin-right: 48px;
    line-height: 1.6rem;
}

.fnt-350 {
    font-weight: 350 !important;
}

.fw-bold {
    font-weight: 500 !important;
}


/* Rounded corners utility */

.rounded-0 {
    border-radius: 0 !important;
}


/* Brand-specific text and filter colors */

.brand-bg {
    background-color: var(--brand-color);
    color: #000;
}

.text-brand {
    color: var(--brand-color) !important;
}

.gold-filter {
    filter: invert(57%) sepia(72%) saturate(278%) hue-rotate(354deg) brightness(82%) contrast(84%) !important;
}

.white-filter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(283deg) brightness(109%) contrast(101%) !important;
}

.black-filter {
    filter: brightness(0) saturate(100%) !important;
}


/*
 * ------------------------------------
 * Margins
 * ------------------------------------
 */

.ms-15 {
    margin-left: 15px;
}

.me-15 {
    margin-right: 15px;
}

.ms-20 {
    margin-left: 20px;
}

.me-20 {
    margin-right: 20px;
}

.ms-30 {
    margin-left: 30px;
}

.me-30 {
    margin-right: 30px;
}


/*
 * ------------------------------------
 * Navigation Bar
 * ------------------------------------
 */

.top-navbar {
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /*backdrop-filter: blur(10px);*/
    color: white;
    padding: 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.top-navbar.scrolled {
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
}

.top-navbar.scrolled .nav-link,
.top-navbar.scrolled .navbar-brand,
.top-navbar.scrolled .btn {
    color: black !important;
}

.top-navbar.scrolled .navbar-brand,
.top-navbar.scrolled .nav-link {
    font-weight: bold;
}

.top-navbar.scrolled .btn-reserva {
    background-color: var(--brand-color);
    color: #000000 !important;
}

.nav-link,
.navbar-brand,
.btn {
    color: white;
    transition: color 0.3s ease-in-out;
}

.nav-link:hover,
.navbar-brand:hover,
.btn:hover {
    color: var(--brand-color) !important;
}

.btn.p-0 small {
    margin-top: 0.1rem;
}

.nav-square {
    margin-left: 0.5rem;
    border: solid 1px #FFF !important;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.btn-booking {
    font-weight: 400 !important;
    font-size: 18px;
}

.main-btn {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.booking-form-label {
    font-weight: 350 !important;
    font-size: 16px !important;
}


/*
 * ------------------------------------
 * Offcanvas (Side Menu)
 * ------------------------------------
 */

.offcanvas.offcanvas-start {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    color: black;
}

.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.2);
}

.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-title {
    color: black;
    font-weight: bold;
}

.offcanvas-body {
    color: black;
}

.sideMenu {
    width: 100% !important;
    max-width: 700px;
}

.tree-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tree-menu>li {
    font-weight: bold;
    color: black;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.tree-menu>li>a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

.tree-menu>li:last-child {
    border-bottom: none;
}

.tree-menu .sub-menu {
    list-style: none;
    padding-left: 1.5rem;
    font-weight: normal;
}

.tree-menu .sub-menu li {
    padding: 0.5rem 0;
}

.tree-menu .sub-menu a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}

.tree-menu .sub-menu a:hover {
    color: var(--brand-color);
}

.first-tree-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.8rem;
}

.first-tree-menu>li {
    font-weight: bold;
    color: black;
    padding: 0.4rem 0;
}

.first-tree-menu>li>a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}

.first-tree-menu>li:last-child {
    border-bottom: none;
}

.first-tree-menu .sub-menu {
    list-style: none;
    padding-left: 1.5rem;
    font-weight: normal;
}

.first-tree-menu .sub-menu li {
    padding: 0.5rem 0;
}

.first-tree-menu .sub-menu a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}

.first-tree-menu .sub-menu a:hover {
    color: var(--brand-color);
}


/*
 * ------------------------------------
 * Buttons
 * ------------------------------------
 */

.btn-reserva {
    background-color: var(--brand-color);
    color: #000000 !important;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.btn-reserva:hover {
    background-color: #92734a;
}

.btn-solid-brand {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    color: #000;
    padding: 0.75rem 2rem;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-solid-brand:hover {
    background-color: #92734a;
    border-color: #92734a;
    color: #000 !important;
}

.btn-outline-brand {
    background-color: transparent;
    border-color: var(--brand-color);
    color: var(--brand-color);
    padding: 0.75rem 2rem;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-outline-brand:hover {
    background-color: var(--brand-color);
    color: white !important;
}

.btn-brand {
    background-color: var(--brand-color);
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 0px !important;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-brand:hover {
    background-color: #92754c;
    color: #fff !important;
}


/*
 * ------------------------------------
 * Hero Sections
 * ------------------------------------
 */

.hero-section {
    height: 110vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url('https://tesoromanzanillo.com//webp/videobanner-MZO/');
    background-size: cover;
    background-position: center;
}

.mzo-hero {
    background-image: url('/webp/MZO-stream-min/');
    background-size: cover;
    background-position: center;
}

.mzo-footer {
    background-image: url('/webp/MZO-footer-min/');
    background-size: cover;
    background-position: center;
    height: 65vh;
    min-height: 400px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 150px;
}

.hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: brightness(0.8);
    opacity: 0;
}

.hero-section video.visible {
    opacity: 1;
    filter: brightness(0.8);
}

.hero-top {
    position: relative;
    height: 50vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    color: white;
}

.hero-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.hero-top-content {
    position: relative;
    z-index: 1;
}

.hero-top-content h1 {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.hero-top-content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0.25rem;
}


/*
 * ------------------------------------
 * Booking Form
 * ------------------------------------
 */

.booking-form-container {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-top: -300px;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.booking-form-container .form-group {
    flex: 1 1 200px;
    margin-right: 1rem;
}

.booking-form-container .form-control {
    border: 1px solid #ced4da;
    padding: 0.75rem;
    width: 100%;
    height: auto;
}

.booking-form-container .btn-check-availability {
    flex: 1 1 200px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-selector .btn {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
}

.quantity-selector .form-control {
    text-align: center;
    width: 60px;
    border-left: none;
    border-right: none;
}

.quantity-selector .btn.btn-outline-brand {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
}

.quantity-selector .btn.btn-outline-brand:hover {
    color: white;
}

.promo-code-container {
    position: relative;
}

.promo-code-container .dropdown-toggle::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.promo-code-container input {
    padding-right: 2rem;
}

.no-arrow-dropdown .dropdown-toggle::after {
    display: none !important;
}

.welcome {
    /*position: relative;*/
    z-index: 3;
    margin-top: 250px !important;
}


/*
 * ------------------------------------
 * Modals
 * ------------------------------------
 */

.modal-content.rounded-0 {
    overflow: hidden;
    border: none;
}

.modal-header.rounded-0 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e9e9e9;
    padding: 1rem 1.5rem;
}

.modal-footer.rounded-0 {
    background-color: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    padding: 1rem 1.5rem;
}


/*
 * ------------------------------------
 * Room Sections and Cards
 * ------------------------------------
 */

.room-carousel-section {
    padding: 5rem 0;
}

.room-card-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.room-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.room-image-container:hover .room-image {
    transform: scale(1.05);
}

.room-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    transition: all 0.5s ease-in-out;
}

.room-image-container:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
}

.horizontal-card {
    display: flex;
    align-items: stretch;
    margin-bottom: 2rem;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #f8f9fa;
    border-radius: 0;
}

.horizontal-card .row {
    width: 100%;
    margin: 0;
}

.horizontal-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.horizontal-card .card-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.odd .card-img-container {
    order: 2;
}

.odd .card-body-container {
    order: 1;
}

.even .card-img-container {
    order: 1;
}

.even .card-body-container {
    order: 2;
}


/* Room Details Page */

.room-details-container {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
}

.main-room-image {
    width: 100%;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.room-price-section {
    background-color: #f8f9fa;
    border-left: 5px solid var(--brand-color);
    padding: 1.5rem;
    margin-bottom: 2rem;
    /*border-radius: 0.5rem;*/
}

.room-price-section h3 {
    font-weight: 600;
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.room-price-section span {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-color);
}


/*
 * ------------------------------------
 * Amenities
 * ------------------------------------
 */

.amenities-gap {
    gap: 1rem;
}

.amenities-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    /*gap: 1rem;*/
}

.amenities-list li {
    display: flex;
    align-items: center;
}

.amenities-list li i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    color: var(--brand-color);
}

.amenities-list .amenity-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.amenities-list .amenity-item i {
    color: var(--brand-color);
    font-size: 1.5rem;
    margin-right: 0.75rem;
}


/*
 * ------------------------------------
 * Offers Section
 * ------------------------------------
 */

.offer-section-container {
    padding: 5rem 1rem;
}

.offer-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.offer-cards-container {
    display: flex;
    overflow-x: auto;
    gap: 1.5rem;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.offer-card {
    flex: none;
    width: 80%;
    scroll-snap-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 133.33%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

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

.offer-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.offer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 10;
}

.offer-card-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.offer-card-text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.offer-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.offer-button:hover {
    background-color: white;
    color: var(--brand-color);
}


/*
 * ------------------------------------
 * Carousels
 * ------------------------------------
 */


/* Vertical Carousel */

.vertical-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.vertical-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vertical-carousel-item-container {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    transition: opacity 0.3s ease;
}

.vertical-carousel-item {
    position: relative;
    padding-top: 133.33%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.vertical-carousel-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease-out;
}

.vertical-carousel-item-container:hover .vertical-carousel-item-image {
    transform: scale(1.05);
}

.vertical-carousel-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.vertical-carousel-nav-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}


/*
.vertical-carousel-nav {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    z-index: 10;
}

.vertical-carousel-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.vertical-carousel-nav:focus {
    outline: none;
}

.vertical-carousel-nav.prev-btn {
    border-radius: 10px;
}

.vertical-carousel-nav.next-btn {
    border-radius: 10px;
}
*/

.vertical-carousel-nav[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}


/* Horizontal Carousel */

.horizontal-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.horizontal-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.horizontal-carousel-item-container {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    transition: opacity 0.3s ease;
}

.horizontal-carousel-item {
    position: relative;
    padding-top: 63.33%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 1rem;
}

.horizontal-carousel-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease-out;
}

.horizontal-carousel-item-container:hover .horizontal-carousel-item-image {
    transform: scale(1.05);
}

.horizontal-carousel-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.horizontal-carousel-nav-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}


/*
.horizontal-carousel-nav {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    z-index: 10;
}

.horizontal-carousel-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.horizontal-carousel-nav:focus {
    outline: none;
}

.horizontal-carousel-nav.prev-btn {
    border-radius: 10px;
}

.horizontal-carousel-nav.next-btn {
    border-radius: 10px;
}
*/

.horizontal-carousel-nav[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.2);
}


/*
 * ------------------------------------
 * PAckages
 * ------------------------------------
 */

.hero-group-packages {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-group-packages::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-group-packages-content {
    position: relative;
    z-index: 1;
}

.hero-group-packages-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.packages-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

.main-content-card {
    background-color: #fff;
    padding: 2rem;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.package-title {
    font-weight: 700;
    color: var(--brand-color);
    margin-bottom: 1rem;
}

.package-description {
    font-weight: 400;
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.gallery-item-mice {
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item-mice:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-item-mice img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-control {
    border-radius: 0.25rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand-color);
}

.amenity-list-mice {
    list-style: none;
    padding: 0;
}

.amenity-list-mice li {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.amenity-list-mice li i {
    color: var(--brand-color);
    margin-right: 0.5rem;
}

.featured-group-image {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/*
 * ------------------------------------
 * Gallery
 * ------------------------------------
 */

.gallery-item {
    cursor: pointer;
    overflow: hidden;
    /*border-radius: 0.5rem;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.03);
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*
 * ------------------------------------
 * Instalaciones
 * ------------------------------------
 */

.amenity-details-container {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
}

.amenity-main-image {
    width: 100%;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Estilos para el horario */

.amenity-hours {
    background-color: #fff;
    border-left: 5px solid var(--brand-color);
    padding: 1.5rem;
    margin-bottom: 2rem;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.amenity-hours h3 {
    font-weight: 600;
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.amenity-hours .icon-text {
    display: flex;
    align-items: center;
}

.amenity-hours .icon-text i {
    color: var(--brand-color);
    font-size: 1.5rem;
    margin-right: 0.75rem;
}


/*
 * ------------------------------------
 * Gallery
 * ------------------------------------
 */

.restaurant-details-container {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
}

.restaurant-main-image {
    width: 100%;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.info-card {
    background-color: #fff;
    border-left: 5px solid var(--brand-color);
    padding: 1.5rem;
    margin-bottom: 2rem;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: var(--text-color);
}

.info-card h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    color: var(--brand-color);
}

.info-card .icon-text {
    display: flex;
    align-items: center;
}

.info-card .icon-text i {
    color: var(--light-gold);
    font-size: 1.5rem;
    margin-right: 0.75rem;
}


/*
 * ------------------------------------
 * Blog generales
 * ------------------------------------
 */

.blog-list-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    /* Eleva el contenido principal sobre el hero */
}

.post-card-preview {
    background-color: #fff;
    /*/*border-radius: 0.5rem;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* Asegura que todas las tarjetas tengan la misma altura */
    display: flex;
    flex-direction: column;
}

.post-card-preview:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.post-card-preview img {
    width: 100%;
    height: 200px;
    /* Altura fija para la imagen */
    object-fit: cover;
}

.post-card-preview .card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-card-preview .card-title {
    font-weight: 600;
    color: var(--brand-color);
}

.post-card-preview .card-text {
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.6;
    flex-grow: 1;
}

.sidebar-card {
    background-color: #fff;
    padding: 1.5rem;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-list .list-group-item {
    background-color: transparent;
    border: none;
    padding-left: 0;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.category-list .list-group-item:hover {
    color: var(--brand-color);
}

.category-list .list-group-item.active {
    background-color: var(--brand-color);
    color: #fff;
    border-radius: 0.25rem;
}

.post-card-with-date {
    position: relative;
}

.post-date-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--brand-color);
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
}


/*
 * ------------------------------------
 * Blog post
 * ------------------------------------
 */

.hero-blog {
    position: relative;
    height: 35vh;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-blog::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Overlay oscuro para mayor legibilidad del texto */
}

.hero-blog-content {
    position: relative;
    z-index: 1;
}

.hero-blog-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.hero-blog-content p {
    font-size: 1.1rem;
    font-weight: 300;
}

.post-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    /* Eleva el contenido principal sobre el hero */
}

.main-content-card {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.post-image {
    width: 100%;
    height: auto;
    /*border-radius: 0.5rem;*/
    margin-bottom: 2rem;
}

.post-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.sidebar-card {
    background-color: #fff;
    padding: 1.5rem;
    /*border-radius: 0.5rem;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.category-list .list-group-item {
    background-color: transparent;
    border: none;
    padding-left: 0;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.category-list .list-group-item:hover {
    color: var(--brand-color);
}

.category-list .list-group-item.active {
    background-color: var(--brand-color);
    color: #fff;
    border-radius: 0.25rem;
}


/*
 * ------------------------------------
 * Contacto
 * ------------------------------------
 */

.hero-contact {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Overlay oscuro para mayor legibilidad del texto */
}

.hero-contact-content {
    position: relative;
    z-index: 1;
}

.hero-contact-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.contact-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    /* Eleva el contenedor principal sobre el hero */
}

.form-control {
    border-radius: 0.25rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand-color);
}


/*
 * ------------------------------------
 * Todo Incluido
 * ------------------------------------
 */

.hero-all-inclusive {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-all-inclusive::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Overlay oscuro para mayor legibilidad del texto */
}

.hero-all-inclusive-content {
    position: relative;
    z-index: 1;
}

.hero-all-inclusive-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.all-inclusive-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    /* Eleva el contenedor principal sobre el hero */
}

.list-group-item.all-inclusive-item {
    background-color: transparent;
    border: none;
    padding: 0.5rem 0;
    font-size: 1.1rem;
}

.all-inclusive-item .icon {
    color: var(--brand-color);
    margin-right: 0.75rem;
}

.all-inclusive-item i {
    color: var(--brand-color);
    margin-right: 0.75rem;
}

.separator {
    border-top: 2px solid var(--brand-color);
    margin: 2rem 0;
    opacity: 0.3;
}

.all-inclusive-image {
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.sticky-top-custom {
    top: 150px;
    position: sticky;
}


/*
 * ------------------------------------
 * Footer
 * ------------------------------------
 */

.site-footer {
    padding: 3rem 0;
}

.footer-logo {
    width: 250px;
    margin-bottom: 1rem;
}

.footer-links-list {
    list-style: none;
    padding: 0;
}

.footer-links-list li {
    margin-bottom: 0.5rem;
}

.footer-links-list a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links-list a:hover {
    color: var(--brand-color);
}

.footer-social-icons a {
    color: #495057;
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.2s;
}

.footer-social-icons a:hover {
    color: var(--brand-color);
}

.footer-contact-info {
    padding-top: 1.5rem;
    border-top: 1px solid #e9e9e9;
}

.footer-contact-info p {
    margin-bottom: 0;
}

.footer-awards-logos {
    padding-top: 1.5rem;
    border-top: 1px solid #e9e9e9;
}

.footer-awards-logos img {
    height: 50px;
    margin-right: 1rem;
    object-fit: contain;
}

.site-footer-bottom {
    padding: 1rem 0;
    text-align: center;
}

.site-footer-bottom .text-muted {
    font-size: 0.9rem;
}

.site-footer-bottom .footer-legal-links a {
    color: #495057;
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.site-footer-bottom .footer-legal-links a:hover {
    color: var(--brand-color);
}


/*
 * ------------------------------------
 * Typography
 * ------------------------------------
 */

.section-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--brand-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    text-align: center;
}

.text-justify {
    text-align: justify !important;
}


/*
 * ------------------------------------
 * Navigation
 * ------------------------------------
 */

.nav-selected {
    text-decoration: underline !important;
}

.menu-selected {
    color: var(--brand-color) !important;
    text-decoration: underline !important;
}


/*
 * ------------------------------------
 * Newsletter
 * ------------------------------------
 */

.newsletter-section {
    margin-top: 50px;
}

.newsletter-start {
    font-weight: 350 !important;
    font-size: 24px;
    flex-grow: 1;
    text-align: justify !important;
}

.newsletter-info {
    font-weight: 350 !important;
    font-size: 16px;
    text-align: justify !important;
}

.btn-newsletter-brand {
    background-color: var(--brand-color);
    border-color: white;
    color: #000;
    padding: 0.75rem 2rem;
    font-weight: 400 !important;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-newsletter-brand:hover {
    background-color: #92734a;
    border-color: #92734a;
    color: #000 !important;
}


/*
 * ------------------------------------
 * Ofertas
 * ------------------------------------
 */

.hero-offers {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-offers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-offers-content {
    position: relative;
    z-index: 1;
}

.hero-offers-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.offers-query-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

.offer-query-content-card {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.offer-query-card {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.offer-query-card:hover,
.offer-query-shadow {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.offer-query-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-query-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-query-title {
    font-weight: 700;
    color: var(--brand-color);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.offer-query-date {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.offer-query-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
    text-align: justify;
}


/*
 * ------------------------------------
 * Detalle Oferta
 * ------------------------------------
 */

.section-detail-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--brand-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.hero-detail-banner {
    background-size: cover;
    background-position: center;
    height: 40vh;
    min-height: 250px;
}

.main-detail-container {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

.info-detail-card {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-detail-container {
    position: relative;
    width: 100%;
    padding-bottom: 133.33%;
    /* 4:3 Aspect Ratio */
    overflow: hidden;
    border-radius: 0.5rem;
}

.image-detail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-detail-separator {
    border-top: 1px solid #ddd;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.icon-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.icon-detail-item i {
    font-size: 1.5rem;
    color: var(--brand-color);
    margin-right: 1rem;
}

.gallery-detail-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gallery-detail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-detail-item:hover img {
    transform: scale(1.05);
}

.notice-detail-box {
    background-color: #f1f1f1;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 5px solid var(--brand-color);
    position: relative;
}

.notice-detail-warning-box {
    background-color: #f1f1f1;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 5px solid var(--bs-warning);
    position: relative;
}


/*
 * ------------------------------------
 * Rewards
 * ------------------------------------
 */

.rewards {
    margin-bottom: 5.5rem !important;
}


/*
 * ------------------------------------
 * Responsive Adjustments
 * ------------------------------------
 */

@media (max-width: 991.98px) {
    .booking-form-container {
        flex-direction: column;
    }
    .booking-form-container .form-group,
    .booking-form-container .btn-check-availability {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .room-card-content {
        order: 2;
        text-align: center;
    }
    .room-image-container {
        order: 1;
        height: 300px;
        margin-bottom: 1.5rem;
    }
    .footer-contact-info .row>div,
    .footer-awards-logos .row>div {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .offer-cards-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
        overflow-x: unset;
        scroll-snap-type: none;
        padding: 0;
    }
    .offer-card {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .horizontal-card {
        flex-direction: column;
    }
    .odd .card-img-container,
    .odd .card-body-container,
    .even .card-img-container,
    .even .card-body-container {
        order: unset !important;
    }
    .horizontal-card .card-img-container {
        height: 250px;
    }
}