/* Inner page spacing — aligned with Jobaway theme rhythm */

/* header-style-one is position:absolute + top:30px — needs more top offset than theme pt_110 */
.page-title.centred {
    padding-top: 130px;
    padding-bottom: 50px;
}

.page-title h1 {
    margin-bottom: 12px;
}

.page-title .bread-crumb {
    margin-bottom: 0;
}

/* Prevent double pt_110 stack after page title (theme uses ~60–120px once) */
.page-title + .service-details,
.page-title + .contact-section,
.page-title + .sidebar-page-container,
.page-title + .testimonial-page-section {
    padding-top: 60px !important;
}

.page-title + .about-style-four {
    padding-top: 120px !important;
}

/* CMS content inside theme page layouts */
.cms-page-content,
.cms-page-content.cms-content,
.service-details-content .cms-page-content {
    line-height: 1.75;
    color: #555;
}

.cms-page-content p,
.cms-page-content.cms-content p {
    margin-bottom: 1.25rem;
}

.cms-page-content h3,
.cms-page-content h4 {
    color: #111;
    margin: 1.75rem 0 0.75rem;
    font-weight: 600;
}

.cms-page-content ul,
.cms-page-content ol {
    margin: 0 0 1.25rem 1.5rem;
    padding: 0;
}

.cms-page-content li {
    margin-bottom: 0.5rem;
}

.cms-page-content a {
    color: var(--theme-color);
    text-decoration: underline;
}

.cms-page-content a:hover {
    color: var(--theme-color-2);
}

.blog-details-content .cms-content p {
    margin-bottom: 1.25rem;
    line-height: 1.75;
    color: #555;
}

@media only screen and (max-width: 767px) {
    .page-title.centred {
        padding-top: 110px;
        padding-bottom: 35px;
    }

    .page-title + .service-details,
    .page-title + .contact-section,
    .page-title + .sidebar-page-container,
    .page-title + .testimonial-page-section,
    .page-title + .about-style-four {
        padding-top: 50px !important;
    }
}
