html {

    scroll-behavior: smooth;
}

body {
    font-family: 'Avenir', sans-serif;
}

header .nav-link {
    color: #000;
    font-weight: 500;
}

header .nav-link:hover,
header .dropdown-item:hover {
    color: #023A53;
}

header .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.read-more-button {
    background-color: #1FAFD1;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 0;
    font-weight: 500;
}

.read-more-button:hover {
    background-color: #159ab8;
}

.footer-section {
    background-color: #023A53;
    color: #ccc;
    font-size: 15px;

    img {
        height: 60px !important;
        width: 100%;
        object-fit: contain;
        object-position: left;
    }

    i {
        color: #aaa;

    }

    .frame {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 1rem !important;
        font-size: 0.85rem;
    }

    li a {
        color: #9cbbc2 !important;
        text-decoration: none;
        display: block;
        margin-bottom: 6px;
    }

    li p {
        color: #9cbbc2 !important;
        text-decoration: none;
        display: block;
        margin-bottom: 6px;
    }

    li .footer-link:hover {
        color: #fff;
    }

    ul {
        margin-top: 40px;
        list-style: none;
        padding-inline-start: 0px;

        p {
            color: #9cbbc2;
        }

        li {
            color: #9cbbc2;

        }
    }
}






.newsletter-input {
    max-width: 400px;
    margin: auto;
}

.hero-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
    color: white;
    overflow: hidden;
}

.hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, rgba(2, 58, 83, 0.9), rgba(0, 76, 153, 0));
    z-index: 1;
}

.hero-section>div {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: bold;
    font-size: 2.5rem;
}

.hero-section p {
    font-size: 1.25rem;
    color: #BFBFBF;
}


.carousel-item {
    height: 100%;
}


#heroCarousel {
    height: 750px;
    overflow: hidden;
}

.carousel-item {
    height: 750px;
    position: relative;
}

.carousel-image {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, rgba(2, 58, 83, 0.9), rgba(0, 76, 153, 0));
    z-index: 1;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: left !important;
    padding-bottom: 50px;
}


.carousel-caption h1 {
    font-size: 4rem;
    font-weight: bold;
    width: 100%;
}

.carousel-caption p {
    font-size: 1.25rem;
    width: 100%;
}

.Founder {
    background: #EFFCFF;
    margin-top: 100px;
    min-height: 400px;
}

.artile-tease {
    h2 {
        font-size: 2rem
    }

    h5 {
        font-size: 1.25rem;
    }
}

.Founder-title {
    width: 70%;
    font-size: 35px;
    font-weight: bold;
    color: #1FAFD1;
    margin-bottom: 40px;
    line-height: 1;
}

.Founder-message {
    margin-bottom: 40px;
}

.read-more-button {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    background: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.read-more-button .arrow {
    font-size: 16px;
}

.read-more-button:hover {
    background-color: #1FAFD1;
    color: white;
}


.Intro-title {
    width: 70%;
    font-size: 35px;
    font-weight: bold;
    color: #1FAFD1;
    margin-bottom: 40px;
    line-height: 1;
}

.Intro-span {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.whoweare p {
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 40px;
}

.container {
    width: 75%;
}

.news-section {

    margin-top: 100px;
    margin-bottom: 100px;

    img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .twitter-section {
        .card-body {
            padding-top: 0px !important;
        }
    }

    .frame {
        padding-top: 0px;
    }

    .card {
        border: none
    }

    .card-body {
        padding: 15px 0px;
    }

    .news-title {
        font-size: 30px;
        font-weight: normal;
        color: #023A53;
        margin-bottom: 0px;
        padding: 30px 0px;
    }

    .card-title {
        color: #1FAFD1;
        padding: 10px 0px;
        font-size: 1rem;
        font-weight: bold;
    }
}




/* Content box centered in image */



.partner {
    .partner-title {
        font-size: 30px;
        font-weight: normal;
        color: #023A53;
        padding: 30px 0px;
    }
}

.newsletter {
    background-color: #EFFCFF;
    padding-top: 80px;
    padding-bottom: 80px;

    h5 {
        font-size: 30px;
        padding: 20px 0px;
        margin-bottom: 20px;
        line-height: 1.5;
        font-weight: bold;
    }

    h2 {
        display: none;
    }

    label {
        display: none;
    }

    form {
        max-width: 600px;
        margin: 0 auto;
        height: 60px;
        display: flex;
    }

    .form-element-email {
        width: 85%;
        height: 100%;

        input {
            border-radius: 0;
            border-right: none;
            width: 100%;
            padding: 20px 30px;
            border: none;
            height: 100%
        }

        input:focus {
            outline: none;
        }
    }

    .form-actions {
        width: 15%;
        margin-top: 0px;

        nav {
            height: 100%;
        }

        button {
            background-color: #1FAFD1;
            color: white;
            border-radius: 0;
            height: 100%;
            border: none;
            width: 100%;
            ;

        }
    }
}

.newsletter-input {
    max-width: 600px;
    margin: 0 auto;
    height: 60px;

    input {
        padding: 20px 30px;
        border: none
    }
}

.newsletter-input .form-control {
    border-radius: 0;
    border-right: none;
    width: 75%;
}

.btn-custom {
    background-color: #1FAFD1;
    color: white;
    border-radius: 0;
    padding: 0 25px;
    border: none;
}

.btn-custom:hover {
    background-color: #17a0c4;
}

footer {
    background-color: #063847;
    color: white;
    padding: 40px 0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.social-icons i {
    font-size: 1.2rem;
    margin-right: 10px;
}

.story {

    .bg-light-blue {
        background-color: #EFFFFF;
    }

    .nav-tabs .nav-link {
        border: none;
        font-weight: 500;
        color: #888;
        background-color: transparent;
        display: grid;
    }

    .nav-tabs .nav-link.active {
        color: #1FAFD1;
        border-bottom: 2px solid #1FAFD1;
        background-color: transparent;
    }

    .story-title {
        font-size: 30px;
        font-weight: normal;
        color: #023A53;
        padding: 30px 0px;

    }

    .tab-img {
        height: 300px;
        background-color: white;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .tab-body {
        p {
            line-height: 2
        }
    }
}

.story-box {
    img {
        height: 20px !important;
        width: 20px !important;
        object-fit: contain !important;
        margin-bottom: 0px !important;
    }

    h2 {
        font-size: 30px !important;
        color: white !important;
    }

    .border-end {
        border-right: 1px solid #ccc !important
    }

}

.mission-vision {
    background: #EFFCFF;
    margin-top: 50px;

    .mv-img {
        img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }
    }

    .mv-title {
        font-weight: bold;
        color: #023A53;
    }

    .mv {
        p {
            line-height: 1.8;
            font-size: 16px;
        }
    }
}

.principles {
    .nav-pills .nav-link {
        font-weight: 500;
        color: #666;
        text-align: left;
        border-left: 3px solid transparent;
        border-radius: 0;
        padding: 10px 15px;
    }

    #scrollableContent {
        height: 400px;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

    .nav-pills .nav-link.active {
        background-color: transparent;
        color: #023A53;
        border-left: 3px solid #1FAFD1;
    }

    .tab-content {
        height: 450px;
        overflow-y: auto;


        h5 {
            color: #023A53;
            font-size: 25px;
        }

        p {
            font-size: 16px;
            line-height: 1.8;
        }
    }
}
.r-1awozwy {
    display: none !important;
}

.twitter-card {
    border: 1px solid #e1e8ed;
    border-radius: 16px;
    padding: 16px;
    background-color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 600px;
    margin: auto;
}

.twitter-card .username {
    font-weight: bold;
}

.twitter-card .handle,
.twitter-card .date {
    color: #657786;
    font-size: 0.875rem;
}

.twitter-card .tweet-text {
    font-size: 1rem;
    line-height: 1.5;
    margin: 12px 0;
}

.twitter-card .tweet-footer {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-top: 10px;
}

.twitter-card .tweet-footer i {
    color: #657786;
    font-size: 1rem;
    cursor: pointer;
}

.twitter-card a {
    color: #1DA1F2;
    text-decoration: none;
    font-size: 0.875rem;
}

.article p {
    text-align: justify;
}

.article h3 {
    font-size: 35px;
    font-weight: normal;
}

.article .time {
    background-color: #D0F6FF;
    color: #1FAFD1;
    margin-bottom: 50px !important;
}

.new-aricle small {
    font-size: 18px;
}

.newsletter-article {
    background: #EFFCFF;
    border: none;
    padding: 50px 40px !important;
}

.newsletter-article p {
    font-size: 20px;
}

.athor {
    margin-top: 200px;
}

.artile-tease {
    height: 200px;
    background: #E9F7FA;
    color: #023A53;
}

.partner-gif {
    width: 100%;
    height: auto;
}

.footer-section img {
    height: 100px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    height: 100px;
    object-fit: contain
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 1.5rem !important;
    position: relative !important;
}

.slick-dots li {
    margin: 0 6px;
}

.slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.slick-dots li button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 3px solid #BDBDBD;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button::before,
.slick-dots li:hover button::before {
    border-color: #003F82;
    transform: scale(1.3);
}

.bio-section-custom {
    background: #e6f4fa;
    padding: 64px 0 48px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.bio-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 75%;
    margin: 0 auto;
    gap: 48px;
}

.bio-text-col {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 340px;
    max-width: 600px;
    position: relative;
}

.bio-heading {
    width: 326;
    height: 56;
    opacity: 1;
    font-family: Avenir;
    font-weight: 400;
    font-style: Roman;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 32px;
    color: #223b4c;
}


.bio-name-custom {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a7fa5;
    margin-top: 32px;
    margin-bottom: 0;
}

.bio-role-custom {
    font-size: 1.08rem;
    color: #6a7b8c;
    margin-bottom: 18px;
}

.bio-arrows {
    margin-top: 32px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.arrow-left,
.arrow-right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: #223b4c;
    font-size: 1.3rem;
    box-shadow: 0 1px 4px #0001;
    cursor: pointer;
    transition: background 0.2s;
}

.arrow-left:hover,
.arrow-right:hover {
    background: #d0eaf5;
}

.bio-img-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
    justify-content: flex-start;
    min-width: 340px;
    max-width: 600px;
    position: relative;
}

.bio-img-bg {
    background: #c6e7f5;
    border-radius: 18px;
    width: 450px;
    height: 350px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.bio-img-custom {
    width: 480px;
    height: 480px;
    object-fit: cover;
    border-radius: 0 0 18px 18px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    box-shadow: none;
}

.bio-slider {
    position: relative;
}

.bio-slide {
    display: none;
    min-height: 400px;

    p {
        margin-bottom: 18px;
        color: #223b4c;
        font-family: Avenir;
        font-weight: 500;
        font-style: Medium;
        font-size: 17.11px;
        line-height: 30px;
        letter-spacing: 0.26px;
        text-align: justify;
        vertical-align: middle;
    }
}

.bio-slide.active {
    display: block;
}

.awards-section {
    padding: 43px 0 0px;


    p {
        font-family: Avenir;
        font-weight: 500;
        font-style: Medium;
        font-size: 17.11px;
        leading-trim: none;
        line-height: 2;
        letter-spacing: 0.26px;
        text-align: justify;
        padding-right: 70px;
    }
}

.section-title {
    font-family: Avenir;
    font-weight: 400;
    font-style: Roman;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    margin: 40px 0 18px;
}

.awards-date {
    font-family: Avenir;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.26px;
    text-align: justify;
    margin-bottom: 30px;
}

.awards-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 2px 12px #0001;
}

.speeches-section {
    padding: 32px 57px;
    background-color: #e6f4fa;
}

.speeches-section .speech-item {
    background: transparent;
    padding: 18px 22px;
    min-width: 220px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.speeches-section .speech-title {
    font-family: Avenir;
    font-weight: 800;
    font-size: 17.11px;
    line-height: 24px;
    letter-spacing: 0.26px;
    vertical-align: middle;
    color: #023A53;
    word-break: break-all;

}

.speeches-section .filelink-item {
    display: block !important;
    /* reset from flex */
    width: 100% !important;
}

.speeches-section .speech-date {
    font-family: Avenir;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.26px;
    text-align: justify;
    vertical-align: middle;
    color: #6a7b8c;
    margin-bottom: 1px;
}

.speech-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1FAFD12B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination-number {
    font-family: Avenir;
    font-weight: 500;
    font-size: 16px;
    color: #777E91;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.highlights-section {
    .frame {
        height: 100%;
    }

    .frame-group-container {
        height: 100%;
    }

    .frame-group-inner {
        height: 100%;
    }

    .frame-container {
        height: 100%;
    }

    .frame-inner {
        height: 100%;
    }
}

.story {

    .bg-light-blue {
        background-color: #EFFFFF;
    }

    .nav-tabs .nav-link {
        border: none;
        font-weight: 500;
        color: #888;
        background-color: transparent;
        display: grid;
    }

    .nav-tabs .nav-link.active {
        color: #1FAFD1;
        border-bottom: 2px solid #1FAFD1;
        background-color: transparent;
    }

    .story-title {
        font-size: 30px;
        font-weight: normal;
        color: #023A53;
        padding: 30px 0px;

    }

    img {
        height: 300px;
        background-color: white;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    p {
        line-height: 2.3
    }

    .frame-layout-text-pic-tab {
        .textpic-gallery {
            width: calc(40% - (40px / 2));
            ;
        }

        .textpic-text {
            width: calc(60% - (40px / 2));
            ;

        }
    }
}

.story-box {
    img {
        height: 20px !important;
        width: 20px !important;
        object-fit: contain !important;
        margin-bottom: 0px !important;
    }

    h2 {
        font-size: 30px !important;
        color: white !important;
    }

    .border-end {
        border-right: 1px solid #ccc !important
    }

}

.impact {
    position: relative;
    min-height: 400px;
    display: flex;


    .impact-overlay {
        position: relative;
        flex: 1;
        /* fill parent */
        height: 100%;

        .impact-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

        .impact-content-box {
            z-index: 2;
            position: relative;
            width: 100%;
            margin: auto;
            padding: 60px 120px;
            text-align: center;

            .impact-title {
                font-weight: normal;
            }

            .impact-paragraph {
                font-size: 16px;
                text-align: justify;
                line-height: 1.8;
            }

            h2 {
                color: #C3EEF8;
                font-weight: bold;
                font-size: 45px;
            }

            .impact-box p {
                font-size: 1rem;
                font-weight: 500;
            }

            img {
                height: 40px;
                width: auto;
                margin-bottom: 10px;
            }
        }
    }

    .impact-overlay::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(2, 58, 83, 0.8), rgba(2, 58, 83, 0.9));
        /* blue gradient */
        z-index: 1;

    }
}

#tabMenu ol li::before {
    content: counter(custom-counter) ". ";
    color: #b1b1b1;
    font-weight: normal;
    margin-right: 5px;
}

.icon {
    font-size: 50px;
    color: #CCF5FF;
}

.highlight {
    font-weight: 600;
    font-size: 3rem;
    background: linear-gradient(to right, #00a6c0, #093c4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-tab {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ccf5ff4a;
    padding: 4rem 4rem;
}

.description {
    font-size: 1.1rem;
    margin-top: 1rem;
    color: #093c4c;
}


.objective-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    /* 34px radius + 10px padding on each side */
    height: 48px;
    border-radius: 50%;
    background: #1FAFD1;
    color: #000;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    font-size: 17.11px;
    line-height: 30px;
    letter-spacing: 0.26px;
}

.genera-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.structure-tab {
    .container {
        width: 100%
    }

    .container2 {
        width: 75%;
        margin: auto
    }

}

.frame-layout-tab-header {
    p {
        text-align: center;
        margin-top: 1rem;
        color: #023A53;
    }

    .element-header {
        color: #8bb6c6;
        font-size: 0.95rem;
        text-align: center;
        margin-top: 1rem;
    }

    .frame-header {
        order: 2
    }

    .frame-inner {
        display: flex;
        flex-direction: column;
    }

}


.committees {
    .team-img {
        height: 250px;
        width: 100%;
        object-fit: contain;
    }

    p {
        color: #1FAFD1;
    }
}

.frame-layout-exec-image {
    img {
        height: auto
    }
}

.frame-layout-terminolody-text {
    padding: 100px 400px;

    h2 {
        font-size: 20px;
        color: #1FAFD1;
        padding: 20px 0px;
    }

    strong {
        font-weight: bold;
    }

    p {
        font-size: 16px;
        line-height: 2;
    }
}


.tab h2 {
    font-size: 20px;
    color: #1FAFD1;
    padding: 20px 0px;

    strong {
        font-weight: bold;
    }

}

.tab h3 {
    margin-bottom: 20px;

    span {

        font-size: 23px;
        color: #023A53;
        padding: 0px 0px;
        font-weight: bold;
    }

}

.tab p {
    font-size: 16px;
    line-height: 2;

    strong {
        color: #1FAFD1;

    }

}

.tab li {
    font-size: 16px;
    line-height: 1.8;

}


.achievements {
    .tab-content {
        height: 450px !important;
    }
}


.achievements {
    .achievement-tab li {
        display: flex;
    }

    .frame {
        padding-top: 0px;
        padding-bottom: 0px
    }

    #tabMenu p {
        color: #1FAFD1;
    }

    .achievement-tab .nav-link {
        padding: 0px !important;
    }

    .achievement-tab .nav-pills .nav-link {
        color: #b1b1b1;
    }


    #tabMenu ol li {
        counter-increment: custom-counter;
        list-style: none;
        margin-bottom: 20px !important;
    }

    #tabMenu ol li::before {
        content: counter(custom-counter) ". ";
        color: #b1b1b1;
        /* Change this to any color you want */
        font-weight: normal;
        margin-right: 5px;
    }

    .nav-pills .nav-link.active {
        color: #023A53;
        border-bottom: 0px !important;
        border: none;
        border-left: 0px !important;
        background-color: transparent;
    }

    #tabMenu ol li .nav-link.active::before {
        color: #023A53;
    }

    #scrollableContent {
        min-height: 600px;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

    .tab-content {
        height: 450px;
        overflow-y: auto;

        img {
            width: 100%;
        }

        h5 {
            color: #023A53;
            font-size: 25px;
        }

        p {
            font-size: 16px;
            line-height: 1.8;
        }
    }
}

#tabMenu ol {
    list-style-position: inside;
    padding-left: 0;
    counter-reset: custom-counter;
}

#tabMenu ol li {
    counter-increment: custom-counter;
    list-style: none;
    margin-bottom: 10px;
}

#tabMenu ol li::before {
    content: counter(custom-counter) ". ";
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

.achievement-tab li {
    display: flex;
}

.achievement-tab .nav-link {
    padding: 0px !important;
}

.achievement-tab .nav-pills .nav-link {
    color: #b1b1b1;
}

#tabMenu ol li::before {
    content: counter(custom-counter) ". ";
    color: #b1b1b1;
    font-weight: normal;
    margin-right: 5px;
}

.icon {
    font-size: 50px;
    color: #CCF5FF;
}


/* Reports List Section */
.reports-list-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.reports-list {

    border-radius: 8px;
    overflow: hidden;
}

.reports-list .report-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000000F;
    padding: 1rem 0.5rem 1rem 0.5rem;
}

.reports-list .report-row:last-child {
    border-bottom: none;
}

.reports-list .report-link {
    color: #1FAFD1;
    text-decoration: none;
    font-size: 1rem;
    word-break: break-all;
}

.reports-list .report-link:hover {
    text-decoration: underline;
}

.reports-list .download-btn {
    border: 1px solid #023A53;
    color: #023A53;
    background: none;
    border-radius: 0;
    padding: 4px 18px;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none
}

.reports-list .download-btn:hover {
    background: #1FAFD1;
    color: #fff;
    text-decoration: none;
}

.newsroom-download {
    padding: 10px 20px;
    border: 1px solid black;
    text-decoration: none;

}

.news-img {
    width: 100% !important;
    height: 435px !important;
    object-fit: cover !important;
}

.news-section .row.g-5 {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 6rem;
}

.event-title {
    font-weight: 500;
    font-size: 16px;
    color: #1FAFD1;
}

.events {

    background-color: #EFFCFF;
    padding-top: 80px;
    padding-bottom: 80px;

    h5 {
        font-size: 30px;
        padding: 20px 0px;
        margin-bottom: 20px;
        line-height: 1.5;
        font-weight: bold;
    }

    label {
        display: none;
    }

    .form-element {
        width: 100%;
        height: 100%;

        input {
            height: 60px;
            padding: 0 20px;
            border: none;
            font-size: 1rem;
            border-radius: 10px;
        }

        input:focus {
            outline: none;
        }
    }

    button {
        height: 40px;
        font-size: 1rem;
        border-radius: 0px;
        background: none;
        border: 1px solid black;
        color: black;
    }

    button:hover {
        border: 1px solid #1FAFD1;
        color: #1FAFD1;
    }

    .register-img {
        height: 250px;
        object-fit: cover;
    }

    .frame {
        padding-top: 0px !important
    }

}

.event-details svg {
    margin-right: 8px;
    vertical-align: middle
}

.event-details li {
    font-size: 14px;
}

.news {
    margin-top: 100px;
    margin-bottom: 100px;

    img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .card {
        border: none
    }

    .card-body {
        padding: 15px 0px;
    }

    .news-title {
        font-size: 30px;
        font-weight: normal;
        color: #023A53;
        padding: 30px 0px;
    }

    .card-title2 {
        color: #1FAFD1;
        font-weight: bold;
        font-size: 16px
    }
}

.read-more {
    font-size: 16px;
    font-weight: 600;
    color: #023A53;
    text-decoration: none;
    transition: color 0.3s ease;
}

.newsroom-download {
    padding: 10px 20px;
    border: 1px solid black;
}

.frame-layout-media-gallery {
    .gallery-row {
        justify-content: space-between;
        row-gap: 2rem;
    }

    .gallery-item {
        width: 31%
    }
}

.frame-layout-contact {
    h2 {
        font-size: 40px;
        font-weight: normal;
        color: #023A53;
        margin-bottom: 0px;
        padding: 30px 0px;
        font-weight: bold;
    }

    .frame-group-container {
        padding: 50px 300px
    }

    label {
        display: none;
    }

    .form-element {
        width: 100%;
        height: 100%;

        input {
            height: 60px;
            padding: 0 20px;
            border: 1px solid #063847;
            font-size: 1rem;
            border-radius: 0px;

        }

        textarea {
            height: 100px;
            padding: 20px 20px;
            border: 1px solid #063847;
            font-size: 1rem;
            border-radius: 0px;

        }

        input:focus {
            outline: none;
        }
    }

    button {
        height: 40px;
        font-size: 1rem;
        border-radius: 0px;
        background: none;
        border: 1px solid #063847;
        color: #063847;
    }
}

.frame-type-news_newsdetail {
    .news-list-date {
        background-color: #D0F6FF;
        color: #1FAFD1;
        margin-bottom: 50px !important;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        border-radius: 50rem;
        font-size: 0.8rem;
    }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.25rem;
}
.cards-number{
    .card-item:nth-child(3) div{
        border-right:none!important
    }
    .card-item:nth-child(8) div{
        border-right:none!important
    }
}