: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;
}

.site-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 {
    margin-bottom: -10px;
}

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

#slider {
    position:absolute;
    top: 0;
    width: 100%;
    height: 470px;
    overflow: hidden;
    background-color: #0D0F36;
}
.slider-item {
    width: 100%;
    height: 470px;
    background-size: cover !important;
    background-position: center bottom;
    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;
}

/* Mobile view adjustments */


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;
    }
}

.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.site-header ul li {
    margin: 0;
    padding: 0;
}

.site-header ul li a {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.site-header ul li a:hover {
    text-decoration: underline;
}

.site-header ul li a:active,
.site-header ul li a.active {
    font-weight: bold;
    text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .site-header ul {
        gap: 1rem;
        padding: 10px;
    }
    
    .site-header ul li a {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .site-header ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .site-header ul li a {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.image-only img {
    border-radius: 1rem;
}

.orgchart .box {
    background: #F5F5F5;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #4D8052;
    border: 1px solid #CCC;
}
.box-top {
    background-color: #1B3351 !important;
    color: #FFF !important;
}
/*
.orgchart .row {
    padding:0.5rem 0 2.5rem;
}*/

.org-middle {
    
}

.org-middle > div {
    padding: 2rem 0;
}
.org-bottom {
    position:relative;
}
.org-bottom:before {
    content: '';
  position: absolute;
  top: 0; /* Place it at the bottom (or top, left, right) */
  left: 12.7%; /* Start at 25% from the left */
  width: 74.6%; /* Span only 50% of the parent's width */
  height: 1px; /* This is the "border" thickness */
  background-color: #CCC; /* The "border" color */
}

.org-half-right hr {
    width: 40%;
    float: right;
    margin-right: 10%;
}
.middle-line {
    background: transparent url("/static/middle-left.png") no-repeat center left;
}
.middle-ver {
    
    padding-top: 2rem;
}


.smaller {
    font-size:0.8rem;
}
.download-box {
    border-radius: 0.5rem;
    background: #EFEFEF;
    text-align: center;
    padding: 3rem 0;
    font-size: 2.5rem;
}
.list-download ul {
    margin:0;
    padding: 0;
}
.list-download li {
    list-style: none;
}
.list-download li a {
    text-decoration: none;
    display:block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #FFF;
    padding:0.5rem 0.3rem;
}

p.download:hover,
.list-download li a:hover {
    border-bottom: 1px solid #EFEFEF;
}
.image-banner {
    height: 250px;
    border-radius: 1rem;
    background-size: cover !important;
}

.back a {
    font-size: 0.8rem;
    color: #4D8052;
}

.text-description h4 {
    color: #4D8052;
    
}

.middle-center-line {
    background: transparent url("/static/middle-line.png") repeat-y center;
}