@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
    font-family: "Almarai", sans-serif !important;
}


.carousel-control-next-icon {
    background-image: url('../images/previous.svg');
    height: 18px;
}

.carousel-control-prev-icon {
    background-image: url('../images/next.svg');
    height: 18px;
}

.arrow-icon-back {
    height: 12px;
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.arrow-icon {
    height: 12px;
    margin-right: 8px;
    transition: margin-right 0.3s ease;
}

.download-icon {
    height: 16px;
    margin-left: 0px;
    margin-right: 8px;
    transition: margin-right 0.3s ease;
}

.expertise-icon img {
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.expertise-box:hover .expertise-icon img {
    margin-left: 0px;
    transform: rotate(-45deg);
}

.majed-links:hover .arrow-icon {
    margin-right: 14px;
    transform: rotate(-45deg);
}

.news-links:hover .news-icon {
    margin-left: 0px;
    transition: margin-left 0.3s ease;
    transform: rotate(-45deg);
}

.news-icon {
    margin-left: 8px;
    margin-right: 0px;
    margin-top: -15px;
    transition: margin-left 0.3s ease;
}


.cta-link a:hover .icon-green {
    margin-right: 24px;
    letter-spacing: 0.4px;
    transform: rotate(-45deg);
}

.majed-back-links:hover .arrow-icon-back {
    margin-left: 14px;
    transform: rotate(45deg);
}

.majed-crop {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(-1);
    right: auto;
}

.nav-link {
    font-weight: 400;
}

.carousel-item p {
    font-size: 1.5rem;
    text-align: right;
}

.source-name {
    margin-right: 0px;
    margin-left: 16px;
    text-align: right;
}

.m-icon img {
    height: 24px;
    margin-right: 0px;
    margin-left: 10px;
}

.ach-number {
    border-left: 1px solid var(--mag3-color);
    border-right: 0px;
    padding-right: 0rem;
    padding-left: 1.5rem;
}

.ach-data {
    padding-left: 0rem;
    padding-right: 1.5rem;
}

.contact-icon {
    margin-right: 0rem;
    margin-left: 1rem;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
}

.btn-custom:hover .arrow-icon {
    margin-left: 0px;
    margin-right: 14px;
    transform: rotate(-45deg);
}

.btn-custom {
    transition: letter-spacing 0.3s ease;
}

.btn-custom .arrow-icon {
    margin-right: 8px;
    margin-left: 0px;
}

.marquee {
    direction: ltr;
}

.nav-link.lang-switch::after {
    content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 2.5C14.1517 2.5 17.5 5.84833 17.5 10C17.5 14.1517 14.1517 17.5 10 17.5" stroke="%230D2B32" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 17.5C5.84833 17.5 2.5 14.1517 2.5 10C2.5 5.84833 5.84833 2.5 10 2.5" stroke="%230D2B32" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.47324 3.38334C6.06491 7.40417 6.06491 12.5967 8.47324 16.6175C9.17824 17.795 10.8224 17.795 11.5274 16.6175C13.9357 12.5967 13.9357 7.40417 11.5274 3.38334C10.8216 2.20584 9.17824 2.20584 8.47324 3.38334Z" stroke="%230D2B32" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 10H17.5" stroke="%230D2B32" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    margin-right: 4px;
    margin-top: 4px;
    /* Adjust the space between the text and the icon */
    vertical-align: middle;
    /* Aligns the icon with the text */
}

.intro-content {
    padding-right: 00px;
    padding-left: 20px;
}

.nav-link.lang-switch {
    display: flex;
    align-items: center;
    font-family: inherit;
    /* Optional: Ensure it inherits the parent font styles */
    font-size: 0.85rem;
    /* Optional: Match the text size */
}

.credentials li {
    position: relative;
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 300;
}

.credentials li:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/majed-m.svg) no-repeat center center;
    background-size: contain;
}

ul {
    list-style-type: none;
    padding-right: 0;
}

.social-container svg {
    margin-right: 0px;
    margin-left: 10px;
}

.profile-name h2 {
    margin-bottom: 1.5rem;
}

.contact-info .contact-address p {
    text-align: right;
}

.footer-note,
.mbs-quote p,
.contact-info .contact-address p {
    text-align: right;
}