/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.br{
    display: none;
}

@media (max-width:768px) {
    .br{
        display: block;
        height: 5px;
    }
}
.hero-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

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

.hero-content h1 {
    font-family: 'Montserrat arm', sans-serif;
    font-weight: 400 !important;
    font-size: clamp(2rem, 0.846rem + 4.615vw, 5rem) !important;
    line-height: 9vw;
    letter-spacing: 0%;
    text-align: center;
}

.hero-content .btn {
    display: inline-block;
    padding: 20px 35px !important;
    border-radius: 50px;
    background: #FFF;
    color: #312C2C;
    text-align: center;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.615rem + 1.538vw, 2rem) !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width:768px) {
    .hero-section{
        height: 70vh;
    }
    section{
        margin: 0, 1.5rem;
    }
    
}
/*=============== home ==================*/

/* Section Spacing */
section {
    font-family: 'Montserrat arm', sans-serif;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.reservation .container{
    padding: 0;
}

/* Headings (Reservation & About Us) */
h2 {
    color: #312C2C !important;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3.5rem)  !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    font-variant: all-small-caps;
}



/* Subtext (Under Reservation & About Us) */
p {
    color: #000;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem);
    font-style: normal;
    font-weight: 300;
    line-height: 30px; 
}

input,select{
    display: flex !important;
    padding: 20px 30px !important;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 900px !important;
    border: 1px solid #312C2C !important;  
    background-color: transparent !important;
}

label{
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem) !important;
}

.custom-select {
    position: relative;
    font-family: 'Montserrat arm', sans-serif;
    width: 250px;
}

.custom-select select {
    display: none !important;
}

.gallery-page .container{
    margin-top: 5rem;
}

/* Selected item (visible part) */
.select-selected {
    width: 100%;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 900px !important;
    border: 1px solid #312C2C;
    color: #312C2C;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
}

/* Arrow styling */
.select-selected:after {
    color: #312C2C;
    font-family: 'Montserrat arm', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
}

/* Dropdown options */
.select-items {
    position: absolute;
    background-color: #F2F2E5;
    border: 1px solid #312C2C;
    border-radius: 10px !important;
    width: 100%;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
}

.select-items::-webkit-scrollbar {
    display: none; 
}

/* Dropdown options */
.select-items div {
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.select-items div:hover {
    background-color: #312C2C;
    color: white;
}

/* Hide dropdown initially */
.select-hide {
    display: none !important;
}

::placeholder{
    color: #312C2C;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
}

/* Buttons */
.btn-book {
    display: inline-block ;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #312C2C ;
    background-color: transparent;
    color: #312C2C ;
    text-align: center ;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.615rem + 1.538vw, 2rem) ;
    font-style: normal;
    font-weight: 300;
    line-height: normal ;
    text-decoration: none;
    transition: 0.5s;
}

/* Button Hover Effect */
.btn-book:hover {
    background: #312C2C;
    color: white;
}

.btn-see-more{
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #312C2E;
    color: #312C2C;
    text-align: center;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: 0.5s;

}

.btn-see-more:hover{
    background: #312C2C;
    color: white;
}

/* About Us Section */
.about-us .row {
    display: flex;
    align-items: center;
}

@media (max-width:768px) {
    .about-us .row{
        flex-direction: column-reverse;
    }
    section .container{
        padding: 0;
    }
}

/* About Us Image */
.about-img {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
}

/* Menu Section */
.menu {
    background-color: #F2F2E5;
}

/* Menu Item Cards */
.menu-item {
    display: flex ;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.menu-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

/* Overlay */
.menu-overlay {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: left;
}

.menu-overlay h3 {
    color: #FFF;
    font-family: 'Montserrat arm', sans-serif;
    font-size: clamp(1.25rem, 0.962rem + 1.154vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.menu-overlay span{
    font-size: clamp(1rem, 0.904rem + 0.385vw, 1.25rem);
    font-weight: 300;
}

.menu-overlay .see-more:hover {
    text-decoration: underline;
}

/* Button Hover Effect */
.btn-see-more:hover {
    background: #312C2C;
    color: white;
}


/*=================== about us =========================*/
.about{
    margin-top: 15vh;
}
.team-member-img {
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
    height: 300px;
    aspect-ratio: 167/250;
    border-radius: 10px;
}

.team-member h3 {
    color: #312C2C;
    font-family: 'Montserrat arm', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-variant: all-small-caps;
}

.team-member p {
    color: #312C2C;
    font-family: 'Montserrat arm', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    font-variant: all-small-caps;
}

/*===================== menu page ========================*/

.menu-section-container{
    margin-top: 15vh;

}

.menu-tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.menu-tab {
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #7E7070;
    font-family: "Montserrat arm", sans-serif;
    font-size: clamp(1.125rem, -1.25rem + 5vw, 1.75rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.menu-tab.active {
    color: #312C2C;
    font-weight: 600;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    transition: 0.5s;
}

/* Ensure images are properly sized */
.menu-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}


.menu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.menu-item h4{
    font-weight:400;
    font-size: clamp(16px, 5vw, 18px);
}
/* ==========================GALLERY============================= */


.gallery-item{
    transition: width 0.3s ease-in-out;
    aspect-ratio: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
    
}

.carousel-item img {
  border-radius: 10px; 
}

.carousel-inner{
    width: 80% !important;
    margin: auto;
}

