/* Accessibility audit fixes: contrast, touch targets, and semantic heading parity. */
.main-header .header-top .social-box li a,
.contact-page-section .social-box li a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.fx-social__btn {
    min-width: 44px;
    min-height: 44px;
}

.fx-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
}

.home-product-media {
    margin-bottom: 12px;
}

.home-product-title a {
    display: block;
    min-height: 44px;
    padding: 6px 0;
}

.home-product-action,
.home-product-share {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-product-share {
    min-width: 48px;
}

.home-product-actions {
    margin-top: 18px;
}

.native-carousel--testimonials .testimonial-card .text,
.native-carousel--testimonials .testimonial-card:hover .text,
.testimonial-carousel .testimonial-card .text,
.testimonial-carousel .testimonial-card:hover .text {
    color: #334155 !important;
}

.native-carousel--testimonials .testimonial-card__author-role,
.native-carousel--testimonials .testimonial-card:hover .testimonial-card__author-role,
.testimonial-carousel .testimonial-card__author-role,
.testimonial-carousel .testimonial-card:hover .testimonial-card__author-role {
    color: #475569 !important;
}

.pricing-section.style-two .price-block .upper-box .package-plan-title {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.price-block .upper-box .package-plan-title span,
.pricing-section.style-two .price-block .upper-box .package-plan-title span {
    display: block;
    margin-top: 10px;
    color: #ff2e18;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.services-showcase__heading h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 52px;
    line-height: 1.03;
    letter-spacing: 0;
}

.testimonial-showcase__heading h2 {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .services-showcase__heading h2,
    .testimonial-showcase__heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-showcase__heading h2 {
        font-size: 28px;
    }

    .services-showcase__heading h2 {
        font-size: 30px;
    }
}
