/*
Theme Name: LeshaBank
Theme URI: https://LeshaBank.com
Author: A101
Author URI: https://a101.com
Description: 
Version: 1.0
Text Domain: leshabank
*/

.card-icon-details.quick-links.reports-links .card-header {
    height: auto !important;
    /* min-height:340px!important; */

}

.news-details a {
    color: #003764;
    text-decoration: none;
}

.featured-news-section .featured-news__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}

.featured-news-section .featured-news__image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.news-section.awards .new-item figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-section.awards .new-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    /* cover */
    display: block;
}

.single-post__featured-image {
    float: left;
    width: 45%;
    max-width: 520px;
    margin: 0 30px 20px 0;
}

.single-post__featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post__content {
    display: block;
}

.single-post__featured-image {
    margin-left:0 !important;
}

html[lang="ar"], .lang-switch {
    --bs-body-font-family: 'Tajawal', sans-serif;
    font-family: 'Tajawal', sans-serif;;
}

.ticker-change--up {
    color: #00843d;
}

.ticker-change--down {
    color: #ab0033;
}

.ticker-change svg {
    margin-inline-start: 4px;
    vertical-align: middle;
}

.share-info__change--up {
    color: #00843d;
}

.share-info__change--down {
    color: #ab0033;
}

.share-info__change svg {
    margin-inline-end: 4px;
}

.share-info__chart {
    position: relative;
    width: 100%;
    height: 420px;
}

.share-info__volume {
    position: relative;
    width: 100%;
    height: 180px;
}

.share-info__chart canvas,
.share-info__volume canvas {
    width: 100% !important;
    height: 100% !important;
}
.share-info__custom-range {
    display: flex;
    align-items: end;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.share-info__custom-range[hidden] {
    display: none;
}

.share-info__custom-range .form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

html[dir=rtl] .accordion-intro, html[dir=rtl] .left-border-content {
    border-left: none;
    border-right: 2px solid #003764;
}

.news-list__heading a {
    text-decoration: none;
    color:rgb(18, 18, 18);
}

html[lang="ar"] .featured-news__arrow {
    transform: scaleX(-1);
    transform-origin: center;
}

.vision-mission-section .left-border-content {
    border-color: #fff !important;
}

.left-border-content {
    border-width: 1px;
}

.gr-item__label a {
    text-decoration: none;
    color:#003764;
}

/* Hover */

.gr-item {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s ease;
}

.gr-item img {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.gr-item__label {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.gr-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 55, 100, 0.08);
}

.gr-item:hover img {
    transform: translateY(-3px) scale(1.025);
}

.gr-item:hover .gr-item__label {
    transform: translateY(-2px);
}

.partners-logos {
    padding-top:0;
}

.logo-carousel-home {
    margin-top:5%;
}

.map-location {
    min-height: 700px;
    height:auto;
}

.milestones-sec .grey-card {
    padding:3% 3% 3%;
}

.content-area .row p {
    font-size:1rem;
}