/* reset */
body {
    margin-top: 0 !important;
}
.page-name-wrapper {
    display: none !important;
}
.news-blog-details-banner:before {
    background-image: none !important;
    opacity: 1 !important;
    color: #fff;
}
.news-blog-details-banner {
    min-height: 0 !important;
}
.top-nav2 {
    padding: 20px 20px 0 20px !important;
}
.news-blog-details-banner {
    margin-bottom: 0 !important;
}
/* reset */

section:not(.footer-section,.news-blog-details-banner) {
    margin-top: 56px;
}
h2:not(.sub-title) {
    font-size: 42px;
}
.our-mission .hero {
    display: flex;
    gap: 10%;
}
[dir=rtl] .our-mission .hero h1 {
    font-family: tajawal,sans-serif!important;
}
.our-mission .hero h1 {
    font-family: Nunito,sans-serif!important;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #000;
    flex: 1;
}
[dir=rtl] .our-mission .hero p {
    font-family: tajawal,sans-serif!important;
}
.our-mission .hero p {
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 31.2px;
    color: #000;
    flex: 1;
}
.hero-image {
    height: 548px;
    background-image: url('/landing-pages/our-mission/en/img/hero_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
[dir=rtl] .stats h2 {
    font-family: tajawal,sans-serif!important;
}
.stats h2 {
    max-width: 50%;
    margin-bottom: 30px !important;
}
ul.stats-items {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 30px;
}
ul.stats-items li {
    flex: 1;
}
ul.stats-items li hr {
    height: 2px;
    background-color: #C2DADF;
    opacity: 1;
    margin-bottom: 30px;
}
ul.stats-items li h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 1rem;
}
ul.stats-items .stats-icon {
    background-color: #005A72;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container.belief {
    display: flex;
    flex-direction: column;
}
.belief .content {
    display: flex;
}
.belief .title {
    color: #03657C;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #e6f0f2;
    margin-bottom: 15px;
}
[dir=rtl] .belief .main {
    font-family: tajawal,sans-serif!important;
}
.belief .main {
    font-size: 42px;
    font-weight: 700;
    flex: 1;
}
.belief .items {
    flex: 2;
}
.belief .content .item {
    background-color: #ebf3f5;
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 30px;
    min-height: 200px;
}
.belief .content .item:last-child {
    margin-bottom: 0;
}
.belief .content .item h4 {
    font-size: 24px;
    font-weight: 600;
}
.belief .content .item p {
    font-size: 18px;
    line-height: 31.2px;
}
.container.leading {
    display: flex;
}
.leading .content {
    display: flex;
    flex-direction: column;
}
[dir=rtl] .leading .image {
    margin-left: 0;
    margin-right: 80px;
}
.leading .image {
    text-align: end;
    margin-left: 80px;
}
[dir=rtl] .leading .content .title {
    font-family: tajawal,sans-serif!important;
}
.leading .content .title {
    font-size: 42px !important;
    font-weight: 700;
}
.leading .content .title .accent {
    color: #bac68b;
}
.leading .content p {
    line-height: 30px;
}
.leading .content a {
    margin-top: auto;
    color: #015872;
    border: 2px solid #015872;
    padding: 8px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    width: 160px;
}
.leading .content a:hover {
    color: orange;
    border-color: orange;
}
[dir=rtl] .discover h2 {
    font-family: tajawal,sans-serif!important;
}
.discover h2 {
    text-align: center;
    margin-bottom: 20px !important;
}
.discover .carousel {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    scroll-behavior: smooth;
}
.discover .carousel .card {
    color: white;
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}
[dir=rtl] .discover .content {
    height: 100px;
}
.discover .content {
    height: 125px;
    margin-top: auto;
}
.discover .carousel .card h3 {
    font-size: 24px !important;
    font-weight: 700;
}
.discover .carousel .card p {
    font-size: 16px !important;
    line-height: 26.2px;
    min-height: 78px;
}
[dir=rtl] .container.our-journey {
    padding: 70px 30px 50px 0;
}
[dir=rtl] .container.our-journey h2 {
    font-family: tajawal,sans-serif!important;
}
.container.our-journey {
    color: white;
    border-radius: 12px;
    background-color: #045470;
    padding: 70px 0 30px 50px;
}
.our-journey .carousel {
    display: flex;
    overflow-x: hidden;
    /* overflow-x: auto; */
    /* scroll-behavior: smooth; */
}
.our-journey p {
    max-width: 35%;
    margin-bottom: 70px;
}
.our-journey .carousel .card {
    background-color: inherit;
    border: 0;
    flex: 0 0 340px;
    width: 340px;
    height: 250px;
}
.our-journey .carousel .card .point {
    font-size: 45px;
}
.our-journey .carousel .card .point:before {
    content: '●';
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -20px;
    margin-left: -3px;
    font-family: Nunito !important;
    font-weight: normal;
}

.our-journey .carousel .card .point:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 14px;
}

.our-journey .carousel .card .year {
    font-size: 26px;
    font-weight: 600; 
    margin: 45px 0 5px;
}
.our-journey .carousel .card p {
    font-size: 16px;
    line-height: 22px;
    max-width: 70%;
}
[dir=rtl] .our-journey .navigation {
    flex-direction: row-reverse;
}
.our-journey .navigation {
    width: 70px;
    display: flex;
    column-gap: 10px;
}
.our-journey .navigation button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}
.our-journey .navigation button[disabled] {
    opacity: 0.2;
}
[dir=rtl] .partners h2 {
    font-family: tajawal,sans-serif!important;
}
.partners .carousel {
    display: flex;
    gap: 20px;
    overflow: hidden;
    padding: 20px;
}
.partners > div:nth-child(3) {
    flex-direction: row-reverse;
}
.partners .card {
    border: 0;
    border-radius: 6px;
    flex: 0 0 auto;
    width: 186px;
    height: 114px;
    filter: drop-shadow(0 4px 7px rgba(161, 172, 200, 0.3));
    overflow: hidden;
}
.partners .card img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-400%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(400%);
    }
}

[dir=rtl] .partners > div:nth-child(2) .card {
    animation: scroll-right 20s linear infinite;
}
[dir=rtl] .partners > div:nth-child(3) .card {
    animation: scroll-left 20s linear infinite;
}
[dir=ltr] .partners > div:nth-child(2) .card {
    animation: scroll-left 20s linear infinite;
}
[dir=ltr] .partners > div:nth-child(3) .card {
    animation: scroll-right 20s linear infinite;
}
@media (max-width:1600px) {
    .our-mission .hero {
        gap: 5%;
    }
    .our-mission .hero h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .hero-image {
        height: 548px;
    }
    h2:not(.sub-title) {
        font-size: 30px !important;
    }
    .stats h2 {
        max-width: 50%;
    }
    .partners h2 {
        max-width: 60%;
    }
    .leading .image img {
        width: 500px;
    }
    .leading .content .title {
        font-size: 30px !important;
    }
    .leading .content p {
        line-height: unset;
    }
    .discover .carousel .card h3 {
        font-size: 20px !important;
    }
    .discover .carousel .card p {
        font-size: 14px !important;
    }
    .our-journey p {
        font-size: 14px !important;
        max-width: 50%;
        margin-bottom: 70px;
    }
    .our-journey .carousel .card {
        flex: unset;
    }
    .our-journey .carousel .card p {
        line-height: 22px;
        max-width: 70%;
    }
    .partners .card {
        flex: 0 0 auto;
        width: calc(186px * 0.8);
        height: calc(114px * 0.8);
    }
}
@media (max-width:1280px) {
    .our-journey .carousel .card {
        flex: 0 0 235px;
        width: 235px;
    }
}
@media (max-width:768px) {
    .container.app-download-section.from-view-partials {
        margin-top: 0 !important;
    }
    section {
        margin-bottom: 50px;
    }
    .our-mission .hero {
        flex-direction: column;
    }
    .our-mission .hero h1 {
        font-size: 24px;
        line-height: 32.2px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .our-mission .hero p {
        font-size: 16px !important;
        line-height: 26.4px;
    }
    .hero-image {
        height: 240px;
    }
    h2:not(.sub-title) {
        font-size: 24px !important;
    }
    .partners h2,
    .stats h2 {
        max-width: unset;
    }
    .contain.stats {
        margin-bottom: 0;
    }
    .stats h2 {
        margin-bottom: 20px !important;
    }
    ul.stats-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-bottom: 0;
    }
    ul.stats-items .stats-icon {
        width: 40px;
        height: 40px;
    }
    ul.stats-items li h3 {
        font-size: 15px !important;
    }
    ul.stats-items li p {
        font-size: 14px !important;
    }
    .belief .content {
        flex-direction: column;
    }
    .belief .title {
        font-size: 14px;
    }
    .belief .main {
        font-size: 25px;
        margin-bottom: 20px !important;
    }
    .belief .content .item h4 {
        font-size: 18px;
    }
    .belief .content .item p {
        font-size: 14px;
        line-height: 20px;
    }
    .container.leading {
        flex-direction: column;
        gap: 40px;
    }
    .leading .content .title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    .leading .content p {
        font-size: 14px;
    }
    .leading .content a {
        padding: 5px;
        width: 130px;
        font-size: 14px;
    }
    [dir=rtl] .leading .image {
        text-align: unset;
        margin-right: 0;
    }
    [dir=ltr] .leading .image {
        text-align: unset;
        margin-left: 0;
    }
    .leading .image img {
        width: 100%;
    }
    .discover .carousel {
        overflow-x: auto;
    }
    .discover .carousel .card {
        flex: 0 0 230px;
        height: 240px;
        padding: 10px;
    }
    [dir=ltr] .discover .carousel .card h3 {
        min-height: 43px; /* For LTR only */
    }
    .discover .carousel .card h3 {
        font-size: 18px !important;
        font-weight: 600;
    }
    [dir=rtl] .discover .carousel .card p {
        min-height: 55px;
    }
    .discover .carousel .card p {
        font-size: 13px !important;
        line-height: 18px;
        min-height: unset;
    }
    .our-journey .carousel {
        overflow-x: auto;
        scrollbar-width: none; /* For Firefox */
        -ms-overflow-style: none; /* For Internet Explorer and Edge */
    }
    .container::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Edge */
    }
    [dir=rtl] .contain.our-journey {
        margin-right: 20px;
    }
    [dir=ltr] .contain.our-journey {
        margin-left: 20px;
    }
    [dir=rtl] .container.our-journey {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 40px 20px 30px 0;
    }
    [dir=ltr] .container.our-journey {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 40px 0 20px 30px;
    }
    .our-journey p {
        font-size: 14px !important;
        max-width: 90%;
        margin-bottom: 50px;
    }
}

/* Extra missing styles */
.bck.fade.bck-on {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-block-social i {
    color: #045470 !important;
}
.footer-block-social i:hover {
    color: #fff !important;
}
.footer-block-second-payment-icon-out {
    border: none !important;
}
@media (max-width:768px) {
    .normal .app-download-section-image img {
        display: none;
    }
}
@media (max-width: 525px) {
    .normal.app-download-section-wrapper {
        height: unset !important;
        max-height: unset !important;
    }
}
@media screen and (max-width: 480px) {
    .footer-section .wrapper {
        align-items: flex-start;
    }
    .footer-logo {
        width: unset !important;
    }
}
/* Extra missing styles */
