.footer-area p {
    color: #fff;
}

.page-banner-area {
    background-image: url("../images/page-banner/banner.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7; /* Atur nilai opacity sesuai kebutuhan */
}
