/* Navigation bar */
nav{
    background-color: grey;
    padding: 16px 32px;
    box-shadow: 0 2px 6px #000;
    height: 80px;
    margin-bottom: 0;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 32px;
}

nav ul li a{
    text-decoration: none;
    color:#000;
    font-weight: 600;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    padding-bottom: 4px;
}

nav ul li a:hover{
    color: gold;
    border: 2px solid gold;
    border-radius: 4px;
}

/* Header section  */
.hero{
    position: relative;
    height: 350px;
    background-image: url(https://images.unsplash.com/photo-1621293954908-907159247fc8?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8cmVjZXB0aW9ufGVufDB8fDB8fHww);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header h2{
    font-size: 32px;
    font-weight: 600;
    color: rgb(252, 248, 248);
    font-family: 'Times New Roman', Times, serif;
}

/* Intro section */
#intro{
    max-width: 80%;
    margin: 80px auto;
    text-align: center;
    padding: 40px;
    background-color: white;
}

/* Button */
#intro .button{
    display: inline-block;
    padding: 12px 24px;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#intro .button:hover{
    background-color: gray;
}

/* Rooms Section */
#rooms{
    max-width: 100%;
    margin: 80px auto;
    text-align: center;
    padding: 40px;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(245, 243, 243);
    margin-bottom: 0;
}

#rooms h2{
    font-size: 32px;
    margin-bottom: 40px;
    color: rgb(7, 7, 8);
    font-weight: 700;
}

/* Rooms image */
.room-image{
    width: 360px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 12px #000;
    margin: 0px 12px 24px 12px;
    transition: transform 0.3s ease;
}

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

/* Button */
#rooms .button{
    display: inline-block;
    padding: 12px 24px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#rooms .button:hover{
    background-color: gray;
}

/* Footer */
footer{
    background-color: gray;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    padding: 40px;
}

.footer-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

footer section{
    flex: 1;
    min-width: 250px;
    padding: 20px;
    margin: 0px;
}

footer h3{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    border-bottom: 2px solid white;
    padding-bottom: 8px;
}

/* Footer links */
footer a{
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover{
    color: #007BFF;
}

/* List */
footer ul{
    list-style: none;
    padding: 0px;
}

footer ul li{
    margin-bottom: 8px;
}

footer a{
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover{
    color: #007BFF;
}

#contact-info p{
    margin-bottom: 8px;
    font-size: 16px;
}

/* Copyright */
footer .copyright{
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: white;
}


/* ABOUT PAGE */
.contact-box{
    background-color: #000;
    color: white;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    max-width: 400px;
    text-align: center;
}

.contact-box p{
    font-size: 16px;
    margin: 0px;
    width: 100%;
}

.about-container{
    display: flex;
    max-width: 100%;
    margin: 80px auto;
    margin-bottom: 0;
    background-color: rgb(240, 239, 239);
}

.contact-box{
    background-color: #000;
    color: white;
    padding: 24px;
    border-radius: 8px;
    margin-right: 40px;
    width: 300px;
    height: 300px;
}

.contact-box p::before{
    content: "✔"; 
    margin-right: 8px;
}

.about-text{
    flex: 1;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 0%;
}

.about-text p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #333;
}

.about-header{
    display: flex;
    font-size: 28px;
    margin-bottom: 0px;
    color: #fffefe;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 350px;
    background-image: url( https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGhvdGVsJTIwcm9vbXN8ZW58MHx8MHx8fDA%3D);
    margin-top: 0px;
}

header h1{
    font-size: 36px;
    color: rgb(247, 244, 244);
    font-family: 'Times New Roman', Times, serif;
    justify-content: center;
    text-align: center;
    margin-bottom: 0px;
    height: 100px;
}

/* SERVICES */
.services-header{
    background-image: url(https://images.unsplash.com/photo-1663147475798-7e672b522463?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NTJ8fGhvdGVsJTIwc2VydmljZXN8ZW58MHx8MHx8fDA%3D);
    color: white;
    text-align: center;
    padding: 80px 20px;
    margin-bottom: 15px;
    height: 200px;
}

.services-header h1{
    font-size: 48px;
    color: white;
    margin: 0px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 2px;
}

/* Content */
main{
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

#rooftop, #food{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-color: rgb(247, 244, 239);
    padding: 40px;
    margin-bottom: 60px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    height: 500px;
}

/* Section Headings */
#rooftop h2, #food h2{
    font-size: 28px;
    margin-bottom: 20px;
    color: #030303;
    padding-bottom: 8px;
    font-family: 'Times New Roman', Times, serif;
}

/* Section text */
section p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

/* Images */
section img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}  

.facilities{
    background-image: url();
}

.facility-container{
    display: grid;
    grid-template-columns: repeat(2, 1.5fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.facility-card{
    background-color: #fcfdfd;
    border: 1px solid #050505;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.facility-card i{
    display: block;
    margin-right: 10px;
    font-size: 22px;
    color: white;
}

.facility-card strong{
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
}

.facility-card span{
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
}

/* ROOMS PAGE */
.room-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: rgb(245, 243, 243);
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px #000;
} 

.room-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
}

.room-info h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.room-info .details{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}

.room-info .description{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}

.booking{
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 8px;
}

.amenities{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.amenities li{
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.amenities li i{
    font-size: 18px;
    color: grey;
    margin-right: 8px;
}

.room-image img{
    width: 100%;
    border-radius: 8px;
} 

.rooms-header{
    display: flex;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url(https://images.unsplash.com/photo-1630660664869-c9d3cc676880?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8aG90ZWwlMjBiZWR8ZW58MHx8MHx8fDA%3D);
    margin-top: 0px;
}


/* BOOK */
.booking-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-bottom: 20px;
    margin-top: 0px;
    
}

.booking-card{
    background-color: antiquewhite;
    border-radius: 12px;
    padding: 30px;
    width: 380px;
    box-shadow: 0 6px 18px #000;
    text-align: center;
    margin-bottom: 10px;
}

.booking-card h2{
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.form-group{
    margin-bottom: 18px;
    text-align: left;
}

.form-group label{
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.form-group input, .form-group select{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}


.form-group input:focus, .form-group select:focus{
    border-color: #007BFF;
    outline: none;
}

.booking-form button{
    width: 100%;
    padding: 14px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.booking-form button:hover{
    background-color: gray;
    transform: translateY(-2px);
}

.book-header{
    display: flex;
    font-size: 28px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 350px;
    background-image: url(https://images.unsplash.com/photo-1618773928121-c32242e63f39?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8aG90ZWwlMjBiZWR8ZW58MHx8MHx8fDA%3D);
    margin-top: 0px;
}


/* CONTACT PAGE */
#contact-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px;
    margin-bottom: 10px;
}

.contact-card{
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 6px 18px #000;
}

.contact-card h2{
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
}

.contact-card p{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}

.contact-details h3{
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.contact-details p{
    font-size: 16px;
    color: #333;
}

.contact-form{
    margin-top: 20px;
}

.contact-form label{
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form button{
    width: 100%;
    padding: 14px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover{
    background-color: gray;
    transform: translateY(-2px);
}

.contact-header{
    display: flex;
    font-size: 28px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 350px;
    background-image: url(https://images.unsplash.com/photo-1664093674943-aa7696a14209?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fG91dHNpZGUlMjBjaGlsbGluZyUyMHNwb3R8ZW58MHx8MHx8fDA%3D);
    margin-top: 0px;
}


/* ROOMSTATUS PAGE */
.task-list contaier{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.status-header{
    display: flex;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url(https://images.unsplash.com/photo-1611892440504-42a792e24d32?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8aG90ZWwlMjByb29tfGVufDB8fDB8fHww);
    margin-top: 0px;
}