/*
Theme Name: Paintbrush Marketing Child
Theme URI: https://paintbrushmarketing.site
Description: Child theme for Paintbrush Marketing with custom styling and enhancements
Author: Paintbrush Marketing
Author URI: https://paintbrushmarketing.site
Template: paintbrush-marketing-theme
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paintbrush-child
*/

/* Enhanced Dark Theme Styling */

/* Body & Global */
body {
    background: linear-gradient(135deg, #0b0b0b 0%, #000000 100%);
    color: #ffffff;
    font-family: 'Kanit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Enhanced Hero Section */
.hero__area-3 {
    background: radial-gradient(circle at top right, #1a1a1a 0%, #0b0b0b 50%, #000000 100%);
    min-height: 100vh;
}

.sec-title {
    background: linear-gradient(135deg, #ffffff 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.hero__text-animation {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 1.9;
}

/* Enhanced Header */
.header__area-3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.header__area-3.sticky-3 {
    background: rgba(0, 0, 0, 0.98);
    border-bottom: 1px solid #222;
}

.menu__list li a {
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.menu__list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.menu__list li a:hover::after,
.menu__list li.current-menu-item a::after {
    width: 100%;
}

/* Enhanced Service Section */
.service__area-3 {
    background: linear-gradient(180deg, #000000 0%, #0b0b0b 50%, #000000 100%);
}

.service__item-3 {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.service__item-3:hover {
    border-color: #3a3a3a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

.service__card {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.service__card:hover {
    border-color: #3a3a3a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

/* Enhanced About Section */
.about__area-3 {
    background: linear-gradient(180deg, #0b0b0b 0%, #000000 100%);
}

.about__img-3 img {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #222;
}

.capability__card {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.capability__card:hover {
    border-color: #3a3a3a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

/* Enhanced Portfolio Section */
.portfolio__area-3 {
    background: linear-gradient(180deg, #000000 0%, #0b0b0b 100%);
}

.portfolio__item-3 {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.portfolio__item-3:hover {
    border-color: #3a3a3a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

/* Enhanced Contact Section */
.contact__area {
    background: linear-gradient(180deg, #0b0b0b 0%, #000000 100%);
}

.contact__form {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.form-control {
    background: #0b0b0b;
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: #111;
    border-color: #3a3a3a;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.05);
}

/* Enhanced FAQ Section */
.faq__area {
    background: linear-gradient(180deg, #000000 0%, #0b0b0b 100%);
}

.faq__item {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.faq__item:hover {
    border-color: #3a3a3a;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
}

/* Enhanced Blog Section */
.blog__area {
    background: linear-gradient(180deg, #0b0b0b 0%, #000000 100%);
}

.blog__item {
    background: linear-gradient(135deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog__item:hover {
    border-color: #3a3a3a;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

/* Enhanced Buttons */
.wc-btn-light {
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    color: #000;
    border: none;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.wc-btn-light:hover {
    background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 100%);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    color: #000;
}

.wc-btn-black {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.wc-btn-black:hover {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Enhanced Footer */
.footer__area-3 {
    background: linear-gradient(180deg, #000000 0%, #0b0b0b 100%);
    border-top: 1px solid #2a2a2a;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #0b0b0b;
}

::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}

/* Selection */
::selection {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

::-moz-selection {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Enhanced Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service_animation,
.text-anim,
.title-anim {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

/* Mobile Enhancements */
@media (max-width: 768px) {
    .hero__area-3 {
        padding: 80px 0 60px;
    }

    .sec-title {
        font-size: 48px;
    }

    .service__item-3,
    .service__card,
    .capability__card,
    .portfolio__item-3,
    .blog__item,
    .faq__item {
        margin-bottom: 20px;
    }
}

/* Print Styles */
@media print {
    .header__area-3,
    .footer__area-3,
    .wc-btn-light,
    .wc-btn-black {
        display: none;
    }

    body {
        background: #fff;
        color: #000;
    }
}
