.close-btn{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px;
    width: 50px;
    border-radius: 5px;
    border: none;
    background: black;
    color: white;
    font-size: 25px;
}
.card-custom{
    background: #1B4079;
    padding: 12px 16px !important;
    border-radius: 12px;
    color: white;
}
.age-option:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.card-img-top {
    height: 220px;
    object-fit: cover;
}
.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-outline-primary {
    color: #fff;
    border-color: #1B4079;
    background: #1B4079;
}
.btn-primary {
    color: #fff;
    background-color: #2b4f85 !important;
}
.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}