.service-content {
    background: #ffffff;
    padding: 40px 0;
}

.service-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}

.service-intro p {
    font-size: 18px;
    line-height: 1.9;
    color: #2c3e50;
    margin-bottom: 15px;
}

.service-intro p:last-child {
    margin-bottom: 0;
}

.service-section {
    margin-bottom: 50px;
    padding: 0 20px;
}

.service-section:last-child {
    margin-bottom: 0;
}

.section-heading {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c50000, #ff6b6b);
}

.section-heading h2 {
    font-size: 28px;
    color: #2c3e50;
    margin: 0;
    font-weight: 600;

}

.service-section p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

.service-section p:last-child {
    margin-bottom: 0;
}

.pricing-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pricing-box h3 {
    font-size: 32px;
    color: white;
    margin-bottom: 15px;

}

.pricing-box .price {
    font-size: 48px;
    font-weight: bold;
    color: #ffd700;
    margin: 20px 0;
}

.pricing-box p {
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-bottom: 10px;
}

.cta-box {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
}

.cta-box h3 {
    font-size: 32px;
    color: white;
    margin-bottom: 20px;

}

.cta-box p {
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-bottom: 15px;
}

.cta-box a {
    display: inline-block;
    background: white;
    color: #11998e;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-box a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.faq-section {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 10px;
    margin-top: 60px;
}

.faq-section h2 {
    font-size: 32px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;

}

.faq-item {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #c50000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item h3 {
    font-size: 20px;
    color: #c50000;
    margin-bottom: 12px;
    font-weight: 600;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.benefit-card h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 15px;

}

.benefit-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.service-intro img {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    margin: 25px auto 20px;
    display: block;
}

.image-text-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.image-text-layout.reverse {
    flex-direction: row-reverse;
}

.image-text-layout img {
    flex: 0 0 48%;
    max-width: 48%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-text-layout img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.image-text-layout .text-content {
    flex: 1;
}

.section-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 25px auto;
    display: block;
}

.pricing-box img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .image-text-layout,
    .image-text-layout.reverse {
        flex-direction: column;
    }

    .image-text-layout img {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
    .service-intro p {
        font-size: 16px;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .service-section p {
        font-size: 15px;
    }

    .pricing-box {
        padding: 30px 20px;
    }

    .pricing-box h3 {
        font-size: 26px;
    }

    .pricing-box .price {
        font-size: 38px;
    }

    .cta-box {
        padding: 35px 25px;
    }

    .cta-box h3 {
        font-size: 26px;
    }

    .faq-section {
        padding: 35px 20px;
    }

    .faq-section h2 {
        font-size: 26px;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-item h3 {
        font-size: 18px;
    }


    /* Other Services Section */
    .other-services-section {
        padding: 60px 0;
        background: #fdfdfd;
        margin-top: 40px;
    }

    .other-services-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .other-services-title h2 {
        font-size: 32px;
        color: #2c3e50;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
        margin: 0;
        font-weight: 600;
    }

    .other-services-title h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #c50000, #ff6b6b);
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 30px;
        padding: 10px;
    }

    .service-card {
        background: #fff;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
    }

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        border-color: #c50000;
    }

    .service-card h3 {
        color: #c50000;
        font-size: 22px;
        margin-bottom: 18px;
        font-weight: 700;
        margin-top: 0;
    }

    .service-card p {
        color: #555;
        font-size: 15.5px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .service-link {
        color: #c50000;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        transition: gap 0.3s ease;
    }

    .service-link:hover {
        gap: 12px;
        color: #ff6b6b;
        text-decoration: none;
    }

    @media (max-width: 768px) {
        .other-services-title h2 {
            font-size: 26px;
        }
        .services-grid {
            grid-template-columns: 1fr;
        }
    }

    /* 1 Row 2 Column Responsive Section */
    .two-column-info {
        display: flex;
        gap: 30px;
        margin: 50px 0;
        flex-wrap: wrap;
    }

    .info-box {
        flex: 1;
        min-width: 300px;
        background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.05);
        border: 1px solid #eee;
        transition: all 0.3s ease;
    }

    .info-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.08);
        border-color: #c50000;
    }

    .info-box i {
        font-size: 40px;
        color: #c50000;
        margin-bottom: 20px;
        display: block;
    }

    .info-box h3 {
        font-size: 24px;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .info-box p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin: 0;
    }

    @media (max-width: 768px) {
        .info-box {
            flex: 1 1 100%;
            padding: 30px;
        }
    }
