/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.aanmelden--knop{
	display: none;
}

div#wpo365OpenIdRedirect {
    padding: 0px !important;
    display: flex;
    align-items: flex-start;
}

.wpo365-mssignin-spacearound{
	width: 100%;
}

.wpo365-mssignin-logo{
	padding-right: 20px;
}

.wpo365-mssignin-button{
	width: 100%;
    display: flex;
    justify-content: center;
}

.menu-shrink {
    background-color: #fff;
}

.page-template {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    background-color: #fbfbfb;
}

.single-product .woocommerce-notices-wrapper{
	display: none;
}

.ui-datepicker .ui-datepicker-prev {
    width: 90px !important;
}

.ui-datepicker .ui-datepicker-next{
    width: 120px !important;
}

.ui-datepicker .ui-datepicker-prev span {
    width: 100% !important;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    overflow: visible !important;
	text-indent: 0px !important;
}


.ui-datepicker .ui-datepicker-next span{
    width: 100% !important;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
    overflow: visible !important;
	text-indent: 0px !important;
}


.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next span:before {
    display: flex;
    flex-direction: row-reverse;
    position: relative !important;
}

.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev span:before {
    display: flex;
    flex-direction: row;
    position: relative !important;
}

.woocommerce-mini-cart__buttons:first-child{
	display: none !important;
}

.mini_cart_item .quantity, .woocommerce-mini-cart__total{
	display: none !important
}

.elementor-menu-cart__product-remove.product-remove {
    width: 20px !important;
    height: 20px !important;
}

/* MIJN ACCOUNT LOGIN WEG */

.inlog--container{
	display: block;
}

/* CHECKOUT */


.product-info {
    margin-bottom: 20px;
    font-weight: 300;
}

.page-id-9 .entry-title{
	display: none;
}

.page-id-9 .site-main{
	width: 80%;
}

.checkout-left h3{
	display: none;
}

.checkout-breadcrumbs {
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
	text-align: right;
}

.checkout-breadcrumbs a {
    color: #007cba;
    text-decoration: none;
}

.checkout-wrapper {
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 60px;
    align-items: start;
}

.checkout-left h2,
.checkout-right h2 {
    color: #2c5282;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Links: Form styling */
.checkout-left .woocommerce-billing-fields,
.checkout-left .woocommerce-shipping-fields {
    margin-bottom: 0px;
}

.checkout-left .form-row {
    margin-bottom: 20px;
}

.checkout-left label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.checkout-left input[type="text"],
.checkout-left input[type="email"],
.checkout-left input[type="tel"],
.checkout-left textarea,
.checkout-left select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.checkout-left textarea {
    min-height: 100px;
    resize: vertical;
}

/* Rechts: Order summary */
.checkout-right {
    position: sticky;
    top: 20px;
}

.order-summary-sticky {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.woocommerce-checkout-review-order {
    margin-bottom: 30px;
}

.contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}

.contact-info h3 {
    color: #2c5282;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.privacy-text {
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .checkout-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .checkout-right {
        position: static;
    }
    
    .order-summary-sticky {
        padding: 20px;
    }
}

/* WooCommerce overrides */
.woocommerce-checkout .col2-set {
    width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
    background-color: #135971;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
    background-color: #175D76;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


/* FAQ */

.tobi-faq-section {
    padding: 60px 0;
    background: #f8f9fa;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.faq-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
    font-weight: 700;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.faq-question:focus {
    outline: 3px solid #4299e1;
    outline-offset: 2px;
}

.faq-question[aria-expanded="true"] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.question-text {
    flex: 1;
    padding-right: 20px;
    line-height: 1.4;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: inherit;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    border-top: 1px solid #e2e8f0;
    background: #f7fafc;
}

.answer-content {
    padding: 28px;
    color: #4a5568;
    line-height: 1.7;
    font-size: 1rem;
}

.answer-content p {
    margin: 0 0 16px 0;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

.answer-content ul, .answer-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.answer-content li {
    margin-bottom: 8px;
}

/* Smooth expand/collapse animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer.expanded {
    max-height: 1000px;
    transition: max-height 0.4s ease-in;
}

.faq-accordion {
    width: 90%;
    margin: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tobi-faq-section {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    .container {
        padding: 0 16px;
    }
    
    .faq-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 20px 24px;
        font-size: 1rem;
    }
    
    .question-text {
        padding-right: 16px;
    }
    
    .answer-content {
        padding: 24px;
        font-size: 0.95rem;
    }
    
    .faq-item {
        margin-bottom: 12px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .faq-question {
        padding: 18px 20px;
    }
    
    .answer-content {
        padding: 20px;
    }
    
    .faq-title {
        font-size: 1.75rem;
    }
}