﻿
h1 {
    color: #FFFFFF;
}
.pricing-heading-section {
    background-color: rgb(4 21 26 / 20%);
    border-radius: 12px;
    padding: 24px 48px;
}
.pricing-section {
    background: #f8f9fa;
}

.pricing-hero-section {
    background-image: url('/Images/page-header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
    /* Optional: minimum height */
    .pricing-hero-section .row {
        min-height: 60vh;
    }

    /* Optional: dark overlay for readability */
    .pricing-hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
    }

    .pricing-hero-section > .container-fluid {
        position: relative;
        z-index: 1;
    }
