.elementor-27504 .elementor-element.elementor-element-22c6e1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cdf49c6 *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #34495e;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.75rem;
}

strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Header */
.site-header {
    background-color: #1a1a1a;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.logo {
    color: #ffffff;
    text-decoration: none;
}

.logo:hover {
    text-decoration: none;
}

.logo-text {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
}

.main-nav {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.main-nav a:hover {
    color: #3b82f6;
    text-decoration: none;
}

.nav-phone {
    background-color: #2563eb;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    color: #ffffff !important;
}

.nav-phone:hover {
    background-color: #1d4ed8;
    color: #ffffff !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 4rem;
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Main Content */
.main-content {
    background-color: #ffffff;
}

.blog-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 20px 4rem;
}

/* Article Intro */
.article-intro {
    margin-bottom: 3rem;
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

/* Color Sections */
.color-section {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #e5e7eb;
}

.color-section:last-of-type {
    border-bottom: none;
}

.color-content {
    background-color: #ffffff;
}

.color-image-wrapper {
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.color-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Pro Tips & Spotlights */
.pro-tip,
.color-spotlight {
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.pro-tip h3,
.color-spotlight h3 {
    color: #1e40af;
    margin-top: 0;
    font-size: 1.25rem;
}

.color-spotlight ul {
    margin-bottom: 0;
}

.color-spotlight li {
    margin-bottom: 0.5rem;
}

/* Practical Section */
.practical-section {
    background-color: #f9fafb;
    padding: 3rem 2rem;
    margin: 4rem -2rem;
    border-radius: 12px;
}

.practical-content h3 {
    color: #1e40af;
    margin-top: 2rem;
}

.practical-list {
    background-color: #ffffff;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.practical-list li {
    margin-bottom: 1rem;
}

/* Decision Section */
.decision-section {
    margin: 4rem 0;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.sign-card {
    background-color: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
}

.sign-card h3 {
    color: #1e40af;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
}

.sign-card ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.sign-card li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    background-color: #f9fafb;
    padding: 3rem 2rem;
    margin: 4rem -2rem;
    border-radius: 12px;
}

.faq-section h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 3rem;
}

.faq-item {
    background-color: #ffffff;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #2563eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1e40af;
    font-size: 1.25rem;
}

.faq-item p {
    margin-bottom: 0;
    line-height: 1.7;
}

/* Conclusion Section */
.conclusion-section {
    margin: 4rem 0;
}

.conclusion-content {
    max-width: 800px;
}

.cta-box {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    margin-top: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.cta-box h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-box p {
    color: #e0e7ff;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-button:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-button.primary {
    background-color: #ffffff;
    color: #2563eb;
}

.cta-button.primary:hover {
    background-color: #f0f0f0;
    color: #1e40af;
}

.cta-button.secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-button.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Related Services */
.related-services {
    margin: 4rem 0;
}

.related-services h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #2563eb;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
    transform: translateY(-4px);
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1e40af;
    font-size: 1.25rem;
}

.service-card p {
    color: #64748b;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-link {
    color: #2563eb;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.service-link:hover {
    color: #1e40af;
    text-decoration: none;
}

/* Footer */
.site-footer {
    background-color: #1a1a1a;
    color: #d1d5db;
    padding: 4rem 0 2rem;
    margin-top: 6rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.footer-section p {
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-address {
    margin-top: 1rem;
}

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

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

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3b82f6;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.social-links a {
    color: #9ca3af;
    text-decoration: none;
}

.social-links a:hover {
    color: #3b82f6;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #6b7280;
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.65rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    .hero-section {
        height: 400px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .main-nav {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .signs-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    .practical-section,
    .faq-section {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 350px;
    }

    .hero-content h1 {
        font-size: 1.75rem;
    }

    .cta-box {
        padding: 2rem 1.5rem;
    }

    .cta-box h3 {
        font-size: 1.5rem;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .hero-section,
    .cta-box,
    .site-footer {
        display: none;
    }

    body {
        font-size: 12pt;
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .color-image-wrapper {
        page-break-inside: avoid;
    }
}/* End custom CSS */