/* Prabha Inner Pages - shared helpers */
.prabha-page-header {
    position: relative;
    background: linear-gradient(135deg, #2d6ee6 0%, #2ab5e6 100%);
    padding: 100px 20px 90px;
    text-align: center;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.prabha-page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 30%, rgba(255,255,255,0.08) 0%, transparent 40%);
    pointer-events: none;
}

.prabha-page-header-inner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}

.prabha-page-header h1 {
    margin: 0 0 12px;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #fff;
}

.prabha-page-header-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
}

.prabha-page-header-breadcrumb a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.prabha-page-header-breadcrumb a:hover {
    color: #fff;
}

.prabha-page-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: "Inter", sans-serif;
}

.prabha-section-title {
    margin: 0 0 16px;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #1f2938;
}

.prabha-section-subtitle {
    margin: 0 0 40px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #64748a;
    max-width: 760px;
}

.prabha-feature-card {
    background: #f8fafd;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.prabha-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(45, 110, 230, 0.1);
}

.prabha-feature-card-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 110, 230, 0.1);
    border-radius: 12px;
    color: #2d6ee6;
    font-size: 20px;
    margin-bottom: 16px;
}

.prabha-feature-card h3 {
    margin: 0 0 10px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1f2938;
}

.prabha-feature-card p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #64748a;
}

.prabha-cta-section {
    background: #f8fafd;
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    margin-top: 60px;
}

.prabha-cta-section h2 {
    margin: 0 0 12px;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1f2938;
}

.prabha-cta-section p {
    margin: 0 0 24px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #64748a;
}

.prabha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    padding: 0 28px;
    background: linear-gradient(90deg, #2d6ee6 0%, #2ab5e6 100%);
    border-radius: 14px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.prabha-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 110, 230, 0.25);
}

@media (max-width: 767px) {
    .prabha-page-header {
        padding: 70px 16px 60px;
    }
    .prabha-page-header h1 {
        font-size: 34px;
    }
    .prabha-page-content {
        padding: 50px 16px;
    }
    .prabha-cta-section {
        padding: 40px 24px;
    }
}

/* --- Fix Elementor kit heading typography override on generic-template pages --- */
/* Banner title must be white (kit forces dark #2a3441 + 64px) */
.prabha-page-header .prabha-page-header-inner h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #fff;
}
/* Elementor heading widgets on these pages carry a per-widget rule
   (.elementor-element-XXXX .elementor-heading-title) forcing 48-64px blue.
   These headings only exist on the generic pages, so !important is safe. */
.elementor-heading-title {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.8px;
    color: #1f2938 !important;
}
.elementor-heading-title a { color: inherit !important; }
@media (max-width: 767px) {
    .prabha-page-header .prabha-page-header-inner h1 { font-size: 32px; }
    .elementor-heading-title { font-size: 24px !important; }
}

/* --- Neutralise the Default Kit's global link underline + link colour on buttons/cards --- */
a.prabha-btn, a.prabha-hero-btn, a.prabha-about-btn, a.prabha-header-cta,
a.prabha-request-btn, a.prabha-testimonials-btn,
a.cat-cta-btn, a.cat-card, a.cat-card h3,
a.pp-card, a.pp-card h3, a.pp-cat, a.pp-subcat, a.pp-help-btn,
a.ip-cta-btn, a.pdp-btn, a.acc-cta-btn, a.acc-pump-card, a.pj-card, a.pc-map-btn {
    text-decoration: none !important;
}
/* The generic-page gradient CTA button must keep white text
   (kit link colour would otherwise turn it blue). Other CTA buttons keep their own colour. */
a.prabha-btn, a.prabha-btn:hover, a.prabha-btn:visited { color: #fff !important; }
