/* Index Page Specific Styles */
.hero-section {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.box-img-borders {
    border: 1px solid #dfdfdf;
}

.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 250px;
}

    .left-column img {
        width: 100%;
        max-width: 200px;
        height: auto;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .left-column .company-name {
        font-size: 1.4rem;
        font-weight: bold;
        color: #2a5ca0;
        text-align: center;
    }

.center-column {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .center-column img {
        width: 100%;
        max-width: 1020px;
        height: auto;
        border-radius: 2px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.center-column-text {
    flex: 2;
    justify-content: left;
    padding: 20px;
    font-size: 1.0rem;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.right-column {
    flex: 1;
    background: linear-gradient(135deg, #ffffff, #e9ecef);
    padding: 25px;
    border-radius: 2px;
    max-width: 250px;
    border-right: 2px solid #cc0000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .right-column h3 {
        color: #2a5ca0;
        margin-bottom: 20px;
        font-size: 1.6rem;
        font-weight: 600;
    }

.contact-info {
    color: #333;
    line-height: 1.6;
    font-family: sans-serif;
}

    .contact-info strong {
        color: #2a5ca0;
    }

.services-section {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}


.services-title {
    text-align: center;
    color: #2a5ca0;
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

    .services-title::after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        background: #cc0000;
        margin: 15px auto 0;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 10px;
}

.service-card {
    background: linear-gradient(135deg, #f2f3f4, #ffffff);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    text-align: center;
    border-right: 2px solid #cc0000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    }

    .service-card h4 {
        color: #2a5ca0;
        font-size: 1.4rem;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-card p {
        color: #666;
        line-height: 1.6;
    }

.placeholder-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    text-align: center;
    color: #666;
}

/* Mobile Responsive Styles for Index Page */
@@media (max-width: 1024px) {
    .hero-section {
        gap: 15px;
    }

    .center-column img {
        max-width: 100%;
    }

    .right-column {
        padding: 20px;
    }

        .right-column h3 {
            font-size: 1.4rem;
        }
}

@@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        gap: 25px;
    }

    .left-column, .center-column, .right-column {
        width: 100%;
    }

    .left-column {
        order: 1;
    }

    .center-column {
        order: 3;
    }

    .right-column {
        order: 2;
        border-left: none;
        border-top: 4px solid #cc0000;
    }

    .left-column img {
        max-width: 100px;
    }

    .services-section {
        padding: 30px 20px;
    }

    .services-title {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@@media (max-width: 480px) {
    .hero-section {
        margin-bottom: 30px;
    }

    .left-column img {
        max-width: 150px;
    }

    .right-column {
        padding: 15px;
    }

        .right-column h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

    .contact-info {
        font-size: 0.95rem;
    }

    .services-section {
        padding: 25px 15px;
    }

    .services-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .service-card {
        padding: 20px;
    }

        .service-card h4 {
            font-size: 1.2rem;
        }
}






/* Tax Services Bullet List Styles */
.tax-services-section {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 30px 0;
}

.section-title {
    text-align: center;
    color: #2a5ca0;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

    .section-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: #cc0000;
        margin: 15px auto 0;
    }

.bullet-list-container {
    max-width: 900px;
    margin: 0 auto;
}

.professional-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa, #f2f2f2);
    border-radius: 8px;
    border-left: 8px solid #cc0000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .bullet-item:hover {
        transform: translateX(5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.bullet-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.bullet-content {
    flex: 1;
}

    .bullet-content strong {
        color: #2a5ca0;
        font-weight: 600;
        line-height: 1.5;
    }

/* Alternative styling with checkmarks instead of emojis */
.bullet-item.checkmark-style {
    border-left: 4px solid #cc0000;
}

    .bullet-item.checkmark-style .bullet-icon {
        font-size: 1.2rem;
        color: #cc0000;
    }

/* Mobile Responsive for Bullet List */
@media (max-width: 768px) {
    .tax-services-section {
        padding: 30px 20px;
        margin: 20px 0;
    }

    .section-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .bullet-item {
        padding: 12px;
        margin-bottom: 15px;
        flex-direction: row;
        align-items: flex-start;
    }

    .bullet-icon {
        font-size: 1.3rem;
        margin-right: 12px;
        margin-top: 0;
    }

    .bullet-content strong {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .tax-services-section {
        padding: 25px 15px;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .bullet-item {
        padding: 10px;
        margin-bottom: 12px;
    }

    .bullet-icon {
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .bullet-content strong {
        font-size: 0.9rem;
    }
}

/* Alternative version with checkmarks (uncomment to use instead of emojis) */
/*
.bullet-item .bullet-icon::before {
    content: "?";
    color: #cc0000;
    font-weight: bold;
    font-size: 1.2rem;
}
.bullet-icon {
    font-size: 0;
}
*/




/* Contact Link Styles */
.contact-prompt {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin: 30px 0;
}
.contact-text {
    color: #cc0033;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-link {
    color: #2a5ca0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .contact-link:hover {
        color: #cc0000;
        text-decoration: underline;
    }

.contact-cta {
    text-align: center;
    margin: 30px 0;
}

.cta-link {
    color: #2a5ca0;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #2a5ca0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .cta-link:hover {
        background-color: #2a5ca0;
        color: white;
        text-decoration: none;
    }

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #2a5ca0, #3a7bd5);
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(42, 92, 160, 0.3);
}

    .cta-button:hover {
        background: linear-gradient(135deg, #cc0000, #e74c3c);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
        color: white;
        text-decoration: none;
    }

/* Mobile Responsive for Contact Links */
@media (max-width: 768px) {
    .contact-prompt {
        font-size: 1rem;
        margin: 25px 0;
    }

    .cta-link {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .cta-button {
        font-size: 1rem;
        padding: 10px 25px;
    }
}


/*Paragraph first line offset*/
p 
{
    text-indent: 25px;
}

/*Titles*/
h2 {
    font-weight: 600;
    font-size: 1.4rem;
}


/*Service Link*/
.service-link 
{
    text-decoration: none;
    color: inherit;
    display: block;
}
strong {
    line-height: 1.5;
    font-family: tahoma, sans-serif;
    font-size: 1.0rem;
}
