.elementor-8229 .elementor-element.elementor-element-69b5661{--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;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-73aca86 *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

/* Header Styles */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo img {
    height: 60px;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.main-navigation a:hover {
    color: #0066cc;
}

.cta-button {
    background-color: #0066cc;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
    background-color: #0052a3;
    transform: scale(0.98);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #0066cc 0%, #004494 100%);
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.hero-section h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.95;
    font-weight: 400;
}

/* Main Content */
.blog-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.blog-post {
    background-color: #ffffff;
}

.post-meta {
    display: flex;
    gap: 1.5rem;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e5e5;
}

.post-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 3rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-left: 4px solid #0066cc;
}

/* Content Sections */
.content-section {
    margin-bottom: 3.5rem;
}

.content-section h2 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.content-section h3 {
    font-size: 1.5rem;
    color: #333;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.content-section h4 {
    font-size: 1.2rem;
    color: #444;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 1.25rem;
    color: #444;
    font-size: 1.05rem;
}

.content-section a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.content-section a:hover {
    color: #0052a3;
    text-decoration: underline;
}

/* Tip Box */
.tip-box {
    background-color: #fff8e1;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.tip-box h4 {
    color: #f57c00;
    margin: 0 0 0.75rem 0;
    font-size: 1.1rem;
}

.tip-box p {
    margin: 0;
    color: #555;
}

/* Product Cards */
.product-comparison {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.product-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.product-card h4 {
    margin-top: 0;
    color: #0066cc;
    font-size: 1.3rem;
}

.product-card h4 a {
    color: #0066cc;
    text-decoration: none;
}

.product-card h4 a:hover {
    text-decoration: underline;
}

.product-card p {
    margin-bottom: 1rem;
    color: #555;
}

.product-card strong {
    color: #333;
}

/* Wall Systems Grid */
.wall-systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.wall-card {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.wall-card h4 {
    margin-top: 0;
    color: #0066cc;
    font-size: 1.1rem;
}

.wall-card h4 a {
    color: #0066cc;
    text-decoration: none;
}

.wall-card h4 a:hover {
    text-decoration: underline;
}

.wall-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

/* Lists */
.glazing-list,
.cost-factors {
    list-style: none;
    margin: 1.5rem 0;
}

.glazing-list li,
.cost-factors li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    color: #444;
}

.glazing-list li:before,
.cost-factors li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
    font-size: 1.2rem;
}

.process-list {
    margin: 1.5rem 0 1.5rem 2rem;
    color: #444;
}

.process-list li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.process-list strong {
    color: #333;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 4rem;
}

.cta-section h2 {
    color: #222;
    margin-bottom: 1.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.primary-cta,
.secondary-cta {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1.05rem;
}

.primary-cta {
    background-color: #0066cc;
    color: #ffffff;
}

.primary-cta:hover {
    background-color: #0052a3;
    transform: scale(0.98);
}

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

.secondary-cta:hover {
    background-color: #f8f9fa;
    transform: scale(0.98);
}

.final-thought {
    font-style: italic;
    color: #555;
    margin-top: 2rem;
    font-size: 1.05rem;
}

/* Related Resources */
.related-resources {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 3rem;
}

.related-resources h3 {
    color: #222;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.related-resources ul {
    list-style: none;
}

.related-resources li {
    margin-bottom: 0.75rem;
}

.related-resources a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
    padding: 0.25rem 0;
}

.related-resources a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.related-resources a:before {
    content: "→ ";
    margin-right: 0.5rem;
}

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

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

.footer-section h3 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-section p,
.footer-section a {
    color: #cccccc;
    text-decoration: none;
    line-height: 1.8;
}

.footer-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

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

.footer-section img {
    height: 50px;
    width: auto;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
    color: #999;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

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

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

    .blog-content {
        padding: 2rem 1rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.3rem;
    }

    .product-comparison {
        grid-template-columns: 1fr;
    }

    .wall-systems-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

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

@media (max-width: 480px) {
    .hero-section {
        padding: 3rem 1rem;
    }

    .hero-section h1 {
        font-size: 1.6rem;
    }

    .post-intro {
        font-size: 1rem;
        padding: 1rem;
    }

    .content-section p {
        font-size: 1rem;
    }
}/* End custom CSS */