.price-slide .domain-card {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
    margin: 10px;
}

.price-slide .domain-card:hover {
    border-top: 5px solid #A2C617;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.price-slide .domain-price {
    font-weight: bold;
    color: #A2C617;
    font-size: 1.5rem;
}

.price-slide .btn-reserve {
    border: 1px solid #003366;
    color: #003366;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Nunito';
font-weight: 600;
font-size: 16px;
text-align: left;
color: #1c3b72;

}

.price-slide .domain-card:hover .btn-reserve {
    background: #003366;
    color: #fff !important;
    font-family: 'Nunito';
font-weight: 600;
font-size: 16px;
text-align: left;

}

.price-slide .progress-bar-container {
    width: 100%;
    height: 5px;
    background: #ddd;
    position: relative;
    margin-top: 15px;
}

.price-slide .progress-bar {
    height: 100%;
    width: 0;
    background: #A2C617;
    transition: width 0.3s ease;
}