/* ===== BLOG INNER PAGE CONTENT STYLING ===== */
.as_service_single {
    margin-bottom: 40px;
}

/* Main Title */
.as_service_single h2 {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
    color: #1c1c1c;
}

/* Sub headings */
.as_service_single h4 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
    margin: 28px 0 14px;
    color: #1c1c1c;
}

/* Paragraphs */
.as_service_single p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #222;
    margin-bottom: 20px;
}

/* Bullet points */
.as_service_single ul {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #222;
    padding-left: 22px;
    margin-bottom: 22px;
}
.as_service_single ul li {
    margin-bottom: 6px;
}

/* Highlight / Note box */
.as_service_single .inner_note {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: #fff9e6;
    padding: 16px 20px;
    border-left: 4px solid #e79e28;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #222;
}

/* Responsive – mobile improvements */
@media (max-width: 768px) {
    .as_service_single h2 {
        font-size: 28px;
    }
    .as_service_single h4 {
        font-size: 22px;
    }
    .as_service_single p,
    .as_service_single ul {
        font-size: 15px;
        line-height: 26px;
    }
}
