/* ========================================
   Service Internal Pages - CTA & Footer Fixes
   Fixes: white space, oversized CTA heading, Contact Us CTA
   ======================================== */

/* Reduce excessive padding - CTA area */
.service-internal-page .tp-cta-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Reduce CTA heading size (was 200px - too large) */
.service-internal-page .tp-cta-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

@media only screen and (min-width: 768px) {
    .service-internal-page .tp-cta-title {
        font-size: 42px !important;
    }
}

@media only screen and (min-width: 992px) {
    .service-internal-page .tp-cta-title {
        font-size: 48px !important;
    }
}

/* CTA button - ensure visible and centered (override absolute positioning) */
.service-internal-page .tp-cta-btn-box {
    position: static !important;
    margin-top: 24px !important;
    display: flex;
    justify-content: center;
}

/* Reduce footer top padding - removes white space gap */
.service-internal-page .tp-footer-3-area.dark-bg {
    padding-top: 60px !important;
}
