/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
Description: Child theme for Twenty Twenty-One
Author: Xaris
Version: 1.0
*/

/* Headings */
h1 {
    color: #039BC1 !important;
}

/* Top Bar Styling */
.top-bar {
    background-color: #34BDCA;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 1;
}

.top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Ensure the site content starts right after the top bar */
.site {
    margin-top: 0;
}

/* Reset any mobile menu positioning */
.primary-navigation {
    position: static !important;
}

/* Hide mobile menu button and adjust header for mobile */
@media (max-width: 768px) {
    /* Hide the mobile menu button */
    .menu-button-container {
        display: none !important;
    }

    /* Ensure the header doesn't have extra space */
    .site-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Hide the mobile menu */
    .primary-navigation > .primary-menu-container {
        display: none !important;
    }
}

/* Reset and base styles */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#footer {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    position: relative;
    background: #000;
    max-width: 100vw;
    left: 0;
    right: 0;
}

/* Top Section - Light Blue Background */
.footer-top {
    background: #00B4D8;
    padding: clamp(3rem, 8vw, 5rem) 0;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.footer-top h2 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.footer-top p {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    margin: 0 0 2rem 0;
}

/* Frank Section */
.frank-section {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: url('http://monikajongert.nl/cms/wp-content/uploads/2013/10/logo-star1000bck.png') no-repeat right center;
    background-size: 40%;
    min-height: 500px;
}

.frank-image {
    flex: 0 0 45%;
    margin-right: 5%;
}

.frank-image img {
    width: 70%;
    height: auto;
    border-radius: 8px;
}

.frank-content {
    flex: 1;
}

.frank-content h1 {
    color: #039BC1 !important;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.frank-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.frank-text p {
    margin-bottom: 20px;
}

/* Tom Section */
.tom-section {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    min-height: 500px;
}

.tom-content {
    flex: 1;
    position: relative;
    padding: 40px;
    background: url('http://monikajongert.nl/cms/wp-content/uploads/2013/10/logo-star1000bck2.png') no-repeat left bottom;
    background-size: 100% auto;
    min-height: 400px;
    margin-right: 5%;
}
.footer-top p {
    color: #ffffff !important;
}

/* Footer menu styling */
#footer {
    background: #333333 !important;
    padding: 0 !important;
}

/* Footer Bottom */
.footer-bottom {
    background: #333333 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 30px !important;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.footer-navigation .footer-links {
    margin: 0 !important;
    padding: 2px 0 !important;
    list-style: none;
    text-align: center;
}

.footer-navigation .footer-links li {
    display: inline-block;
    margin: 0 8px !important;
    line-height: 1 !important;
}

.footer-navigation .footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
    display: inline-block;
}

.footer-copyright {
    color: #999;
    font-size: 13px;
    text-align: center;
    margin-top: 8px !important;
}
.tom-content-inner {
    position: relative;
    z-index: 2;
}

.tom-content h1 {
    color: #299BC1;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.tom-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.tom-signature {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
    font-style: italic;
}

.tom-image {
    flex: 0 0 40%;
}

.tom-image img {
    width: 70%;
    height: auto;
    border-radius: 8px;
}

/* Button Styles */
.appointment-button {
    display: inline-flex;
    flex-direction: column;
    background: #34BDCA;
    color: white;
    font-weight: 600;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: auto;
    min-width: 260px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.appointment-button .button-text {
    display: block;
    line-height: 1.4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.appointment-button .button-text:not(:first-child) {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    left: 0;
}

.appointment-button:hover .button-text:first-child {
    transform: translateY(-20px);
    opacity: 0;
}

.appointment-button:hover .button-text:nth-child(2) {
    transform: translateY(-50%);
    opacity: 1;
}

.appointment-button:active .button-text:nth-child(2) {
    transform: translateY(-50%) scale(0.98);
}

.appointment-button:hover .button-text:last-child {
    transform: translateY(0);
    opacity: 1;
}

/* Bottom Section - Black Background */
.footer-bottom {
    padding: 0 !important;
    text-align: center;
    background: #333333 !important;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

/* Reset and base styles */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Main content wrapper */
#page {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Site content */
.site {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Footer styles */
#footer {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    bottom: 0;
    width: 100%;
    flex-shrink: 0;
}

/* Remove any default spacing */
.site-main,
.site-content,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Navigation */
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.footer-navigation li {
    margin: 0;
    padding: 0;
}

.footer-navigation a {
    color: #fff;
    text-decoration: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    transition: all 0.2s ease;
    padding: 0.5rem 0.75rem;
    display: block;
    position: relative;
    opacity: 0.8;
}

.footer-navigation a:hover {
    opacity: 1;
    color: #fff;
}

.footer-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #34BDCA;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.footer-navigation a:hover::after {
    width: 100%;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem; /* Slightly smaller font */
    padding: 0.3rem 0; /* Further reduced padding */
    margin: 0;
    border: none;
    max-width: min(90%, 800px);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2; /* Tighter line height */
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-navigation ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    .appointment-button {
        width: 100%;
        max-width: 300px;
        padding: 1rem 1.5rem;
    }

    .appointment-button .button-text {
        font-size: 14px;
    }

    .footer-navigation a {
        padding: 0.5rem 0;
    }
}
.wp-block-group.icon-with-text {
    display: flex;
    align-items: center;
    gap: 15px; /* Adjust the space between icon and text */
}

/* Contact Form 7 Styling */
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wpcf7-form p {
    margin: 0;
    position: relative;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #582273;
    background-color: #fff;
}

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

.wpcf7-submit {
    background-color: #582273;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    align-self: flex-start;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.wpcf7-submit:hover {
    background-color: #3d185f;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}

.wpcf7-response-output {
    border: none !important;
    padding: 10px 15px !important;
    margin: 20px 0 0 0 !important;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    background-color: #f0f8ff;
    color: #2c3e50;
}

.wpcf7 .screen-reader-response {
    display: none;
}

/* Contact Page Layout */
/* Profile Section */
.contact-page-container {
    max-width: 1200px;
    margin: 0 auto;
}

.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    background: url('http://monikajongert.nl/cms/wp-content/uploads/2013/10/logo-star1000bck.png') no-repeat right 20% / 60% auto;
    min-height: auto;
    position: relative;
}

.profile-image-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    order: 1;
}

.profile-image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.profile-info {
    width: 100%;
    max-width: 800px;
    order: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 8px;
    box-sizing: border-box;
}

.profile-info h1 {
    color: #299BC1;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-info {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.contact-info p {
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-info p:last-child {
    margin: 20px 0 0 0;
}

.contact-info span {
    color: #582273;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    min-width: 20px;
}

/* Import Playfair Display font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

/* Set all h1 elements to use Playfair Display */
h1, h1 * {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
}

/* For mobile responsiveness */
@media (max-width: 767px) {
    .responsive-container h1 {
        color: #2abdca !important;
        font-size: 24px !important; /* Slightly smaller on mobile */
    }
}

/* Set paragraph styles */
p {
    font-size: 13px !important;
    color: #808080 !important;
    line-height: 1.6 !important;
}

/* Style for unordered lists */
ul {
    margin: 10px 0;
    padding: 0 0 0 0 !important;
    color: #808080 !important;
    line-height: 1.4 !important;
    list-style-position: inside !important; /* Ensure bullets align with text */
}

ul li {
    margin-bottom: 6px !important;
    padding-left: 0 !important;
    font-size: 12px !important;
    list-style-type: disc !important;
    line-height: 1.4 !important;
}



/* Style for specific images */
img[src*="mojo3.png"],
img[src*="mojo4.png"] {
    max-width: 350px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Contact Form Section */
.contact-section {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    min-height: auto;
    box-sizing: border-box;
}

.contact-image-container {
    display: none; /* Hidden on mobile by default */
}

.contact-form-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-sizing: border-box;
}

/* Desktop styles */
@media (min-width: 992px) {
    .contact-section {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
        padding: 50px 15px;
    }

    .contact-form-container {
        flex: 0 0 60%;
        max-width: 60%;
        margin: 0;
        order: 1; /* Form on the left */
    }

    .contact-image-container {
        flex: 0 0 35%;
        max-width: 35%;
        display: block;
        position: sticky;
        top: 30px;
        order: 2; /* Image on the right */
        margin-left: auto; /* Push image to the right */
    }

    .contact-image-container img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }
}

.contact-form-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.contact-form-container h1 {
    color: #2abdca;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: lowercase;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .profile-section {
        flex-direction: row;
        align-items: flex-start;
        padding: 60px 20px;
        min-height: 500px;
        background-size: 40% !important;
        background-position: right center !important;
    }

    .profile-image-container {
        flex: 0 0 40%;
        max-width: 500px;
        margin: 0 5% 0 0;
        order: 0;
    }

    .profile-info {
        flex: 1;
        max-width: none;
        background: none;
        padding: 0;
        order: 0;
    }

    .contact-section {
        flex-direction: row;
        align-items: flex-start;
        padding: 60px 20px;
    }

    .contact-image-container {
        flex: 0 0 40%;
        max-width: 500px;
        margin: 0 5% 0 0;
        order: 0;
        display: block;
    }

    .contact-form-container {
        flex: 1;
        max-width: none;
        order: 0;
    }

    .profile-info h1,
    .contact-form-container h1 {
        font-size: 36px !important;
        margin-top: 0;
        font-family: 'Playfair Display', serif !important;
        font-weight: 400 !important;
        font-style: italic !important;
    }

    .contact-info {
        font-size: 20px;
        line-height: 1.8;
    }
}

.profile-section > div:first-child {
    width: 100%;
    margin: 0 0 30px 0;
    order: 1;
}

.profile-section > div:first-child img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.profile-section > div:last-child {
    width: 100%;
    order: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    min-height: auto;
}

.contact-section > div:first-child {
    width: 100%;
    order: 2;
    margin-top: 30px;
    display: none; /* Hidden on mobile by default */
}

.contact-section > div:first-child img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.contact-section > div:last-child {
    width: 100%;
    position: relative;
    padding: 25px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    order: 1;
}

.contact-section h1 {
    color: #2abdca;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-section > div:last-child h1 {
    text-transform: lowercase;
    margin-bottom: 25px;
}

.contact-info {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.contact-info p {
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-info p:last-child {
    margin: 20px 0 0 0;
}

.contact-info span {
    color: #582273;
    font-weight: 600;
    margin-right: 13px;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .profile-section {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 60px 20px;
        min-height: 500px;
        background-size: 40%;
        background-position: right center;
    }

    .profile-section > div:first-child {
        flex: 0 0 45%;
        margin-right: 5%;
        margin-bottom: 0;
        order: 0;
    }

    .profile-section > div:last-child {
        flex: 1;
        background: none;
        padding: 0;
        order: 0;
    }

    .contact-section {
        flex-direction: row;
        padding: 60px 20px;
    }

    .contact-section > div:first-child {
        order: 0;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        flex: 0 0 40%;
    }

    .contact-section > div:last-child {
        flex: 1;
        order: 0;
    }

    h1 {
        font-size: 28px !important;
    }

    .contact-info {
        font-size: 20px !important;
        line-height: 1.8 !important;
    }
}
