@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url(https://unpkg.com/swiper/swiper-bundle.min.css);

:root {
    --rspacing: 0.03fr;
    --cspacing: 1fr;
    --imgBorder: 10px;
  }
  
body {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: var(--cspacing) repeat(8, 1fr) var(--cspacing);
    grid-template-rows: 0.1fr var(--rspacing) repeat(3, 0.15fr) var(--rspacing) repeat(2, 0.5fr) var(--rspacing) repeat(3, 0.15fr) var(--rspacing) repeat(3, 0.15fr) var(--rspacing) repeat(3, 0.20fr) var(--rspacing) repeat(1, 0.05fr);
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2vw;
    padding-top: 72px;
}

.logo img {
    max-height: 52px;
    height: auto;
    width: auto;
}

h1 {
    font-family: 'Playfair Display';
    color: #1c613e;
    font-weight: 100;
    font-size: 3vw;
}

h2 {
    font-family: 'Playfair Display';
    color: #832414;
    font-weight: 100;
    font-size: 2vw;

}

h3 {
    font-family: 'Playfair Display';
    color: #832414;
    font-weight: 100;
    font-size: 2vw;

}

h4 {
    color: #832414;
    font-family: "Lato", sans-serif;

}

.scroll-button {
    background-color: #ffffff;
    color: #832414;
    border: none;
    font-family: "Lato", sans-serif;
    padding: 1vw;
    font-size: 1.2vw;
    font-weight: 300;
    cursor: pointer;
}

.lang-select {
    background-color: #ffffff;
    color: #832414;
    border: 1px solid #832414;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    padding: 4px 24px 4px 8px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    width: auto;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23832414'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.heading .logo {
    display: flex;
    align-items: center;
}

.heading .sections {
    display: flex;
    align-items: center;
}

.heading .sections nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-links {
    display: flex;
    align-items: center;
}

/* Nav active state */
.scroll-button.active {
    background-color: #ead9a7;
    border-bottom: 2px solid #832414;
}

/* Hamburger — hidden on desktop */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #832414;
    border-radius: 2px;
}

/* Mobile nav close button — hidden on desktop */
.nav-close {
    display: none;
}

.a1 {
    grid-area: 3 / 2 / 6 / 10;
    display: grid;
    grid-template-columns: repeat(8, 1fr); 
    grid-template-rows: repeat(5, 1fr);

}

.a1 .text-area{
    grid-area: 1 / 1 / 6 / 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
}

.a1 .text-area .main-title{
    grid-area: 1 / 1 / 2 / 4;
}

.a1 .text-area .subheader{
    grid-area: 2 / 1 / 3 / 4;
    
}
.a1 .text-area .text{
    grid-area: 3 / 1 / 6 / 4;
    word-wrap: break-word;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.a1 .image {
    grid-area: 1 / 5 / 6 / 10;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.a3 {
    grid-area: 7 / 2 / 9 / 10;
    display: grid;
    grid-template-columns: repeat(8, 1fr); 
    grid-template-rows: repeat(6, 1fr);
}

.a3 .title {
    grid-area: 1 / 1 / 2 / 4;
}

.a3 .showcase {
    grid-area: 2 / 1 / 9 / 10;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 1fr);
}

.a3 .showcase .section1 {
    grid-area: 1 / 1 / 8/ 4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin: 15px;
}

.a3 .showcase .section1 .image {
    grid-area: 1 / 1 / 4 / 3;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.a3 .showcase .section1 .text-container {
    grid-area: 4/ 1 / 6 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.a3 .showcase .section1 .text-container .title{
    grid-area: 1/1/2/3;
}
.a3 .showcase .section1 .text-container .text-area{
    grid-area: 2/1/3/3;
}
.a3 .showcase .section1 .text-container .price-area{
    grid-area: 3/1/4/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.a3 .showcase .section1 .text-container .price-area .price{
    grid-area: 1/1/2/2;

}
.a3 .showcase .section1 .text-container .price-area .book{
    grid-area: 1/2/2/3;
    text-align: center;

}
.a3 .showcase .section2 {
    grid-area: 1 / 4 / 8/ 7;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin: 15px;
    
}

.a3 .showcase .section2 .image {
    grid-area: 1 / 1 / 4 / 3;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);


}

.a3 .showcase .section2 .text-container {
    grid-area: 4/ 1 / 6 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.a3 .showcase .section2 .text-container .title{
    grid-area: 1/1/2/3;
}
.a3 .showcase .section2 .text-container .text-area{
    grid-area: 2/1/3/3;
}
.a3 .showcase .section2 .text-container .price-area{
    grid-area: 3/1/4/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.a3 .showcase .section2 .text-container .price-area .price{
    grid-area: 1/1/2/2;

}
.a3 .showcase .section2 .text-container .price-area .book{
    grid-area: 1/2/2/3;
    text-align: center;

}

.a3 .showcase .section3 {
    grid-area: 1 / 7 / 8/ 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin: 15px;
    
}

.a3 .showcase .section3 .image {
    grid-area: 1 / 1 / 4 / 3;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);


}

.a3 .showcase .section3 .text-container {
    grid-area: 4/ 1 / 6 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.a3 .showcase .section3 .text-container .title{
    grid-area: 1/1/2/3;
}
.a3 .showcase .section3 .text-container .text-area{
    grid-area: 2/1/3/3;
}
.a3 .showcase .section3 .text-container .price-area{
    grid-area: 3/1/4/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.a3 .showcase .section3 .text-container .price-area .price{
    grid-area: 1/1/2/2;

}
.a3 .showcase .section3 .text-container .price-area .book{
    grid-area: 1/2/2/3;
    text-align: center;

}



.a4 {
    grid-area: 10 / 2 / 13 / 10;
    display: grid;
    grid-template-columns: repeat(8, 1fr); 
    grid-template-rows: repeat(3, 1fr);
}
.a4 .image {
    grid-area: 1 / 1 / 4 / 5;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.a4 .text-area {
    grid-area: 1 / 5 / 4 / 9;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(3, 1fr);
}

.a4 .text-area .main-title {
    grid-area: 1 / 3 / 2 / 6;
}

.a4 .text-area .subtext {
    grid-area: 2 / 3 / 4 / 6;
}

.a4 .text-area .contact-button {
    grid-area: 4 / 3 / 4 / 6;
    text-align: center;
}

.a5 {
    grid-area: 14 / 2 / 17 / 10;
    display: grid;
    grid-template-columns: repeat(8, 1fr); 
    grid-template-rows: repeat(3, 1fr);
}

.a5 .image {
    grid-area: 1 / 5 / 5/ 10;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.a5 .text-area{
    grid-area: 1 / 1 / 5 / 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(4, 1fr);
}

.a5 .text-area .main-title {
    grid-area: 1 / 1 / 2 / 3;
}

.a5 .text-area .list-amenities {
    grid-area: 2 / 1 / 5 / 4;
}
.a6 {
    grid-area: 18 / 2 / 21 / 10;
    display: grid;
    grid-template-columns: repeat(8, 1fr); 
    grid-template-rows: repeat(3, 1fr);
}

.a6 .text-area {
    grid-area: 1 / 6 / 6 / 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(6, 1fr);
}

.a6 .text-area .main-title {
    grid-area: 1 / 2 / 2 / 4;
    justify-content: left;

}
.a6 .text-area .contact-form {
    grid-area: 2 / 1 / 7/ 4;
    display: flex;
    flex-direction: column; /* Items stack top to bottom */
    background-color: white;
    padding: 20px;
    padding-bottom: 24px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 80%;
    margin: 10px;
}



.a6 .image {
    grid-area: 1 / 1 / 4 / 5;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.footer {
    grid-area: 22 / 1 / 23 / 11;
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    grid-template-rows: repeat(1, 1fr);
}

button:hover {
    background-color: #ead9a7;
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding-top: 72px;
}

.a1, .a3, .a4, .a5, .a6 {
    scroll-snap-align: start;
}

/* Force LTR on all carousels so RTL (Arabic) layout doesn't hide slides */
.swiper-container-main,
.swiper-container1,
.swiper-container2,
.swiper-container3,
.swiper-container-event,
.swiper-container-amenities,
.swiper-container-cu {
    direction: ltr;
}

.swiper-container-main {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}

.swiper-container1 {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}

.swiper-container2 {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}

.swiper-container3 {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}
.swiper-container-event {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}
.swiper-container-amenities {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
}
.swiper-container-cu {
    overflow: hidden;
    position: relative;
    border-radius: var(--imgBorder);
    
}


.swiper-slide {

  max-width: 100%; /* Prevents the slides from exceeding the container width */
  max-height: 100%; /* Prevents the slides from exceeding the container height */

}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; /* Crops from the bottom-right */
    border-radius: var(--imgBorder);
}




.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    background: none !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    --swiper-navigation-color: rgba(255, 255, 255, 0.85);
}
  
  
.swiper-pagination {
    z-index: 300; /* Ensure it stays above the slides */
}
  
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 254, 254, 0.5); /* Semi-transparent bullets */
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5; /* Make bullets less visible */
    transition: opacity 0.3s ease;
    visibility: hidden;

}
  
.swiper-pagination-bullet-active {
    opacity: 1; /* Highlight the active bullet */
    background: #ffffff; /* Change color for active bullet */
}

  /* Adjust the icon size inside the arrow buttons */
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 15px !important; /* Increase or decrease this value to adjust arrow size */
}

  /* Customize the Previous Arrow */
.swiper-button-prev {
    left: 20px;
}
  
  /* Customize the Next Arrow */
.swiper-button-next {
    right: 20px;
}

.swiper-container-main:hover .swiper-button-next, 
.swiper-container-main:hover .swiper-button-prev, 
.swiper-container-main:hover .swiper-pagination-bullet{
      opacity: 1;
      visibility: visible;
}

.swiper-container1:hover .swiper-button-next, 
.swiper-container1:hover .swiper-button-prev, 
.swiper-container1:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}

.swiper-container2:hover .swiper-button-next, 
.swiper-container2:hover .swiper-button-prev, 
.swiper-container2:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}
.swiper-container3:hover .swiper-button-next, 
.swiper-container3:hover .swiper-button-prev, 
.swiper-container3:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}

.swiper-container-event:hover .swiper-button-next, 
.swiper-container-event:hover .swiper-button-prev, 
.swiper-container-event:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}

.swiper-container-amenities:hover .swiper-button-next, 
.swiper-container-amenities:hover .swiper-button-prev, 
.swiper-container-amenities:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}

.swiper-container-cu:hover .swiper-button-next, 
.swiper-container-cu:hover .swiper-button-prev, 
.swiper-container-cu:hover .swiper-pagination-bullet {
      opacity: 1;
      visibility: visible;
}




.input-container {
    position: relative;
    margin-bottom: 1vw;
}
.input-label {
    position: absolute;
    top: 1vw;
    left: 1vw;
    font-size: 1vw;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s ease;
}
.message {
    position: absolute;
    top: 1vw;
    left: 1vw;
    font-size: 1vw;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s ease;
}
input:focus + .input-label, input:not(:placeholder-shown) + .input-label {
    top: 3px;
    font-size: 7px;
}
textarea:focus + .message, textarea:not(:placeholder-shown) + .message {
    top: 3px;
    font-size: 7px;
}
input, select, textarea {
    width: 100%;
    padding: 20px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 01vw;
    height: 80%;
}
input::placeholder {
    color: transparent;
}
textarea::placeholder {
    color: transparent;
}
.contact-us-button {
    width: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, #f1d77b, #C9A114);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.contact-us-button:hover{
    background: linear-gradient(to bottom, #C9A114, #E7C038);
}
/* Add these rules to your existing CSS */
.input-container.error input,
.input-container.error textarea {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.input-container.error .error-message {
    display: block;
}

.contact-us-button.submitted {
    background: linear-gradient(to bottom, #309026, #1c613e);
}
.contact-us-button.submitted:hover {
    background: linear-gradient(to bottom,  #1c613e, #309026);
}
.contact-us-button.submit-error {
    background: linear-gradient(to bottom, #b44343, #611c1c);
}
.contact-us-button.submit-error:hover {
    background: linear-gradient(to bottom, #611c1c, #b44343);
}
.contact-us-button.animating {
    animation: pulse 1s;
}
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

footer {
    background-color: #832414;
    color: white;
    text-align: center;
    padding: 20px 0;
  }
  
.footer-container {
max-width: 1200px;
margin: 0 auto;
}

.social-media {
list-style-type: none;
padding: 0;
}

.social-media li {
display: inline;
margin: 0 10px;
}

.social-media a img {
width: 30px;
height: 30px;
}

footer p {
margin-top: 15px;
font-size: 14px;
}
.custom-link {
    color: inherit; /* Inherits the color of the parent element, like the h3 */
    text-decoration: none; /* Removes underline */
}

.custom-link:hover {
    color: inherit; /* Keeps the color unchanged on hover */
}
.custom-link:visited {
    color: inherit; /* Keeps the color unchanged after being clicked */
}

#map {
    width: 100%;
    height: 100%; /* Adjust the height as needed */
    border: none;
    border-radius: var(--imgBorder);
}

/* Room card hover */
.a3 .showcase .section1,
.a3 .showcase .section2,
.a3 .showcase .section3 {
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.a3 .showcase .section1:hover,
.a3 .showcase .section2:hover,
.a3 .showcase .section3:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.13);
}

/* Book Now button — semi-transparent yellow, matches nav hover */
.book a.custom-link {
    display: inline-block;
    background: rgba(234, 217, 167, 0.55);
    color: #832414 !important;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 0.9em;
    border: 1px solid rgba(183, 143, 60, 0.35);
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.book a.custom-link:visited {
    color: #832414 !important;
}
.book a.custom-link:hover {
    background: rgba(234, 217, 167, 0.9);
    box-shadow: 0 0 10px rgba(234, 217, 167, 0.85);
    transform: scale(1.05);
    color: #832414 !important;
}
.book h4 {
    margin: 0;
}

/* Shared: text-container padding and price-area alignment */
.a3 .showcase .section1 .text-container,
.a3 .showcase .section2 .text-container,
.a3 .showcase .section3 .text-container {
    padding: 10px 12px;
}
.a3 .showcase .section1 .text-container .price-area,
.a3 .showcase .section2 .text-container .price-area,
.a3 .showcase .section3 .text-container .price-area {
    align-items: center;
}

/* Booking disclosure note */
.booking-note {
    font-size: 0.72em;
    color: #888;
    margin-top: 4px;
    font-style: italic;
}

@media (max-width: 900px) {
    body {
        display: block;
        font-size: 4vw;
        padding-top: 56px;
    }

    /* --- Header --- */
    .heading {
        padding: 8px 16px;
        height: 56px;
    }
    .heading .logo img {
        max-width: 120px;
    }
    .heading .sections nav {
        gap: 6px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        position: fixed;
        inset: 0;
        background: white;
        z-index: 2000;
    }
    .nav-links.open {
        display: flex;
    }
    .nav-links .scroll-button {
        font-size: 1.3rem;
        padding: 12px 24px;
        width: 100%;
        text-align: center;
    }
    .nav-close {
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
        background: none;
        border: none;
        font-size: 2rem;
        color: #832414;
        cursor: pointer;
        line-height: 1;
    }
    .hamburger {
        display: flex;
    }
    .lang-select {
        font-size: 0.85rem;
        padding: 4px 22px 4px 6px;
        background-position: right 6px center;
    }

    /* --- Sections: block layout --- */
    .a1, .a3, .a4, .a5, .a6 {
        display: block;
        padding: 24px 16px;
        grid-area: unset;
    }

    /* Hero */
    .a1 .text-area,
    .a1 .image {
        display: block;
        grid-area: unset;
        width: 100%;
    }
    .a1 .text-area .main-title,
    .a1 .text-area .subheader,
    .a1 .text-area .text {
        grid-area: unset;
        display: block;
    }
    .a1 .image {
        height: 55vw;
        margin-top: 16px;
    }

    /* Rooms */
    .a3 .title { grid-area: unset; }
    .a3 .showcase {
        display: flex;
        flex-direction: column;
        gap: 24px;
        grid-area: unset;
    }
    .a3 .showcase .section1,
    .a3 .showcase .section2,
    .a3 .showcase .section3 {
        grid-area: unset;
        display: block;
        width: 100%;
        margin: 0;
    }
    .a3 .showcase .section1 .image,
    .a3 .showcase .section2 .image,
    .a3 .showcase .section3 .image {
        grid-area: unset;
        height: 55vw;
    }
    .a3 .showcase .section1 .text-container,
    .a3 .showcase .section2 .text-container,
    .a3 .showcase .section3 .text-container {
        grid-area: unset;
        display: block;
        padding: 8px 0;
    }
    .a3 .showcase .section1 .text-container .title,
    .a3 .showcase .section2 .text-container .title,
    .a3 .showcase .section3 .text-container .title,
    .a3 .showcase .section1 .text-container .text-area,
    .a3 .showcase .section2 .text-container .text-area,
    .a3 .showcase .section3 .text-container .text-area {
        grid-area: unset;
        display: block;
    }
    .a3 .showcase .section1 .text-container .price-area,
    .a3 .showcase .section2 .text-container .price-area,
    .a3 .showcase .section3 .text-container .price-area {
        grid-area: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .a3 .showcase .section1 .text-container .price-area .price,
    .a3 .showcase .section2 .text-container .price-area .price,
    .a3 .showcase .section3 .text-container .price-area .price,
    .a3 .showcase .section1 .text-container .price-area .book,
    .a3 .showcase .section2 .text-container .price-area .book,
    .a3 .showcase .section3 .text-container .price-area .book {
        grid-area: unset;
        text-align: unset;
    }

    /* Events */
    .a4 .text-area,
    .a4 .image {
        grid-area: unset;
        display: block;
        width: 100%;
    }
    .a4 .text-area .main-title,
    .a4 .text-area .subtext,
    .a4 .text-area .contact-button {
        grid-area: unset;
        display: block;
    }
    .a4 .image {
        height: 55vw;
        margin-top: 16px;
    }

    /* Amenities */
    .a5 .text-area,
    .a5 .image {
        grid-area: unset;
        display: block;
        width: 100%;
    }
    .a5 .text-area .main-title,
    .a5 .text-area .list-amenities {
        grid-area: unset;
        display: block;
    }
    .a5 .image {
        height: 55vw;
        margin-top: 16px;
    }

    /* Contact */
    .a6 .text-area,
    .a6 .image {
        grid-area: unset;
        display: block;
        width: 100%;
    }
    .a6 .text-area .main-title,
    .a6 .text-area .contact-form {
        grid-area: unset;
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .a6 .image {
        height: 60vw;
        margin-top: 16px;
    }
    #map { width: 100%; height: 100%; }

    /* Footer */
    .footer { grid-area: unset; }

    /* Typography */
    h1 { font-size: 8vw; }
    h2 { font-size: 5.5vw; }
    h3 { font-size: 5vw; }

    /* Form inputs */
    input, select, textarea {
        font-size: 1rem;
        padding: 10px 8px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: auto;
    }
    .scroll-button {
        font-size: 1rem;
        padding: 10px;
    }
}