
@media only screen and (min-width: 992px) {
    .footer-column {
        width: 20%;
        flex: unset;
    }
}
/*Last Update*/
.modal-dialog-scrollable .modal-contentx {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.lc-ceq5db {
    display: none;
}

.modal-contentx {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 0.3rem;
    outline: 0;
}

.modalx {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gslider {
    width: 100%;
    position: relative;
    display: -ms-flexbox !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a {
    text-decoration: unset;
}

.num_ {
    list-style: auto;
}

.ol_num {
    counter-reset: none;
}
    /* To prove a point */
    .ol_num ::marker {
        color: grey;
        content: "" counters(list-item, ".") " ";
    }

/*p {
    text-align: justify;
}*/

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: #2e2e2e
}

    div#sliding-popup.eu-cookie-withdraw-wrapper {
        background: transparent;
    }

#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    color: #ffffff;
}

.eu-cookie-withdraw-tab {
    border-color: #ffffff;
}

/*ul {
    list-style-type: none;
}*/

.Custome_select {
    background: none;
    border: none;
    color: dimgrey;
    font-size: 15px;
    display: block;
}

/*      .direction_rtl {
            direction: ltr;
        }

        .span {
            text-align: left;
        }

        .dr_rtl {
            text-align: left;
        }*/
.textLimit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

p.textLimit {
    text-align: unset;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #f26334;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a2530 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
}

    .section-title:after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: #cd3c0d;
        margin: 15px auto;
        border-radius: 2px;
    }

.team-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

    .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

.team-img {
    height: 200px; /* Reduced from 280px */
    object-fit: cover;
    transition: transform 0.5s;
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px; /* Reduced from 25px */
    text-align: center;
}

.team-name {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 1.1rem; /* Smaller font size */
}

.team-position {
    color: #002c6c;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 0.9rem; /* Smaller font size */
}

.contact-info {
    text-align: left;
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px; /* Reduced from 10px */
    font-size: 0.8rem; /* Smaller font size */
}

    .contact-item i {
        width: 18px; /* Reduced from 20px */
        color: #002c6c;
        font-size: 0.9rem; /* Smaller icon size */
    }

html[lang^="ar"] .contact-item i {
    width: 18px; /* Reduced from 20px */
    color: #002c6c;
    font-size: 0.9rem; /* Smaller icon size */
    padding-left: 13px;
}

html[lang^="en"] .contact-item i {
    width: 18px; /* Reduced from 20px */
    color: #002c6c;
    font-size: 0.9rem; /* Smaller icon size */
    padding-right: 15px;
}

html[lang^="ar"] .bi-telephone-fill::before {
    content: "\f5b4";
    transform: rotate(250deg);
}
html[lang^="en"] .bi-telephone-fill::before {
    content: "\f5b4";
}
.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

    .team-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px; /* Reduced from 36px */
        height: 32px; /* Reduced from 36px */
        border-radius: 50%;
        background: var(--light-bg);
        color: var(--primary-color);
        transition: all 0.3s;
        font-size: 0.9rem; /* Smaller icon size */
    }

        .team-social a:hover {
            background: var(--secondary-color);
            color: white;
            transform: translateY(-3px);
        }

.stats-section {
    background: var(--light-bg);
    padding: 80px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 2.5rem; /* Reduced from 3rem */
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.stat-text {
    font-size: 1rem; /* Reduced from 1.1rem */
    color: var(--primary-color);
    font-weight: 500;
}

.values-section {
    padding: 80px 0;
}

.value-card {
    text-align: center;
    padding: 25px 15px; /* Reduced padding */
    border-radius: 10px;
    transition: transform 0.3s;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
}

    .value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.value-icon {
    font-size: 2rem; /* Reduced from 2.5rem */
    color: var(--secondary-color);
    margin-bottom: 15px; /* Reduced from 20px */
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a2530 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}


/* Additional styles for your specific layout */
.feature-banner-default.bg-orange {
    background-color: #ff6b35 !important;
}

.color-white {
    color: white !important;
}

.bg-color-ui-1 {
    background-color: #f8f9fa;
}

.bg-white {
    background-color: white;
}

/* Profile Detail Section */
.profile-detail-section {
    padding: 60px 0;
    background-color: white;
}

.profile-header {
    text-align: center;
    margin-bottom: 40px;
}

.profile-content {
    max-width: 800px;
    margin: 0 auto;
}

.profile-story {
    background-color: var(--light-bg);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

.story-title {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}


.page-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
}

    .page-title h1 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .page-title p {
        color: #6c757d;
        font-size: 1.1rem;
    }

/* Team Card Styles */
.team-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: white;
    height: 100%;
}

.Card_S {
    height: unset;
}

@media screen and (min-width: 1200px) {
    .Card_S {
        height: unset;
        max-height: 430px;
        min-height: 430px;
    }
}

@media screen and (min-width: 1200px) {
    .Card_S {
        height: unset;
        max-height: 430px;
        min-height: 430px;
    }
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.team-img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px;
    text-align: center;
}

.team-name {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.team-position {
    color: #002c6c;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.contact-info {
    text-align: left;
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
}



/* Horizontal Card Styles */
.profile-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgb(243 243 243);
    margin-bottom: 30px;
}

    .profile-card .card-body {
        padding: 30px;
    }

    .profile-card .card-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--primary-color);
    }

    .profile-card .card-subtitle {
        color: #002c6c;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    .profile-card .card-text {
        color: #6c757d;
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

.profile-details {
    margin-top: 25px;
}

.detail-item {
    display: flex;
    margin-bottom: 15px;
}

.detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: rgba(52, 152, 219, 0.1);
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.detail-content h5 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.detail-content p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-card .row {
        flex-direction: column;
    }

    .profile-card {
        width: 100%;
    }

    .team-img {
        height: 250px;
    }
}
.modal-dialog-scrollable .modal-contentx {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.lc-ceq5db {
    display: none;
}

.modal-contentx {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 0.3rem;
    outline: 0;
}

.modalx {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gslider {
    width: 100%;
    position: relative;
    display: -ms-flexbox !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a {
    text-decoration: unset;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .artical_ {
        margin-top: -115px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .artical_ {
        margin-top: -115px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .artical_ {
        margin-top: -115px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .artical_ {
        margin-top: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .artical_ {
        margin-top: 0px;
    }
}