.placeholder-custom::placeholder {
    font-style: italic;
}

.btn-search {
    width: 100%;
    border-radius: 100px !important;
    background-color: #ff8913 !important;
    color: white;
    font-weight: bold;
    transition: transform 0.3s ease; 
}

.btn-search:hover {
    transform: scale(1.02);
    color:white;
    font-weight: bolder;
}


