body{
    background: linear-gradient(180deg, #d8cdcd 20%, #eceeee 60%);
    /* background-image: url('/images/product/bg1.jpg'); */
    background-size: contain;
}

.bg{
    background-color: #ffcc01;
}

.nav-item .active{
    color: #ff0000 !important;
}


.home-image{
    background-image: url('/images/home/indian-condiments-with-copy-space-view.jpg');
    background-size: contain;
    margin-top: 6rem;
    height: 25vh;
}

.home-image-p p{  
    font-family: canela serif;
    font-size: 6rem;
    color: rgb(229, 252, 235);
}

.search-bar{
    display: flex;
    margin-top: 10rem;
    justify-content: end;
    margin-right: 6rem;
}
#searchInput{
    width: 30vw !important;
    border-radius: 5px;
}
#search-button{
    width: 10vw !important;
    border-radius: 5px;
    background: rgb(233, 180, 161);
}

/* Search Result Item */
.search-flex{
    display: flex;
    justify-content: end;
    margin-right: 6rem;
}
.search-result{
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #FFA500; /* Orange border around each result */
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    color: rgb(217, 216, 251);
}

/* Hover Effect for Results */
#searchResults{
    color: rgb(0, 0, 0);
    margin-top: 0.2rem;
    cursor: pointer;
    width: 40vw;
}
.search-result:hover {
    background-color: rgba(6, 62, 71, 0.948); /* Highlight search term */
}




/* product section */

.product{
    margin-top: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.pro-cont{
    box-shadow: 0 0 10px 0px;
    padding: 10px;
    width: 20vw;
}

.product-image img{
    width: 18.5vw;
    background-color: #959794ea;
}

.product-description{
    margin-top: 2vh;
    justify-content: left;
    padding: 5px;
    width: 17vw;
}





.product-contact{
    align-items: center;
    justify-content: center;
    border: none;
    height: 5vh;
    padding: 5px;
    color: rgb(232, 188, 171);
    border: 1px solid rgb(226, 167, 143);
    background: rgb(157, 55, 8);
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.product-contact:hover{
    cursor: pointer;
    border: 1px solid rgb(226, 167, 143);
    background-color: rgb(62, 85, 61);
    transform: scale(1.1);  /* Apply a more noticeable zoom effect */
}

.product-contact a{
    text-decoration: none;
    color: aliceblue;
    font-family: canela serif;
}


.wait{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.why{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 50vw;
    height: 60vh;
    background-color: rgba(32, 66, 39, 0.819);
    color: aliceblue;
    font-family: canela serif;
    margin-left: -2rem;
}


.why p{
    padding: 5px;
    color: rgb(232, 188, 171);
    border: 1px solid rgb(226, 167, 143);
    background: rgb(157, 55, 8);
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.why p:hover {
    cursor: pointer;
    border: 1px solid rgb(226, 167, 143);
    background-color: rgb(62, 85, 61);
    transform: scale(1.1);  /* Apply a more noticeable zoom effect */
}

.international{
    margin-top: 2rem;
}


.py-4{
    background-color: #ffcc01;
}

.py-4 p{
    color: #000000;
}

.py-4 h5{
    color: #000000;
}