html:has(.popup.show),
body:has(.popup.show) {
    overflow: hidden;
}

.hero_section .navbar_section {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.popup {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    z-index: -10000;
    max-height: 100vh;
}

.popup.show {
    opacity: 1;
    z-index: 10000;
}

.popup .popup_card {
    width: 100%;
    max-width: 600px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 20px 24px;
    max-height: 100vh;

    &::-webkit-scrollbar {
        width: 10px;

    }

    &::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    &::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    @media (max-width:1200px) {
        & {
            padding: 20px 12px;
        }
    }
}

.popup .popup_card {
    .popupImage {
        max-height: 250px;
        border-radius: 24px;
        overflow: hidden;

        img {
            object-fit: cover;
            width: 100%;
        }
    }
}

.popup .img_qutes img {
    max-width: 27px;

    @media (max-width:778px) {
        & {
            max-width: 20px;
        }
    }
}

.popup .header_card h2 {
    @media (max-width:778px) {
        & {
            font-size: 24px;
            line-height: 32px;
        }
    }

    @media (max-width:448px) {
        & {
            font-size: 20px;
            line-height: 24px;
        }
    }
}

.popup .btn_close {
    outline: none;
    border: none;
    cursor: pointer;
}

.popup .btn_close img {
    width: 18px;
    height: 18px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.popup .btn_close:hover img {
    scale: 1.2;
}

.popup .text_popup {
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 700;
    line-height: 39.6px;
    text-align: center;
    color: rgba(4, 0, 95, 1);

    @media (max-width:778px) {
        & {
            font-size: 20px;
            line-height: 32px;
        }
    }

    @media (max-width:448px) {
        & {
            font-size: 16px;
            line-height: 24px;
        }
    }
}

.popup .bottom_img {
    width: 25%;
    max-width: 100px;

    @media(max-width:1024px) {
        max-width: 80px;
    }
}

.hero_section {
    overflow: hidden;
    height: 100vh;

    @media (max-width:1024px) {
        height: 90vh;
    }
}

.hero_section .swiper.mySwiper>.container {
    padding-bottom: 20px !important;
    padding-inline: 40px !important;
}

html[dir="rtl"] .hero_section .swiper.mySwiper>.container {
    .navigation_swiper {
        flex-direction: row-reverse;
    }
}

.hero_section .mySwiper {
    width: 100%;
    height: 100%;
}

.hero_section .mySwiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
}

.hero_section .mySwiper .swiper-slide .backGroundSlide {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    z-index: -2;
    width: 100%;
    height: 100%;
}


.mySwiper .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) -11.26%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.243) 100%);
    z-index: -1;
}

html[dir="rtl"] .mySwiper .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    opacity: 0.85;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9) -11.26%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.243) 100%);
    z-index: -1;
}

.mySwiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 48.44%;
    right: -100%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(90deg, rgba(4, 0, 95, 0.8) -53.89%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -2;
}

html[dir="rtl"] .mySwiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: 48.44%;
    left: -100%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(to left, rgba(4, 0, 95, 0.8) -53.89%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -2;
}

.hero_section .swiper.mySwiper .swiper-pagination {
    bottom: 80px;

}

.hero_section .swiper.mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 1;
}

.hero_section .swiper.mySwiper .swiper-pagination-bullet-active {
    background-color: var(--main-yellow);

}

.hero_section .container {
    z-index: 1;
}

.swiper-slide .content {
    max-width: 100%;
    padding-top: 40px;
    .button_learn {
        margin-inline-end: auto;
    }
}

.swiper-slide .sub_title {
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 700;
    line-height: 39px;
    color: var(--main-yellow);

}

.swiper-slide .primary_title {
    font-size: clamp(26px, 3.4vw, 50px);
    font-weight: 700;
    line-height: clamp(48px, 3.6vw, 96px);
    color: white;
}

.swiper-slide .description {
    font-size: clamp(16px, 1.6vw, 28px);
    font-weight: 500;
    line-height: 42px;
    color: white;
    margin-bottom: 20px;
}

.contact_us .primary_title {
    font-size: clamp(24px, 3vw, 42px) !important;
    line-height: clamp(28px, 5.4vw, 56px) !important;
}

.button_learn {
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 700;
    color: #FFFFFF;
    background-color: #04005F;
    padding: 0 !important;
    padding-block: 9px !important;
    width: 217px;
    display: flex;
    align-items: center;
    justify-self: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.button_learn:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #04005F;
    scale: 1.05;
}

@media (max-width:1024px) {
    .swiper-slide .sub_title {
        line-height: 32px;

    }


    .swiper-slide .description {
        line-height: 32px;

    }

}

@media (max-width:778px) {

    .swiper-slide .sub_title {
        line-height: 32px;

    }

}

@media (max-width:558px) {
    .swiper-slide .sub_title {
        line-height: 32px;

    }

    .swiper-slide .description {
        line-height: 32px;

    }
}

/* About Section */
.about {
    padding-block: 100px 150px;
}

.about .part_img {
    max-width: 687px;
}

.about .part_img .primary_title {
    max-width: 420px;
}

.about .part_img .container_img {
    /* margin-top: -80px; */
}

.about .part_img .container_img {
    @media (max-width:778px) {
        &>div>:first-child {
            height: 250px;
        }

        &>div>:nth-child(1) {
            height: 250px;
        }

        &>div>img {
            img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }
        }
    }
}

.about .part_img .container_img .absolute_container {
    padding: 12px 20px;
    background-color: var(--main-blue);
    bottom: 0;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    width: 100%;
    max-width: 260px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    gap: 4px !important;
    justify-content: space-between;
}

.about .part_img .container_img .absolute_container .line {
    height: 77px;
    padding-inline: .5px;
    background-color: #FFFFFF33;
    position: relative;
}

.about .part_img .container_img .absolute_container .container_text :where(h5, span) {
    font-size: clamp(18px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 58.8px;
    justify-content: center;
}


.about .part_img .container_img .absolute_container .container_text p {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.4px;
    text-wrap: nowrap;

}

.about .part_text {
    max-width: 685px;
    margin-top: 57px;
}

.about .part_text:has(.description) {
    flex-shrink: 4;
}

@media (max-width:1350px) {
    .about .part_img .primary_title {
        max-width: 415px;
    }
}

@media (max-width:1200px) {
    .about .part_img {
        max-width: 100%;

    }

    .about .part_text {
        max-width: 100%;
    }

    .about .part_img .primary_title {
        max-width: 100%;
    }

    .about .part_img .container_img {
        margin-top: 0;
    }
}

.about .part_text p {
    font-size: clamp(16px, 2.4vw, 20px) !important;
    font-weight: 400;
    line-height: 41.25px;
    color: var(--secondary-black);
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .about .part_text p {
        font-size: 23px;
    }
}

@media (max-width:778px) {
    .about .part_text p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width:558px) {
    .about .part_text p {
        font-size: 16px;
        line-height: 26px;
    }
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item .accordion-header .accordion-button {
    padding-bottom: 8px;
    padding-inline-start: 0;

}

.accordion-item:last-child .accordion-header .accordion-button {
    padding-bottom: 16px;
}

.accordion-button:focus {
    box-shadow: none;
    color: var(--main-blue);
}

.accordion-button {
    color: var(--main-blue);

}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--main-blue);
}


.accordion-button {
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 700;
    line-height: 39px;
}

.accordion-body {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 33px;
    padding: 0;
    color: #4C4C4C;

}

.accordion-button::after {
    background-size: contain;
    background-image: url(../images/plus.png);

    max-width: 100%;
    height: 12.24px;
    width: 12.24px;

}

html[dir="rtl"] .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.accordion-button:not(.collapsed)::after {
    max-width: 100%;
    background-image: url(../images/minise.png);

    background-size: contain;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    height: 12.24px;
    width: 12.24px;
}

.about .button_learn {
    background-color: var(--main-yellow);
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 12px;
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    width: 100%;
    max-width: 217px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    border: none;
    margin-top: 20px;
    line-height: normal;
    padding-block: 12px 10px !important;
}

html[dir="rtl"] {
    .about .button_learn {
        margin-inline-start: 0 !important;
        margin-inline-end: auto !important;

    }
}

.about .button_learn:focus {
    background-color: var(--main-yellow);
    color: white;
}


/* Services */

.services {
    position: relative;
}

.services::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ServiceBackground1.webp), #EBE2C099;
    z-index: -2;
    background-size: cover;
}


html[dir="rtl"] .services::after {
    left: 0;
    right: auto;
}

@media (max-width:992px) {
    .services::after {
        display: none;
    }
}

.services .container {
    z-index: 1;
}

.services .container .container_info {
    max-width: 685px;
}

@media (max-width:992px) {
    .services .container .container_info {
        max-width: 100%;
    }

}

.services {
    .container_info {
        .description {
            color: #4C4C4C;
        }

    }

    .container_card {
        justify-content: center !important;


        .description_card {
            font-size: clamp(16px, 2.4vw, 20px);
            font-weight: 400;
            line-height: 33px;
            color: #4C4C4C;

        }
    }
}

.services .container_card .card_service {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    background-color: white;
    max-width: 449px;
}

.container_card .card_service .containerImage {
    background-color: #04005F;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 68px;
    height: 68px;
}

.container_card .card_service img.img_icon {
    height: 100%;
    width: 100%;
}

.card_service .bodyCard {
    padding: 27px 30px;
    border: 1px solid #AB972C;
    border-top: transparent;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

@media (max-width:778px) {
    .card_service .bodyCard {
        padding: 15px;
    }
}

.card_service .dateNews {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 33px;
    color: #4C4C4C;
}

.card_service .title_card {
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    line-height: clamp(26px, 3vw, 36px);
    color: var(--main-blue);
    margin-block: 16px 6px;
}

.container_card .card_service .btn {
    color: #AB972C;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
    width: fit-content;
    padding: 0;
    margin-top: 10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    margin-top: auto;
}


html[dir="rtl"] .container_card .card_service .btn img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);

}

.container_card .card_service .btn img {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.services .container_card .card_service .btn:hover img {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

html[dir="rtl"] {
    .container_card .card_service .btn:hover img {
        transform: translateX(-20px) rotate(180deg);
        -webkit-transform: translateX(-20px) rotate(180deg);
        -moz-transform: translateX(-20px) rotate(180deg);
        -ms-transform: translateX(-20px) rotate(180deg);
        -o-transform: translateX(-20px) rotate(180deg);
    }
}


@media (max-width:558px) {

    .card_service .title_card {
        margin: 0;
    }
}

.services .container_card .card_service .btn img {
    width: 14.14px;
    height: 12px;
}

.container_card .card_service .btn img {
    width: 24px;
    height: 24px;
}


/* news And Ads */

.container_card .card_service {
    padding: 0;
}

.button_learn {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 700;
    color: #FFFFFF;
    background-color: #04005F;
    padding: 14px 35px 11px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
    width: 100%;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding-block: 12px 10px !important;
}


.mySwiperNews .swiper-slide,
.mySwiperNews .swiper-slide .card_service {
    width: 100%;
    height: 580px;
    display: flex;
    flex-direction: column;

    @media (max-width:778px) {
        height: 450px;
    }
}

.mySwiperNews .swiper-slide .card_service {
    div:has(img) {
        height: 300px;
        overflow: hidden;

        @media (max-width:778px) {
            height: 200px;
        }
    }
}

.mySwiperNews .swiper-slide .description_card {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4C4C4C;
}

.mySwiperNews .swiper-slide .bodyCard {
    flex: 1;

    .btn {
        margin-top: auto;
    }
}

@media (max-width:992px) {
    .mySwiperNews .swiper-slide .card_service {
        max-width: 600px;
        margin-inline: auto;
    }
}

.news_and_event .swiper {
    padding-block: 20px;
    padding-inline: 10px;
}

.news_and_event .container .button_learn {
    margin-top: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
}

.news_and_event .container_card .card_service .btn:hover {
    scale: 1.1;
}


.news_and_event .container {
    gap: 16px;
}

.reports .swiper-button-next-annual,
.reports .swiper-button-prev-annual,
.news_and_event .swiper-button-next-news,
.news_and_event .swiper-button-prev-news {
    position: absolute;
    color: var(--main-yellow);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.mySwiperNews .swiper-slide div:has(>img) {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden
}

.mySwiperNews .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* html[dir="rtl"] .reports .swiper-button-next::after,
html[dir="rtl"] .reports .swiper-button-prev::after,
html[dir="rtl"] .news_and_event .swiper-button-next::after,
html[dir="rtl"] .news_and_event .swiper-button-prev::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */

.reports .swiper-button-prev-annual::after,
.reports .swiper-button-next-annual::after,
.news_and_event .swiper-button-next-news::after,
.news_and_event .swiper-button-prev-news::after {
    font-size: 18px;
    border: 2px solid var(--main-yellow);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:778px) {

    .reports .swiper-button-next-annual,
    .reports .swiper-button-prev-annual,
    .news_and_event .swiper-button-next-news,
    .news_and_event .swiper-button-prev-news {
        width: 30px;
        height: 30px;
    }

    .reports .swiper-button-prev-annual::after,
    .reports .swiper-button-next-annual::after,
    .news_and_event .swiper-button-next-news::after,
    .news_and_event .swiper-button-prev-news::after {
        font-size: 14px;
    }
}

.reports .swiper-button-next-annual::after,
.news_and_event .swiper-button-next-news::after {
    content: "next";

}

.reports .swiper-button-prev-annual::after,
.news_and_event .swiper-button-prev-news::after {
    content: "prev";

}

html[dir="ltr"] .reports .swiper-button-next-annual,
html[dir="ltr"] .news_and_event .swiper-button-next-news {
    right: -10px !important;
}

html[dir="ltr"] .reports .swiper-button-prev-annual,
html[dir="ltr"] .news_and_event .swiper-button-prev-news {
    left: -10px !important;
}

html[dir="rtl"] .reports .swiper-button-prev-annual,
html[dir="rtl"] .news_and_event .swiper-button-prev-news {
    right: -5px !important;
    left: initial;
}

html[dir="rtl"] .reports .swiper-button-next-annual,
html[dir="rtl"] .news_and_event .swiper-button-next-news {
    left: -5px !important;
    right: initial;
}

html[dir="rtl"] .swiper-button-next::after {
    content: "prev";
}

html[dir="rtl"] .swiper-button-prev::after {
    content: "next";
}

/* Reports */
.reports {
    position: relative;
}

.reports .container {
    gap: 24px;
    padding-block: 100px;
}

.reports::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ReportBackground.webp), #EBE2C099;
    z-index: -1;
    background-size: cover;
}



.reports .container_reports .swiper-wrapper {
    align-items: stretch !important;

    .swiper-slide {
        height: 400px;

        @media (max-width:1024px) {

            height: 300px;
        }
    }
}

.reports .container_reports .card_service {
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    margin-inline: auto;
    height: 100%;
    display: flex;
    flex-direction: column;

    &>div {
        &>img {
            width: 100%;
        }
    }

    .title_card {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .buttonsContainer {
        margin-top: auto;
    }
}

@media (max-width:1024px) {
    .reports .container_reports .card_service {
        max-width: 100%;
    }

}

@media (max-width:620px) {
    .reports .container_reports .card_service {
        max-width: 331px;
    }

}

.reports .card_service button {
    color: #AB972C;
    font-size: 25px;
    font-weight: 500;
    line-height: 36.75px;
    width: fit-content;
    padding: 0;
    border: none;
}

html[dir="rtl"] .reports .card_service button img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

html[dir="rtl"] .reports .button_learn img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Contact Us */

.contact_us .part_description {
    max-width: 610px;
}

.contact_us form {
    flex-wrap: wrap;
}

.contact_us form .field {
    width: 48%;
    position: relative;
}

@media (max-width:778px) {
    .contact_us form .field {
        width: 100%;
    }
}

.contact_us form .field input {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.contact_us form .fieldArea {
    width: 100%;
    position: relative;
}

.contact_us form .fieldArea textarea {
    border: 1px solid rgba(210, 210, 210, 1);
    width: 100%;
    padding: 20px;
    resize: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 106px;
}

.contact_us form .fieldArea textarea::placeholder,
.contact_us form .field input::placeholder {
    color: var(--secondary-black);
}

.contact_us form .fieldArea textarea:focus,
.contact_us form .field input:focus {
    outline: 1px solid rgba(210, 210, 210, 1);
}


.contact_us form .fieldArea label,
.contact_us form .field label {
    position: absolute;
    top: -16px;
    left: 25px;
    font-size: 14px;
    font-weight: 800;
    line-height: 21.87px;
    color: var(--main-yellow);
    background: #fff;
    padding: 4px 8px;
    width: fit-content;

}

html[dir="rtl"] .contact_us form .fieldArea label,
html[dir="rtl"] .contact_us form .field label {
    right: 25px;
}

.contact_us .button_learn {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    color: #FFFFFF;
    background-color: #04005F;
    padding: 12px 35px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width:1200px) {
    .contact_us .part_description {
        max-width: 100%;
    }

    .contact_us .primary_title {
        line-height: 60px;

    }
}




@media (max-width:1024px) {
    .contact_us .sub_title {
        line-height: 32px;
    }

    .contact_us .primary_title {
        line-height: 56px;
    }

    .contact_us .description {
        line-height: 32px;
    }
}

@media (max-width:778px) {
    .contact_us .sub_title {
        line-height: 32px;
    }

    .contact_us .primary_title {
        line-height: 42px;
    }

    .contact_us .description {
        line-height: 32px;
    }
}

@media (max-width:558px) {
    .contact_us .sub_title {
        line-height: 32px;
    }

    .contact_us .primary_title {
        line-height: 32px;
    }

    .contact_us .description {
        line-height: 32px;
    }
}


/* disclosure and transparency mechanisms */

.disclosure_and_transparency_mechanisms {
    position: relative;
}

.disclosure_and_transparency_mechanisms .container {
    padding-block: 100px;
}

.disclosure_and_transparency_mechanisms .container {
    gap: 20px !important;

    .imgSection {
        flex: 1 0 100%;
        max-width: 600px;
        max-height: 400px;
        overflow: hidden;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    @media(max-width:1200px) {
        .imgSection {
            max-width: 500px;
            max-height: 300px;

        }
    }

    @media(max-width:992px) {
        .imgSection {
            max-width: 700px;
            max-height: 350px;

        }
    }
}

.disclosure_and_transparency_mechanisms::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/DisclosureBackground.webp), #EBE2C099;
    z-index: -1;
    background-size: cover;
}

.disclosure_and_transparency_mechanisms .article {
    display: flex;
    flex-direction: column;
}

.disclosure_and_transparency_mechanisms .article .title_regulatory {
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 700;
    line-height: 39px;
    color: var(--main-blue);
    margin-bottom: 0;
}

.disclosure_and_transparency_mechanisms .article .description_regulatory {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 33px;
    color: var(--secondary-black);
    margin-bottom: 0;

    p {
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.disclosure_and_transparency_mechanisms .article .buttonsContainer {
    display: flex;
    align-items: center;
    gap: 60px;
}

.disclosure_and_transparency_mechanisms .article .btn {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    line-height: 33px;
    width: fit-content;
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin-top: 10px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    img{
        margin-top: -2px;
    }
}

.swiper .buttonsContainer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.buttonsContainer a {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    line-height: 33px;
    border: none;
    padding: 0;
    width: fit-content;
}

.buttonsContainer .btn {
    color: #AB972C;
}


.buttonsContainer .btnView {
    color: #04005F;
}

.buttonsContainer .btn:hover {
    scale: 1.1;
}

/* Custom Responsive */
@media (max-width:1024px) {

    .disclosure_and_transparency_mechanisms .container,
    .reports .container {
        padding-block: 60px;
    }

    .accordion-button {
        padding-block: 8px;
    }

    .about {
        padding-block: 80px;
    }
}

@media (max-width:778px) {

    .disclosure_and_transparency_mechanisms .container,
    .reports .container {
        gap: 20px;
        padding-block: 20px;
    }

    .about {
        padding-block: 60px;
    }
}

@media (max-width:558px) {

    .about {
        padding-block: 40px;
    }

    html[dir="ltr"] .reports .swiper-button-next-annual,
    html[dir="ltr"] .news_and_event .swiper-button-next-news {
        right: -10px !important;
    }

    html[dir="ltr"] .reports .swiper-button-prev-annual,
    html[dir="ltr"] .news_and_event .swiper-button-prev-news {
        left: -10px !important;
    }

    html[dir="rtl"] .reports .swiper-button-next-annual,
    html[dir="rtl"] .news_and_event .swiper-button-next-news {
        right: initial;
        left: -10px !important;
    }

    html[dir="rtl"] .reports .swiper-button-prev-annual,
    html[dir="rtl"] .news_and_event .swiper-button-prev-news {
        left: initial;
        right: -10px !important;
    }
}