:root {
    --bg-primary: #F8F4EC;
    --bg-secondary: #FFFFFF;
    --border: #D8CDBF;
    --text-primary: #1C1B1A;
    --text-secondary: #6B655D;
    --gold: #A9823E;
    --burgundy: #5C1A2B;
    --btn-primary: #A9823E;
    --btn-primary-hover: #8C6A2F;
    --btn-secondary: #5C1A2B;
    --btn-secondary-hover: #431323;
}

@font-face {
    font-family: 'Playfair Display';
    src: url("Fonts/PlayfairDisplay.ttf");
}

html, body {
    padding: 0;
    margin: 0;
    background-color: var(--bg-primary);
    overflow-x: hidden;
}

#rightInfo, #rightInfo1, #footerContainer, #footerContainer1 {
    display: none;
}

@media (min-width: 769px) {
    #leftContent {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 40px;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    #right {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-top: 40px;
    }

    #rightPricesDiv {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-bottom: 40px;
    }

    body {
        display: flex;
        flex-direction: row;
    }

    #left {
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
    }

    #logo {
        display: flex;
        width: 500px;
        margin-top: 40px;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    #facials {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
    }

    #rightInfo {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-secondary);
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
        gap: 10px;
    }

    #footerContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 40px;
    }

    #waxingAndTinting {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
        width: 45%;
    }

    #manicuresAndPedicures {
        display: flex;
        flex-direction: column;
        width: 45%;
    }

    #info {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    #footer {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-secondary);
        padding: 20px;
        border-radius: 10px;
        margin-left: 40px;
        width: 100%;
    }

    .footerLine {
        border: 1px solid var(--border);
        height: 50px;
        transform: rotate(90);
    }

    .footerLineH {
        border: 1px solid var(--border);
        width: 100%;
    }

    #footerLinks {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footerSection {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 10px;
    }

    .footerSection1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    #leftContent {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px;
        justify-content: center;
    }

    #right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #rightPricesDiv {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    body {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    #left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 40px;
    }

    #logo {
        display: flex;
        width: 80%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #facials {
        display: flex;
        flex-direction: column;
    }

    #rightInfo1 {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-secondary);
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
        gap: 10px;
        margin-bottom: 40px;
    }

    #footerContainer1 {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 40px;
    }

    #waxingAndTinting {
        display: flex;
        flex-direction: column;
    }

    #info {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    #footer {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-secondary);
        padding: 20px;
        border-radius: 10px;
        width: 100%;
    }

    .footerLine {
        border: 1px solid var(--border);
        width: 25px;
    }

    .footerSection {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        margin: 10px;
    }

    .footerSection1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 10px;
    }
}

.heading {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
}

#leftPrices, .rightPrices {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-secondary);
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
}

.serviceName {
    font-family: "Playfair Display";
    font-size: 16px;
    color: var(--text-primary);
    width: 80%;
}

.servicePrice {
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 16px;
    display: flex;
    margin-left: auto;
    color: var(--text-primary);
}

.serviceInfo {
    font-family: "Playfair Display";
    font-size: 14px;
    color: var(--text-secondary);
}

#headingUnderline {
    width: 100%;
    border: 1px solid var(--border);
}

.serviceDiv {
    display: flex;
    flex-direction: row;
}

.info {
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}

.infoSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.infoImage {
    width: 56px;
}

.infoHeading {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
    text-align: center;
}

.infoDescription {
    font-family: "Playfair Display";
    font-size: 14px;
    color: var(--text-secondary);
    text-align: center;
}

.rightInfoLine {
    width: 100%;
    border: 1px solid var(--border);
}

.footerIcon {
    width: 24px;
}

.footerText {
    color: var(--text-primary);
    font-family: "Playfair Display";
}

#infoPoints {
    color: var(--text-primary);
    font-family: "Playfair Display";
}

#infoPointsDiv {
    background-color: var(--bg-secondary);
    padding: 20px;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: var(--gold);
    transition: color 0.3s ease;
    font-weight: 600;
}

a:hover {
    color: var(--burgundy);
}