.sectionBlockLayout {
    font-family: "Source Sans Pro", sans-serif;

    .carousel.slide {
        .carousel-inner {
            .carousel-item {
                position: relative;

                img {
                    object-fit: cover;

                }

                &:before {
                    content: " ";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.4);
                    pointer-events: none;
                }

                .carousel-caption {
                    width: 33%;
                    background: none !important;

                    h3 {
                        font-size: 28px;
                        font-weight: 900;
                        line-height: 28px;
                        color: #ffff;
                        text-align: start;

                    }

                    p {
                        text-align: start;
                        font-size: 15px;
                        font-weight: 600 !important;
                        color: #16b4e0 !important;
                        margin: 0px;
                        line-height: 22px;
                        font-style: italic;


                        mark {
                            color: #fff;
                            transition: color 0.2s ease-in-out;
                            font-style: normal;
                            background: none;
                            font-weight: 700;
                            line-height: 22px;
                        }

                    }

                }

            }
        }

        h2 {
            color: #16b4e0;
            font-weight: 900;
            line-height: 42px;
            font-size: 36px;
            position: relative;
            width: max-content;
            display: inline-block;

            &:after {
                content: " ";
                position: absolute;
                left: 0;
                top: 85%;
                width: 100%;
                background: #16b4e0;
                padding: 2px;
                font-size: 14px;
                color: #333;
                opacity: 0;
                transition: opacity 0.3s ease-in-out;
                pointer-events: none;
            }

            &:hover::after {
                opacity: 1;
            }
        }

        .col {
            padding: 0 32px 0 0;

            .card {

                img {
                    border-radius: 0px;
                }

                .card-body {
                    padding: 0px;

                    :last-of-type {
                        float: right
                    }

                    h3.card-title {
                        margin: 5px 0 0 0;
                        float: left;

                        a {
                            text-decoration: none;
                            color: black;
                            font-weight: 900;
                            font-size: 24px !important;
                            line-height: 26px;
                            transition: color 0.2s ease-in-out;

                            &:hover {
                                text-decoration: none !important;
                                color: #16b4e0;
                            }
                        }
                    }

                    .card-text {
                        display: inline-block;
                        font-size: 15px;
                        font-weight: 700;
                        transition: color 0.2s ease-in-out;
                        margin: 0px;
                        line-height: 18px;
                        font-style: italic;


                        mark {
                            transition: color 0.2s ease-in-out;
                            font-style: normal;
                            background: none;
                        }
                    }
                }

                &:hover {

                    h3.card-title a,
                    .card-text,
                    .card-text mark {
                        color: #16b4e0;
                    }
                }
            }
        }

        div:has(.btn.btn-primary) {
            width: 100%;
        }

        .btn.btn-primary {
            font-family: Arial, sans-serif;
            font-size: 18px;
            font-weight: 400;
            padding: 10px 25px;
            border-radius: 3px;
            background: #16b4e0;
            border: none;

            &:hover {
                background-color: #0abbec;
            }
        }

    }

    h2 {
        color: #16b4e0;
        font-weight: 900;
        line-height: 42px;
        font-size: 36px;
        position: relative;
        width: max-content;
        display: inline-block;

        &:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 85%;
            width: 100%;
            background: #16b4e0;
            padding: 2px;
            font-size: 14px;
            color: #333;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
        }

        &:hover::after {
            opacity: 1;
        }
    }

    .col {
        .card {

            img {
                height: 168px;
                border-radius: 0px;
                object-fit: scale-down;
            }

            .card-body {
                padding: 0px;

                :last-of-type {
                    float: right
                }

                h3.card-title {
                    margin: 5px 0 0 0;
                    float: left;

                    a {
                        text-decoration: none;
                        color: black;
                        font-weight: 900;
                        font-size: 24px !important;
                        line-height: 26px;
                        transition: color 0.2s ease-in-out;

                        &:hover {
                            text-decoration: none !important;
                            color: #16b4e0;
                        }
                    }
                }

                .card-text {
                    display: inline-block;
                    font-size: 15px;
                    font-weight: 700;
                    transition: color 0.2s ease-in-out;
                    margin: 0px;
                    line-height: 18px;
                    font-style: italic;


                    mark {
                        transition: color 0.2s ease-in-out;
                        font-style: normal;
                        background: none;
                    }
                }
            }

            &:hover {

                h3.card-title a,
                .card-text,
                .card-text mark {
                    color: #16b4e0;
                }
            }
        }
    }

    div:has(.btn.btn-primary) {
        width: 100%;
    }

    .btn.btn-primary {
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 25px;
        border-radius: 3px;
        background: #16b4e0;
        border: none;

        &:hover {
            background-color: #0abbec;
        }
    }

}



.top-bar {
    height: 74px;


    .navbar-brand {
        .xrm-editable-html.xrm-attribute {
            .xrm-attribute-value {
                a {
                    img {}
                }

            }

        }
    }

    .right-section {
        a {
            color: #7e7e7e;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 18px;
            font-weight: 400;
            margin: 0 16px 0 0 !important;
            padding: 0px;

            span.glyphicon.fa-solid.fa-magnifying-glass {
                font-size: 24px;


                &:hover {
                    color: #16b4e0;
                }
            }





            &:hover {
                text-decoration: none !important;
                color: rgb(34, 34, 34);
            }

            i {
                font-size: 20px;
            }

        }

        a:has(span.glyphicon.fa-solid.fa-magnifying-glass) {
            &:hover {
                color: #16b4e0;
            }
        }

        a:has(i) {
            &:hover {
                color: #16b4e0;
            }
        }

        li.nav-item.dropdown {
            padding-top: 5px;
            list-style: none;

        }
    }

}

.navbar.navbar-expand-lg.navbar-dark.static-top {
    padding: 0 0 1px 0;
    background: black;

    .container {
        .collapse.navbar-collapse {
            .ms-auto.menu-bar {
                margin: auto;

                ul.navbar-nav {
                    li.nav-item {
                        a.nav-link {
                            border: none;
                            height: 100%;
                            font-size: 20px;
                            font-weight: 400;
                            line-height: 42px;
                            color: white;
                            padding: 0 10px;

                            &:hover {
                                text-decoration: none !important;
                                background: #13b4e3;
                            }

                            &:focus {
                                border: none !important;
                                outline: none !important;
                                text-decoration: none !important;
                                background: #13b4e3;
                            }
                        }

                        a.dropdown-toggle.show {
                            background: #13b4e3;
                            text-decoration: none;
                        }

                        .dropdown-menu.dropdown-menu-end.show {
                            background: black;

                            li {
                                a {
                                    border: none;
                                    font-size: 20px;
                                    font-weight: 400;
                                    line-height: 42px;
                                    color: white;
                                    padding: 0 10px;

                                    &:hover {
                                        text-decoration: none !important;
                                        background: #13b4e3;
                                    }

                                    &:focus {
                                        text-decoration: none !important;
                                        background: #13b4e3;
                                    }

                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.sectionBlockLayout {
    .columnBlockLayout {
        h2 {
            display: inline;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 36px !important;
            font-weight: 700;
            line-height: 38px;
            color: black !important;

            &:after {
                display: none;
            }
        }

        p {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
        }
    }
}

.heading h1 {
    color: #00bcd4 !important;
    text-align: start;
    font-size: 48px;
}

.details-section {
    .detail-item {
        p {
            font-size: 16px;
            font-weight: 600;
            color: rgb(34, 34, 34);
            letter-spacing: 0px;
            line-height: 18px;
        }
    }
}

.footer-container {
    .footer-section {
        p {
            font-size: 14px;
            color: rgba(34, 34, 34, 0.8);
            letter-spacing: 0px;
            line-height: 20px;
        }

        h3 {
            font-weight: 700;
            color: rgba(34, 34, 34);

            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
        }

        ul {
            li {
                a {
                    font-family: "Source Sans Pro", sans-serif;
                    color: rgba(34, 34, 34, 0.8);
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 20px;
                    text-decoration: none;
                    transition: color 0.2s ease-out;
                }
            }
        }

    }
}

/* https://gloca-en.powerappsportals.com/en-US/Programs/shabab-Pro-Program/  add class (.Shahab-pro-program) where
Three Training and Empowerment Tracks  */
.row.Shahab-pro-program {
    .card {
        .card-body {
            p.card-text {
                height: 100px;
            }
        }
    }
}

/* https://gloca-en.powerappsportals.com/en-US/Programs/shabab-Pro-Program/  add class (.empowering-syrian) where
Empowering Syrian Youth with Microsoft Office 365  */

.container.empowering-syrian {
    h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 36px !important;
        font-weight: 700;
        line-height: 38px;
        color: black !important;

        &:after {
            display: none;
        }
    }

    .timeline-item {
        .timeline-content {
            height: 300px;
            width: 100p;
        }
    }

    .embed-responsive {
        iframe.embed-responsive-item {
            width: 100%;
        }
    }
}


.dropdown-menu.dropdown-search {
    padding: 5px;

    form.form-search {
        .input-group {
            input {
                min-width: 255px;
                height: 35px;
                border-radius: 7px 0 0 7px !important;

                &:focus {
                    border: 1px solid rgb(148, 148, 148) !important;
                }

            }

            .input-group-btn.align-top {
                button.btn.btn-primary {
                    background: #13b3e0;
                    border-radius: 0px 7px 7px 0px !important;
                    border-color: #13b3e0;

                    &:hover {
                        background-color: #0eb9eb;
                    }

                }
            }
        }

    }

}


/* https://gloca-en.powerappsportals.com/en-US/About-Us/  add class (.champion-members) where
Champion Memebers  */

.sectionBlockLayout.champion-members {
    background: #0e5a9d;

    h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 36px !important;
        font-weight: 700;
        line-height: 38px;
        color: #fff;

        &:after {
            display: none;
        }
    }

    .container {
        .col {
            padding: 20px;

            .card:hover {
                a.card-link img {
                    border: 2px solid white;
                    background: white;
                }
            }

            .card {
                width: 100%;
                max-height: 125px;
                display: flex;
                align-items: center;
                border-radius: 100px 0 0 100px;
                background-position: center !important;

                &:hover {
                    background-color: #0f73cc;
                }

                display: flex;
                flex-direction: row;

                background:none;

                a.card-link {
                    img {
                        height: 124px;
                        width: 124px;
                        border-radius: 50%;
                        margin-right: 10px;
                        object-fit: cover;
                    }
                }

                .card-body {
                    display: flex;
                    background: none;
                    flex-direction: column;
                    justify-content: center;
                    align-items: start;
                    /* justify-content: center; */

                    a {
                        color: white;
                        font-size: 28px !important;
                        font-weight: 700;
                        line-height: 32px;

                        &:hover {
                            color: white;
                        }

                    }

                    p {
                        margin-bottom: 0px;
                        color: white;

                        mark {
                            color: white !important;
                        }
                    }
                }
            }

        }

    }
}


section.board-section {

    .members-container {
        a:hover {
            text-decoration: none !important;

        }

        .member-card {
            height: 160px !important;

            img {
                height: 100px;
                border-radius: 50%;
                margin-right: 10px;
                width: 100px;
                object-fit: cover;
            }

            .member-info {
                h5 {
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 5px;
                    margin-left: 0px;
                    font-size: 20px;
                    font-weight: bold;
                }

                &:hover {
                    text-decoration: none;
                }

                p {
                    font-size: 16px;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 0px;
                    margin-left: 0px;
                }
            }
        }
    }
}

.row.strategic-approach {
    justify-content: center;
    gap: 0px;

    h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 36px !important;
        font-weight: 700;
        line-height: 38px;
        color: black !important;

        &:after {
            display: none;
        }
    }

    p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
}

.heading-content {
    h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 36px !important;
        font-weight: 700;
        line-height: 38px;
        color: black !important;

        &:after {
            display: none;
        }
    }
}

.heading-content-h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 38px;
    color: black !important;
    display: inline;

    &:after {
        display: none;
    }
}

.heading-content-h2.text-light,
h2.champion-section.text-light {
    color: white !important;
}

.paragraph-content {
    p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
}

.row.remove-gap {
    gap: 0px;
}

.building-program-cards {
    margin-top: 20px;

    .card {
        height: 250px;
    }
}

.columnBlockLayout:has(.champion-section) {
    padding: 10px 0 0 0px;
}


.row.sectionBlockLayout.champion-members {
    margin-right: 0px !important;
}

.row.sectionBlockLayout.champion-members.set-in-about.text-start {
    padding-top: 10px;
}

.wrapper-body:has(.champion-members) {
    min-height: unset !important;
}

.Sector_Indicators_Div h3 {
    margin-bottom: 0
}

/* Responsive */
@media(max-width:1000px) {
    .sectionBlockLayout.champion-members {
        .card {
            height: unset !important;
        }

    }
}

@media(max-width:1400px) {

    .timeline-content.p-4.bg-light.shadow-lg {
        height: 350px;
    }

    .columnBlockLayout {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media(min-width:900px) and (max-width:1024px) {
    .sectionBlockLayout {
        .col {
            .card {
                .card-body {
                    h3.card-title {
                        a {
                            line-height: 18px;
                            font-size: 18px !important;

                        }
                    }
                }
            }
        }
    }
}

@media(min-width:768px) and (max-width:900px) {
    .sectionBlockLayout {
        .col {
            .card {
                .card-body {
                    h3.card-title {
                        a {

                            font-size: 14px !important;
                            line-height: 16px;

                        }
                    }
                }
            }
        }
    }

}


@media(min-width:768px) and (max-width:1024px) {
    .building-program-cards {
        .card {
            height: 270px !important;
        }
    }

    .top-bar {
        height: 74px;


        .navbar-brand {
            .xrm-editable-html.xrm-attribute {
                .xrm-attribute-value {
                    a {
                        img {
                            width: 60px !important;
                            height: 25px !important;
                        }

                        h1 {
                            font-size: 16px !important;
                        }
                    }

                }

            }
        }

        .right-section {
            a {

                font-size: 14px;
                margin: 0 12px 0 0 !important;

                span.glyphicon.fa-solid.fa-magnifying-glass {
                    font-size: 14px;
                }

                i {
                    font-size: 14px;
                }

            }

        }

    }
}

@media(min-width:375px) and (max-width:768px) {
    .row.sectionBlockLayout.champion-members.set-in-about.text-start {
        .container {
            .row {
                .col.col-xl-4.col-lg-4.col-md-12.col-sm-12.col-xm-12.champion-card-design {
                    .card-img-top {
                        max-width: unset;
                    }
                }
            }
        }
    }

    .sectionBlockLayout {
        .columnBlockLayout {
            h2 {
                font-size: 30px !important;
            }
        }
    }

    .heading-content {
        h2 {
            font-size: 30px !important;
        }
    }

    .heading-content-h2 {
        font-size: 30px !important;
    }

    .container.empowering-syrian {
        h2 {
            font-size: 30px !important;
        }

    }

    .sectionBlockLayout h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px
    }

    .top-bar {
        gap: 0px !important;
        height: 100px;
        flex-direction: column;

        .navbar-brand {
            padding: 0;

            .xrm-editable-html.xrm-attribute {
                .xrm-attribute-value {
                    a {
                        img {
                            width: 60px !important;
                            height: 25px !important;
                        }

                        h1 {
                            font-size: 16px !important;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width:280px) and (max-width:425px) {
    .row.sectionBlockLayout.champion-members.text-start {
        .container {
            .col.col-xl-4.col-lg-4.col-md-12.col-sm-12.col-xm-12.champion-card-design {
                .card.h-100 {
                    .card-body {
                        h3.card-title {
                            a {
                                font-size: 20px !important;
                                line-height: 20px
                            }

                        }

                        p {
                            line-height: 20px
                        }
                    }

                }
            }

        }
    }

    .container.adjest-people-page {
        .card {
            img.card-img-top {
                border-radius: 100px;
                object-fit: cover !important;
                height: 70px !important;
                width: 70px !important;
                margin-right: 5px;
            }
        }
    }

    .shadow.border.rounded {
        .heading-content-h2 {
            font-size: 24px !important;
        }
    }

    .timeline-content.p-4.bg-light.shadow-lg {
        height: 400px;
    }

    .champion-section.text-light {
        display: block;
    }

    .columnBlockLayout {
        h2.champion-section.text-light {
            text-align: center !important;
            font-size: 34px !important;
            display: block;
            line-height: 37px;
        }
    }

    .champion-members {
        .card {
            img {
                height: 70px !important;
                width: 70px !important;
            }

        }
    }

    .building-program-cards {
        .card {
            height: 300px;
        }
    }

    .sectionBlockLayout {
        .columnBlockLayout {
            h2 {
                font-size: 24px !important;
                line-height: 24px;
            }
        }
    }

    .heading-content {
        h2 {
            font-size: 24px !important;
            line-height: 24px;
        }
    }

    .heading-content-h2 {
        font-size: 24px !important;
        line-height: 24px;
    }

    .container.empowering-syrian {
        h2 {
            font-size: 24px !important;
            line-height: 24px;
        }

    }

    .sectionBlockLayout h2 {
        font-size: 24px !important;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px
    }

    .top-bar {
        height: 120px !important;
        display: flex;
        flex-direction: column;
        gap: 2px;

        .navbar-brand {
            .xrm-editable-html.xrm-attribute {
                .xrm-attribute-value {
                    a {
                        img {
                            display: flex;
                            justify-self: center;
                            margin-bottom: -5px !important;
                        }

                        h1 {
                            display: flex;
                            font-size: 14px !important;
                            line-height: 0px !important;
                        }

                        ;
                        line-height: 1;
                    }

                }

            }
        }

        .right-section {

            a {

                font-size: 14px;
                margin: 0 12px 0 0 !important;

                span.glyphicon.fa-solid.fa-magnifying-glass {
                    font-size: 14px;
                }

                i {
                    font-size: 14px;
                }

            }

        }

    }
}


@media(min-width:280px) and (max-width:575px) {

    .row.adjest-responsive,
    .people-section {
        display: block !important;
    }

    .row.sectionBlockLayout.champion-members.set-in-about.text-start {
        .container {
            .row {
                .col.col-xl-4.col-lg-4.col-md-12.col-sm-12.col-xm-12.champion-card-design {
                    min-width: 100%;

                    .card-img-top {
                        max-width: unset;
                    }
                }
            }
        }
    }
}

@media(max-width:575px) {
    .row.sectionBlockLayout.padding-handle-half.text-start.gcbp-section-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .row.sectionBlockLayout.gcbp-section-7 {
        h2.heading-content-h2.mt-0.text-center {
            margin-bottom:0px;
            marging-top:10px;
        }
    }
    
    
    
    .col-lg-12.columnBlockLayout.mb-5 {
        margin-left: 20px !important;
        margin-bottom: 20px !important;
    }
    .row.sectionBlockLayout.text-start.sppr-section-23 {
        padding-left: 15px;
        padding-right: 10px;
    }

    .row.sectionBlockLayout.text-start.sppr-section-1 {
        .heading-content-h2.mt-5 {
            margin-top: 40px !important;
            line-height: 30px;
        }
    }

    .container.empowering-syrian.mt-4.mb-5.sppr-section-5 {
        margin-bottom: 10px !important;
    }
}


.container.adjest-people-page {
    img.card-img-top {
        border-radius: 100px;
        object-fit: cover !important;
        height: 124px !important;
        width: 124px !important;
        margin-right: 5px;
    }


    .card {
        .card-body {

            .card-title {
                text-align: left;
                color: white;
                font-weight: 700;
                font-size: 28px;
                line-height: 32px;
            }

            .card-text {
                strong {
                    font-size: 14px;
                    text-align: start;
                    font-weight: 400;
                    line-height: 24px
                }
            }


            width:1px;
        }
    }
}

.columnBlockLayout.sbp-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.row.sectionBlockLayout.h1-margen-adjes {
    h2 {
        margin-top: 5px !important;
    }
}

.padding-handle {
    padding: 40px 0px;
}

.padding-handle-half {
    padding: 20px 0;
}




.row.sectionBlockLayout.pt-0.pb-3.text-start.sppr-section-12 {
    padding-bottom: 40px !important;
}

.row.sectionBlockLayout.text-start.padding-handle.gcbp-section-3 {
    padding: 60px 0px;
}

.row.sectionBlockLayout.text-start.padding-handle.gcbp-section-4 {
    padding: 20px 0 0px 0 !important;
}

.row.sectionBlockLayout.text-start.gcbp-section-5 {
    .container.padding-handle-half {
        padding-bottom: 40px !important;
    }
}

.row.sectionBlockLayout.text-start.hrp-section-3 {
    padding: 50px 0 50px 0 !important;
}

.row.sectionBlockLayout.text-start.hrp-section-5 {
    padding-bottom: 30px !important;
}

/* about */
.row.sectionBlockLayout.text-left.about-section-1 {
    .col-md-12.columnBlockLayout {
        padding: 0;
        margin: 10px 0 20px 0;
    }
}



.row.sectionBlockLayout.text-left.about-section-2 {
    .col-md-12.columnBlockLayout {
        margin: 20px 0 0 0;
    }

    .row.g-4.strategic-approach {
        margin-bottom: 0px !important;
    }
}





.row.about-section-5 {
    margin-bottom: 0px !important;

    section.py-5.heading-content {
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }
}

.row.sectionBlockLayout.champion-members.set-in-about.text-start.about-section-7 {
    padding-top: 20px;
}



section.board-section.pt-5.about-board-section {
    padding: 30px 0 20px 0 !important;
}

.row.sectionBlockLayout.champion-members.set-in-about.text-start.about-section-7 {
    margin-bottom: 0;
}