/* blog.css */

.blog-intro {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #e8f4fa; /* Light background */
}

.blog-intro h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.blog-posts {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 2rem;
}

.blog-post {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 1.5rem;
    transition: transform 0.2s ease; /* Add a hover effect */
}

.blog-post:hover {
     transform: translateY(-5px); /* Lift the card slightly on hover */
}

.blog-post h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #02478c;
}
.blog-post a{
    color: inherit; /* Inherit color from parent */
}
.blog-post p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}

.read-more {
    background-color: #3498db;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #2980b9;
}

.blog-post img {
    width: 160px;
    height: 160px; /* Set a consistent height for the images */
    /* object-fit: cover; Ensure images cover the space */
    border-radius: 8px;
    margin-bottom: 1rem;
}

.article-content {
    display: none; /* Initially hide the full article content */
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.article-content ul{
    list-style-type: disc;
    margin-left: 20px;
}
.article-content h3{
    font-size: 1.75rem;
}


.introduction{
    padding: .5rem 2rem;
}

.the-problem{
    padding: .5rem 2rem;
}

.the-problem img {
    width: 300px;
    height: 300px; /* Set a consistent height for the images */
    /* object-fit: cover; Ensure images cover the space */
    border-radius: 8px;
    margin-bottom: 1rem;
}

.ai-receptionists-solution{
    padding: .5rem 2rem;
} 

.calculator-highlight{
    padding: .5rem 2rem;
}

.why-epic-ai{
    padding: .5rem 2rem;
}

.conclusion{
    padding: .5rem 2rem;
}

.cta-footer{
    padding: .5rem 2rem;
} 

.how-ai-automates-cs{
    padding: .5rem 2rem;
} 

.getting-started-DIY{
    padding: .5rem 2rem;
} 

.types-of-resources{
    padding: .5rem 2rem;
} 

.diy-path{
    padding: .5rem 2rem;
} 

.when-to-get-help{
    padding: .5rem 2rem;
} 

.key-features-sb-crm{
    padding: .5rem 2rem;
} 

.ai-in-crm{
    padding: .5rem 2rem;
} 

.epic-ai-connection{
    padding: .5rem 2rem;
} 

.easy-ways-list{
    padding: .5rem 2rem;
}

.beyond-tools{
    padding: .5rem 2rem;
}

.prompting-secrets{
    padding: .5rem 2rem;
}

.beyond-prompting{
    padding: .5rem 2rem;
}

.how-ai-frees-time{
    padding: .5rem 2rem;
}

.epic-ai-role{
    padding: .5rem 2rem;
}

.checklist{
    padding: .5rem 2rem;
}

.what-it-means{
    padding: .5rem 2rem;
}

.epic-ai-role{
    padding: .5rem 2rem;
}

.helpful-free-ai-tool{
    padding: .5rem 2rem;
}

.diy-resources{
    padding: .5rem 2rem;
}

.calculate-roi{
    padding: .5rem 2rem;
}

.epic-ai-roi{
    padding: .5rem 2rem;
}

.tasks-to-delegate{
    padding: .5rem 2rem;
}

.epic-ai-va{
    padding: .5rem 2rem;
}

.the-solution{
    padding: .5rem 2rem;
    
}

.the-solution img {
    width: 300px;
    height: 300px; /* Set a consistent height for the images */
    /* object-fit: cover; Ensure images cover the space */
    border-radius: 8px;
    margin-bottom: 1rem;
}

.the-results{
    padding: .5rem 2rem;
}

.how-ai-processes-documents{
    padding: .5rem 2rem;
}

.how-ai-processes-documents img {
    width: 300px;
    height: 300px; /* Set a consistent height for the images */
    /* object-fit: cover; Ensure images cover the space */
    border-radius: 8px;
    margin-bottom: 1rem;
}

.real-client-success-stories{
    padding: .5rem 2rem;
}

.key-benefits-beyond-time{
    padding: .5rem 2rem;
}

.choosing-right-solution{
    padding: .5rem 2rem;
}

.implementation-best-practices{
    padding: .5rem 2rem;
}

.measuring-success{
    padding: .5rem 2rem;
}

.future-of-ai{
    padding: .5rem 2rem;
}

.getting-started{
    padding: .5rem 2rem;
}

.bottom-line{
    padding: .5rem 2rem;
}

.epic-ai-help{
    padding: .5rem 2rem;
}

.cta-footer{
    padding: .5rem 2rem;
}

.ai-job-impact{
    padding: .5rem 2rem;
}

.ai-job-impact img {
    width: 450px;
    height: 300px; /* Set a consistent height for the images */
    /* object-fit: cover; Ensure images cover the space */
    border-radius: 8px;
    margin-bottom: 1rem;
}

.blue-collar-strategies{
    padding: .5rem 2rem;
}

.white-collar-strategies{
    padding: .5rem 2rem;
}

.business-owner-perspective{
    padding: .5rem 2rem;
}

.preparing-children{
    padding: .5rem 2rem;
}

.practical-steps{
    padding: .5rem 2rem;
}

.epic-ai-partnership{
    padding: .5rem 2rem;
}

