/* Home Responsive */


@media (max-width: 991px) {
    .custom-navbar .nav-link {
        font-size: 1rem;
        text-align: center;
        padding: 10px 0;
    }

     .frame-img{
        width: 100% !important;
        margin-left: 1%;
     }   

    .banner-img, .banner-img2{

        width: 200px;
        height: 200px;
    }

    .navbar-collapse {
        background-color: #4a010a;
        padding: 15px;
    }

    .banner-head {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .banner-subhead {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .banner-buttons {
        justify-content: center !important;
    }

    .banner-buttons button {
        font-size: 0.9rem !important;
        padding: 8px 16px !important;
    }

    .gourmet-descrpt {
        font-size: 1rem !important;
        padding: 0 15px;
    }

    .leaf-bg-section p {
        font-size: 1.5rem !important;
        width: 80% !important;
        padding: 20px !important;
    }

    .signature-dish img {
        width: 200px !important;
        height: auto;
    }

    .signature-dish p {
        font-size: 1.2rem !important;
    }

    .signature-dish .description {
        font-size: 0.9rem !important;
    }

    .testimonials .col-lg-3 {
        margin-bottom: 20px;
    }

    .instagram{
       
        margin-left: 40%;
        

    }

    .instagram-feed img {
        width: 100% !important;
        
        
    }

    .footer .col-md-3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer img {
        width: 200px !important;
    }

    .footer-title {
        font-size: 1rem !important;
    }

    .head-tag {
        font-size: 1.2rem !important;
    }

    .contact-info,
    .time {
        font-size: 0.9rem !important;
    }

    .social-icons i {
        font-size: 20px !important;
        width: 40px !important;
    }

    .social-text {
        font-size: 0.9rem !important;
    }

    .footer-bottom p {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 576px) {
    .custom-navbar .navbar-brand img {
        max-width: 120px;
    }

    .frame-img{
        width: 100% !important;
        height: 100px;
        margin-left: 3%;
    }

    .banner-img{
        width: 100px  !important;
        height:100px  !important;
        border-radius: 35px;
    }

        .banner-img2 {

            width: 100px !important;
            height: 100px !important;
            border-radius: 35px;
        }

    .banner-head {
        font-size: 2rem !important;
    }

    .banner-subhead {
        font-size: 1.6rem !important;
    }

    .banner-buttons button {
        font-size: 0.8rem !important;
        padding: 6px 12px !important;
    }

    .gourmet-descrpt {
        font-size: 0.9rem !important;
    }

    .leaf-tag{
        font-size: 1.2rem !important;
        width: 100% !important;
        padding: 30px 20px  !important;
    }

    .instagram{
       display: none;
    }

    .leaf-bg-section p {
        font-size: 1.2rem !important;
        width: 90% !important;
        padding: 15px !important;
    }

    .signature-dish img {
        width: 150px !important;
    }

    .signature-dish p {
        font-size: 1rem !important;
    }

    .signature-dish .description {
        font-size: 0.8rem !important;
    }

    .feed-img {
        width: 300px !important;
        height: 300px !important;
    }

    .footer img {
        width: 150px !important;
    }

    .footer-title {
        font-size: 0.9rem !important;
    }

    .social-icons i {
        font-size: 18px !important;
        width: 35px !important;
    }
}


/* About Responsive */
@media (max-width: 576px) {
    body{
        overflow-x: hidden;
        background: none;
    }
    .about-img{
        width: 300px;
        
    }

    .legacy-head{
        text-align: center;
        margin-top: 5%;
    }

    .legacy-title{
        text-align: center;
        margin-top: 5%;
    }

    .team-img{
        width: 300px !important;
    }
    .father img{
        width: 50px !important;
        height: 60px;
    }
    .leaf-tag{
        width: 100% !important;
    }
    
}

@media (max-width: 991px) {
    .about-img {
            width: 300px;
    
        }
    
        .legacy-head {
            text-align: center;
            margin-top: 5%;
        }
    
        .legacy-title {
            text-align: center;
            margin-top: 5%;
        }

        .img-container{
            margin-top: -15% !important;
        }

        .father{
            margin-left: 55% !important;
        }
        .team-img {
            width: 500px;
        }
                .leaf-tag {
                    width: 85% !important;   }
}   


/* Menu Responsive */






/* Gallery Responsive */
/* Tablet View */
@media (max-width: 991px) {
    .gallery-container {
        padding: 1.5rem;
    }

    .gallery-img {
        width: 100%;
        max-width: 300px;
    }

    .row>.col {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center !important;
        margin-bottom: 1.5rem;
    }

    .gallery-title {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 2rem;
    }
}

/* Mobile View */
@media (max-width: 767px) {
    .gallery-container {
        padding: 1rem;
    }

    .gallery-img {
        width: 100%;
        max-width: 250px;
    }

    .row>.col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        margin-bottom: 1rem;
    }

    .gallery-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    /* Adjust container padding */
    .container-fluid {
        padding: 1rem !important;
    }

    /* Improve spacing */
    .mt-5 {
        margin-top: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }
}



/* Blog Responsive */
@media (max-width: 576px) {
   

   .blog-img {
        width: 100%;
        max-width: 500px;
    }


}

@media (max-width: 991px) {


    .blog-img {
        width: 100%;
        max-width: 500px;
    }
}



/* Events Responsive */

@media (max-width: 576px) {


    .event-img {
        width: 240px !important;
        
    }
    .event-title{
        font-size: 1.2rem !important;
    }

    .event-head{
        text-align: center;
    }

    .leaf-tag{
        width: 100%;
    }

}









/* Contact Responsive  */
@media (max-width: 576px) {

.contact-form{
    background-color: #57090A;
    background-image: none;
    height: 50%;
    
}

    .form-container {
        padding: 15px;
        max-width: 90%;
    }

    .form-container input,
    .form-container select {
        font-size: 0.9rem;
        padding: 6px;
    }

    .form-container label {
        font-size: 0.9rem;
    }
}

.contact-type {
    font-family: Libre Baskerville;
    font-weight: 700;
}

.contact-detail {
    font-family: Bookman Old Style;
    font-weight: 400;
    color: #524617;
}

.gourmet-text {
    font-family: Averia Serif Libre;
    font-weight: 700;
    color: #524617;
}

@media (max-width: 991px) {
    .contact-form {
            background-color: #530506;
            background-image: none;
            height: 50%;   }

    .contact-img{
        width: 300px;
    }
    
}





/* Back To Top */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 70px;
    height: 70px;
    background-color: #4a010a;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.back-to-top.show {
    display: block;
    opacity: 1;
    animation: bounceIn 0.6s ease-out forwards;
}

.back-to-top:hover {
    background-color: #f4cfa5;
    color: #4a010a;
    transform: rotate(360deg);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.5s ease;
}

/* Bounce animation for button appearance */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(20px);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2) translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}


@media screen and (max-width: 768px) {
    .lightbox-close {
        font-size: 30px;
        top: 15px;
        right: 20px;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 30px;
        padding: 12px;
        margin-top: -40px;
    }

    .lightbox-img {
        max-height: 75vh;
    }
}

@media screen and (max-width: 480px) {
    .lightbox-close {
        font-size: 26px;
        top: 10px;
        right: 15px;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 26px;
        padding: 10px;
        margin-top: -30px;
    }

    .lightbox-img {
        max-height: 70vh;
    }
}