.elementor-3346 .elementor-element.elementor-element-74bb3ae > .elementor-widget-container{padding:100px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-74bb3ae *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f9f9f9;
}

/* Blog Post Container */
.blog-post {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.blog-header {
    position: relative;
    margin-bottom: 3rem;
}

.hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.header-content {
    padding: 3rem 2rem 2rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,1));
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.post-meta {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
}

/* Content Sections */
.intro-section,
.content-section,
.cta-section,
.faq-section {
    padding: 2rem;
}

.intro-section {
    background-color: #f5f5f5;
    border-left: 4px solid #2c5f2d;
    margin: 0 2rem 2rem;
}

.intro-section p:first-child {
    font-size: 1.15rem;
    font-weight: 500;
    color: #2c5f2d;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c5f2d;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #444;
}

/* Links */
a {
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Lists */
ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

li {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    color: #444;
    line-height: 1.6;
}

/* Images */
.section-image {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.cta-section {
    background-color: #2c5f2d;
    color: #fff;
    margin: 3rem 0;
    padding: 3rem 2rem;
}

.cta-section h2 {
    color: #fff;
    margin-top: 0;
}

.cta-section p {
    color: #f0f0f0;
}

.cta-section a {
    color: #a8d5a8;
    font-weight: 600;
}

.cta-section a:hover {
    color: #fff;
}

/* Services Grid */
.services-grid {
    margin: 2rem 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 8px;
}

.service-item h3 {
    color: #fff;
    margin-top: 0;
}

.service-item ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
}

.service-item li {
    margin-bottom: 0.5rem;
}

/* FAQ Section */
.faq-section {
    background-color: #f9f9f9;
    border-top: 3px solid #2c5f2d;
}

.faq-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

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

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

/* Footer */
.blog-footer {
    padding: 2rem;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
}

.blog-footer p {
    margin-bottom: 0.5rem;
    color: #ccc;
}

.blog-footer a {
    color: #a8d5a8;
}

.blog-footer a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    .hero-image {
        height: 250px;
    }
    
    .header-content {
        padding: 2rem 1.5rem;
    }
    
    .intro-section,
    .content-section,
    .cta-section,
    .faq-section {
        padding: 1.5rem;
    }
    
    .intro-section {
        margin: 0 1rem 1.5rem;
    }
    
    .service-item ul {
        grid-template-columns: 1fr;
    }
    
    p, li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    .hero-image {
        height: 200px;
    }
    
    .header-content {
        padding: 1.5rem 1rem;
    }
    
    ul {
        padding-left: 1.5rem;
    }
}
/* CTA: force list text + links to light colors */
.cta-section ul,
.cta-section ol,
.cta-section li {
    color: #ffffff !important;
}

.cta-section li::marker {
    color: #ffffff !important;
}

.cta-section li a {
    color: #a8d5a8 !important;
}

.cta-section li a:hover {
    color: #ffffff !important;
}/* End custom CSS */