.rota-section {
    padding: 0 12px;
    padding-bottom: 40px;
}

.card-rota {
    margin-top: 100px;
    background: #edf2e8;
    border-radius: 16px;
    padding: 50px;
    position: relative;
    box-shadow: 6px 6px 0 #ce8e26;
    z-index: 1;
}

.rota-section .cost-card {
    background: #fff;
    border-radius: 16px;
    padding: 50px 40px;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.rota-section .cost-card h2 {
    font-size: 3rem;
    margin: 20px 0;
    margin-top: 0;
}

/* Custom Range Slider */
.range-wrapper {
    position: relative;
    width: 100%;
}

.form-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
    outline: none;
    cursor: pointer;
}

/* Chrome / Safari / Edge - track */
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #ffffff;
    border-radius: 6px;
    border: none;
}

/* Chrome / Safari / Edge */
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #ce8e26;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: -7px;
}

/* Firefox */
.form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ce8e26;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* IE / Edge (legacy) */
.form-range::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ce8e26;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Track styling for Firefox */
.form-range::-moz-range-track {
    background: #ffffff;
    height: 6px;
    border-radius: 6px;
}

/* Track styling for IE */
.form-range::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 6px;
}

.rota-section .features-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rota-section .feature-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    text-align: start;
    border: none;
    border-bottom: 1px solid #e1e2e8;
    white-space: nowrap;
    background-color: white;
    width: fit-content;
    width: 100%;
}

.rota-section .feature-btn {
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: auto;
}

.rota-section .feature-item span {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991.98px) {
    .card-rota {
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rota-section .cost-card {
        border-radius: 16px;
        padding: 40px 20px;
        width: 100%;
    }

    .locations-wrapper {
        margin-top: 20px !important;
    }
}
