:root {
    --accent: #0b4f6c;
    --accent-2: #1f7a8c;
    --muted: #6c7a89;
    --card-radius: 18px;
    --section-gap: 4.5rem;
}

body {
    color: #112;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-en .item-ar,
.body-ar .item-en  {
    display: none;
}

p {
    font-size: 1.2rem;
}


/* Header */
.site-header {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}

.brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: 600;
    color: var(--accent);
}

.brand img {
    height: 44px;
    width: auto;
}

/* Hero */
.hero {
    position: relative;
    background-image: url('image1');
    background-size: cover;
    background-position: center;
    min-height: 470px;
    color: #fff;
    display: flex;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 22, 34, 0.55), rgba(6, 22, 34, 0.55));
}

.hero-inner {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.05;
}

.hero-sub {
    opacity: .95;
    margin-top: .75rem;
    font-weight: 500;
}

/* Sections */
section {
    padding: var(--section-gap) 0;
}

.section-title {
    color: #1B3351;
    font-weight: bold;
    font-size: 1.1rem;
}

.lead-strong {
    font-size: 2.55rem;
    font-weight: 700;
    color: #161540;
    margin-bottom: 1rem;
}
.sublead {
    font-size: 1.85rem;
    font-weight: 700;
    color: #0c2540;
    margin-bottom: 1rem;
}

/* Services block */
.service-item {
    padding: 0.7rem 0 0.7rem 1.3rem;
    
}

.service-item img {
    margin-bottom: 1rem;
}

.service-icon {
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(180deg, #eaf6f8, #dff0f2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-weight: 700;
}

.big-card {
    border-radius: 22px;
    overflow: hidden;
    background: #0f1724;
    color: #fff;
    padding: 0;
}

.big-card img {
    width: 100%;
    height: auto;
    display: block;
}

img.edge {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    margin: 0;
    padding: 0;
}

.rounded-lg-24 {
    border-radius: 24px;
}

/* Stats */
.stats {
    gap: 1rem;
}

.stat {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 8px 22px rgba(6, 22, 34, 0.04);
    text-align: center;
}

.stat .num {
    font-weight: lighter;
    font-size: 2.55rem;
    color: #000;

}

.stat small {
    color: var(--muted);
    display: block;
    margin-top: .25rem;
}

/* Overlapping cards */
.info-cards {
    position: relative;
    min-height: 220px;
}

.info-card {
    border-radius: 12px;
    color: #fff;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 30px rgba(3, 18, 29, 0.08);
}

.info-card.green {
    background: #2e8a54;
}

.info-card.navy {
    background: #0b3a50;
}

.info-card.olive {
    background: #2f6b4a;
}

/* Board */
.board-grid .card {
    border: 0;
    border-radius: 12px;
    overflow: visible;
    text-align: center;
}

.board-grid .card-img-top {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
}

.board-name {
    font-weight: 700;
    color: #0b3a50;
    margin-top: .6rem;
    margin-bottom: 0;
}

.board-title {
    color: #0369A1;
    font-size: .9rem;
}
.board-photo {
    overflow: hidden;
    position: relative;
    height: 365px;
}
.board-photo .bordered {
    width: 100%;
    height: 365px;
    position:absolute;
    top: 0;
}


/* Download center */
.download-center {
    background: linear-gradient(180deg, #0e3b50, #063845);
    color: #fff;
    border-radius: 12px;
    padding: 1.25rem;
}

/* Footer */
.site-footer,
.data-center {
    background: #062f3a;
    color: #fff;
}

.link-footer a {
    color: #aee7ee;
    text-decoration: none;
}

.font-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #FFF;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
}
.logo-footer {
    text-align: end;
}
.logo-footer img {
    width: 40px;
}
.text-footer {
    line-height: 40px;
}

.sub-footer h3 {
    font-weight: bold;
    margin-bottom: 1.3rem;
}
.sub-footer h5 {
    font-weight: bold;
}
.sub-footer p {
    font-size: 0.9rem;
}

ul.footer-navigation {
    margin: 0;
    padding: 0;
}
ul.footer-navigation li {
    list-style: none;
    margin-top: 1.5rem;
}
ul.footer-navigation li a {
    border-bottom: 1px solid #CCC;
    color: #000;
    font-size: 1.0rem;
    text-decoration: none;
}

ul.footer-navigation li a:hover {
    border-color: #000;
}

.data-center h3 {
    font-weight: bold;
    font-size: 2.5rem;
}
.link-center a {
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    color: #FFF;
    line-height: 4rem;
    margin-bottom: 1rem;
}
.link-center a span {
    color: #4D8052;
}
.link-center a:hover span {
    color: #FFFF;
}
.bg-gradient {
    color: #FFF;
    background: #171742 !important;
    background: linear-gradient(180deg, #171742 0%, #253D63 100%) !important;
}
.bg-green {
    background: #F5F5F5;
    color: #1B3351;
}
.box-chart {
    position: relative;
    overflow: hidden;
}
.boxitem p {
    font-size: 1.3rem;
}
.boxitem .boxtitle {
    font-weight: lighter;
    font-size: 1.5rem;
}
.boxtitle img {
    width: 50px;
}
.chart-wrapper {
    position:relative;
}
.chart {
    bottom:0;
    left:0;
    right: 0;
    width: 100%;
}

.board-wrapper img  {
    width: 100%;
}

#slider {
    position:absolute;
    top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #0D0F36;
}
.slider-item {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    background-position: center;
    opacity: 0.3;
}
.hill {
    position: absolute;
    bottom: -3px;
    height: 50px;
    width: 248px;
    z-index: 100;

}
.text-right {
    text-align: right;
}
.lang span {
    line-height: 55px;
}

section.has-background {
    position: relative;
}
section.has-background div {
    z-index: 1;
}

.background-image {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    height: 1150px;
    z-index: 0;
}

ul.data-list {
    margin:0;
    padding: 0;
}
ul.data-list li {
    list-style: none;
    margin-bottom: 1rem;
    font-size: 1.15rem;
}

.desktop-left {
    text-align: left;
}

.desktop-right {
    text-align: right;
}

@media (max-width: 767px) {
    .board-photo {
        height: 250px;
    }
    
    .board-photo .bordered {
        height: 250px;
    }

    .board-item {
        margin-bottom: 1rem;
    }

    .font-footer a {
        
    }

    .mobile-center {
        text-align: center !important;
    }
}