html, body {
    background-color: #3e2723;
}

.panel-content{
    background-image: url('https://www.relishhouston.com/wp-content/uploads/2024/11/7909_241111_Relish.jpg');
    width: 80%;
    border-radius: 30px; /* Adjust value as needed */
    height: 800px;
}

p{
    font-family: "Gill Sans", sans-serif;
}

ul {
    list-style: none;
}

a{
    color: blanchedalmond;
}

input {
    border: none;
    width: 90%;
    height: 70%;
    background-color: transparent;
    font-size: 25px; /* make text same size as placeholder */
    outline: none;
}

input::placeholder {
    font-size: 25px;
}


/* ------------- HOME  ------------- */

.top {
    height: 100px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding-left: 50px;
    display: flex;
    align-items: center;
    height: 100px;
    gap: 25px;
}

.img_container {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.logo_text {
    font-size: 50px;
    font-weight: bold;
    color: #ffdfca;
    font-family: "Gill Sans", sans-serif;
}

.login {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login_container {
    height: 50px;
    width: 50px;
    border: solid 1px;
    border-radius: 100%;
}

.login_text {
    font-size: 20px;
    color: #ffdfca;
    font-family: "Gill Sans", sans-serif;
}

.content {
    height: auto;
    width: auto;
}

.nav_bar {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Gill Sans", sans-serif;
}


/* Panel */
.panel {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel .first_text {
    display: flex;
    align-items: center;
    font-size: 50px;
    color: yellow;
    padding-left: 50px;
    padding-top: 50px;
}

.panel .second_text {
    display: flex;
    color: #8685ef;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    font-size: 20px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.panel .second_text .btn_container {
    display: flex;
    padding-right: 100px;
}

.panel .second_text .btn_container .btn {
    width: 200px;
    height: 30px;
    border-radius: 20px;
    background-color: #faf8ff;
    color: aqua;
    border: solid 1px;
}

.panel .search_bar {
    justify-content: center;
    display: flex;
    padding-bottom: 25px;
}

.panel .search_bar .style {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 300px;
    border-radius: 20px;
    background-color: #faf8ff;
}

.first_half .body {
    font-size: 25px;
    color: blanchedalmond;
}

/* First menu */
.first_menu {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.first_menu .first_half {
    display: grid;
    align-items: center; 
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.first_menu .placeholder-image {
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_menu .placeholder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_menu .first_half .title {
    font-size: 50px;
    font-weight: bold;
    color: green;    
}

.first_menu .second_half{
    width: 95%;
    background-color: #333333;
    border-radius: 12px;
    padding: 20px;
    margin: 20px;
}

.first_menu .second_half .title {
    font-size: 25px;
    color: green;
}

.first_menu .second_half .btn_container {
    display: flex;
    justify-content: end;
}

.first_menu .second_half .view_all {
    width: 150px;
    height: 50px;
    font-size: medium;
    border-radius: 10px;
    border: solid 1px;
    color: black;
    background-color: green;
}

.first_menu .second_half .set {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.first_menu .set .inside {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}

.first_menu .second_half .set .inside::-webkit-scrollbar {
    display: none;
}

.first_menu .second_half .set .item .item_image {
    width: 310px;
    height: 310px;   
}

.first_menu .second_half .set .item .desc {
    font-size: 25px;
    color: green;
}

.first_menu .second_half .set .item .item_btn_container {
    display: flex;
    justify-content: center;
}

.first_menu .second_half .set .item .item_btn_container .view_item {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    border: solid 1px;
    background-color: green;
}


/* Second menu */

.second_menu {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.second_menu .first_half {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.second_menu .placeholder-image {
    width: 250px;
    height: 250px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.second_menu .placeholder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second_menu .first_half .title {
    font-size: 50px;
    font-weight: bold;
    color: yellow;    
}

.second_menu .second_half{
    width: 95%;
    background-color: #2c2c2c;
    border-radius: 12px; 
    padding: 20px; 
    margin: 20px; 
}

.second_menu .second_half .title {
    font-size: 25px;
    color: yellow;
}

.second_menu .second_half .btn_container {
    display: flex;
    justify-content: end;
}

.second_menu .second_half .view_all {
    width: 150px;
    height: 50px;
    font-size: medium;
    border-radius: 10px;
    border: solid 1px;
    color: black;
    background-color: yellow;
}

.second_menu .second_half .set {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.second_menu .set .inside {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}

.second_menu .second_half .set .inside::-webkit-scrollbar {
    display: none;
}

.second_menu .second_half .set .item .item_image {
    width: 310px;
    height: 310px;   
}

.second_menu .second_half .set .item .desc {
    font-size: 25px;
    color: yellow;
}

.second_menu .second_half .set .item .item_btn_container {
    display: flex;
    justify-content: center;
}

.second_menu .second_half .set .item .item_btn_container .view_item {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    border: solid 1px;
    background-color: yellow;
}

/* Dessert */
.third_menu {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.third_menu .first_half {
    display: flex;
    flex-direction: column; 
    align-items: center;  
    justify-content: center;
    text-align: center;
}

.third_menu .placeholder-image {
    width: 250px;
    height: 250px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.third_menu .placeholder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third_menu .first_half .title {
    font-size: 50px;
    font-weight: bold;
    color: blue; 
    justify-content: center;   
}

.third_menu .first_half .body {
    color: blanchedalmond;
}

.third_menu .second_half{
    width: 95%;
    background-color: #4e342e;
    border-radius: 12px;
    padding: 20px;  
    margin: 20px; 
}

.third_menu .second_half .title {
    font-size: 25px;
    color: blue;
}

.third_menu .second_half .btn_container {
    display: flex;
    justify-content: end;
}

.third_menu .second_half .view_all {
    width: 150px;
    height: 50px;
    font-size: medium;
    border-radius: 10px;
    border: solid 1px;
    color: black;
    background-color: blue;
}

.third_menu .second_half .set {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.third_menu .set .inside {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}

.third_menu .second_half .set .inside::-webkit-scrollbar {
    display: none;
}

.third_menu .second_half .set .item .item_image {
    width: 310px;
    height: 310px;   
}

.third_menu .second_half .set .item .desc {
    font-size: 25px;
    color: blue;
}

.third_menu .second_half .set .item .item_btn_container {
    display: flex;
    justify-content: center;
}

.third_menu .second_half .set .item .item_btn_container .view_item {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    border: solid 1px;
    background-color: blue;
}


/* Footer */
.footer .first_half {
    display: flex;
    justify-content: center;
    gap: 200px;
    padding: 50px;
    color: white;
}

.footer .second_half {
    color: white;
    display: flex;
    justify-content: center;
}


/* EXTRAS */

.extra_container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.extra {
    max-width: 1000px;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    justify-content: center;
}

.extra .first_half .title_area .title {
    font-size: 2.2rem;
    margin-bottom: 5px;
    color: #2c3e50;
}

.extra .first_half .title_area .body {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #16a085;
    padding: 0px;
}

/* Video list */
.video-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-list iframe {
    width: 100%;
    max-width: 600px;
    height: 340px;
    margin-bottom: 20px;
}


.extra .second_half .title_area .title {
    font-size: 2.2rem;
    margin-bottom: 5px;
    color: #2c3e50;
}

.extra .second_half .title_area .body {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #16a085;
}


.extra .second_half .books {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.extra .second_half .books .book .img_container {
    width: 300px;
    height: 480px;
    border-radius: 0%;
    overflow: hidden; /* crop if image overflows */
}

.extra .second_half .books .book .img_container img {
    width: 100%;      /* stretch to fill container width */
    height: 100%;     /* stretch to fill container height */
    object-fit: cover; /* crop to fill, keep aspect ratio */
    display: block;
}

.books .book .desc {
    text-align: center;
    color: #2c3e50;
}

.book-link {
    text-decoration: none;
    color: inherit;
}

.book {
    background-color: #fff;              /* Give it a background */
    border-radius: 8px;                  /* Optional: Rounded corners */
    padding: 10px;                       /* Add padding inside */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle default shadow */
}

.book:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); /* Stronger shadow on hover */
}

/* ABOUT US */

.aboutus_container {
    display: flex;
    justify-content: center;
}

.aboutus {
    max-width: 900px;
    width: 100%;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222; /* Improved text contrast */
}

.aboutus .first_half,
.aboutus .second_half {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px;
    flex-wrap: wrap;
}

/* Image styling */
.placeholder-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Specific styling for each title and body */
.aboutus .first_half .title_area .title,
.aboutus .second_half .title_area .title {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
}

.aboutus .first_half .title_area .body,
.aboutus .second_half .title_area .body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


/* FAQ */

/* FAQ container layout */
.faq_container {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

/* Inner content styling */
.faq {
    max-width: 800px;
    width: 100%;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Header styles */
.faq h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
}

/* Section headers */
.faq h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #16a085;
}

/* Paragraph styling */
.faq p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Optional: Add subtle divider between sections */
.faq section:not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}


/* CONTACT */
/* Container Styling */
.contact_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    min-height: 100vh;
}

/* Contact Box Styling */
.contact {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Title Styling */
.contact h2 {
    font-size: 32px;
    color: #2d3e50;
    text-align: center;
    margin-bottom: 10px;
}

.contact h3 {
    font-size: 24px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

/* Paragraph styling */
.contact p {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Form Styling */
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Label Styling */
form label {
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

/* Input/Select Styling */
form input, form textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    color: #333;
}

form input:focus, form textarea:focus {
    outline: none;
    border-color: #007BFF;
    background-color: #fff;
}

form textarea {
    resize: vertical;
}

form input[type="submit"] {
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Contact Info Styling */
#contact {
    text-align: center;
    margin-top: 30px;
}

#contact .resort {
    font-size: 20px;
    font-weight: bold;
    color: #2d3e50;
}

#contact span {
    font-size: 16px;
    color: #777;
}

#contact br {
    margin: 5px 0;
}


/* VIEW */
.food-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff9c4; /* Light yellow */
    border-radius: 12px;
    padding: 20px;
    margin: 30px auto;
    width: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.food-image img {
    width: 300px;
    height: auto;
    border-radius: 12px;
    margin-right: 30px;
}

.food-details {
    flex: 1;
    color: #333;
}

.section {
    margin-bottom: 20px;
}

.section h3 {
    margin-bottom: 8px;
    color: #4e342e;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.go-back-btn {
    margin-bottom: 20px;
    padding: 8px 16px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.go-back-btn:hover {
    background-color: #d32f2f;
}

/* SUMMARY */

.summary_container {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  font-family: "Gill Sans", sans-serif;
}

.summary_container > div {
  width: 100%;
  max-width: 1200px;
}


table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

th, td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}

th {
  background-color: #2980b9;
  color: white;
  font-size: 1.1rem;
}

/* Alternating row colors */
tbody tr:nth-child(even) {
  background-color: #f0f8ff;
}

tbody tr:hover {
  background-color: #e0f3ff;
}

ul {
  margin: 0;
  padding-left: 20px;
}

.summary-title {
  text-align: center;
  font-size: 2.2rem;
  color: yellow;
  margin-bottom: 30px;
  font-family: "Gill Sans", sans-serif;
}

