.header_bg {
    background: url('/img/noor-al-ain-p1.webp') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 111px;
}

.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.header_content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}

.header_logo {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #f8f9fa;
}

.page_head {
    font-weight: 950;
    font-size: 50px !important;
    text-shadow: 0px 2px 10px #0a4174;
}

.card-icon-bg {
    background-color: #0a4176;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 32px;
    color: white;
}