body,
html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bulk-meals{
    margin-top: 10%;
}

.bulk-meal{
    font-family: Cormorant Garamond;
    color: #7A5A35;
}

.select-text{
    font-family: Palatino ;
    color: black;
    font-weight: 700;
}

 .option-btn{
    font-family: Palatino ;
    
}

.package-card-title{
	font-family: Palatino ;
	text-transform: uppercase;
}

.card-text{
    font-family: Palatino ;
    font-weight: 500;
}


.package-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.package-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.package-card img {
    height: 230px;
    object-fit: cover;
}

.item-list {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    font-size: 0.95rem;
}

.option-btn.active {
    background-color: #c89f43;
    color: #fff;
    border-color: #c89f43;
}


.footer {
    background-color: #2C2C2C;
}

footer {
    background-color: #2C2C2C;
    color: #fff;
    padding: 40px 0;
}

.footer-title {
    font-family: Cormorant Garamond;;
    font-size: 24px;
    font-weight: 500;
    color: #F6F6F6;
}

.head-tag {
    font-size: 26px;
    font-weight: 300;
    font-family: Cormorant Garamond;;
    color: #D2AA50;
}

footer p,
footer a,
footer li {
    font-family: Cormorant Garamond;;
    font-weight: 300;
    color: #F6F6F6;
    font-size: 24px;

}

footer a:hover {
    color: #F6F6F6;
    text-decoration: none;
}



.social-icons a:hover {
    color: #F6F6F6;
}

.footer-links li {
    border: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-info {
    font-family:platino;
    font-weight: 300;
    font-size: 20px;

}

.newsletter-form .form-control {
    background-color: #333;
    border: none;
    color: #F6F6F6;
    padding: 10px;
}

.newsletter-form .btn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

.footer-bottom {
    border-top: 1px solid #444;


    color: #888;
}

.footer-bottom a {
    font-size: 16px;
    color: #888;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.form-label {
    font-weight: 500;
    color: #7a5a35;
}