/*
Theme Name: Zen Maide
Theme URI: 
Author: Zen Maide
Author URI: https://www.zenmaideasy.com/
Description: Our 2025 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 6.8
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.faq-content {
    align-items: flex-start !important;
}

div#premium-contact-form input, div#premium-contact-form select, div#premium-contact-form textarea {
    width: 100%;
    padding: 1rem 1rem 1rem 2.75rem;
    border: 1px solid rgba(99, 186, 123, 0.3);
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s 
ease;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: 500;
}

.form-group.text__form i {
    top: 44px !important;
}
div#premium-contact-form input[type="date"] {
    color-scheme: dark;
}

div#premium-contact-form input[type="submit"]:hover {
    transform: translateY(-4px);
}


div#premium-contact-form input[type="submit"] {
    color: var(--primary-navy);
    padding: 1.25rem 3rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: rgba(99, 186, 123, 0.4) 0px 6px 20px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 280px;
    transform: translateY(0px);
    width: auto;
    background: #4ade80 !important;
}

.page-id-256 .additionalService {
    display: none;
}
.page-id-256 .column3Optional {
    grid-template-columns: repeat(2, 1fr) !important;
}

div#premium-contact-form select {
    appearance: none;
}

.noBr br {
    display: none;
}

.submit__btn span {
    display: block;
}


.page-id-268 .faq-header .section-badge,
.page-id-271 .faq-header .section-badge {
    display: none;
}


.page-id-268 section#faq-section,
 .page-id-271 section#faq-section {
    background: none !important;
}

.page-id-268 .faq-question,
 .page-id-271 .faq-question {
    background: #f8fafc !important;
}

.page-id-268 .faq-item,
 .page-id-271 .faq-item {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-id-268 .faq-item.active,
.page-id-271 .faq-item.active {
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
}

.page-id-268 .faq-question:focus,
 .page-id-271 .faq-question:focus {
    outline: 0px;
}

.page-id-268 .faq-question:hover,
 .page-id-271 .faq-question:hover {
    background: rgba(99, 186, 123, 0.05) !important;
}

.page-id-268 .question-icon,
 .page-id-271 .question-icon {
    display: none;
}

.page-id-268 .answer-content,
 .page-id-271 .answer-content {
    padding: 0;
}



.family-image-container img {
    max-width: 100% !important;
}
.family-image-container {
    height: auto !important;
}

 .page-id-271 .trust-icon, 
 .page-id-271 .service-icon {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #4ade80 100%) !important;
    color: #0f172a !important;
}

 .page-id-271 .author-avatar {
    color: #0f172a !important;
    background: #63ba7b !important;
}
 .page-id-271 section.titleAndContentRepeater h3 span {
    color: #0f172a  !important;
    background: #63ba7b !important;
}

.page-id-271 .column3Optional>div>div {
    color: #0f172a !important;
}

.article-badge a {
    color: #fff;
    text-decoration: none;
}

.article-category a {
    color: #63ba7b;
    text-decoration: none;
}

.article-content h3 a {
    color: #0f172a;
    text-decoration: none;
}

header.article-header span a {
    color: #6b7280;
    text-decoration: none;
}

.footer-contact br {
    display: none;
}

.footer-section h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--brand-accent);
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: var(--brand-accent);
}
.wpcf7-response-output {
    color: #fff;
}

@media (max-width: 1023px) {
    .nav-menu.active {
        display: flex;
    }
    .nav-dropdown-trigger {
        justify-content: center;
    }
    .nav-link:hover {
        outline: 0px !important;
    }
}

/* Responsive css */
@media (max-width: 768px){
  .page-id-256 .column3Optional {
       display: block !important;
    }
	body .hero-content {
		padding: 2rem 0 !important;
	}
}
