﻿@font-face {
    font-family: 'Filson Pro';
    src: url('/fonts/FilsonPro-Regular.woff2') format('woff2'), url('/fonts/FilsonPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Single, consistent :root block */
:root {
    font-family: 'Filson Pro', sans-serif;
    font-style: normal;
    --color-primary: #a698ea;
    --color-secondary: #b1a0ff;
    --color-accent: #a5ec5b;
    --color-text-dark: #223532;
    --color-text-dark-alt: #2c3c3d;
    --color-text-light: #ffffff;
    --color-bg-dark: #2d3d3f;
    --color-bg-light: #ffffff;
}

body {
    font-family: inherit;
    font-style: normal;
}

.content-section3 {
    font-family: "Filson Pro";
    padding: 60px 150px;
    color: #223532;
    margin: 0 auto;
    text-align: center;
}

.approach-title3 {
    font-family: "Filson Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    color: var(--Grape-Lavender, #B1A0FF);
}
.smile-image {
    margin: 30px auto 0;
    max-width: 100%;
    width: 300px;
    height: auto;
    display: block;
    
}

.action-buttons3 {
    display: flex;
    gap: 45px;
    margin-top: 60px;
    justify-content: center;
    padding-bottom: 300px;
}

.about-btn {
    background-color: #a698ea;
    border-radius: 12px;
    padding: 16px 54px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .about-btn:hover {
        background-color: #b1a0ff;
    }

.contact-btn5 {
    background-color: transparent;
    border-radius: 12px;
    padding: 16px 44px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #2c3c3d;
    border: 2px solid #b1a0ff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .contact-btn5:hover {
        background-color: #b1a0ff;
        color: #ffffff;
    }
/* CSS for section section:membership-details */
#membership-details {
    background-color: var(--color-bg-light);
    padding: 80px 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.content-container {
    font-family: "Filson Pro";
    max-width: 1060px;
    color: var(--color-text-dark);
}

.content-title-purple {
    font-family: "Filson Pro";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.125;
    color: var(--Grape-Lavender, #B1A0FF);
    margin-bottom: 40px;
}

.content-block {
    font-family: "Filson Pro";
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}

    .content-block p, .content-block ul {
        font-family: "Filson Pro";
        font-size: 24px;
        line-height: 1.6;
        font-weight: 400;
    }

.text-bold {
    font-weight: 700;
}

.content-title-green {
    font-family: "Filson Pro";
    font-weight: 600;
    font-size: 32px;
    color: #4a917e;
    margin-top: 40px;
    margin-bottom: 10px;
}

.text-italic-green {
    font-style: italic;
    font-weight: 500;
    color: #4a917e;
    font-size: 32px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

    .benefits-list li {
        padding-left: 35px;
        position: relative;
        margin-bottom: 15px;
        font-size: 24px;
        color: var(--color-text-dark);
    }

        .benefits-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--color-text-dark);
            font-weight: 700;
            font-size: 32px;
            line-height: 1.6;
        }

.content-title-purple-alt {
    font-family: "Filson Pro";
    font-weight: 600;
    font-size: 32px;
    color: var(--color-secondary);
    margin-top: 40px;
    margin-bottom: 10px;
}

.text-italic-purple {
    font-style: italic;
    font-weight: 500;
    color: var(--color-secondary);
    font-size: 40px;
}

.text-italic-book {
    font-style: italic;
    font-weight: 350;
    font-size: 24px;
    margin-left: 50px; /* Creates slight indentation */
    display: block;
}

.appointment-options {
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.6;
    margin-left: 50px; /* Creates slight indentation */
    display: block;
}
    .appointment-options .appointment-item p {
        margin-left: 20px; /* Indent only the paragraph */
        line-height: 1.6;
        font-size: 24px;
    }


.appointment-item h4,
.appointment-item .text-italic-regular {
    display: inline; /* keep them on the same line */
    margin: 0; /* remove default spacing */
    vertical-align: baseline;
}

.appointment-item h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-right: -20px; /* small gap between heading and italic text */
}

.text-italic-regular {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}


.text-bold-purple {
    font-weight: 700;
    color: var(--color-secondary);
}

.text-italic-regular {
    font-style: italic;
    font-weight: 400;
}

.checklist {
    list-style: none;
    padding-left: 0;
}

    .checklist li {
        padding-left: 35px;
        position: relative;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 700;
    }

        .checklist li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--color-text-dark);
            font-weight: 700;
            font-size: 24px;
            line-height: 1.6;
        }

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    #membership-details {
        padding: 40px 0;
    }

    .content-title-purple, .content-title-green, .content-title-purple-alt {
        font-size: 32px;
    }

    .content-block p, .content-block ul, .benefits-list li, .appointment-options, .checklist li {
        font-size: 18px;
    }

    .text-italic-green, .text-italic-purple {
        font-size: 22px;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* CSS for section section:cta */
#cta {
    background-color: var(--color-bg-dark);
    padding: 100px 0;
    text-align: center;
    color: var(--color-text-light);
}

.cta-title {
    font-family: "Filson Pro";
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

    .cta-title .highlight {
        color: var(--color-accent);
    }

.cta-subtitle {
    font-family: "Filson Pro";
    font-weight: 400;
    font-size: 25px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {
    #cta {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 48px;
    }

    .cta-subtitle {
        font-size: 20px;
    }
}

/* CSS for section section:footer */
.site-footer {
    background-color: var(--color-primary);
    padding: 15px 0;
    color: var(--color-text-light);
    text-align: center;
}

    .site-footer p {
        margin: 0;
         font-family: "Filson Pro";
        font-weight: 400;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .site-footer p {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    .content-section3 {
        padding: 0px 100px;
    }

    .hero-title, .tagline {
        font-size: 60px;
        line-height: 72px;
    }
}

@media (max-width: 768px) {

  

    .content-section {
        padding: 40px 30px;
    }

    .hero-title, .tagline {
        font-size: 40px;
        line-height: 48px;
    }

    .approach-text, .approach-list li, .join-text {
        font-size: 22px;
        line-height: 36px;
    }

    .action-buttons3 {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .about-btn, .contact-btn5 {
        width: 100%;
        text-align: center;
        max-width: 200px; /* Optional: Control maximum width */
    }
}


@media (max-width: 500px) {
    .smile-image {
        margin: 30px auto 0;
        max-width: 100%;
        width: 200px;
        height: auto;
        display: block;
    }
    .approach-title3 {
        font-family: "Filson Pro";
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
        color: var(--Grape-Lavender, #B1A0FF);
    }

    .content-section {
        padding: 40px 30px;
    }

    .hero-title, .tagline {
        font-size: 40px;
        line-height: 48px;
    }

    .approach-text, .approach-list li, .join-text {
        font-size: 22px;
        line-height: 36px;
    }

    .action-buttons3 {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .about-btn, .contact-btn5 {
        width: 100%;
        text-align: center;
        max-width: 200px; /* Optional: Control maximum width */
    }
}

