.card {
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
}

.text-section {
    color: #555;
}
.text-color{
    color :#d7792d;
}
.text-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.text-section p {
    font-size: 1rem;
    line-height: 1.5;
}

.mensualite-box {
    margin-top: 20px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: orange;
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: orange;
    cursor: pointer;
    border-radius: 50%;
}

.calculatorCont{
    padding: 39px;
    background-image: url(/assets/images/resource/calculator-1.jpg);
    background-size: cover;
}
