/* Reset some default styles */
@import url(../Assets/marthin/Marthin/Marthin.otf);
@import url(../Assets/HelveticaFontFamily/Helvetica.ttf);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all-text {
    font-family: 'Helvetica';
    color: #000; /* Improved text contrast for readability */
}

/* Homepage */
#header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 80px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

.nav-full{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.nav-home {
    width: 100%;
}

.nav-home img{
    text-align: left;
    justify-content: left;
    width: 65px;
    height: auto;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
    width: 100%;
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
}

.navbar img{
    width: 50px !important;
    height: auto !important;
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.3s ease;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;    
}

#navbar li a:hover{
    color: #088178;
}

#navbar li a:hover,
#navbar li a.active{
    color: #088178;
}

#navbar li a.active::after, 
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#close{
    display: none; /* Initially hidden */
}

.icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    color: #fff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Dropdown items */
.dropdown-content li {
    list-style: none;
}

.dropdown-content li a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content li a:hover {
    background-color: #088178;
}

/* Full-screen sections */
#layout-content > div {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 20px; /* Responsive padding for content */
    background-color: #fff;
}

/* Background images cover full area */
.uk-background-cover {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

/* Welcome section */
.section-welcome{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bckg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    min-height: 85vh;
}

.bckg-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure text content is on top of the gallery */
.w-h-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 1; /* Ensure content stays on top */
    margin-top: 335px;
}

.w-h-container h1{
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Shadow effect */
    padding-bottom: 21px;
    font-weight: 500;
}

.w-h-container p{
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
}

/* Accommodation section */
.section-h-accommodation {
    background-color: #fff !important;
    margin-top: -105px;
}

.acc-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.a-items{
    flex-direction: column;
    justify-content: center;
    margin-left: 35px;
    width: 60%;
}

.a-items .all-text {
    text-align: left !important;
    padding-bottom: 14px;
}

.a-items img {
    text-align: left !important;
    justify-content: left;
    margin-bottom: 35px;
    margin-left: -605px;
    width: 250px;
    height: 250px;
}

.a-information {
    width: 40%;
}

.a-information img{
    height: 70%;
    width: 70%;
    margin-top: 235px;
}

.a-btn a {
    color: #fff !important;  /* Text color */
    background-color: #145da0;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 20px;
    border: 2px solid #000;
    border-radius: 21px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s;
}

.a-btn {
    margin-top: 35px;
    justify-content: center;
    align-content: center;
    display: flex;
}

.a-btn p {
    color: #000;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;    
    border-color: #fff !important; /* Border color */
    border-width: 2px; /* Optional: Adjust the border thickness */
    border-radius: 10px; /* Optional: Adjust the border radius */
    border-style: solid; /* Ensures the border appears solid */
}

/* Nature Watching section */
.section-h1-nature{
    background-image: url(../Assets/Home/2.png);
    background-size: cover;
}

.la-bckg {
    background-color: #fff;
    opacity: 75%;
}

.la-row {    
    margin-left: 235px;
    margin-right: 235px;
}

.la-text1-content p{
    opacity: 100%;
    color:  #000 !important; 
    padding: 10px;
}

/* Information section */
.section-ihf {
    background-color: #145da0 !important;    
}

.ihf {
    display: flex;
    flex-direction: column;
}

.i-head {
    width: 100%;
    padding-bottom: 55px;
}

.i-head h2 {
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-size: 'Helvetica';
    font-style: bold;
}

.ihf-c {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 35px;
}

.ihf-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 355px;
}

.hf-container{
    display: flex;
    justify-content: center;
    flex-direction: column;    
}

.hf-c {
    background-color: #000;
    width: fit-content;
}

.hf-d{
    opacity: 0%;
}

.hf-container h2 {
    margin-top: 85px;
    margin-left: 15px;
    text-align: left;
    color: #fff;
    font-weight: 800 !important;
    font-family: 'Helvetica';
    font-style: normal;
}

.hf-container p {
    margin-left: 15px;
    text-align: left;
    color: #fff;
}

.hf-con1 {
    background-image: url(../Assets/Home/RoomCard/1.png);
    background-size: cover;
    height: 185px;   
}

.hf-con2 {
    background-image: url(../Assets/Home/RoomCard/2.png);
    background-size: cover;
    height: 185px; 
}

.hf-con3 {
    background-image: url(../Assets/Home/RoomCard/3.png);
    background-size: cover;
    height: 185px; 
}

.hf-img1{
    width: 100%;
    padding-bottom: 14px;
    background-color: #fff;
}

.hf-img1 p {
    color: #000;
    margin-top: 14px;
    margin-left: 14px;
    text-align: left;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.hf-img1 img{
    width: 50%;
}

.i-btn a {
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
}

.i-btn {
    margin-top: 35px;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: row !important;
    gap: 85px;
}

.i-btn p {
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
}

/* Information 2 section */
.section-h2-nature{
    background-image: url(../Assets/Home/23.webp);
    background-size: cover;
}

.itf-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
}

.tf-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 45px;
    padding-bottom: 35px;
}

.tf-img1{
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 35px;
}

.tf-img1 img{
    width: 250px;
    height: 250px;
}

.tf-img2 {
    width: 50%;
}

.tf-img2 h2{
    color: #000;
    text-align: center;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    margin-top: 45px;
}

.tf-img2 p {
    color: #000;
    text-align: center;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 35px;
}

/* General content padding */
.uk-padding {
    padding: 20px;
}

/* Container width */
.uk-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Main heading */
.mainheading {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Subheadings for sections */
h1 {
    font-size: 2em;
    margin-bottom: 10px;
    font-family: 'Helvetica';
}

/* Paragraph styling */
p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Helvetica';
}

/* Button styling */
.uk-button {
    padding: 10px 20px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 21px;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect on buttons */
.uk-button:hover {
    background-color: #000;
    color: #fff !important;
}

/* Flexbox centering for inner content */
.uk-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Margin for large sections */
.uk-margin-large {
    margin: 40px 0;
}

/* Footer section */
footer {
    background-color: #000;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
}

footer p {
    color: #fff !important; /* Light gray text color */
    margin: 5px 0; /* Space between each paragraph */
    font-size: 1em; /* Default font size for the text */
    text-align: left; /* Center the text inside each paragraph */
    display: inline-block; /* Shrink to the width of the text */
    width: 100%; /* Ensures the text takes up the full width of the container */
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    flex-direction: row;    
    gap: 55px;
    padding: 38px;    
}

.ft-box {
    flex: 1;
    padding: 20px;
    min-width: 300px;
    width: 30%;
    padding-left: 38px;
    padding-right: 38px;
}

.ft-box h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.ft-txt{
    display: flex;
    justify-content: center;
    flex-direction: row;  
}

.ft-txt p {
    text-align: left !important;
    margin-left: 28px;
}

.ft-txt img{
    margin-top: 6.5px;
    height: 33px;
    width: 33px;
}

.ft-txt, .ft-txt2, .ft-txt3 {
    font-size: 1.4rem;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.ft-txt2 p{
    text-align: center !important;
}

.ft-txt3{
    display: flex;
    justify-content: center;
    flex-direction: row; 
    color: #fff !important;
    gap: 14px;
}

.ft-txt3 img{
    height: 35px;
    width: 35px;
}

.ft-txt3 a img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.ft-btn {
    padding: 10px 20px;
    border: 1.5px solid #fff;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    background-color: #000;
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    margin-left: 85px;
    margin-top: 11px;
}

.ft-btn:hover {
    background-color: #f8b400;
}

/* Media queries for responsiveness */
/* Laptops/Desktops (1600px - 1920px) */
@media only screen and (min-width: 1600px) and (max-width: 1920px){
    body {
        font-size: 20px;
        padding: 0 !important;
    }

    #header {
        padding: 15px 50px;
    }

    /* Navbar adjustments */
    #navbar {
        padding: 0 15px;
    }

    /* Welcome Section */
    .section-welcome {
        height: 90vh; /* Slightly reduced height for better proportions */
    }

    /* Footer */
    .ft-box {
        width: 45%; /* Adjust width of footer boxes */
    }
}

/* For screens between 1280px and 1600px */
@media only screen and (min-width: 1280px) and (max-width: 1600px){
    body {
        font-size: 18px;
        padding: 0 !important;
    }

    #header {
        padding: 15px 50px;
    }

    /* Navbar adjustments */
    #navbar {
        padding: 0 15px;
    }

    /* Light House Section */
    .la-row{
        flex-direction: column;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
    }

    .la-text-content img {
        width: 580px;
        height: auto;
    }

    .la-text-content p {
        text-align: left;
        font-size: 27px !important;
        width: 100%;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
    }

    .la-text1-content p {
        text-align: left;
        font-size: 28px;
    }

    /* Footer */
    .ft-box {
        width: 45%; /* Adjust width of footer boxes */
    }
}

/* Laptops/Desktops (1024px - 1280px) */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    /* Navbar adjustments */
    #header {
        padding: 20px 60px;
    }

    #navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    /* Welcome Section */
    .section-welcome {
        height: 90vh; /* Slightly reduced height for better proportions */
    }
      
    .image-container {
        min-height: 90vh;
    }

    .w-h-container {
        min-height: 0;
        margin-top: 335px ;
    }

    .w-h-container h1 {
        font-size: 65px;
    }

    .w-h-container a {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .w-h-container p{
        padding-top: 0;
    }

    /* Accommodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column;
    }

    .a-items {
        margin-left: 0;
        width: 100%;
    }

    .a-items img {
        margin-left: 0;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column !important;
        margin-left: 135px;
        margin-right: 135px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */        
    }

    .la-text-content h2 {
        margin-left: 15px;
    }

    .la-text-content p {
        margin-right: 5px !important;
        margin-left: 5px;
        text-align: left;
        width: 100%;
        font-size: 25px !important;
        padding: 10px;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
    }

    .la-text1-content p {
        margin-right: 0 !important;
        text-align: left;
        width: 100%;
        font-size: 25px !important;
    }

    /* Information Section */
    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 49px; /* Adjust font size */
        padding-bottom: 14px;
        text-align: center;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: row;
        margin-left: 0;
    }

    .tf-img1{
        width: 50%;
        flex-direction: row;
    }

    .tf-img1 img {
        width: 250px;
        height: 250px;
        margin-top: 35px;
    }

    /* Footer adjustments */
    .copyright {
        flex-direction: row;
        gap: 40px;
    }

    .ft-box {
        width: 40%;
        padding: 25px;
    }

    .ft-txt img {
        margin-top: 8.5px;
        height: 28px;
        width: 28px;
    }

    .ft-btn {
        margin-left: 35px;
    }
}

/* Tablets/Larger Tablets (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body{
        font-size: 18px;
    }
    
    /* Navbar adjustments */
    #header {
        padding: 15px 40px;
    }

    #navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    /* Welcome Section */ 
    .section-welcome {
        min-height: 80vh;
    }

    .image-container {
        height: 80vh;
    }

    .w-h-container {
        min-height: 0;
        margin-top: 335px ;
    }

    .w-h-container h1 {
        font-size: 65px;
    }

    .w-h-container p {
        padding-top: 0;
    }

    .w-h-container a {
        font-size: 0.9rem;
        padding: 7px 14px;
    }

    /* Accommodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-items{
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .a-items img {
        margin-left: 0;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn{
        margin-top: 21px;
        justify-content: center;
        align-items: center;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 135px;
        margin-right: 135px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
    }

    .la-text-content p {
        margin-right: 0 !important;
        text-align: center;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .hsf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }

    .tf-img2 {
        width: 100%;
    }

    /* Footer adjustments */
    .copyright {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .ft-box {
        width: 45%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .ft-box h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .ft-txt p{
        margin-left: 0 !important;
        text-align: center !important;
    }

    .ft-txt img{
        margin-top: 8.5px;
        height: 28px;
        width: 28px;
    }

    .ft-box1 h1{
        margin-bottom: 0;
    }

    .ft-txt3 {
        margin-bottom: 0;
    }

    .ft-btn {
        margin-bottom: 4px;
        display: flex;
        justify-content: center !important;
        text-align: right !important;
        margin-left: 0;
    }
}

@media only screen and (min-width: 769px) {
    #navbar {
        display: flex; /* Ensure navbar is displayed */
    }

    .navbar-toggle {
        display: none; /* Hide toggle button on larger screens */
    }
}

/* Tablets (up to 768px) */
@media only screen and (max-width: 768px) {
    /* General adjustments */
    body {
        font-size: 16px;
        padding: 0 !important ;
        margin: 0 !important;
    }    
    
    /* Header */
    #header {
        flex-direction: column;
        padding: 10px 20px;
        width: 100%;
        position: sticky;
        background-color: #000;
        color: #fff;
    }

    .nav-home{
        display: none !important;
    }

    /* Make navbar items stack vertically */
    #navbar {
        display: flex; /* Initially hide navbar */
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: flex-start;
        position: sticky;
        top: 60px;
        left: 0 !important; /* Ensure it aligns left */
        width: 100%;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 10px 0; /* Adjusted padding */
        transition: all 0.3s ease; /* Smooth transition */
        opacity: 0; /* Initially hide navbar */
        transform: translateY(-100%);
    }

    #navbar:hover{
        cursor: pointer;
    }

    #navbar.show {
        display: flex; /* Show navbar when toggled */
        opacity: 1; /* Ensure it's fully visible */
        transform: translateY(0); /* Move navbar into view */
    }

    .navbar-toggle {
        display: block; /* Show toggle button */
        cursor: pointer; /* Change cursor to pointer */
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #navbar li a {
        font-size: 14px;
        color: #fff;
    }

    #close {
        display: block; /* Show close button */
        font-size: 24px; /* Adjust close button size */
        color: #fff;
        cursor: pointer; /* Change cursor to pointer */
        position: absolute;
        top: 10px; /* Position close button */
        right: 20px; /* Position close button */
    }

    .icon {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .dropdown-content {
        position: static;
        background-color: #000;
        display: none;
        width: 100%;
        text-align: center;
    }

    /* Show dropdown on clicking the parent */
    .dropdown.active .dropdown-content {
        display: flex; /* Show the dropdown when active */
    }
    .dropdown-content li {
        padding: 10px 0;
    }

    .dropdown-content li a {
        color: #fff;
    }

    /* Show dropdown on clicking the parent */
    .dropdown.active .dropdown-content {
        display: block; /* Show the dropdown when active */
    }

    /* Welcome Section */
    .section-welcome {
        min-height: 65vh;
    }
      
    .image-container {
        height: 65vh;
    }

    .w-h-container h1 {
        font-size: 100px;
    }

    .w-h-container a {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    /* Accommodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-information img {
        width: 100%;
        height: auto;
    }

    .a-info-box{
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 135px;
        margin-right: 135px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text-content p {
        margin-right: 0 !important;
        text-align: center;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }
   
    /* Footer */
    .copyright {
        flex-direction: column;
        gap: 20px; /* Reduce gap */
    }

    .ft-box {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    .ft-txt, .ft-txt2, .ft-txt3 {
        font-size: 1.4rem;
        font-family:  Helvetica;
        text-align: center;
    }

    .ft-txt img {
        margin-top: 8.5px;
        height: 28px;
        width: 28px;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .ft-txt2{
        padding-bottom: 0;
    }
    
    .ft-btn{
        margin-bottom: 25px;
        margin-top: 14px;
    } 
}

/* Small devices (landscape phones, less than 767px) */
@media (max-width: 767px) {
    #header {
        padding: 10px 40px;
    }

    .nav-home{
        display: none !important;
    }

    #navbar li {
        padding: 0 10px;
    }

    #navbar li a {
        font-size: 14px;
    }

    .text-center h2 {
        font-size: 40px;
        margin-left: 20px;
    }

    .text-center p {
        font-size: 20px;
        margin-left: 20px;
    }
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
    #header {
        padding: 5px 20px;
    }

    .nav-home{
        display: none !important;
    }

    #navbar li {
        padding: 0 5px;
    }

    #navbar li a {
        font-size: 12px;
    }

   /* Welcome Section */
   .w-h-container h1 {
    font-size: 75px !important;
    }

    .w-h-container p{
        padding-top: 0;
    }

    /* Accomodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-information img {
        width: 100%;
        height: auto;
    }

    .a-items {
        margin-left: 0;
    }

    .a-info-box {
        margin: 0 10;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }
    
    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 488px) and (max-width: 768px) {
    body {
        font-size: 16px;
        padding: 10px;
    }

    /* Header adjustments */
    #header {
        padding: 10px 20px;
        flex-direction: column; /* Stack header items */
        position: sticky;
        background-color: #000;
        color: #fff;
    }

    .nav-home{
        display: none !important;
    }

    #navbar {
        display: none; /* Hide navbar by default */
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: sticky;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 10px 0;
    }

    #navbar.show {
        display: flex; /* Show navbar when toggled */
        opacity: 1;
    }

    .navbar-toggle {
        display: block; /* Show the toggle button */
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #navbar li a {
        font-size: 16px;
        color: #fff;
    }

    #close {
        display: block;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    /* Welcome Section */
    .section-welcome {
        min-height: 60vh !important;
    }
      
    .image-container {
        height: 60vh !important;
    }

    .w-h-container {
        text-align: center;
        padding: 0 15px; /* Add some padding for smaller screens */
        min-height: 0;
        margin-top: 235px ;
    }

    .w-h-container h1 {
        font-size: 45px !important;
        line-height: 1.1;
    }

    .w-h-container p {
        font-size: 35px;
        padding-top: 0;
    }

    .w-h-container a {
        font-size: 1rem;
        padding: 8px 16px;
    }

    /* Accommodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-items {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        width: 100%;
    }

    .a-items img {
        margin-left: 0;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 85px;
        margin-right: 85px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text-content img {
        width: 80%;
        height: auto;
    }

    .la-text-content h2 {
        text-align: center;
        text-align: center;
        margin: 0 !important;
    }

    .la-text-content p {
        margin-right: 10px !important;
        margin-left: 10px;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text1-content p {
        margin-right: 0 !important;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container h2 {
        margin-top: 145px;
    }

    .hf-con1 {        
        height: 285px;   
    }
    
    .hf-con2 {
        height: 285px; 
    }
    
    .hf-con3 {
        height: 285px; 
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }

    .section-h1-nature {
        min-height: 70vh !important;
    }

    .section-h2-nature {
        min-height: 70vh !important;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }

    .tf-img2 {
        width: 100%;
    }

    /* Footer */
    .copyright {
        flex-direction: column;
        gap: 20px;
    }

    .ft-box {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .ft-box h2{
        font-size: 2.5rem;
        font-family:  Helvetica;
        text-align: center;
    }

    .ft-txt p {
        text-align: center !important;
        margin-left: 0;
    }

    .ft-txt img {
        margin-top: 0;
        height: 21px;
        width: 21px;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    footer p {
        font-size: 16px;
    }

    .ft-btn {
        margin-left: 0;
    }
}

/* Mobile Devices (up to 488px) */
@media only screen and (min-width: 418px) and (max-width: 488px) {
    /* General adjustments */
    body {
        font-size: 14px;
        padding: 10px;
    }    
    
    #header {
        padding: 10px 20px;
        flex-direction: column; /* Stack header items */
        position: sticky;
        background-color: #000;
        color: #fff;
    }

    .nav-home{
        display: none !important;
    }

    #navbar {
        display: none; /* Hide navbar by default */
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: sticky;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 10px 0;
    }

    #navbar.show {
        display: flex; /* Show navbar when toggled */
        opacity: 1;
    }

    .navbar-toggle {
        display: block; /* Show the toggle button */
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #navbar li a {
        font-size: 16px;
        color: #fff;
    }

    #close {
        display: block;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    /* Welcome Section */
    .section-welcome {
        height: 350px !important;
        min-height: 350px !important;
    }

    .w-h-container {
        min-height: 0;
        margin-top: 235px ;
    }

    .w-h-container h1 {
        font-size: 35px !important; ;
    }

    .w-h-container p {
        font-size: 21px;
    }

    .w-h-container a {
        font-size: 1rem;
        padding: 5px 10px;
    }

   /* Accommodation Section */
   .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-items {
        margin-left: 0;
        width: 100%;
    }

    .a-items img {
        margin-left: 0;
        width: 65%;
        height: 65%;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
        gap: 5px !important;
        flex-direction: column !important;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 85px;
        margin-right: 85px;
    }
    
    .la-text-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }
    
    .la-text-content img {
        width: 80%;
        height: auto;
    }
    
    .la-text-content h2 {
        text-align: center;
        text-align: center;
        margin: 0 !important;
    }
    
    .la-text-content p {
        margin-right: 10px !important;
        margin-left: 10px;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 1rem;
    }
    
    .la-text1-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }
    
    .la-text1-content p {
        margin-right: 0 !important;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 1rem;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 21px; /* Adjust font size */
        padding-bottom: 14px;
    }

    .section-h1-nature {
        min-height: 70vh !important;
    }

    .section-h2-nature {
        min-height: 70vh !important;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }

    .tf-img2 {
        width: 100%;
    }

    /* Footer Section */
    .copyright {
        flex-direction: column;
    }

    .ft-box {
        width: 100%;
        margin-bottom: 10px;
        min-width: 0;
    }

    .ft-txt p{
        margin-left: 0 !important;
        text-align: center !important;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
    }

    footer p {
        font-size: 15px;
    }

    .ft-btn {
        margin-left: 0;
    }
}

@media only screen and (min-width: 318px) and (max-width: 418px){
    body, html {
        overflow-x: hidden;
    }

    /* Ensure all containers take full width */
    #header, #navbar, .cnt-column, .l-row, .copyright, .ft-box {
        width: 100% !important;
        padding: 0 10px; /* Add inner padding for content */
    }

    /* Images and text blocks */
    .scn-w-img img, .i-img-left img, .scn-1-img img, .scn-2-img img, .ft-txt img {
        max-width: 100%;
        height: auto;
    }
    
    body {
        font-size: 14px;
        padding: 0 !important;
    }    
    
    /* Header adjustments */
    #header {
        padding: 10px;
        flex-direction: column; /* Stack header items */
        position: sticky;
        background-color: #000;
        color: #fff;
    }

    .nav-home{
        display: none !important;
    }

    #navbar {
        display: none; /* Hide navbar by default */
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: sticky;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 10px 0;
    }

    #navbar.show {
        display: flex; /* Show navbar when toggled */
        opacity: 1;
    }

    .navbar-toggle {
        display: block; /* Show the toggle button */
    }

    #navbar li {
        margin-bottom: 25px;
    }

    #navbar li a {
        font-size: 16px;
        color: #fff;
    }

    #close {
        display: block;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    /* Welcome Section */
    .section-welcome {
        height: 45vh !important;
        min-height: 45vh !important;
    }
      
    .image-container {
        height: 60vh;
    }

    .w-h-container {
        min-height: 0;
        margin-top: 235px ;
    }

    .w-h-container h1 {
        font-size: 28px !important;
    }

    .w-h-container a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    /* Accommodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-items img {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
        gap: 0 !important;
        flex-direction: column !important;
    }

    .a-btn p {
        font-size: 1rem !important;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 55px;
        margin-right: 55px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text-content img {
        width: 80%;
        height: auto;
    }

    .la-text-content h2 {
        text-align: center;
        text-align: center;
        margin: 0 !important;
    }

    .la-text-content p {
        margin-right: 10px !important;
        margin-left: 10px;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 1.1rem;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text1-content p {
        margin-right: 0 !important;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 1.1rem;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }

    .section-h1-nature {
        min-height: 70vh !important;
    }

    .section-h2-nature {
        min-height: 70vh !important;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }

    .tf-img2 {
        width: 100%;
    }

    /* Footer Section */
    footer {
        padding: 40px 20px !important;
        width: 100%;
    }

    .copyright {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }

    .ft-box {
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
        min-width: 0;
    }

    .ft-txt p{
        margin-left: 0 !important;
        text-align: center !important;
    }

    .ft-txt img {
        margin-top: 0;
        margin-right: -14px;
        height: 21px;
        width: 21px;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
    }

    footer p {
        font-size: 13px;
    }

    .ft-txt3 img{
        height: 35px;
        width: 35px;
    }

    .ft-txt3 a img {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }

    .ft-btn {
        padding: 8px 16px;
        font-size: 12px;
        margin-left: 0;
    }

    .ft-btn:hover {
        background-color: #f8b400;
    }

    .ft-txt3 {
        margin-bottom: 0;
    }

    .ft-box1{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .ft-box1 h1{
        margin-bottom: 0;
    }

    .ft-box1 p{
        margin-bottom: 0;
    }

    .ft-box1 img{
        height: 35px;
        width: 35px;
    }

    .ft-box1 a img {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }

}

@media only screen and (min-width: 200px) and (max-width: 318px){
    body, html {
        overflow-x: hidden;
    }

    /* Ensure full-width for containers and prevent extra padding/margins */
    #header, #navbar, .cnt-column, .l-row, .copyright, .ft-box {
        width: 100% !important;
        padding: 0 5px; /* Adjust padding to fit smaller screens */
    }

    /* Images and text blocks */
    .scn-w-img img, .i-img-left img, .scn-1-img img, .scn-2-img img, .ft-txt img {
        max-width: 100%;
        height: auto;
    }
    
    body {
        font-size: 12px;
    }    
    
    /* Header adjustments */
    #header {
        padding: 5px 8px;
        flex-direction: column; /* Stack header items */
        position: sticky;
        background-color: #000;
        color: #fff;
    }

    .nav-home{
        display: none !important;
    }

    #navbar {
        display: none; /* Hide navbar by default */
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: sticky;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 10px 0;
    }

    #navbar.show {
        display: flex; /* Show navbar when toggled */
        opacity: 1;
    }

    .navbar-toggle {
        display: block; /* Show the toggle button */
    }

    #navbar li {
        padding: 4px 0;
        margin-bottom: 25px;
    }

    #navbar li a {
        font-size: 10px;
        color: #fff;
    }

    #close {
        display: block;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    /* Welcome Section */
    .section-welcome {
        height: 45vh !important; /* Reduced height for very small screens */
        min-height: 45vh !important; /* Reduced height for very small screens */
    }

    .w-h-container {
        min-height: 0;
        margin-top: 235px ;
    }

    .w-h-container h1 {
        font-size: 21px !important;
    }

    .w-h-container a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    /* Accomodation Section */
    .section-h-accommodation {
        margin-top: 0;
    }

    .acc-info {
        flex-direction: column !important;
    }

    .a-items {
        margin-left: 0;
        width: 100%;
    }

    .a-items img {
        margin-left: 0;
    }

    .a-information img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .a-btn {
        justify-content: center;
        align-items: center;
        gap: 0 !important;
        flex-direction: column !important;
    }

    /* Nature Section */
    .la-row{
        flex-direction: column;
        margin-left: 55px;
        margin-right: 55px;
    }

    .la-text-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text-content img {
        width: 80%;
        height: auto;
    }

    .la-text-content h2 {
        text-align: center;
        text-align: center;
        margin: 0 !important;
    }

    .la-text-content p {
        margin-right: 10px !important;
        margin-left: 10px;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 0.7rem !important;
    }

    .la-text1-content {
        width: 100%; /* Adjust text width */
        padding-top: 21px;
    }

    .la-text1-content p {
        margin-right: 0 !important;
        text-align: left;
        width: 100%;
        padding: 20px;
        font-size: 0.7rem !important;
    }

    /* Information Section */
    .ihf-c {
        display: flex;
        flex-direction: column;
    }

    .ihf{
        width: 100%;
        justify-content: center;
    }

    .ihf-container{
        flex-direction: column;
        width: 100%;
    }

    .ihf h2 {
        font-size: 21px !important;
    }

    .hf-container{
        flex-direction: column;
        width: 100%;
    }

    .hf-img1{
        width: 100%;
    }

    .hf-img1 img {
        width: 35%; /* Adjust image size */
    }

    .hf-img1 h2 {
        font-size: 35px; /* Adjust font size */
        padding-bottom: 14px;
    }

    .section-h1-nature {
        min-height: 70vh !important;
    }

    .section-h2-nature {
        min-height: 70vh !important;
    }

    /* Information 2 Section */
    .tf-container{
        flex-direction: column;
        margin-left: 0;
    }
    
    .tf-img1{
        width: 100%;
        flex-direction: column;
        gap: 0;        
    }

    .tf-img1 img {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        height: 100%;
    }

    .tf-img2 {
        width: 100%;
    }

    /* Footer Section */
    footer {
        padding: 40px 20 !important;
        width: 100%;
    }

    .copyright {
        flex-direction: column;
    }

    .ft-box {
        width: 100%;
        margin-bottom: 10px;
        padding: 8px;
        min-width: 0;
    }

    .ft-txt p {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .ft-txt img {
        margin-top: 0;
        margin-right: -14px;
        height: 18px;
        width: 18px;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
    }

    footer p {
        font-size: 13px;
    }

    .ft-btn{
        margin-bottom: 25px;
        margin-top: 14px;
        margin-left: 0;
    }

    .ft-txt3 img{
        height: 35px;
        width: 35px;
    }

    .ft-txt3 a img {
        width: 28px;
        height: 28px;
        margin: 0 10px;
    }
}

/* Rooms Page */
/* Full-screen sections */
#r-layout-content > div {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

/* Background images cover full area and stay fixed */
.r-uk-background-cover {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Room Background 1 section */
.section-r1-nature{
    background-image: url(../Assets/Rooms/1.png);
    background-size: cover;
    min-height: 65vh !important;
}

.r1-bckg {
    background-color: #fff;
    opacity: 70%;
    width: 100%;
    height: 235px;
}

.r1-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 85px;
    text-align: center;
    margin-top: -75px;
}

.r1-head h1 {
    font-size: 135px !important;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-top: 35px;
}

.r1-head img {
    text-align: center;
}

/* Rooms section */
.section-h-accommodation {
    background-color: #fff !important;
}

.rm-main {
    display: flex;
    flex-direction: column;
    padding-top: 35px;
}

.acc-r-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.ar-items{
    flex-direction: column;
    justify-content: center;
    margin-left: 35px;
    width: 60%;
}

.ar-items h2 {
    padding-bottom: 21px;
}

.ar-items .all-text {
    text-align: left !important;
    font-size: 21px;   
}

.ar-items2{
    flex-direction: column;
    justify-content: center;
    margin-left: 35px;
    width: 60%;
}

.ar-items2 h2 {
    padding-bottom: 21px;
}

.ar-items2 .all-text {
    text-align: left !important;
    font-size: 21px;   
}

.ar-items img {
    text-align: left !important;
    justify-content: left;
    margin-bottom: 35px;
    margin-left: -335px;
}

.ar-information1 {
    width: 40%;
}

.ar-information1 img{
    height: 95%;
    width: 95%;
}

.ar-information2 {
    width: 40%;
}

.ar-information2 img{
    height: 95%;
    width: 95%;
}

.ar-information3 {
    width: 40%;
}

.ar-information3 img{
    height: 95%;
    width: 95%;
}

.ar-btn a {
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 20px;
    border: 2px solid #000;
    background-color: #145da0;
    border-radius: 21px;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s;
}

.ar-btn {
    margin-top: 35px;
    justify-content: center;
    align-content: center;
    display: flex;
}

.ar-btn a:hover {
    background-color: #000;
    color: #fff;
}

.ar-btn p {
    font-family: 'Helvetica';
    font-optical-sizing: auto;
    font-style: normal;
}

.rm-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;     
}

.rm-information {
    width: 25%;
    padding: 14px;
}

.rm-information img{
    height: auto;
    width: 100%;      
}

/* Background 2 Section */
.section-r2-nature{
    background-image: url(../Assets/Rooms/2.png);
    background-size: cover;
}

/* For screens between 1024px and 1280px */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    body {
        font-size: 18px; /* Adjust font size for better readability */
        padding: 0 !important; /* Remove padding for better layout */
        margin: 0 !important; /* Remove margin for better layout */
    }

    #header {
        padding: 15px 50px; /* Adjust padding to fit smaller screen widths */
    }

    /* Navbar */
    #navbar {
        justify-content: space-between;
        padding: 0 15px;
    }

    /* Rooms Background 1 section */
    .section-r1-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        margin-top: 35px !important;        
    }

    .r1-head img {
        margin-top: 35 !important;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }
}

/* For screens up to 1024px */
@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px; /* Further reduce font size */
    }

    #header {
        padding: 10px 20px; /* Reduce padding to fit smaller screens */
        flex-direction: column; /* Stack header items vertically */
    }

    /* Navbar */
    #navbar {
        flex-direction: column; /* Stack navbar items vertically */
        align-items: center;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }

    /* Footer */
    .copyright {
        flex-direction: column; /* Stack footer sections vertically */
    }

    .ft-box {
        width: 100%; /* Full width for footer boxes */
    }

    footer {
        padding: 20px 10px;
        text-align: center; /* Center-align footer text */
    }
}

/* For screens between 768px and 1024px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 16px; /* Adjust font size */
    }

    #header {
        padding: 15px 40px; /* Adjust padding for medium screens */
    }

    /* Navbar */
    #navbar {
        flex-direction: row; /* Maintain row layout */
        justify-content: space-between;
        padding: 0 20px;
    }

    .rsw-container p{
        font-size: 20px;
        text-align: center;
    }

    /* Rooms Background 1 section */
    .section-r1-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        font-size: 105px  !important; 
        flex-direction: column; 
        gap: 0;    
        margin-top: 7px; 
    }

    .r1-head h1 {
        font-size: 105px !important;
        margin-top: 0 !important;
    }

    .r1-head img {
        margin-top: 0 !important;
        width: 350px;
        height: auto;
        text-align: center;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }


    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }

    /* Footer */
    .copyright {
        flex-direction: column; /* Stack footer sections vertically */
        gap: 30px;
    }

    .ft-box {
        width: 45%; /* Adjust width of footer boxes */
        padding: 20px;
    }

    footer {
        text-align: center;
    }
}

/* Media query for devices with a screen width of 768px or smaller */
@media screen and (max-width: 768px) {
    /* General adjustments */
    body {
        font-size: 16px;
    }

    /* Rooms Background 1 section */
    .section-r1-nature {
        min-height: 70vh !important;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 10px;
    }

    footer {
        text-align: center;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
    }

    .ft-box1 h1{
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .ft-box1 p{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    
    .ft-btn{
        margin-bottom: 25px;
    } 
}

@media only screen and (min-width: 488px) and (max-width: 768px){
    body {
        font-size: 16px;
        padding: 0 !important;
    }    
    
    #header {
        flex-direction: column;
        padding: 5px 10px;
    }

    /* Navbar adjustments */
    #navbar {
        flex-direction: column !important;
        padding: 0;
        align-items: center;
    }

    #navbar li {
        padding: 5px 0;
    }

    #navbar li a {
        font-size: 14px;
    }

    .section-r1-nature {
        min-height: 70vh !important;
    }

    /* Rooms Background 1 section */
    .section-r2-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .r1-head h1 {
        font-size: 105px !important;
        margin-top: 0;
    }

    .r1-head img {
        margin-top: 0;
        width: 350px;
        height: auto;
        text-align: center;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 10px;
    }

    footer {
        padding: 20px 10px;
        text-align: center;
    }
}

/* Media query for devices with a screen width of 488px or smaller */
@media only screen and (min-width: 418px) and (max-width: 488px) {
    #header {
        padding: 5px 10px;
    }

    #navbar {
        flex-direction: column;
        padding: 0;
    }

    #navbar li {
        padding: 5px 0;
    }

    #navbar li a {
        font-size: 14px;
    }

    /* Rooms Background 1 section */
    .section-r2-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .r1-head h1 {
        font-size: 105px !important;
        margin-top: 0;
    }

    .r1-head img {
        margin-top: 0;
        width: 350px;
        height: auto;
        text-align: center;
    }

   /* Room Info Section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
        width: 100%;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }   

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 5px;
    }

    footer {
        padding: 20px 10px;
        text-align: center;
    }

    .ft-txt, .ft-txt3 {
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (min-width: 318px) and (max-width: 418px){
    body {
        font-size: 14px;
        padding: 10px;
    }    
    
    #header {
        flex-direction: column;
        padding: 5px 10px;
    }

    /* Navbar adjustments */
    #navbar {
        flex-direction: column !important;
        padding: 0;
        align-items: center;
    }

    #navbar li {
        padding: 5px 0;
    }

    #navbar li a {
        font-size: 12px;
    }

    /* Rooms Background 1 section */
    .section-r2-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .r1-head h1 {
        font-size: 85px !important;
        margin-top: 0;
    }

    .r1-head img {
        margin-top: 0;
        width: 300px;
        height: auto;
        text-align: center;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
        width: 100%;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }
    
}

@media only screen and (min-width: 200px) and (max-width: 318px){
    body {
        font-size: 12px;
        padding: 0 !important;
    }    
    
    #header {
        flex-direction: column;
        padding: 5px 10px;
    }

    /* Navbar adjustments */
    #navbar {
        flex-direction: column !important;
        padding: 0;
        align-items: center;
    }

    #navbar li {
        padding: 5px 0;
    }

    #navbar li a {
        font-size: 12px;
    }

    /* Rooms Background 1 section */
    .section-r2-nature {
        min-height: 70vh !important;
    }

    .r1-head {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .r1-head h1 {
        font-size: 75px !important;
        margin-top: 0;
    }

    .r1-head img {
        margin-top: 0;
        width: 250px;
        height: auto;
        text-align: center;
    }

    /* Room Info section */
    .acc-r-info {
        flex-direction: column !important;
    }

    .ar-information img {
        width: 100%;
        height: auto;
    }

    .ar-items {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items img {
        margin-left: 0;
        width: 100%;
    }

    .ar-items2 {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .ar-items2 img {
        margin-left: 0;
    }

    .ar-information1 {
        width: 100%;
    }

    .ar-information1 img {
        margin-top: 0;
    }

    .ar-information2 {
        width: 100%;
    }

    .ar-information2 img {
        margin-top: 0;
    }

    .ar-information3 {
        width: 100%;
    }

    .ar-information3 img {
        margin-top: 0;
    }

    .ar-btn {
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .rm-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .rm-information {
        width: 100%;
        padding: 0;
        padding: 10px;       
    }

    .rm-information img {
        width: 50%;
        height: auto;
    }
    
}

/* Contact Page */
.section-contact{
    background-color: #fff;
    min-height: 45vh;
}

.cnt-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cnt-left-section {
    width: 60%;
    margin-right: 85px;
    margin-top: 38px;
}

.cnt-map img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}

.cnt-map h1 {
    font-size: 49px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-top: 5px;
    font-family: 'Helvetica';
}

.cnt-right-section {
    width: 40%;
    padding: 20px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.cnt-right-section img {
    text-align: center;
    width: 200px;
    height: auto;
}

/* For screens between 1024px and 1280px */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    body {
        font-size: 18px;
    }

    /* Header */
    #header {
        padding: 15px 50px;
    }

    #navbar {
        justify-content: space-between;
        padding: 0 15px;
    }

    #navbar li a {
        font-size: 14px;
    }

    /* Contact Section */
    .cnt-container {
        flex-direction: row;
    }

    .cnt-left-section, .cnt-right-section {
        width: 50%; /* Split the width evenly */
    }

    .cnt-right-section form {
        padding: 20px;
        margin-top: -33px;
    }

    /* Footer */
    .ft-box {
        width: 45%; /* Adjust the width of footer boxes */
        padding: 20px;
    }
}

/* For screens up to 1024px */
@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    #header {
        padding: 10px 20px;
        flex-direction: column;
    }

    #navbar {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px;
    }

    /* Contact Section */
    .cnt-container {
        flex-direction: column;
    }

    .cnt-left-section, .cnt-right-section {
        width: 100%; /* Full width for sections */
    }

    .cnt-right-section form {
        padding: 15px;
    }

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 15px;
    }

    footer {
        text-align: center;
    }
}

/* For screens up to 768px */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    /* Contact Section */
    .cnt-container {
        flex-direction: column;
    }

    .cnt-left-section {
        width: 100%;
    }

    .cnt-right-section {
        width: 100%;
        padding: 10px;
    }

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 10px;
    }

    footer {
        text-align: center;
    }
}

/* For screens up to 488px */
@media only screen and (min-width: 418px) and (max-width: 488px){
    body {
        font-size: 12px;
    }

    #header {
        padding: 5px 10px;
        flex-direction: column;
    }

    #navbar {
        flex-direction: column;
        padding: 0;
    }

    #navbar li {
        padding: 5px 0;
    }

    /* Contact Section */
    .cnt-container {
        flex-direction: column;
    }

    .cnt-left-section, .cnt-right-section {
        width: 100%;
    }

    .cnt-right-section form {
        padding: 10px;
    }

    /* Footer */
    .ft-box {
        width: 100%;
        padding: 5px;
    }

    footer {
        text-align: center;
        padding: 10px;
    }
}