@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');

/* ===================== */
/* SHARED COLOR / FONT   */
/* ===================== */

/* LIST PAGE uses serif + Cormorant headings + background image */
.cs-services-wrapper {
    font-family: "Times New Roman", Georgia, "Times", serif;
    color: #2E2E2E;

    background-color: #F4EAEA;
    background-image: url('https://aestheticsbyanfal.com/wp-content/uploads/2026/02/treatment-background.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
 

    padding: 40px 6%;
}

/* SINGLE PAGE uses clean sans-serif */
.cs-single-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    color: #111;
}

/* ============================== */
/* LIST PAGE (TREATMENTS)        */
/* ============================== */

/* Header: title left, filters right (desktop) */
.cs-services-header {
    margin-bottom: 50px;
    color: #2E2E2E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-services-heading {
    font-size: 55px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
}

/* Filters container */
.cs-services-filters {
    text-align: left;
  
}

/* Desktop: row of filter buttons */
.cs-filter-toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
 

}

.cs-filter-toggle-label {
    display: inline-block;
}

.cs-filter-toggle-arrow {
    display: inline-block;
    margin-left: 8px;
}

.cs-filter-list {
    display: inline-block; /* row of buttons on desktop */
     
}

/* Filter buttons – outlined, gold when active */
.cs-filter-btn {
    display: inline-block;
    border: 1px solid #2E2E2E;
    background: transparent;
    color: #2E2E2E;
    padding: 16px 28px;
    margin: 0 6px;
    font-size: 15px;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
}

.cs-filter-btn.active,
.cs-filter-btn:hover {
    background: #bc9d75;
    border-color: #bc9d75;
    color: #2E2E2E;
}

/* List + dividers */
.cs-services-list {
    border-top: 3px solid #bc9d75;
}

.cs-service-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 3px solid #bc9d75;
}

/* Left side of row */
.cs-service-main {
    max-width: 75%;
}

.cs-service-title {
    font-size: 32px;
    margin: 0 0 8px;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E !important;
    text-decoration: none !important;
}

.cs-service-title .cs-service-title-link {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E !important;
    text-decoration: none !important;
}

.cs-service-title-link,
.cs-service-title-link:visited {
    color: #2E2E2E;
    text-decoration: none !important;
}

.cs-service-title-link:hover,
.cs-service-title-link:focus {
    color: #bc9d75;
    text-decoration: none !important;
}

.cs-service-read-more {
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
    padding-bottom: 5px;
    border-bottom: 1px solid #BC9D75;
}

.cs-service-read-more:hover,
.cs-service-read-more:focus,
.cs-service-read-more:active {
    color: #585757af !important;
}

/* Right column: price + Book Now */
.cs-service-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
    gap: 30px;
}

/* Price text */
.cs-service-price-text {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
}

/* Book Now beige box */
.cs-service-book-box {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    background-color: #bc9d75;
    color: #2E2E2E;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none !important;
}

.cs-service-book-box:hover,
.cs-service-book-box:focus {
    color: #2E2E2E;
    text-decoration: none !important;
}

/* ============================== */
/* SINGLE SERVICE PAGE            */
/* ============================== */

/* Full-screen background for single service pages */
body.single-cs_service {
    background-color: #F4EAEA;
    background-image: url('https://aestheticsbyanfal.com/wp-content/uploads/2026/02/treatment-background.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

/* Let the site/container be transparent so the body background shows */
body.single-cs_service .site,
body.single-cs_service #page {
    background: transparent !important;
}

/* Content wrapper – transparent so you see the background image */
.cs-single-wrapper {
    max-width: 800px;
    margin: 70px auto 100px;
    padding: 40px 40px 20px 40px;
    background: transparent;
}

/* Page title (allow wrapping) */
.cs-single-title {
    font-size: 40px;
    margin: 0 0 25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    color: #2E2E2E;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Top horizontal rule */
.cs-single-divider {
    border: 0;
    border-bottom: 1px solid #BC9D75;
    margin: 0 0 40px;
}

/* Section headings */
.cs-contact-section h2,
.cs-description-section h2 {
    font-size: 20px;
    margin: 0 0 18px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}

/* Contact address + email */
.cs-contact-text {
    margin-bottom: 25px;
    line-height: 1.5;
}

.cs-contact-text p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
}

/* === Chips + Book Now row (duration / price / location + link) === */

.cs-meta-bar {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 30px 0 40px;
}

/* Beige chips bar */
.cs-meta-chips {
    display: inline-flex;
    overflow: hidden;
    background-color: #F4EAEA;
    border-right: none;
}

/* Individual chips */
.cs-meta-chip {
    display: inline-block;
    min-width: 55px;
    padding: 15px 24px;
    text-align: center;
    font-size: 16px;
    background: #BC9D75;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
    margin-right: 15px;
}

.cs-meta-chip:last-child {
    border-right: none;
}

/* "Book Now" link on same line */
.cs-book-link {
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
    padding-bottom: 5px;
    border-bottom: 1px solid #BC9D75;
}

.cs-book-link:hover,
.cs-book-link:focus {
    color: #705c41 !important;
}

/* Description text */
.cs-description-section .cs-service-content {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
}

.cs-description-section .cs-service-content p {
    margin: 0 0 14px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Times New Roman', Times, serif;
    color: #2E2E2E;
}

/* Bottom horizontal rule */
.cs-single-footer-divider {
    border: 0;
    border-bottom: 1px solid #BC9D75;
    margin: 40px 0 0;
}

/* ============================== */
/* RESPONSIVE 1024px AND BELOW   */
/* Dropdown next to Treatments   */
/* ============================== */

@media (max-width: 1050px) {

    .cs-services-wrapper {
        padding: 30px 24px 40px;
    }

    .cs-services-heading {
        font-size: 42px;
    }

    /* Filters stay on same row as title, right side */
    .cs-services-filters {
        position: relative;
        text-align: left;
        margin-left: 20px;
        width: 320px;
    }

    .cs-filter-toggle {
        display: block;
        width: 100%;
        padding: 12px 16px;
        background: #bc9d75 !important;
background-color: #bc9d75 !important;
        color: #2E2E2E;
        font-size: 16px;
        font-family: 'Helvetica', Arial, sans-serif;
        border: 1px solid #b9b3a8;
        cursor: pointer;
    }

    .cs-filter-toggle-arrow {
        float: right;
        color: #2E2E2E;
        transition: transform 0.2s ease;
    }

    .cs-services-filters.open .cs-filter-toggle-arrow {
        transform: rotate(180deg);
    }

    .cs-filter-list {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #F4EAEA;
        border: 1px solid #b9b3a8;
        border-top: none;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
        display: none;
        z-index: 50;
    }

    .cs-filter-toggle,
    .cs-filter-toggle:hover,
    .cs-filter-toggle:focus,
    .cs-filter-toggle:active {
        background-color: #bc9d75 !important;
        color: #2E2E2E !important;
        border-color: #b9b3a8 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .cs-services-filters.open .cs-filter-list {
        display: block;
    }

    .cs-filter-list .cs-filter-btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 14px 18px;
        text-align: left;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #d9d4cc;
        background: #F4EAEA;
        font-size: 17px;
        color: #2E2E2E;
    }

    .cs-filter-list .cs-filter-btn:last-child {
        border-bottom: none;
    }

    .cs-filter-list .cs-filter-btn.active {
        background: #bc9d75;
        color: #111;
    }
}





/* Stack each service row on smaller widths to avoid text crunching */
@media (max-width: 768px) {

    .cs-service-row {
        flex-direction: column;
        padding: 20px 0;
    }

    .cs-service-main {
        max-width: 100%;
    }

    .cs-service-price {
        margin-top: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 16px;
        padding: 0 0 10px 0;
    }
}





/* ============================== */
/* RESPONSIVE 640px AND BELOW    */
/* Dropdown under Treatments     */
/* + full mobile layout          */
/* ============================== */

@media (max-width: 640px) {

    .cs-services-wrapper {
        padding: 30px 24px 40px;
    }

    .cs-services-header {
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cs-services-heading {
        font-size: 32px;
        display: block;
    }

    /* Put dropdown under heading and full-width */
    .cs-services-filters {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }

    /* Stack service rows vertically */
    .cs-service-row {
        flex-direction: column;
        padding: 20px 0;
    }

    .cs-service-main {
        max-width: 100%;
    }

    .cs-service-title {
        font-size: 24px;
    }

    .cs-service-price {
        margin-top: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 16px;
        padding: 0 0 10px 0;
    }

    /* Single page tweaks */
    .cs-single-wrapper {
        padding: 20px 20px 40px;
        margin: 40px auto 60px;
    }

    .cs-single-title {
        font-size: 30px;
        line-height: 1.2;
    }

    /* Chips + Book Now layout on mobile */
    .cs-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .cs-book-link {
        margin-left: 0;
        margin-top: 10px;
    }
}