/**
 * Congregatio LP Theme - Main Stylesheet
 * Version: 1.01
 * 
 * This file imports all the necessary CSS from the Appie layout theme.
 * For production, consider compiling/minifying these files.
 */

/* ====== Core Framework ====== */
@import url('bootstrap.min.css');

/* ====== Icon Fonts ====== */
@import url('font-awesome.min.css');

/* ====== Animations ====== */
@import url('animate.min.css');
@import url('custom-animation.css');

/* ====== Plugins ====== */
@import url('magnific-popup.css');
@import url('slick.css');

/* ====== Theme Styles ====== */
@import url('default.css');
@import url('style.css');

/* ====== Responsive ====== */
@import url('responsive.css');

/* ====== Custom Overrides ====== */

/* Site title as logo fallback */
.appie-logo-box .site-title-text {
    font-size: 24px;
    font-weight: 700;
    color: #0e1133;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.appie-logo-box a:hover .site-title-text {
    color: #2b70fa;
}

.appie-header-area.sticky .appie-logo-box .site-title-text {
    font-size: 20px;
}

@media (max-width: 767px) {
    .appie-logo-box .site-title-text {
        font-size: 18px;
    }
}

/* Offcanvas menu site title */
.offcanvas-brand .site-title-text {
    font-size: 22px;
    font-weight: 700;
    color: #0e1133;
    display: inline-block;
}

/* Footer site title */
.footer-about-widget .logo .site-title-text {
    font-size: 26px;
    font-weight: 700;
    color: #0e1133;
    display: inline-block;
}

.footer-about-widget .logo a:hover .site-title-text {
    color: #2b70fa;
}

/* Pricing block - simplified two-column layout */
.pricing-one__single .price-range .price-value {
    font-size: 48px;
    font-weight: 800;
    color: #0e1133;
    line-height: 1.2;
}

.pricing-one__single.center .price-range .price-value {
    color: #0e1133;
}

.pricing-one__single .price-range .price-suffix {
    font-size: 10px;
    font-weight: 400;
    color: #505056;
    margin-left: 5px;
    vertical-align: top;
    padding-top: 12px;
    display: inline-block;
}

.pricing-one__single.center .price-range .price-suffix {
    color: #505056;
    padding-top: 20px;
    font-size: 20px;
}

/* Pricing feature list alignment */
.pricing-one__single .pricig-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-one__single .pricig-body ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.pricing-one__single .pricig-body ul li i {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 3px;
}

/* Feature asterisk */
.pricing-one__single .pricig-body li .feature-asterisk {
    color: #ff6b6b;
    font-size: 16px;
    margin-left: 3px;
    font-weight: 600;
    position: relative;
    top: 0.2em;
}

/* Pricing explanation text */
.pricing-explanation {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-one__single.center .pricing-explanation {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.pricing-explanation p {
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.pricing-one__single.center .pricing-explanation p {
    color: #0e1133;
}

.pricing-explanation sup {
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
}

.pricing-one__single .pricig-heading h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-one__single .price-range {
    margin-bottom: 15px;
}

.pricing-contact-text {
    padding-top: 20px;
}

.pricing-contact-text p {
    font-size: 18px;
    color: #505056;
    margin: 0;
}

.pricing-contact-text a {
    color: #2b70fa;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.pricing-contact-text a:hover {
    color: #0e1133;
}

@media (max-width: 767px) {
    .pricing-one__single .price-range .price-value {
        font-size: 36px;
    }
    
    .pricing-contact-text p {
        font-size: 16px;
    }
}

/* WordPress-specific adjustments */
.admin-bar .appie-header-area.appie-sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .appie-header-area.appie-sticky {
        top: 46px;
    }
}

/* Gutenberg block editor adjustments */
.wp-block {
    max-width: 1200px;
}

/* Custom theme adjustments */
.page-content {
    line-height: 1.9;
    font-size: 16px;
    color: #333;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #111;
}

.page-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.page-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: decimal;
}

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

.page-content a {
    color: var(--primary-color, #2b70fa);
    text-decoration: underline;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

/* Fix for WordPress menu classes */
.current-menu-item > a,
.current_page_item > a {
    color: var(--primary-color, #2b70fa) !important;
}

/* ACF Block preview styles */
.is-preview .appie-hero-area,
.is-preview .appie-service-area,
.is-preview .appie-features-area,
.is-preview .appie-testimonial-area,
.is-preview .appie-team-area,
.is-preview .appie-pricing-area,
.is-preview .appie-faq-area,
.is-preview .appie-blog-area,
.is-preview .appie-project-area,
.is-preview .appie-system-info-area {
    padding: 20px;
    border: 1px dashed #ccc;
    margin: 10px 0;
}

/* Placeholder image styles for block preview */
.placeholder-image {
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
}

/* Page title area for inner pages */
.appie-page-title-area {
    padding: 80px 0 20px;
    background: linear-gradient(135deg, #2b70fa 0%, #6c4bef 100%);
    text-align: center;
}

.appie-page-title-area .title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.appie-page-title-area .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.appie-page-title-area .breadcrumb-item,
.appie-page-title-area .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.appie-page-title-area .breadcrumb-item.active {
    color: #fff;
}

.appie-page-title-area .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Blog details adjustments */
.blog-details-content .thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-details-content .thumb img {
    width: 100%;
}

.blog-details-content .blog-meta {
    margin-bottom: 20px;
}

.blog-details-content .blog-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-details-content .blog-meta ul li {
    display: inline-block;
    margin-right: 20px;
    color: #666;
}

.post-content {
    line-height: 1.8;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.post-tags span {
    font-weight: 600;
    margin-right: 10px;
}

.post-tags a {
    display: inline-block;
    padding: 5px 15px;
    background: #f5f5f5;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #666;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #2b70fa;
    color: #fff;
}

/* Post navigation */
.post-navigation {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.post-navigation .nav-prev,
.post-navigation .nav-next {
    display: block;
}

.post-navigation span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.post-navigation h5 {
    font-size: 16px;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.post-navigation a:hover h5 {
    color: #2b70fa;
}

/* Sidebar styles */
.blog-sidebar .sidebar-widget {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-sidebar .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #2b70fa;
}

.blog-sidebar .search-widget form {
    position: relative;
}

.blog-sidebar .search-widget input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .search-widget button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #2b70fa;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
}

.blog-sidebar .categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar .categories-widget ul li {
    margin-bottom: 10px;
}

.blog-sidebar .categories-widget ul li a {
    display: flex;
    justify-content: space-between;
    color: #666;
    transition: color 0.3s ease;
}

.blog-sidebar .categories-widget ul li a:hover {
    color: #2b70fa;
}

.blog-sidebar .categories-widget ul li a span {
    color: #999;
}

.blog-sidebar .related-posts-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar .related-posts-widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.blog-sidebar .related-posts-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog-sidebar .related-posts-widget ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-sidebar .related-posts-widget ul li img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-sidebar .related-posts-widget ul li h5 {
    font-size: 14px;
    margin: 0 0 5px;
    color: #333;
    transition: color 0.3s ease;
}

.blog-sidebar .related-posts-widget ul li a:hover h5 {
    color: #2b70fa;
}

.blog-sidebar .related-posts-widget ul li span {
    font-size: 12px;
    color: #999;
}

/* Pagination */
.appie-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.appie-pagination a,
.appie-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #f5f5f5;
    color: #666;
    transition: all 0.3s ease;
}

.appie-pagination a:hover,
.appie-pagination span.current {
    background: #2b70fa;
    color: #fff;
}

/* No posts found */
.no-posts-found {
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.no-posts-found h4 {
    margin-bottom: 15px;
}

.no-posts-found p {
    color: #666;
}

/* ====================================
   Clean Single Post Template
   "Content is King" layout
   ==================================== */

/* Hero Image */
.single-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
    margin-top: -80px; /* Offset header height */
}

.single-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.single-hero__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}

/* Article Container */
.single-article {
    background: #fff;
    position: relative;
}

.single-article__wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Article Header */
.single-article__header {
    padding: 60px 0 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

/* When hero image exists, pull header up */
.is-single-clean .single-hero + .single-article {
    margin-top: -100px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
}

.is-single-clean .single-hero + .single-article .single-article__header {
    padding-top: 80px;
}

/* Categories */
.single-article__categories {
    margin-bottom: 20px;
}

.single-article__categories a {
    display: inline-block;
    padding: 6px 16px;
    background: #2b70fa;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    margin: 0 5px 5px 0;
    transition: background 0.3s ease;
}

.single-article__categories a:hover {
    background: #0e1133;
}

/* Title */
.single-article__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #0e1133;
    margin: 0 0 25px;
}

/* Meta */
.single-article__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.single-article__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.single-article__meta strong {
    color: #0e1133;
}

/* Article Content - Typography focused */
.single-article__content {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
}

.single-article__content p {
    margin-bottom: 1.5em;
}

.single-article__content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0e1133;
    margin: 2em 0 0.8em;
    line-height: 1.3;
}

.single-article__content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #0e1133;
    margin: 1.8em 0 0.7em;
    line-height: 1.4;
}

.single-article__content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #0e1133;
    margin: 1.6em 0 0.6em;
}

.single-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 2em 0;
}

.single-article__content figure {
    margin: 2em 0;
}

.single-article__content figcaption {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.single-article__content blockquote {
    margin: 2em 0;
    padding: 30px 40px;
    background: #f8f9fa;
    border-left: 4px solid #2b70fa;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    font-style: italic;
    color: #555;
}

.single-article__content blockquote p:last-child {
    margin-bottom: 0;
}

.single-article__content ul,
.single-article__content ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.single-article__content li {
    margin-bottom: 0.5em;
}

.single-article__content a {
    color: #2b70fa;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.single-article__content a:hover {
    color: #0e1133;
}

.single-article__content pre,
.single-article__content code {
    font-family: 'Consolas', 'Monaco', monospace;
}

.single-article__content code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.single-article__content pre {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 25px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 2em 0;
}

.single-article__content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

/* Article Footer */
.single-article__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

/* Tags */
.single-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-article__tags a {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #666;
    font-size: 13px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.single-article__tags a:hover {
    background: #2b70fa;
    color: #fff;
}

/* Share */
.single-article__share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-article__share span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.single-article__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.single-article__share a:hover {
    background: #2b70fa;
    color: #fff;
}

/* Post Navigation */
.single-article__navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.single-article__nav-link {
    display: block;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.single-article__nav-link:hover {
    background: #2b70fa;
}

.single-article__nav-link:hover .single-article__nav-label,
.single-article__nav-link:hover .single-article__nav-title {
    color: #fff;
}

.single-article__nav-link--next {
    text-align: right;
}

.single-article__nav-link--empty {
    background: transparent;
}

.single-article__nav-label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.single-article__nav-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0e1133;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Related Posts Section */
.single-related {
    background: #f8f9fa;
    padding: 80px 0;
}

.single-related__title {
    font-size: 28px;
    font-weight: 700;
    color: #0e1133;
    text-align: center;
    margin-bottom: 40px;
}

.single-related__item {
    margin-bottom: 30px;
}

.single-related__link {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.single-related__link:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.single-related__image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.single-related__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-related__link:hover .single-related__image img {
    transform: scale(1.05);
}

.single-related__content {
    padding: 20px;
}

.single-related__date {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.single-related__item-title {
    font-size: 18px;
    font-weight: 600;
    color: #0e1133;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.single-related__link:hover .single-related__item-title {
    color: #2b70fa;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .single-hero {
        height: 50vh;
        min-height: 300px;
    }

    .single-article__title {
        font-size: 32px;
    }

    .single-article__content {
        font-size: 17px;
    }

    .single-article__content h2 {
        font-size: 26px;
    }

    .single-article__content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .single-hero {
        height: 40vh;
        min-height: 250px;
        margin-top: -70px;
    }

    .single-article__header {
        padding: 40px 0 30px;
    }

    .is-single-clean .single-hero + .single-article .single-article__header {
        padding-top: 50px;
    }

    .single-article__title {
        font-size: 26px;
    }

    .single-article__meta {
        flex-direction: column;
        gap: 8px;
    }

    .single-article__content {
        font-size: 16px;
        line-height: 1.8;
    }

    .single-article__content h2 {
        font-size: 22px;
    }

    .single-article__content h3 {
        font-size: 19px;
    }

    .single-article__content blockquote {
        padding: 20px;
        font-size: 17px;
    }

    .single-article__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-article__navigation {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .single-article__nav-link--next {
        text-align: left;
    }

    .single-related {
        padding: 50px 0;
    }

    .single-related__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* ====================================
   Elegant Brown Color Scheme Override
   Replace blue (#2b70fa) with elegant brown (#786344)
   ==================================== */

:root {
    --primary-color: #786344;
    --primary-hover: #5d4d35;
    --primary-light: rgba(120, 99, 68, 0.1);
}

/* Buttons and Links */
.main-btn,
.appie-btn,
a.main-btn {
    background: #786344;
    border-color: #786344;
    color: #fff;
}

.main-btn:hover,
.appie-btn:hover,
a.main-btn:hover {
    background: #5d4d35;
    border-color: #5d4d35;
    color: #fff;
}

/* Text colors */
a:hover,
.appie-header-main-menu ul > li > a:hover,
.appie-features-tabs-btn .nav-link.active,
.appie-features-content span,
.appie-service-item:hover .title,
.appie-single-service:hover .title,
.faq-text a,
.appie-blog-item .content a:hover,
.appie-blog-item .title a:hover,
.footer-widget ul li a:hover,
.pricing-contact-text a,
.blog-sidebar .categories-widget ul li a:hover,
.single-article__content a,
.single-related__link:hover .single-related__item-title {
    color: #786344;
}

/* Background colors */
.appie-features-tabs-btn .nav-link.active,
.appie-pricing-area .nav-link.active,
.appie-testimonial-slider .slick-dots li.slick-active button,
.appie-project-area,
.appie-blog-area .appie-blog-item .content a:hover,
.blog-sidebar .search-widget button,
.single-article__categories a,
.single-article__tags a:hover,
.single-article__share a:hover,
.single-article__nav-link:hover,
.appie-pagination a:hover,
.appie-pagination span.current,
.post-tags a:hover {
    background: #786344;
}

/* Border colors */
.main-btn,
.appie-btn,
.appie-features-tabs-btn .nav-link.active,
.blog-sidebar .widget-title {
    border-color: #786344;
}

/* Gradients replacement */
.appie-page-title-area {
    background: linear-gradient(135deg, #786344 0%, #5d4d35 100%);
}

/* Hero section */
.appie-hero-content > span {
    color: #786344;
}

/* Extra CTA below hero text — duplicates the header CTA */
.appie-hero-cta-extra {
    display: block;
}

.appie-hero-cta-extra .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #786344;
    border: 2px solid #786344;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.appie-hero-cta-extra .main-btn:hover {
    color: #fff;
    background: #5d4d35;
    border-color: #5d4d35;
}

@media (max-width: 767px) {
    .appie-hero-cta-extra {
        text-align: center;
    }
    .appie-hero-cta-extra .main-btn {
        width: 100%;
        max-width: 320px;
    }
}

.appie-hero-thumb::before {
    display: none;
}

.appie-hero-content ul li a {
    background: #786344;
    border-color: #786344;
}

.appie-hero-content ul li a:hover {
    background: #5d4d35;
    border-color: #5d4d35;
}

.appie-hero-content ul li a.item-2 {
    color: #786344;
    border-color: #786344;
}

.appie-hero-content ul li a.item-2:hover {
    background: #786344;
    color: #fff;
}

/* Services */
.appie-single-service .icon {
    color: #786344;
}

.appie-single-service:hover .icon {
    background: #786344;
    color: #fff;
}

/* Features tabs */
.appie-features-tabs-btn .nav-link:hover,
.appie-features-tabs-btn .nav-link.active {
    background: #786344;
    border-color: #786344;
}

.appie-features-content .main-btn {
    background: #786344;
    border-color: #786344;
}

.appie-features-content .main-btn:hover {
    background: transparent;
    color: #786344;
}

/* Pricing */
.pricing-one__single .pricig-body ul li i {
    color: #786344;
}

.pricing-one__single .pricing-btn {
    text-align: center;
}

.pricing-one__single .pricing-btn .main-btn {
    background: #786344;
    border-color: #786344;
}

.pricing-one__single .pricing-btn .main-btn:hover {
    background: #5d4d35;
    border-color: #5d4d35;
}

.pricing-one__single.center .pricing-btn .main-btn {
    background: #fff;
    color: #786344;
    border-color: #786344;
}

.pricing-one__single.center .pricing-btn .main-btn:hover {
    background: #786344;
    color: #fff;
}

/* FAQ */
.faq-accrodion .accrodion.active .accrodion-title::before {
    background: #786344;
}

/* Testimonials */
.appie-testimonial-slider .slick-arrow:hover {
    background: #786344;
    border-color: #786344;
}

/* Team */
.appie-team-item:hover .title a {
    color: #786344;
}

.appie-team-item .social-links a:hover {
    background: #786344;
}

/* Blog */
.appie-blog-item .content .blog-meta ul li a:hover {
    color: #786344;
}

/* Footer */
.footer-about-widget .social ul li a:hover {
    background: #786344;
}

.footer-widget ul li a:hover {
    color: #786344;
}

.footer-copyright-text a {
    color: #786344;
}

/* Header sticky & active states */
.appie-header-area.appie-sticky .appie-btn-box .main-btn {
    background: #786344;
    border-color: #786344;
}

/* Consistent menu link color */
.appie-header-main-menu ul > li > a {
    color: #505056;
}

/* Homepage: no active menu highlight */
.appie-header-main-menu ul > li.current-menu-item > a,
.appie-header-main-menu ul > li.current_page_item > a {
    color: #505056;
}

/* Subpages: active menu item highlighted */
.is-page .appie-header-main-menu ul > li.current-menu-item > a,
.is-page .appie-header-main-menu ul > li.current_page_item > a {
    color: #786344 !important;
}

/* Inner pages: light menu on brown header (non-scrolled) */
.is-page .appie-header-main-menu ul > li > a {
    color: #fff;
}

.is-page .appie-header-main-menu ul > li > a:hover {
    color: #fff;
}

.is-page .appie-header-main-menu ul > li.current-menu-item > a,
.is-page .current-menu-item > a,
.is-page .current_page_item > a {
    color: #fff !important;
}

.is-page .appie-logo-box .site-title-text {
    color: #fff;
}

.is-page .appie-btn-box .main-btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.is-page .appie-btn-box .main-btn:hover {
    background: #fff;
    color: #786344;
}

/* Inner pages: revert to dark when scrolled (white background) */
.is-page .appie-header-area.sticky .appie-header-main-menu ul > li > a {
    color: #505056;
}

.is-page .appie-header-area.sticky .appie-header-main-menu ul > li > a:hover {
    color: #786344;
}

.is-page .appie-header-area.sticky .appie-header-main-menu ul > li.current-menu-item > a,
.is-page .appie-header-area.sticky .current-menu-item > a,
.is-page .appie-header-area.sticky .current_page_item > a {
    color: #786344 !important;
}

.is-page .appie-header-area.sticky .appie-logo-box .site-title-text {
    color: #0e1133;
}

.is-page .appie-header-area.sticky .appie-btn-box .main-btn {
    background: #786344;
    border-color: #786344;
    color: #fff;
}

.is-page .appie-header-area.sticky .appie-btn-box .main-btn:hover {
    background: #5d4d35;
    border-color: #5d4d35;
}

/* Logo hover */
.appie-logo-box a:hover .site-title-text {
    color: #786344;
}

.is-page .appie-logo-box a:hover .site-title-text {
    color: rgba(255, 255, 255, 0.7);
}

.is-page .appie-header-area.sticky .appie-logo-box a:hover .site-title-text {
    color: #786344;
}

.footer-about-widget .logo a:hover .site-title-text {
    color: #786344;
}

/* CTA / Project section */
.appie-project-area .appie-project-box .input-box button {
    background: #5d4d35;
}

.appie-project-area .appie-project-box .input-box button:hover {
    background: #786344;
}

/* Scroll to top */
.back-to-top {
    background: #786344;
}

.back-to-top:hover {
    background: #5d4d35;
}

/* Blockquote */
.single-article__content blockquote {
    border-left-color: #786344;
}

/* Selection color */
::selection {
    background: #786344;
    color: #fff;
}

::-moz-selection {
    background: #786344;
    color: #fff;
}

/* Offcanvas menu */
.offcanvas-sidebar .sidebar-btn .main-btn {
    background: #786344;
    border-color: #786344;
}

.offcanvas-menu ul li a:hover {
    color: #786344;
}

/* ====================================
   Offcanvas Mobile Menu Fix
   ==================================== */

.offcanvas_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

.offcanvas_menu.active {
    pointer-events: all;
}

.offcanvas_menu.active .offcanvas_menu_wrapper {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas_menu_wrapper {
    width: 290px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    margin-left: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
}

.off_canvars_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.off_canvars_overlay.active {
    opacity: 1;
    visibility: visible;
}

.canvas_close {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
    transition: none;
}

.canvas_close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.canvas_close a:hover {
    background: #786344;
    color: #fff;
}

.offcanvas-brand {
    margin-bottom: 30px;
    padding-top: 10px;
}

.offcanvas-brand img {
    max-width: 150px;
    height: auto;
}

.offcanvas_main_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas_main_menu li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.offcanvas_main_menu li:last-child {
    border-bottom: none;
}

.offcanvas_main_menu li a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    transition: color 0.3s ease;
}

.offcanvas_main_menu li a:hover {
    color: #786344;
}

.offcanvas_main_menu li .menu-expand {
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
}

.offcanvas_main_menu li .menu-expand:hover {
    color: #786344;
}

.offcanvas_main_menu li.active > .menu-expand i {
    transform: rotate(180deg);
}

.offcanvas_main_menu li .sub-menu {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    display: none;
}

.offcanvas_main_menu li .sub-menu li {
    border-bottom: none;
}

.offcanvas_main_menu li .sub-menu li a {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
}

/* Offcanvas action buttons (login + CTA) */
.offcanvas-buttons {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offcanvas-buttons .login-btn,
.offcanvas-buttons .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.offcanvas-buttons .login-btn {
    color: #786344;
    background: #fff;
    border: 2px solid #786344;
}

.offcanvas-buttons .login-btn:hover {
    color: #fff;
    background: #786344;
}

.offcanvas-buttons .main-btn {
    color: #fff;
    background: #786344;
    border: 2px solid #786344;
}

.offcanvas-buttons .main-btn:hover {
    color: #fff;
    background: #5d4d35;
    border-color: #5d4d35;
}

.offcanvas-social {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.offcanvas-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.offcanvas-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
}

.offcanvas-social ul li a:hover {
    background: #786344;
    color: #fff;
}

.footer-widget-info {
    margin-top: 30px;
}

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

.footer-widget-info ul li {
    margin-bottom: 10px;
}

.footer-widget-info ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    font-size: 14px;
    color: #505056;
    transition: color 0.3s ease;
}

.footer-widget-info ul li a:hover {
    color: #786344;
}

.footer-widget-info ul li a i {
    position: static;
    width: 20px;
    color: #786344;
}

/* Hamburger button styling */
.toggle-btn {
    cursor: pointer;
    font-size: 24px;
    color: #0e1133;
    transition: color 0.3s ease;
}

.toggle-btn:hover {
    color: #786344;
}

/* Body lock when offcanvas is open */
body.offcanvas-active {
    overflow: hidden;
}

/* Traffic section icons */
.appie-traffic-area .traffic-item .icon i {
    color: #786344;
}

/* Service icons - elegant brown theme */
.appie-service-item .icon i {
    color: #786344;
}

/* Service cards - unified elegant brown icons */
.appie-single-service .icon {
    background: linear-gradient(135deg, #a89070 0%, #786344 100%);
    box-shadow: 0px 6px 10px 0px rgba(120, 99, 68, 0.3);
}

.appie-single-service .icon > span {
    background: #786344;
}

.appie-single-service.item-2 .icon,
.appie-single-service.item-3 .icon,
.appie-single-service.item-4 .icon {
    background: linear-gradient(135deg, #a89070 0%, #786344 100%);
}

.appie-single-service.item-2 .icon span,
.appie-single-service.item-3 .icon span,
.appie-single-service.item-4 .icon span {
    background: #786344;
}

/* Service area - elegant brown toned shapes */
.appie-service-area {
    background-image: none;
    position: relative;
}

/* Add subtle elegant brown shape decorations */
.appie-service-area::before {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 5%;
    width: 120px;
    height: 120px;
    background: rgba(120, 99, 68, 0.08);
    border-radius: 20px;
    transform: rotate(15deg);
}

.appie-service-area::after {
    content: '';
    position: absolute;
    top: 80px;
    right: 12%;
    width: 60px;
    height: 60px;
    background: rgba(120, 99, 68, 0.06);
    border-radius: 12px;
    transform: rotate(-10deg);
}

/* FAQ area - clean without shape background */
.appie-faq-area {
    background-image: none;
}

/* FAQ accordion brown theme styling */
.faq-accrodion .accrodion .accrodion-title::before {
    color: #786344;
    background: rgba(120, 99, 68, 0.1);
}

.faq-accrodion .accrodion .accrodion-title::after {
    background: #786344;
    color: #fff;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
    background: #786344;
}

/* Hide colorful animated shapes that don't match the elegant theme */
.appie-features-area .features-shape-1,
.appie-features-area .features-shape-2,
.appie-features-area .features-shape-3,
.appie-hero-area .hero-shape-1,
.appie-hero-area .hero-shape-2,
.appie-hero-area .hero-shape-3 {
    display: none;
}

/* Traffic section - smaller image */
.appie-traffic-area .traffic-thumb {
    width: 28%;
}

.appie-traffic-area .traffic-thumb img {
    max-width: 100%;
    height: auto;
    transform: scale(0.85);
}

/* ====================================
   Team Members Extended Layout
   Avatar/Name left, Description right
   ==================================== */

.appie-team-item-extended {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.appie-team-item-extended:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.appie-team-item-extended .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 200px;
}

.appie-team-item-extended .thumb img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.appie-team-item-extended:hover .thumb img {
    transform: scale(1.05);
}

.appie-team-item-extended .thumb .social-links {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    transition: bottom 0.3s ease;
    list-style: none;
    margin: 0;
}

.appie-team-item-extended:hover .thumb .social-links {
    bottom: 15px;
}

.appie-team-item-extended .thumb .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.appie-team-item-extended .thumb .social-links li a:hover {
    background: #786344;
    color: #fff;
}

.appie-team-item-extended .content .title {
    font-size: 22px;
    font-weight: 700;
    color: #0e1133;
    margin-bottom: 5px;
}

.appie-team-item-extended .content .role {
    font-size: 14px;
    color: #786344;
    font-weight: 500;
    display: block;
}

/* Desktop: Name above description */
.appie-team-item-extended .team-member-content {
    padding-left: 20px;
}

.appie-team-item-extended .team-member-content .content {
    margin-bottom: 15px;
}

.appie-team-item-extended .team-member-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #505056;
    margin: 0;
    text-align: justify;
}

/* Mobile: Name below image */
.appie-team-item-extended .team-member-photo .content {
    margin-top: 15px;
}

/* Team Slider Styles */
.team-members-wrapper {
    margin-top: 20px;
}

.team-slider .team-member-slide {
    padding: 0 15px;
}

.team-slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-slider-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-slider-nav button:hover {
    background: #786344;
    color: #fff;
}

/* ====================================
   System Info Section
   Title + Description + Image
   ==================================== */

.appie-system-info-area {
    background: #fff;
}

.system-info-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.system-info-content .description {
    font-size: 16px;
    line-height: 1.8;
    color: #505056;
}

.system-info-content .description p {
    margin-bottom: 15px;
}

.system-info-content .description p:last-child {
    margin-bottom: 0;
}

.system-info-content .description ul,
.system-info-content .description ol {
    margin: 15px 0;
    padding-left: 20px;
}

.system-info-content .description li {
    margin-bottom: 8px;
}

.system-info-content .description a {
    color: #786344;
    text-decoration: underline;
}

.system-info-content .description a:hover {
    color: #5d4d35;
}

.system-info-image {
    text-align: center;
}

.system-info-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .system-info-wrapper {
        padding: 30px;
    }

    .system-info-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .system-info-wrapper {
        padding: 25px;
    }

    .system-info-content .description {
        text-align: center;
    }
}

/* Responsive styles for team extended */
@media (max-width: 767px) {
    .appie-team-item-extended {
        padding: 20px;
    }

    .appie-team-item-extended .team-member-photo {
        text-align: center;
        margin-bottom: 20px;
    }

    .appie-team-item-extended .team-member-photo .thumb {
        margin-left: auto;
        margin-right: auto;
    }

    .appie-team-item-extended .team-member-content {
        padding-left: 0;
        text-align: center;
    }

    .appie-team-item-extended .team-member-description p {
        font-size: 15px;
        text-align: center;
    }

    .appie-team-item-extended .thumb .social-links {
        bottom: 10px;
    }
}

/* ====================================
   Donations Section (Darowizny online)
   ==================================== */

.appie-donations-area {
    background: #f8f9fa;
    position: relative;
}

.appie-donations-content .section-lead {
    font-size: 18px;
    color: #505056;
    margin-top: 15px;
}

.donations-main-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #505056;
}

.donations-main-text strong {
    color: #786344;
}

.donations-features {
    margin-top: 30px;
}

.donations-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.donations-feature-item .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #786344;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.donations-feature-item .content .title {
    font-size: 16px;
    font-weight: 600;
    color: #0e1133;
    margin-bottom: 5px;
}

.donations-feature-item .content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.donations-btn {
    margin-top: 30px;
}

/* Donations Visual */
.appie-donations-visual {
    padding: 40px;
}

.donations-visual-placeholder {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.payment-icons {
    margin-bottom: 20px;
}

.payment-icon-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 32px;
    color: #333;
}

.payment-badge.blik-badge {
    font-size: 14px;
    font-weight: 700;
    color: #e6007e;
    background: #fff;
    border: 2px solid #e6007e;
}

.trust-text {
    font-size: 14px;
    color: #666;
}

.trust-text i {
    color: #28a745;
    margin-right: 5px;
}

.trust-text strong {
    color: #786344;
}

.donation-heart-icon {
    font-size: 80px;
    color: #786344;
    opacity: 0.2;
}

.donations-note {
    padding: 20px 30px;
    background: rgba(120, 99, 68, 0.06);
    border-radius: 10px;
}

.donations-note p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.donations-note i {
    color: #786344;
    margin-right: 8px;
}

/* Donations Responsive */
@media (max-width: 991px) {
    .appie-donations-visual {
        margin-top: 40px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .donations-feature-item {
        flex-direction: column;
        text-align: center;
    }

    .donations-feature-item .icon {
        margin: 0 auto 10px;
    }

    .appie-donations-content .appie-section-title,
    .appie-donations-content .donations-main-text {
        text-align: center;
    }

    .donations-btn {
        text-align: center;
    }
}

/* ====================================
   Mobile centering for stacked side-by-side blocks
   ==================================== */
@media (max-width: 767px) {
    .appie-hero-content,
    .appie-hero-content ul {
        text-align: center;
    }

    .appie-hero-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-left: 0;
    }

    .appie-hero-thumb {
        text-align: center;
        margin-top: 40px;
    }

    .appie-hero-thumb .thumb,
    .appie-hero-thumb .thumb-2 {
        text-align: center;
    }

    .appie-hero-thumb img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .appie-features-thumb img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .appie-features-content {
        text-align: center;
        margin-top: 30px;
    }

    .appie-traffic-title {
        text-align: center;
    }
}

/* ====================================
   Contact/Order Page Styles
   ==================================== */

.appie-page-title-order {
    background: linear-gradient(135deg, #786344 0%, #5d4d35 100%);
    padding: 120px 0 80px;
    margin-top: 0;
}

.appie-page-title-order .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.appie-page-title-order .subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
}

.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0e1133;
    margin-bottom: 10px;
}

.contact-form-header p {
    color: #666;
    font-size: 16px;
}

/* Contact Sidebar */
.contact-sidebar {
    position: sticky;
    top: 100px;
}

.contact-info-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact-info-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0e1133;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-box h5 i {
    color: #786344;
}

/* Plan Options */
.plan-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.plan-option {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    position: relative;
}

.plan-option.featured {
    background: linear-gradient(135deg, #786344 0%, #5d4d35 100%);
    color: #fff;
}

.plan-option strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.plan-option .plan-price {
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.plan-option small {
    font-size: 12px;
    opacity: 0.8;
}

.plan-option .badge {
    position: absolute;
    top: -8px;
    right: 10px;
    background: #f8c146;
    color: #333;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
}

/* Contact Info List */
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    margin-bottom: 15px;
}

.contact-info-list li:last-child {
    margin-bottom: 0;
}

.contact-info-list li i {
    color: #786344;
    width: 20px;
    margin-right: 10px;
}

.contact-info-list li a {
    color: #0e1133;
    font-size: 15px;
    transition: color 0.3s ease;
}

.contact-info-list li a:hover {
    color: #786344;
}

/* Trust List */
.trust-box {
    background: rgba(120, 99, 68, 0.05);
    border-left: 4px solid #786344;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #505056;
}

.trust-list li:last-child {
    margin-bottom: 0;
}

.trust-list li i {
    color: #28a745;
    font-size: 12px;
}

/* ====================================
   Contact Form 7 Styling
   ==================================== */

.wpcf7 {
    margin: 0;
}

.wpcf7-form {
    margin: 0;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0e1133;
    margin-bottom: 8px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    outline: none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    border-color: #786344;
    background: #fff;
}

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

.wpcf7-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Radio and Checkbox */
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-list-item label {
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Submit Button */
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #786344;
    border: 2px solid #786344;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
    background: #5d4d35;
    border-color: #5d4d35;
}

/* Validation Messages */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-not-valid {
    border-color: #dc3545 !important;
}

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

.wpcf7-mail-sent-ok {
    border-color: #28a745 !important;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam-blocked {
    border-color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.wpcf7-validation-errors {
    border-color: #ffc107 !important;
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
}

/* Loading Spinner */
.wpcf7-spinner {
    margin: 0 10px;
}

/* Form Row Layout */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.form-row .form-group {
    flex: 1;
}

@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

/* Alert for missing form */
.contact-form .alert {
    padding: 30px;
    border-radius: 10px;
    background: #f8f9fa;
    border-left: 4px solid #786344;
}

.contact-form .alert p {
    margin-bottom: 10px;
}

.contact-form .alert p:last-child {
    margin-bottom: 0;
}

.contact-form .alert code {
    background: #e9ecef;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 13px;
}

/* Contact Page Responsive */
@media (max-width: 991px) {
    .contact-form-wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }

    .contact-sidebar {
        position: static;
    }

    .appie-page-title-order {
        padding: 100px 0 60px;
    }

    .appie-page-title-order .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        padding: 20px;
    }

    .appie-page-title-order {
        padding: 90px 0 50px;
    }

    .appie-page-title-order .title {
        font-size: 26px;
    }

    .appie-page-title-order .subtitle {
        font-size: 16px;
    }
}

/* Additional CF7 fixes */
.wpcf7 .wpcf7-response-output:empty {
    display: none;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form p:empty {
    display: none;
}

/* Hide reCAPTCHA badge if present */
.grecaptcha-badge {
    visibility: hidden;
}

/* Form field groups */
.wpcf7-form .form-group {
    margin-bottom: 20px;
}

/* Radio buttons vertical layout */
.wpcf7-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item:hover {
    background: #eee;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

/* Checkbox styling */
.wpcf7-form .wpcf7-acceptance {
    margin-top: 20px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    background: transparent;
    padding: 0;
}

/* Make submit button full width on mobile */
@media (max-width: 767px) {
    .wpcf7-form input[type="submit"],
    .wpcf7-form button[type="submit"] {
        width: 100%;
    }
}

/* ====================================
   Hide parent theme CF7 wrapper elements
   ContactForm7Helper adds extra elements
   ==================================== */

/* Hide the extra submit button wrapper from parent theme */
.wpcf7-form .input.input--submit {
    display: none !important;
}

/* Hide the popup status messages from parent theme */
.wpcf7-form + .popup-status,
.wpcf7 .popup-status,
.popup-status {
    display: none !important;
}

/* Remove group-control wrapper styling (keep content visible) */
.wpcf7-form .group-control {
    display: contents;
}

/* Hide WPForms elements if mixed with CF7 */
.contact-form .wpforms-container,
.contact-form .wpforms-form {
    margin: 0;
}

/* Style any additional buttons that may have been added to page content */
.contact-form button:not([type="submit"]):not(.wpcf7-submit) {
    display: none !important;
}

/* Hide static success/error messages in page content (not CF7 response) */
.contact-form > div:not(.wpcf7) {
    display: none;
}

/* Ensure only one submit button is visible */
.wpcf7-form input[type="submit"] ~ button,
.wpcf7-form button[type="submit"] ~ button {
    display: none !important;
}

/* Page content cleanup - hide orphan text that looks like messages */
.page-order .contact-form {
    overflow: hidden;
}

/* Proper page content area padding */
.appie-contact-area .contact-form > p:has(button:not([type])) {
    display: none;
}

