/* Start Fixed Contact Us Section */
.fixed-contact-us-section {
    padding: var(--section-padding);
}

.fixed-contact-us-header h3 {
    color: var(--secondary-color);
}

.fixed-contact-us-header h2,
.fixed-contact-us-data-item h4 {
    color: var(--primary-color);
}
.arabic-version .fixed-contact-us-data-item h4 {
    direction: ltr;
}
.fixed-contact-us-data-item {
    box-shadow: 0px 0px 25px 0px #B6B6B640;
    background-color: #fff;
    padding: 2rem 1.5rem;
    height: 100%;
}

.fixed-contact-us-data-item picture {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-contact-us-data-item-content p {
    height: 100%;
    text-align: center;
}

@media (min-width: 991.98px) {
    .fixed-contact-us-data-container {
        width: 80%;
        margin-inline: auto;
    }

    .fixed-contact-us-header h5 {
        max-width: 700px;
        margin-inline: auto;
        text-align: center;
    }
}
@media (max-width: 400px) {
    .fixed-contact-us-data-item-content-title h4 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .fixed-contact-us-data-item-content-title .vertical-bar {
        display: none;
    }
}
/* End Fixed Contact Us Section */
