/* Services menu page */
.main__services {
    font-family: 'Quicksand', sans-serif;
    color: #333;
    padding: 20px;
}

.services-title {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.services-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    text-align: left;
}

.service-item-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.service-name {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.pedicure-menu .service-name {
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

.pedicure-menu .service-price {
    font-size: 1.2rem !important;
}

.service-price {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.services-column {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
