/* General Styles */
body {
    font-family: 'Poppins', sans-serif !important;
}

.title-tag {
    font-size: 50pt;
    font-weight: bold;
    color: #c70c0f;
}

.logo {
    height: 10em;
    border-radius: 100px;
}

.custom-navbar {
    background-color: #fece00 !important;
}

.custom-header {
    background-color: #fece00 !important;
    align-self: flex-start;
    padding: 0;
}



#navbarSupportedContent a {
    color: #c70c0f;
    font-weight: bolder;
    font-size: 1.3rem;
}

#navbarSupportedContent a:hover {
    color: white;
    border-top: 2px solid #c70c0f;
    transition: color 0.2s ease, border 0.2s ease-in;
}

/* Hero Section */
.hero {
    background-color:#fece00;
    text-align: center;
    padding: 40px 20px;
    justify-content: space-between;
}

.hero p {
    font-size: 1.5rem;
    margin: -78px 66px 85px;
    text-align: justify;
    width:55%;
}

.hero button {
    padding: 10px 20px;
    background-color: #D62828;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero button:hover {
    background-color: #7F1D1D;
}

/* Card Section */
.card {
    border: 1px solid #F9C74F;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.card-title {
    background-color: #D62828;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 1.25rem;
}

.card-text {
    padding: 15px;
    font-size: 1rem;
}

/* Footer */
#footer {
    background-color: #D62828;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

#footer a {
    color: #F9C74F;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}

/* Responsiveness */

@media (max-width: 768px) {
    .navbar-toggler {
        margin-left: auto;
    }
    .hero p {
        font-size: 1.2rem;
    }
}
 
@media (max-width: 1218px) {

    .hero p{
        margin-top: 4px;
        text-align: left;
    } 
}


    

/* Additional Enhancements */

.hero-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.branding-container{
  display:flex;
  justify-content: center;
  align-items: center;
}
.branding-container h1{
    font-size: 7rem!important;
    margin-right: 5%;
    padding: 10px;
}

.butter-chicken-image{
    width: 30%;
    border-radius: 200px;
    transition: box-shadow 0.3s ease;
}

.butter-chicken-image:hover{
    color: #111;
    background: greenyellow;
    box-shadow: 0 0 60px #c70c0f;   
}

.custom-button{
    width: 200px;
    height: 50px;
    border-radius: 20px;
}

.text-container{
    padding-left: 36px;
    display: flex; 
    flex-direction: column;
    text-align: start;
}

h1{
    font-size: 6rem !important;
    text-align: center;
}
h2{
    font-size: 4rem;
    text-align: center;
}

#ft-para{
    font-size: 2rem !important;
    padding-top: 2%;
}

#about div{
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: auto;
}

.featurette{
    margin-top: 6.5rem !important ;
}

.chef-feature{
    margin-top: 5.5rem !important;
}

.feature-container{
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.featurette-heading{
    margin-bottom: 2rem !important;
    text-align: left;
}

.card-image{
    width: 100%;
    height: 50%;
}

#testimonials{
    background-color: rgba(248, 249, 250, 1);
}

.carousel{
    width:100%;
    text-align: justify;
}

/* Contact form */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.form-container {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #fece00;
}

.form-container h2 {
    color: #c70c0f;
    text-align: center;
    margin-bottom: 10px;
}

.form-container p {
    color: #555;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #c70c0f;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(199, 12, 15, 0.5);
}

.submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #7f1d1d; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #c70c0f;
}

@media (max-width: 768px) {
    .form-container {
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {

    .navbar-toggler{
        align-self: baseline;
        margin-top: 20px;
    }

    p,#ft-para{
        font-size: 1rem !important;
    }

    .hero p {
        font-size: 1.5rem !important;
    }

    h2,h3{
        font-size: 1.5rem !important;
    }

    .card-title{
        font-size: 1rem !important;
    }
  }
  
  /* Small Devices Adjustments */
    
  .i{
    width:20px;
  }

 /* Menu Section css */
    .menu-item-container{
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .menu-item-container >img{
        width:60%;
        height: 30%;
        align-self: center;
        margin: 4rem 0rem 6rem 0rem;
        border: 1px solid #c70c0f;
        border-radius: 20px;
        transition: transform 0.3s ease;
    }
    .menu-item-container>img:hover{
        cursor: pointer;
        transform: scale(1.03);
    }


    @media (max-width: 768px) {
        .hero p{
            font-size: 25px;
            text-align: left;
        }
        .butter-chicken-image{
            width: 45%;
        }
        .menu-item-container >img{
            width: 80%;
        }
    }

        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
          }
      
          .modal-content {
            position: relative;
            max-width: 80%;
            max-height: 80%;
          }
      
          .modal-content img {
            width: 100%;
            height: auto;
          }
      
          .close {
            position: absolute;
            top: 10px;
            right: 20px;
            color: white;
            font-size: 24px;
            cursor: pointer;
          }
      
          .download-btn {
            position: absolute;
            left: 40%;
            margin-top: 2%;
            background-color: #c70c0f;
            color: white;
            border-radius: 5px;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
          }

    @media (max-width: 990px){

        .branding-container{
            display: block !important;
        }
        .branding-container h1{
            font-size: 4rem !important;
        }
        .d-flex {
                display: block !important;
        }
        .hero p{
            margin-top: 50px;
            text-align: center;
            width: fit-content;
        }
        h2{
            font-size: 2.5rem;
        }
        #ft-para{
            font-size: 1rem;
        }
        .navbar-toggler{
            align-self: baseline;
            margin-top: 5%;
        }
        .h-100{
            height: 100% !important;
        }
        .chef-container{
            max-width: 965px;
        }
        .chef-image{
            margin-left: 6px !important;
        }
        }      

        .section-title-container{
            margin-bottom: 5rem;
        }
        #team-info{
            display: block;
        }
        
        .image-para>img{
            float: left;
            border-radius: 20px;
            margin: 1rem 2rem 2rem 2rem;
            height: 100%;
            width: 17rem;
        }
        
        .image-para>p,.naman-image-para>p{
            width: 100%;
            text-align: justify;
            padding: 2.5rem;
        }
        .chef-info-container,.director-info-container{
            margin: 2rem;
            height: 5rem;
        }
        
        
        .director-info-container,.director-info-container>h3{
            clear: both;
        }
        
        .chef-info-container>h3, .director-info-container>h3{
            font-size: xxx-large;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        
        .naman-image-para>img{
            float: right;
            border-radius: 20px;
            margin: 1rem 2rem 2rem 2rem;
            height: 100%;
            width: 17rem;
        }
        
        #footer{
            clear:both !important;
        }
        .image-para>img,.naman-image-para>img{
            transition: transform 0.3s ease;
        }
        
        .image-para>img:hover,.naman-image-para>img:hover{
            background: red;
            transform: scale(1.1);
            box-shadow: 0 0 100px #fece00;
            
        }

        @media (max-width:560px) {
            .image-para>img,.naman-image-para>img{
                float: none;
                align-self: center;
            }
            .image-para,.naman-image-para {
                display: flex;
                flex-direction: column;
            }
        }

        @media(max-width: 531px){
            .branding-container h1{
                font-size: 3rem !important;
            }
        }

        @media(max-width: 422px){
            .branding-container h1{
                font-size: 2rem !important;
            }
        }
        @media(max-width: 1216px){
            .branding-container h1 {
                font-size: 6rem !important;
        }
    }
.food-truck-heading{
    color:#c70c0f;
}
.container h2{
    color:#fece00;
}
.menu-item-container h2{
    color:#c70c0f;
}
.section-title-container h2{
    color:#fece00;
}
.chef-info-container h3{
    color:#c70c0f;
}
.director-info-container h3{
    color:#fece00;
}

.privacy-head {
    color: #c70c0f;
    padding: 1rem 0;
    text-align: center;
}

.privacy-head h1 {
    margin: 0;
    font-size: 2rem;
}

.privacy-head h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

main h3 {
    color: #c70c0f;
    margin-top: 1.5rem;
}

main p, main ul {
    margin: 1rem 0;
}

main ul {
    list-style: disc;
    margin-left: 1.5rem;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background: #333;
    color: #fff;
    width: 100%;
    bottom: 0;
}