﻿
.rts-banner-area-two {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%); /* الأسود الشفاف */
    z-index: 1;
}

.banner-inner-two-content {
    position: relative;
    z-index: 2;
    color: white;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
    color: #000 !important;
    display: block;
    margin-bottom: 10px;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
    color: #000 !important;
    font-size: 22px;
    font-weight: 500;
}

.header-transparent {
    background-color: #00000040;
}