@font-face {
    font-family: 'Frutiger';
    src: local('Frutiger'), url('assets/font/Frutiger.woff') format('woff');
}


@font-face {
    font-family: 'Frutiger Bold';
    src: local('Frutiger Bold'), url('assets/font/Frutiger_bold.woff') format('woff');
}

:root {
    --primary-color: #004d40;
    --secondary-color: #949300;
    --hover-color: #00352f;
    --text-color: #333;
    --background-color: #f9f9f9;
    --card-background: #f4f4f4;
    --footer-background: #004d40;
    --footer-text-color: #fff;
    --mainSpace: 80px;
}

img {
    max-width: 100%;
}
body {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: .027em;
    background: #ffffff;
}

.container {
    max-width: 1300px !important;
}

.container-fluid {
    max-width: 1600px;
}

.navbar {
    background: var(--background-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.navbar-nav {
    gap: 20px;
    margin: 0;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.active {
    background: var(--primary-color);
    color: #fff !important;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color);
}

.dropdown-toggle::after {
    margin-left: 5px;
}

.btn-sign-in {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-sign-in:hover {
    background: var(--hover-color);

}

.lang .nav-link {
    height: 100%;
    position: relative;
}

.lang .nav-link:before {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, transparent, var(--primary-color) 50%, transparent);
}

.BackGeoundIMageWithText {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: #111;
}

.BackGeoundIMageWithText .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

.BackGeoundIMageWithText .image h1 {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 40px 120px;
    bottom: -7px;
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 700;
    font-size: 6em;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.432px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(0deg, rgb(26 89 54), rgba(0, 0, 0, 0));
    margin: 0;
}

.BackGeoundIMageWithText .image h1 span {
    max-width: 140px;
}

@media screen and (max-width: 768px) {
    .BackGeoundIMageWithText .image h1 {
        font-size: 3em;
        padding: 30px;
    }
}

.BackGeoundIMageWithText .textContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}

.BackGeoundIMageWithText .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, rgb(255 255 0 / 20%), rgb(148 147 0 / 10%), rgb(0 77 64 / 80%));
    z-index: 3;
}

.BackGeoundIMageWithText .image.no:before {
    display: none;
}

video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    object-fit: cover;
    object-position: right center;
}


.BackGeoundIMageWithText .textContent h1 {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4em;
    margin-bottom: 30px;
    filter: drop-shadow(-1px 2px 2px #071c15);
}

.BackGeoundIMageWithText .textContent p {
    color: #fff;
}

.BackGeoundIMageWithText,
.objective,
.PastSpeakers,
.videoGallery,
#PastEvents {
    padding: var(--mainSpace) 0;
}

.objective .content {
    color: #000;
    width: 80%;
    text-align: justify;
}

.secondTitle {
    font-family: 'Frutiger Bold';
    font-size: 60px;
    color: var(--primary-color);
    margin: 0;
    padding: 50px 0;
}

.objective .images {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.objective .images img {
    /* background-color: #ffffff; */
    /* padding: 5px; */
    /* box-shadow: 0 0 10px #ddd; */
    border-radius: 30px;
}

/*
.objective .images img:nth-child(2) {
    position: relative;
    bottom: 70px;
    left: 100px;
    margin-bottom: -45px;
    border-radius: 10px 50px;
}
*/
.Participate .textContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background: url(assets/images/Participate-2.png) no-repeat top right;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    background-size: cover;
}

.Participate .textContent .ReadyTo {
    font-size: 80px;
}

.Participate .textContent .Participate {
    font-size: 100px;
    font-weight: 600;
}

.Participate .textContent .btn {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px 40px;

}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 100%;
    transition: transform 0.3s ease;
    position: relative;
    min-height: 300px;
}

.custom-card:hover {
    transform: scale(1.05);
}

.card-image {
    position: relative;
    cursor: pointer;

}

.card-image img {
    width: 100%;
    min-height: 300px;
    height: auto;
    display: block;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 77, 64, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card-image:hover .overlay {
    opacity: 1;
}

.overlay i {
    color: white;
    font-size: 2em;
}

.card-content {
    padding: 15px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.5%, #005938 92.5%);
    color: #fff;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}

.card-date {
    color: #ffffff;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.card-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.1em;
}

/* Swiper Container Styling */
#PastSpeakers {
    padding: 80px 40px;
    background-size: contain;
    position: relative;
}

#PastSpeakers:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, transparent 10%, #ffc33b, #fff8e7, #ffc33b, transparent 90%), linear-gradient(45deg, transparent 10%, #ffc33b, #fff8e7, #ffc33b, transparent 90%), linear-gradient(45deg, transparent 10%, #ffc33b, #fff8e7, #ffc33b, transparent 90%), linear-gradient(45deg, transparent 10%, #ffc33b, #fff8e7, #ffc33b, transparent 90%);
    z-index: 99;
}

.swiper .secondTitle {
    padding-bottom: 50px;
}

/* Swiper Slide Card Styling */
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    text-align: center;
    max-width: 400px;
    width: 100%;
    height: 250px;
    border-radius: 0;
    position: relative;
    background: linear-gradient(45deg, #eee -25%, #eee, #ffffff, #eee, #eee 125%);
    box-shadow: 3px 3px 0 #eee;
    overflow: hidden;
    text-align: center;
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 10%, #eee, transparent 90%) no-repeat top center;
    z-index: 99;
}

.card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 10%, #ddd, transparent 90%) no-repeat top center;
}

.card h5 {
    color: #004d40;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    background: radial-gradient(#eee 10%, transparent 50%) no-repeat top center;
    background-size: 200% 170px;
    background-position-y: -100px;
    margin: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card p {
    color: #004d40;
    font-size: 18px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    margin: 0;
    border-top: 2px solid #ddd;
}

/* 
.navigationEvent::after {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    font-size: 18px;

    padding: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    filter: drop-shadow(0 -1px 0 #005938) drop-shadow(0 1px 0 #005938) drop-shadow(1px 0 0 #005938) drop-shadow(-1px 0 0 #005938);
}

/* .swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #87CEEB;
    transform: scale(1.1);
} */

.swiper-button-prev,
.swiper-button-next {
    position: unset;
    top: 0;
}


/* Swiper Container Styling */
.swiperEvent {

    margin: 40px 0;
    position: relative;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    padding-bottom: 35px;


}

/* Event Slide Card Styling */
.swiperEvent .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

.swiperEvent .event-card {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.swiperEvent .event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* لضبط الصورة بحيث تملأ البطاقة بشكل جيد */
}

.swiperEvent .event-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.5%, #005938 92.5%);
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px;
    justify-content: end;
    min-height: 70%;
}

.swiperEvent .event-details p {
    font-size: 0.9em;
    margin: 0;
}

.swiperEvent .event-details h5 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 2.2em;
}

/* Swiper Navigation Buttons */
.swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    margin-top: 50px;
    position: relative;
    min-height: 70px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #111;
    font-weight: 900;
    background: #ccc;
    /* لون أزرار التنقل */
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #ddd;
    width: 60px;
    height: 60px;
}

.swiper-navigation a {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: #004d40;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #004d40;
}

.saveTheData {
    position: relative;
    padding: var(--mainSpace) 0;
}

.footer {
    background: var(--background-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px 0 0;
    text-align: center;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    min-height: 60px;
}

.footer .social-icons {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: var(--primary-color);
    font-size: 1.5em;
    transition: color 0.3s ease;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.footer .social-icons a:hover {
    color: var(--hover-color);
}

.footer p {
    color: var(--text-color);
    margin: 0;
}


@media (max-width: 1260px) {
    .navbar-nav {
        gap: 0px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-brand img {
        max-height: 25px;
    }

    .btn-sign-in {
        padding: 10px 15px;
        font-size: 14px;

    }
}

@media (max-width: 990px) {
    .lang .nav-link {
        border-left: none;
    }

    .BackGeoundIMageWithText .textContent {
        text-align: left;
        position: relative;
        padding: 40px;
        top: unset;
        left: unset;
        transform: unset;
    }

    .BackGeoundIMageWithText .textContent h1 {
        font-size: 40px;
    }

    .active {
        border-bottom: none;
    }

    .btn-sign-in {

        border-radius: 0;
    }

    .objective .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .objective .images {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .objective .images img {
        width: 70%;
        left: -20px;
        position: relative;
        padding: 4px;
    }

    .Participate .textContent {

        text-align: center;

    }

    .Participate .textContent .ReadyTo {
        font-size: 60px;
        margin: 0;
    }

    .Participate .textContent .Participate {
        font-size: 60px;
        font-weight: 600;
    }

    .secondTitle {
        font-size: 30px;
    }

    .footer {
        gap: 0;
        flex-direction: column;
    }

    .card-container {

        padding: 0 30px;
    }

    .objective .images img:nth-child(2) {
        bottom: 50px;
        left: 30px;
        margin-bottom: -20px;
    }

}

.swiperEvent .swiper-button-next,
.swiperEvent .swiper-button-prev {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #c1c1c1;
    color: #005938;
}

.videoGallery .row {
    flex-wrap: wrap;
    justify-content: center;
}

.videoGallery .row .col-md-4 {
    min-width: 300px;
    min-height: 288px;
}

.videoGallery .row .col-md-4 .card-container {
    padding: 0;
}

.w_btn,
.g_btn {
    width: 20%;
    min-width: 200px;
    border-radius: 1000px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-family: 'Frutiger Bold';
}

.g_btn {
    background: #00352f;
    position: relative;
    color: #fff;
    width: max(70%, 280px);
    font-family: 'Frutiger';
    padding: 1.5vh;
}

.flex_filter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 1300px;
    margin: auto;
}

.past_events_filter {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    position: absolute;
    right: min(15vw, 100px);
    top: 50px;
    background: #dbe1e0;
    padding: 10px;
}

@media (max-width: 1199px) {

    .past_events_filter {
        right: 10px;
    }
}

@media (max-width: 800px) {
    .BackGeoundIMageWithText {
        top: 60px;
        padding: 0;
    }

    .container-fluid {
        padding: 10px;
    }

    .flex_filter {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .past_events_filter {
        position: unset;
        right: unset;
        top: unset;
    }

    .Participate .textContent {
        background: url(assets/images/Participate.png) no-repeat top right;
    }
}


.past_events_filter .title,
.past_events_filter .filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-transform: capitalize;
}

.past_events_filter .title span {
    color: #004d40;
    text-transform: capitalize;
    font-family: 'Frutiger bold';
    font-size: 22px;
}

.past_events_filter .filter select {
    outline: none;
    border: none;
    background: #fff;
    padding: 5px 30px;
    color: #004d40;
    border-radius: 0 !important;
    text-transform: capitalize;
}

.past_events_filter .filter select option {
    color: #111;
    border-radius: 0 !important;
    text-transform: capitalize;
}

nav.navbar .navbar-brand {
    padding: 0;
}

.navbar-nav li a {
    padding: 2vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

a.nav-link.active:before {
    content: "";
    background: #949300;
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    min-width: 70px;
    height: 100%;
    filter: blur(10px);
    border-radius: 300px;
    opacity: .5;
    transition: all .3s;
}

.navbar-nav li a.nav-link.active:hover::before {
    background: #a6c50f;
}

.nav-link span {
    position: relative;
    z-index: 5;
}

.navbar-toggler {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    position: relative;
}


.navbar-nav .dropdown-menu {
    left: unset;
    right: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

#PastSpeakers .swiper {
    max-width: 1200px;
    padding: 15px;
    margin: auto;
}

#PastEvents {
    background: #ffffff;
}

#PastEvents .swiperEvent {
    /* max-width: min(1500px, 90vw); */
    padding: 15px;
    margin: auto;
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
    content: "";
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -8px;
}

.navbar-toggler-icon:after {
    top: 8px;
}

[aria-expanded="true"] .navbar-toggler-icon {
    background: none;
}

[aria-expanded="true"] .navbar-toggler-icon:before,
[aria-expanded="true"] .navbar-toggler-icon:after {
    top: 0;
    transform: rotate(45deg);
}

[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.navbar-toggler-icon {
    display: flex;
    background-image: none;
    width: 28px;
    height: 2px;
    position: relative;
    background: #fff;
}


.testimonials h2 {
    color: #1A5936;
    font-size: 2rem;
    font-weight: 700;
    margin: 45px 0;
    text-transform: uppercase;
    position: relative;
}

.testimonials h2 small {
    position: absolute;
    bottom: 120%;
    left: 0;
    font-size: 14px;
}


.year-section {
    position: relative;
    margin-bottom: 70px;

    h2 {
        color: #1A5936;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .past_events_filter {
        background: #eee;
        padding: 10px;
        margin: -10px 0 0;
        right: 30px;
        top: 0;


        .filter select {
            width: 100%;
        }
    }

    .cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 20px;
    }

    .card {
        background: #F9F9F4;
        border-radius: 14px;
        padding: 35px 28px;
        flex: 1 1 250px;
        max-width: 300px;
        transition: all 0.3s ease;
        justify-content: space-between;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
        }

        .name {
            font-weight: 700;
            color: #0D3B28;
            margin-bottom: 12px;
            font-size: 1.15rem;
        }

        .role {
            color: #B09B00;
            font-size: 0.9rem;
            line-height: 1.5;
        }
    }

    @media (max-width: 600px) {
        h2 {
            font-size: 1.7rem;
        }

        .card {
            padding: 28px 22px;
            max-width: 100%;
        }
    }
}


.view-more {
    display: block;
    padding: 0.7rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #004d40;
    background-color: transparent;
    border: 1.5px solid #004d40;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
    width: max(30vw, 300px);
}

.view-more:hover,.view-more.active {
    background-color: #004d40;
    color: #fff;
    transform: translateY(-2px);
}

.view-more:active {
    transform: translateY(0);
    opacity: 0.9;
}


.testimonial {
    padding: 0 13px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.testimonial:nth-child(even) {
    top: 70px;
}

@media (max-width: 600px) {
    .testimonial:nth-child(even) {
        top: 0;
    }
}

#testimonials {
    max-width: 100vw;
}






#deadlines .important {
	display: grid;
	gap: 5px;
	background: url(assets/images/importantBG.png) no-repeat center center;
	background-size: cover;
}

#deadlines .important .div1 {
    grid-column: span 3 / span 3;
	height: 80px;
	padding: 10px 50px;
}
#deadlines .important .div1  img{
    filter: brightness(9999);
    max-width: 300px;
    margin: 20px 0;
}

#deadlines .important .div2 {
	grid-column: span 2 / span 2;
	grid-row-start: 2;
	display: flex;
	flex-direction: column;
	color: #fff;
	gap: 20px;
	padding: 40px;
}

#deadlines .important .div2 img {
	width: fit-content;
}

#deadlines .important .div2 p {
	max-width: 1000px;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

#deadlines .important .div3 {
	grid-column-start: 3;
	grid-row-start: 2;
	padding: 50px;
	position: relative;
	width: 300px;
	height: 300px;
}

#deadlines .important .div3 img {
    transform: rotate(0deg) translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#deadlines .important .div3 img:last-child {
    animation: move-txt 20s linear infinite;
    transform-origin: 0 0;
}
@keyframes move-txt {
    0% {
        transform: rotate(0deg) translate(-50%,-50%);
    }
    100% {
        transform: rotate(360deg) translate(-50%,-50%);
    }
}

.impTitle {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 40px 0 0;
}



@media screen and (max-width: 768px) {

#deadlines .important{
    display: flex;
    flex-direction: column;
}
    

}


  .timeline-section {
            background: #fff;
            margin: 40px auto;
            padding: 0 20px;
            position: relative;
        }

        h1 {
            color: #006241;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: left;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 0;
            padding-left: 40px;
        }

        .timeline-year {
            position: relative;
            font-weight: bold;
            font-size: 1rem;
            color: #333;
            margin-bottom: 35px;
            left: -25px;
        }

        .timeline-year::before {
            content: '';
            position: absolute;
            left: 8px;
            top: 22px;
            width: 10px;
            height: 10px;
            background-color: #006241;
            border-radius: 50%;
            z-index: 2;
        }

        .timeline-year::after {
            content: '';
            position: absolute;
            left: 12px;
            top: 32px;
            width: 2px;
            height: 100%;
            border-left: 2px dashed #c9d8cc;
            z-index: 1;
        }

        .timeline-content {
            margin-left: 0;
            padding-left: 0;
            position: relative;
        }

        .timeline-content::before {
            content: '';
            position: absolute;
            left: -13px;
            top: 0;
            bottom: 0;
            border-left: 2px dashed #c9d8cc;
            z-index: 0;
        }

        .timeline-content h2 {
            color: #006241;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .timeline-content ul {
            margin: 0;
            padding-left: 40px;
            list-style-type: disc;
        }

        .timeline-content li {
            margin-bottom: 12px;
            line-height: 1.6;
        }

        @media (max-width: 600px) {
            .timeline-item {
                padding-left: 25px;
            }

            .timeline-year::before {
                left: 10px;
            }

            .timeline-year::after{
                left: 15px;
            }
            .timeline-content::before {
                left: -10px;
            }
        }



        
  .media-header {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0, 64, 40, 0.7), rgba(0, 64, 40, 0.7)), url('assets/images/MEDIA.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .media-header h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

 .media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 3rem 1rem;
    background-color: #fff;
  }

 .media-card {
    background-color: #1d6b5f;
    border-radius: 12px;
    padding: 1.5rem 1rem 3rem;
    color: #fff;
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

 .media-card p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

 .media-source {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f2f2f2;
    color: #006e5d;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-top-right-radius: 10px;
  }

 .view-more {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
  }

  .media-header .view-more {
    border: 3px solid #006e5d;
    background: none;
    color: #006e5d;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .media-header .view-more:hover {
    color: #fff;
  }

  @media (max-width: 600px) {
    .media-header h1 {
      font-size: 1.6rem;
    }
   .media-grid {
      padding: 2rem 1rem;
      gap: 1rem;
    }
  }


  
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0c5138;
    color: #0c5138;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 0;
  }
  .social-icon:hover {
    background-color:#0c5138;
    color:#fff;
  }
  footer {
    font-family: "Helvetica Neue", Arial, sans-serif;
  }