/*
Theme Name: Het Kwastje Theme
Theme URI: https://www.hetkwastje.nl/
Author: Your Name (or Fatima / Teodor.nl)
Author URI: https://www.hetkwastje.nl/
Description: Custom WordPress theme for Het Kwastje, converted from a static HTML site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hetkwastje-theme
Tags: custom-theme, schminken, kids, events
*/

:root {
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    --box-shadow-hover: 0 10px 15px rgba(0, 0, 0, 0.20);
    --foreground-color: #072C24;
    --green: #2BC9A7;
    --green_hover: #55d3b8;
    --green_hover2: #e9f9f6;
    --pink: #EB00A0;
    --orange: #ffa500;
    --swiper-theme-color: var(--pink);
}

body {
    margin: 0;
    padding: 0;
    background: #F4E6EA;
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
}

a {
    color: var(--pink);
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h2 {
    font-family: "Protest Riot", serif;
    font-size: 4em;
    margin: 0;
    padding: 0;
    text-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    font-weight: 100;
    line-height: 1;
}

h3 {
    margin: 0;
    padding: 0;
}

.menu {
    position: fixed;
    top: 2vh;
    height: 96vh;
    background: white;
    border-radius: 0 20px 20px 0;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    width: 300px;
    z-index: 10000;
    transition: all .5s cubic-bezier(0.75, 0, 0.25, 1);
}

.menu_logo img {
    width: 200px;
    height: 125px;
    object-fit: cover;
}

.menu_nav_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.menu_nav_social svg {
    fill: var(--pink);
    transition: all .25s ease;
    height: 20px;
    width: 20px;
}

.menu_nav_social a:hover svg {
    fill: var(--green);
}

.menu_navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    align-items: center;
    height: 100%;
    width: 100%;
}

.menu_nav_items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.menu_nav_items a svg,
.menu_nav_social svg,
.home_info_label svg {
    height: 25px;
    width: 25px;
}

.menu_nav_items a {
    text-decoration: none;
    color: var(--foreground-color);
    background: #ffffff;
    border: 2px solid transparent;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1em;
}

.menu_nav_items a:hover {
    background: var(--green_hover2);
    color: var(--foreground-color);
    color: var(--foreground-color);
}

.menu_nav_items li.current-menu-item > a,
.menu_nav_items li.current-menu-parent > a,
.menu_nav_items li.current-menu-ancestor > a {
    background: var(--green) !important;
}

.menu_nav_items li.current-menu-item > a svg,
.menu_nav_items li.current-menu-parent > a svg,
.menu_nav_items li.current-menu-ancestor > a svg {
    fill: var(--foreground-color);
}

.menu_nav_items li.current-menu-item > a:hover,
.menu_nav_items li.current-menu-parent > a:hover,
.menu_nav_items li.current-menu-ancestor > a:hover {
    background: var(--green_hover) !important;
}

.content {
    top: 2vh;
    right: 0;
    position: absolute;
    width: calc(100% - 300px);
    min-height: 96vh;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 75px;
    transition: all .5s ease;
}

.content_offerte,
.content_contact {
    align-items: center;
    gap: 25px;
}

.content_algemene_voorwaarden {
    gap: 10px;
}

.content_algemene_voorwaarden h1 {
    margin-top: 0;
}

.content_offerte .header_mobile,
.content_contact .header_mobile {
    text-align: center;
}

.header_logo {
    width: 200px;
    height: 90px;
    object-fit: cover;
}

.header {
    background: linear-gradient(270deg, white 25%, transparent 75%), url(imgs/webp/img_1.webp);
    background-size: cover;
    overflow: hidden;
    background-position: top left;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.header_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    width: 50%;
    max-width: 525px;
    align-items: flex-end;
    background: linear-gradient(270deg, white, transparent);
    backdrop-filter: blur(3px);
}

.header_content p {
    text-align: right;
    font-size: 1.25em;
    line-height: 1.5;
}

.button {
    cursor: pointer;
    background: var(--green);
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: white;
    box-shadow: 0 0px 10px var(--green);
    text-align: center;
    transition: all .25s ease;
}

.button:hover {
    background: var(--pink);
    box-shadow: 0 0px 10px var(--pink);
}

.home_info {
    display: grid;
    grid-template-columns: minmax(350px, 750px) minmax(350px, 600px);
    gap: 50px;
    justify-content: space-between;
}

.home_info_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 25px 0px 25px;
    box-sizing: border-box;
    position: relative;
}

.home_info_left p {
    line-height: 2;
    font-size: 1.25em;
    font-weight: bolder;
}

.home_info_right {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.home_info_right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.home_info_label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--orange);
    box-shadow: 0 0px 10px #ffa50078;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 5px 5px;
    border-radius: 50px;
}

.home_info_label svg {
    height: 20px;
    width: 20px;
    fill: white;
}

.home_info_label span {
    font-size: 1em;
    line-height: 1;
    color: white;
}

.home_info_left img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 5%;
    transform: rotate(180deg);
}

.home_info_left img:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 5%;
}

.home_services {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.home_services_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
}

.home_service {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    background: var(--pink);
    transition: all .5s ease;
}

.home_service:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-hover);
}

.home_service:hover span {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .50);
}

.home_service:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.home_service img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    opacity: .5;
    transition: all .5s ease;
}

.home_service span {
    z-index: 1;
    color: white;
    font-size: 2em;
    font-weight: bolder;
    transition: all .5s ease;
}

.home_portfolio {
    display: flex;
    gap: 50px;
    box-sizing: border-box;
}

.home_portfolio_pic {
    min-height: 150px;
    min-width: 150px;
    max-height: 250px;
    max-width: 250px;
    aspect-ratio: 1/ 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    position: relative;
}

.home_portfolio_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home_portfolio_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home_portfolio_right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.home_portfolio_right p {
    line-height: 2;
}

.home_portfolio_right a {
    text-decoration: underline;
}

.home_portfolio_pic a {
    position: absolute;
    top: 10px;
    left: 10px;
    fill: white;
}

.swiper {
    width: 100%;
    height: 200px;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
}

.swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home_partners {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.home_partners h2 {
    text-align: center;
}

.swiper-button-prev {
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, #F4E6EA 50%, #f4e6ea00);
    left: 0;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.swiper-button-next {
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(270deg, #F4E6EA 50%, #f4e6ea00);
    right: 0;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.menu_mobile_open,
.menu_mobile_close {
    display: none;
}

.header_mobile {
    display: none;
}

.process_right img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}

@media only screen and (min-width: 768px) {
    .menu:hover {
        transform: translateX(15px);
        border-radius: 20px;
        box-shadow: var(--box-shadow-hover);
    }

    .menu:hover+.content {
        opacity: .75;
        filter: blur(5px);
    }
}

@media only screen and (max-width: 768px) {
    .menu {
        transform: translateX(-100%);
        width: 100%;
        min-width: unset;
        max-width: unset;
        top: 0;
        height: 100vh;
        border-radius: 0;
    }

    .menu_mobile_open {
        height: 50px;
        width: 50px;
        background: white;
        z-index: 1000;
        top: 5vh;
        right: 0;
        position: absolute;
        border-radius: 0px 20px 20px 0px;
        transform: translateX(100%);
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: var(--box-shadow);
    }

    .menu_mobile_close {
        height: 50px;
        width: 50px;
        z-index: 1000;
        top: 0;
        right: 0;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content {
        width: 100%;
        gap: 50px;
    }

    .content_algemene_voorwaarden h1 {
        text-align: center;
    }

    .content_algemene_voorwaarden {
        gap: 10px;
    }

    .content_offerte,
    .content_contact {
        gap: 20px;
    }

    .menu_nav_items a {
        font-size: 1em;
    }

    .header {
        justify-content: center;
        background: url(imgs/webp/img_1.webp);
        background-size: cover;
    }

    .header_content {
        width: 100%;
        height: 95px;
        padding: 0;
        justify-content: center;
        align-items: center;
        background: transparent;
        backdrop-filter: blur(0px);
        max-width: unset;
    }

    .header_content .header_logo,
    .header_content p,
    .header_content .button,
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .header_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .header_mobile .button {
        display: block;
    }

    .home_info_left p {
        font-size: 1em;
    }

    h2 {
        text-align: center;
        font-size: 2em;
    }

    .home_services_list,
    .home_portfolio {
        grid-template-columns: 1fr;
    }

    .home_service {
        height: 100px;
    }

    .home_service span {
        font-size: 1em;
    }

    .home_portfolio {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .home_portfolio_right {
        gap: 25px;
    }

    .home_portfolio_pic {
        height: 100%;
        width: 100%;
        aspect-ratio: 1;
    }

    .home_partners {
        gap: 25px;
        margin-bottom: 25px;
    }

    .swiper {
        height: 100px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* Design Categories Section */
.schminken_designs h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.design_categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.design_category {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.design_category:hover {
    transform: translateY(-5px);
}

.design_category img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.design_category h3 {
    padding: 1rem;
    margin: 0;
}

.design_category p {
    padding: 0 1rem 1rem;
    margin: 0;
}

/* Process Section */
.schminken_process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.process_left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.process_steps {
    display: grid;
    gap: 1.5rem;
}

.process_step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step_number {
    background: var(--green);
    color: white;
    width: 50px;
    font-size: 1.25em;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.process_step h3 {
    margin: 0;
}

.process_step p {
    margin: 0.5rem 0 0;
}

.process_step_content {
    display: flex;
    flex-direction: column;
}

.process_right img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    object-position: right;
}

/* Pricing Section */
.schminken_pricing {
    background-color: white;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    text-align: center;
}

.schminken_pricing h2 {
    font-size: 2.5em;
}

.booking_message {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.booking_message p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Form Styles */
.contact_intro,
.contact_form,
.offerte_intro,
.offerte_details,
.offerte_form {
    max-width: 800px;
    padding: 2rem;
    width: 100%;
}

.contact_intro,
.offerte_intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-sizing: border-box;
}

.intro_text {
    text-align: center;
}

.intro_text p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact_form,
.offerte_details,
.offerte_form {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.form {
    position: relative;
}

.form_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff75;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    display: none;
    z-index: 10;
}

.form_overlay span {
    font-weight: 700;
    user-select: none;
    pointer-events: none;
}

.form_group {
    margin-bottom: 1.5rem;
}

.form_group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form_group br {
    display: none;
}

.name_fields p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.radio_group {
    display: flex;
    gap: 2rem;
}

.radio_group label {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* About Page Styles */
.about_hero {
    height: 94vh; /* Adjusted to account for the menu padding */
    display: flex;
    align-items: center;
}

.about_hero_content {
    max-width: 1250px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.about_hero_left, .about_hero_right {
    flex: 1;
    height: 100%;
}

.about_hero_left img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    object-fit: cover;
}

.about_hero_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    padding-right: 20px;
}

.about_hero_right h1 {
    font-family: "Protest Riot", serif;
    color: var(--foreground-color);
    font-size: 2.5em;
    margin: 0;
}

.about_hero_right p {
    line-height: 1.6;
    margin: 0;
}

.about_quote p {
    font-size: 3.5em;
    font-family: "Protest Riot", serif;
    font-style: italic;
    color: var(--pink);
    line-height: 1.4;
    margin: 0;
}

.page_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vh;
    font-size: 0.75em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .name_fields {
        grid-template-columns: 1fr;
    }

    .contact_intro,
    .contact_form,
    .offerte_intro,
    .offerte_details,
    .offerte_form {
        padding: 1.5rem;
        gap: 20px;
        box-sizing: border-box;
    }

    .schminken_process {
        grid-template-columns: 1fr;
    }

    .schminken_pricing {
        padding: 30px 15px;
    }

    .schminken_pricing h2 {
        font-size: 2em;
    }

    .booking_message p {
        font-size: 1.1em;
    }

    .about_hero {
        height: auto;
        padding: 20px 0;
    }

    .about_hero_content {
        flex-direction: column;
        height: auto;
    }

    .about_hero_left, .about_hero_right {
        height: auto;
    }

    .about_hero_left img {
        height: 50vh;
    }

    .about_hero_right {
        padding-right: 0;
    }

    .about_quote {
        margin-top: 20px;
    }

    .about_quote p {
        font-size: 2.25em;
    }
}

@media (max-width: 480px) {
    .schminken_designs,
    .schminken_process,
    .schminken_pricing {
        padding: 2rem 1rem;
        width: auto;
    }

    .design_categories {
        grid-template-columns: 1fr;
    }

    .radio_group {
        flex-direction: column;
        gap: 0.5rem;
    }

    .page_bottom_content {
        gap: 10px;
    }
}

.menu_nav_items li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu_nav_items li a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu_nav_items .menu-home-icon a::before {
    background-image: url('icons/home.svg');
}

.menu_nav_items .menu-info-icon a::before {
    background-image: url('icons/info.svg');
}

.menu_nav_items .menu-brush-icon a::before {
    background-image: url('icons/brush.svg');
}

.menu_nav_items .menu-book-icon a::before {
    background-image: url('icons/book.svg');
}

.menu_nav_items .menu-phone-icon a::before {
    background-image: url('icons/phone.svg');
}