@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'ZuumeroRough';
    /* ← pick one clean name you'll use everywhere */
    src: url('/static/fonts/zuume/fontspring-demo-zoomerough-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* ← very recommended nowadays */
}

@font-face {
    font-family: 'ZuumeroRough';
    src: url('/static/fonts/zuume/fontspring-demo-zoomerough-bold.otf') format('opentype');
    font-weight: bold;
    /* or 700 */
    font-style: normal;
}

@font-face {
    font-family: 'ZuumeroRough';
    src: url('/static/fonts/zuume/fontspring-demo-zoomerough-italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

.about_us_banner {
    background-color: unset;
    position: relative;
}

body {
    background-color: unset;
}

.banner__page--img {
    height: 25rem;
}

.who_we_are_description {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    /* width: 70%;
    margin: auto;
    text-align: center; */
    color: #565656;

}

@media (max-width: 767px) {
    .about_us_banner {
        height: auto;
    }

    .who_we_are_description {
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        width: 70%;
        margin: auto;
        text-align: center;
        color: #565656;
    }
}

.l__button {
    color: black;
}

.l__button a {
    text-decoration: none;
    color: black;
}

.l__button--transparent {
    color: black !important;
    background-color: unset;
}


.timer>div {
    /* border-radius: 50%; */
    border-radius: 20%;
}

.timer>div:nth-child(odd) {
    /* border-color: #ffaa00; */
    background-color: #003560;
}

.timer>div:nth-child(even) {
    background-color: #003560;
}

.timer>div span {
    /* color: #003366; */
    color: #ffffff;
}

.timer>div small {
    color: #ffffff;
}



.p_tb .container {
    display: flex;
}

.main-menu .main-menu__list>li {
    position: relative;
}

.main-menu .main-menu__list>li>.underline {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    background-color: orange;
    height: 2px;
    width: 100%;
    display: none;
}



.main-menu .main-menu__list>li>a {
    color: #001220;
}

.main-menu .main-menu__list>li.dropdown>a:after {
    color: black;
}

.main-header-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer_header {
    position: relative;
    z-index: 1;
    height: 70vh;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_header_content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_header h1 {
    font-size: 5rem;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
}

.footer_header p {
    color: white;
}




.footer_header h1 {
    font-size: 3rem;
}



.footer__info ul li a {
    padding: 0.8rem;
}

.footer__info--icon {
    height: 1.2rem;
    width: 1.2rem;
}

.footer_upper_line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin: 2rem;
}

.footer_bottom_line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin: 2rem;
}

.footer__social ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.footer__info--icon {
    height: 1.2rem;
    width: 1.2rem;
}

.footer__social ul a {
    border-radius: 20%;
    border: unset;
}

.footer__menu h3 {
    font-weight: bolder;
}

.footer_upper_line {
    display: none;
}

.footer_bottom_line {
    display: none;
}

.news__card {
    border-radius: unset;
    background-color: unset;
    box-shadow: unset;
}

.news_read_now_btn {
    all: unset;
}

.news__card:hover .news_read_now_btn {
    transform: unset;
    opacity: unset;
}

.news__card {
    position: relative;
    margin-bottom: clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
    border-radius: 1.8rem;
    box-shadow: 0px 1px 2px 4px #FFFAFA;
    padding-bottom: 2.5rem;
}

.news_read_now_btn {
    position: absolute;
    left: 50%;
    left: 16px;
    bottom: 10px;
    transform: translate(0%, 100%);
    background: transparent;
    font-family: "Anton", sans-serif;
    color: #003560;
    padding: 4px 20px;
    border-radius: 8px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    border: 1px solid transparent;
    opacity: 0;
}

/* .news__card:has(.news_read_now_btn:hover) {
  transform: translateY(-50%);

} */

.news__card:hover .news_read_now_btn {
    transform: translate(0%, 0);
    opacity: 1;
}

.news__card--content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.news__card--content h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #001220;
}

.news__card--content p {
    color: #565656;
}

.gallery_banner {
    position: absolute;
    height: 8px;
    width: 200px;
    background-color: orange;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-auto-rows: 120px; */
    gap: 20px;
}

.gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.team>.container>.section__title>.our_team_line {
    height: 8px;
    width: 200px;
    background-color: orange;
    display: block;
}

.team>.container>.section__title>h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #56565680;
}

.team__card {
    border: unset;
    box-shadow: unset;
}

.team__card--img {
    width: 100%;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}


.team__card--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    background: #fff;
    box-shadow: 0 2px 8px 8px rgba(0, 0, 0, 0.08);
    margin: 0.2rem 0;
}

.team__card--content h3 {
    color: #1B2E71;
    font-size: 18px;
}

.team__card--content span {
    font-size: 16px;
    font-weight: bold;
    color: #FFAA00;
}

.partner {
    display: unset;
    justify-content: center;
}

.partner>.container {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.partner>.container>.section__title>.partner_line {
    height: 8px;
    width: 250px;
    background-color: orange;
    display: block;
}

.partner>.container>.section__title>h2 {
    font-size: 60px;
    color: #56565680;
}

.partner>.container>.section__title {
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.carousel_partner {
    width: 30vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.represent {
    margin-top: 4rem;
}

.represent>.container>.section__title>h2 {
    font-size: 70px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #56565680;
}

.represent>.container>.section__title>.represent__line {
    height: 8px;
    width: 200px;
    background-color: orange;
    display: block;
}

@media (max-width: 991px) {
    .represent>.container>.section__title>h2 {
        font-size: 30px;
    }

    .partner>.container {
        flex-direction: column;
    }

    .partner>.container>.section__title {
        width: 100%;
    }

    .carousel_partner {
        width: 100%;
    }
}


.banner__item--img::after {
    background-color: rgba(178, 205, 243, 0.3);
}

.banner__item--content {
    top: 50%;
    display: flex;
    justify-content: center;
}


.banner__item--content .container {
    width: 70%;
}

.banner__item--content .content {
    width: 100%;
}

/* margin: auto; */


.banner__item--content .title {
    font-family: 'ZuumeroRough',
        'Arial Narrow Bold',
        sans-serif;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.2' numOctaves='3'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 16 -10'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' fill='black'/%3E%3C/svg%3E"),
        linear-gradient(#0058A0, #0058A0);
    background-blend-mode: screen;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 950px 950px,
        50% 50%;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}



@media (min-width: 768px) {
    .banner__item--content .title {
        transform: scaleY(1.1);
        display: block;
    }
}

.banner__item--content .subtitle {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: unset;
    color: #003560;
    text-align: center;
}

.banner__item--content .group__btn {
    justify-content: center;
}

.about_content_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about__content {
    width: 70%;
    padding-left: unset;
}



.hero-collage {
    min-height: 130vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem 0;
    overflow: hidden;
    position: relative;
}

.hero-content-overlay {
    position: relative;
    z-index: 10;
    width: 100%;
}

.about_content_container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about__content {
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.section__title h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: unset;
    color: #56565680;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.about__content p {
    font-size: clamp(14px, 1.4vw, 17px);
    line-height: 1.75;
    color: #222;
    margin-bottom: 0.2rem;
}

.l__button--btnColor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #FFAA00;
    color: black !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 0.7rem 1.8rem;
    border-radius: 40px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.l__button--btnColor:hover {
    background-color: #FFAA00;
}

.collage {
    position: relative;
    width: 100%;
    max-width: unset;
    height: 300px;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.collage-images {
    position: absolute;
    inset: 0;
}

.collage-img {
    position: absolute;
    object-fit: contain;
    border-radius: 10px;
    z-index: 12;
    transform-origin: center center;
}

.collage-img:hover {
    transform: scale(1.07) rotate(0deg) !important;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); */
    z-index: 20;
}

/* img-1: far left, HIGH, rotated left */
.img-1 {
    width: 15%;
    aspect-ratio: 3/4;
    left: 0%;
    top: 0%;
    transform: rotate(-12deg);
    z-index: 14;
}

/* img-2: left-center, mid-high */
.img-2 {
    width: 16%;
    aspect-ratio: 4/5;
    left: 15%;
    top: 20%;
    transform: rotate(-7deg);
    z-index: 15;
}

/* img-3: left-of-center, coming down */
.img-3 {
    width: 17%;
    aspect-ratio: 4/5;
    left: 30%;
    top: 45%;
    transform: rotate(-3deg);
    z-index: 16;
}

/* img-4: dead center, LOWEST point of the arc */
.img-4 {
    width: 18%;
    aspect-ratio: 4/3;
    left: 45%;
    top: 65%;
    transform: rotate(1deg);
    z-index: 17;
}

/* img-5: right-of-center, rising */
.img-5 {
    width: 17%;
    aspect-ratio: 4/5;
    left: 60%;
    top: 70%;
    transform: rotate(5deg);
    z-index: 18;
}

/* img-6: right-center, mid-high */
.img-6 {
    width: 16%;
    aspect-ratio: 4/5;
    left: 75%;
    top: 40%;
    transform: rotate(9deg);
    z-index: 19;
}

/* img-7: far right, HIGH, rotated right */
.img-7 {
    width: 15%;
    aspect-ratio: 3/4;
    left: 90%;
    top: 0%;
    transform: rotate(14deg);
    z-index: 10;
}

/* ── Fade out the bottom so it blends smoothly ── */
.collage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #ffffff 30%, transparent);
    pointer-events: none;
    z-index: 15;
}

@media (max-width: 900px) {
    .collage {
        height: 280px;
    }

    .img-1 {
        width: 20%;
        top: 2%;
    }

    .img-2 {
        width: 20%;
        top: 16%;
    }

    .img-3 {
        width: 20%;
        top: 28%;
    }

    .img-4 {
        width: 22%;
        top: 38%;
    }

    .img-5 {
        width: 20%;
        top: 26%;
    }

    .img-6 {
        width: 20%;
        top: 12%;
    }

    .img-7 {
        width: 20%;
        top: 0%;
    }
}

@media (max-width: 600px) {
    .collage {
        height: 200px;
    }

    .img-6,
    .img-7 {
        display: none;
    }

    .img-1 {
        width: 26%;
    }

    .img-2 {
        width: 26%;
    }

    .img-3 {
        width: 28%;
    }

    .img-4 {
        width: 30%;
    }

    .img-5 {
        width: 28%;
    }
}

.mission__collage {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 300px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.mission__collage-images {
    position: absolute;
    inset: 0;
}

.mission__collage-img {
    position: absolute;
    object-fit: contain;
    border-radius: 10px;
    z-index: 12;
    transform-origin: center center;
    box-shadow: unset
}

.mission__collage-img:hover {
    transform: scale(1.07) rotate(0deg) !important;
    box-shadow: unset;
    z-index: 20;
}

@media (max-width: 900px) {
    .mission__collage {
        height: 280px;
    }

    .mission__collage {
        display: none;
    }
}

@media (max-width: 600px) {
    .mission__collage {
        height: 200px;
    }
}

.mission__collage-images .img-1 {
    width: 15%;
    aspect-ratio: 3/4;
    left: 0%;
    top: 15%;
    transform: rotate(-12deg);
    z-index: 14;
}

/* img-2: left-center, mid-high */
.mission__collage-images .img-2 {
    width: 16%;
    aspect-ratio: 4/5;
    left: 15%;
    top: 35%;
    transform: rotate(-7deg);
    z-index: 15;
}

/* img-3: left-of-center, coming down */
.mission__collage-images .img-3 {
    width: 17%;
    aspect-ratio: 4/5;
    left: 30%;
    top: 50%;
    transform: rotate(-3deg);
    z-index: 16;
}

/* img-4: dead center, LOWEST point of the arc */
.mission__collage-images .img-4 {
    width: 18%;
    aspect-ratio: 4/3;
    left: 45%;
    top: 35%;
    transform: rotate(1deg);
    z-index: 17;
}

/* img-5: right-of-center, rising */
.mission__collage-images .img-5 {
    width: 17%;
    aspect-ratio: 4/5;
    left: 60%;
    top: 15%;
    transform: rotate(5deg);
    z-index: 18;
}

/* img-6: right-center, mid-high */
.mission__collage-images .img-6 {
    width: 16%;
    aspect-ratio: 4/5;
    left: 75%;
    top: -5%;
    transform: rotate(9deg);
    z-index: 19;
}

/* img-7: far right, HIGH, rotated right */
.mission__collage-images .img-7 {
    width: 15%;
    aspect-ratio: 3/4;
    left: 80%;
    top: -30%;
    transform: rotate(14deg);
    z-index: 10;
}

.speaker {
    background-image: unset;
    background-color: #003560;
    min-height: unset;
}

.speaker::before {
    background-color: unset;
}

.speakers_banner {
    position: absolute;
    left: 7%;
    height: 6px;
    width: 200px;
    background-color: orange;
}

.speaker .section__title {
    max-width: 650px;
}

.speaker .section__title h5,
.speaker .section__title h2 {
    text-align: left;
    font-size: 3.5rem;
}

.speaker__card {
    border-radius: 15px;
    transition: all 0.3s ease;
}



.speaker__contaienr:first-child .speaker__card {
    width: 100%;
}

.speaker__card>.title {
    position: absolute;
    top: unset;
    left: 20px;
    font-size: 30px;
    font-weight: bold;
}


.speaker__card--content {
    top: unset;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.25);
}

.speaker__card--content .content {
    display: flex;
    flex-direction: column;
    justify-content: unset;
}

.speaker_title_line {
    height: 2px;
    width: 60%;
    background-color: orange;
    display: block;
}

.speaker__contaienr:first-child .speaker__card .speaker__card--content {
    transform: translateX(0);
}


.speaker_card_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.speaker__card:nth-child(4),
.speaker__card:nth-child(5) {
    grid-column: unset;
    height: unset;
}

.speaker__card:nth-child(1) {
    grid-column: span 2;
    border: 1px solid #ffffff;
}

.speaker__card:nth-child(1)>.speaker__card--content {
    transform: translateX(0);
}

.speaker__card:nth-child(1)>.speaker__card--content .content {
    top: unset;
}

.speaker__card:first-child {
    grid-column: inherit;
}

.speaker__card:hover {
    grid-column: inherit;
}


.speaker__card--content .content button {
    border-radius: 50px;
    width: 150px;
}


.speaker__card--content h6 {
    color: #ffffff;
    display: block;
    font-weight: bold;
}

.speaker__card--content h3 {
    font-size: 2rem;
    font-weight: 900;
    transform: translateX(0);
}

.speaker__card:hover .speaker__card--content .content {
    top: unset;
}

.speaker_card_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

/* .speaker__card:first-child {
  grid-column: span 2;
} */

/* .speaker__card:hover {
  grid-column: span 2;
} */

/* .speaker__card:not(:first-child):hover {

} */

/* .speaker_card_container:has(.speaker__card:nth-child(2):hover) {
  grid-template-columns: 1fr 2fr 1fr 1fr;
}

.speaker_card_container:has(.speaker__card:nth-child(3):hover) {
  grid-template-columns: 1fr 1fr 2fr 1fr;
}

.speaker_card_container:has(.speaker__card:nth-child(4):hover) {
  grid-template-columns: 1fr 1fr 1fr 2fr;
} */

.speaker__card--content .content button {
    border-radius: 50px;
    width: 150px;
}

.speaker__card--content a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 100%;
}

.speaker__card--content span,
.speaker__card--content small,
.speaker__card--content h6 {
    color: #ffffff;
    display: block;
    font-weight: bold;
}

.speaker__card--content h3 {
    color: #ffffff;
    display: block;
    font-size: 2rem;
    font-weight: 900;
}

.speaker__card:hover .speaker__card--content {
    transform: translateX(0);
}

/* .speaker__card:hover .speaker__card--content .content {
  top: 0;
} */


.gallery {
    background-color: #ffffff;
    background-image: unset;
}

.gallery .container .section__title>h5 {
    color: #56565680;
    font-size: 70px;
    font-weight: bold;
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

.moments_gallery_container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}

.gallery__view {
    overflow: hidden;
    border-radius: 30px;
}

/* ── Row 1 ── */

/* Item 1 & 3 → small side photos */
.gallery__view:nth-child(1),
.gallery__view:nth-child(3) {
    grid-column: span 2;
    height: 160px;
}

/* Item 2 → large center photo */
.gallery__view:nth-child(2) {
    grid-column: span 8;
    height: 160px;
}

/* ── Row 2 ── */

/* Items 4 & 5 → narrow left portraits */
.gallery__view:nth-child(4),
.gallery__view:nth-child(5) {
    grid-column: span 2;
    height: 600px;
}

/* Item 6 → big group photo (center) */
.gallery__view:nth-child(6) {
    grid-column: span 6;
    height: 600px;
}

/* Item 7 → narrow right portrait */
.gallery__view:nth-child(7) {
    grid-column: span 2;
    height: 600px;
}

/* ── Images ── */
.image-gallery {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery__view:hover .image-gallery {
    transform: scale(1.03);
}

.moments_line {
    display: block;
    height: 8px;
    width: 300px;
    background-color: orange;
}


/* .speaker__card--content {
    transform: translateX(0);
} */

.speaker__card--content .content {
    justify-content: start;
}

.speaker__card>.speaker__card--content .content {
    top: 0;
}

.gallery .container .section__title>h5 {
    font-size: 35px;
}

.partner__card {
    border: unset;
}

.event {
    background-image: unset;
    background-color: #ffffff;
}

.event .section__title h5 {
    color: #56565680;
    font-size: 70px;
    font-weight: bold;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

.event .section__title h2 {
    color: #56565680;
    font-size: 70px;
    font-weight: bold;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding: 0.5rem;
}

.event_banner {
    height: 8px;
    width: 400px;
    background-color: orange;

}


.event__content .date {
    padding: 0.875rem 1rem;
    margin-bottom: 0.2rem;
}

.event__content .date small,
.event__content .date span {
    color: #001220;
    font-size: 1.1rem;
}

.event__contente .title {
    color: #003560;
    font-size: 4rem;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

.event__content .location {
    margin-bottom: 0.2rem;
    color: unset;
}

.event__content p {
    color: unset;
}



.event__content .date {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

.event__content .title {
    color: #003560;
    font-size: 2rem;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    /* color: #ffffff; */
}

.event__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event__content p {
    text-align: left;
}


@media (max-width: 767) {
    .about__detail--img {
        width: unset;
    }

    .about__detail--img img {
        margin-left: unset;
    }

    .about__detail--img {
        height: 20rem;
        width: 80%;
    }

    .about__detail--img img {
        width: 80%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
        display: block;
    }
}

.message__container--space .message__content {
    background: #ffffff;
    box-shadow: 2px 2px 2px 4px #F8F8FF;
    padding: 0.8rem;
    border-radius: 2rem;
}

.message__container--space .message__content>.text>div>.message__content__line {
    height: 4px;
    width: 180px;
    background-color: orange;
    display: block;
}

.message__content>.text>div>h3 {
    color: #0058A0;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.message__content>.text>div>h5 {
    color: #565656;
    font-style: italic;
    font-weight: bold;
}

.message__img {
    background: #ffffff;
    box-shadow: 2px 2px 2px 4px #F8F8FF;
    padding: 0.8rem;
}


.message__img>img {
    border-radius: 1.25rem;
}


/* .message__img::before {

} */




.mission {
    width: 100vw;
    background-color: #003560;
}

.mission__collage {
    position: absolute;
    bottom: -8rem;
    right: -1.5rem;
    height: 420px;
    margin-top: 1.5rem;
    flex-shrink: 0;
}

.mission .container {
    width: 100%;
    min-height: 70vh;
    background-color: #003560;
}

.mission .container>div {
    width: 100%;
    display: flex;
    justify-content: center;
}



.mission__content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.mission__content h3 {
    font-size: 70px;
    color: #ffffff;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}


.mission__content p {
    color: #FFFFFF;
    margin-top: 1.2rem;
    text-align: center;
}

.mission__content>.mission_banner {
    height: 5px;
    width: 200px;
    background-color: orange;
    display: block;
}

.mission__content h3 {
    font-size: 40px;
}


.contact__content {
    height: auto;
    box-shadow: 2px 2px 2px 2px #F8F8F8;
    padding: 2rem;
    width: 100%;
}

.contact__content .title {
    font-size: 40px;
    color: #ffffff;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
}

.contact__content .contact_info {
    border-radius: 1rem;
    background-color: #003560;
    color: #ffffff;
    padding: 2rem;
}

.contact__content p {
    color: white;
}

.contact__content ul {
    color: white;
}




.contact__content ul .info_card .info span {
    color: #ffffff;
}

.contact__content ul .info_card .info span a {
    color: #ffffff;
}

.contact__content form {
    background: transparent;
}


.input-group {
    position: relative;
}

.input-group label {
    position: absolute;
    left: 1.25rem;
    top: 1rem;
    margin-bottom: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.input-group .form-control {
    padding: 0.8rem 1.25rem 0.5rem;
}

.input-group .form-control:focus+label,
.input-group .form-control:not(:placeholder-shown)+label {
    top: -13px;
    font-size: 0.7rem;
    color: #0058A0;
}

.contact__content form .form-control {
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    background: #ffffff;
    border-radius: 0;
    transition: border-color 0.3s;
}

.contact__content form .form-control:focus {
    border-bottom-color: #0058A0;
    border-width: 3px;
}

.contact__content form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.contact__content form .form-control:focus::placeholder {
    color: transparent;
}

.form__group input {
    padding: 2rem;
}

/* .event__list {
  min-height: 600vh;
} */

.event__list {
    margin-bottom: 10rem;
}

.event__list .tab__buttons {
    text-align: left;
}

.event__list .tab__buttons--btn {
    font-size: 70px;
    color: #56565680;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
    color: #56565680;
}

.event__list .event_line {
    display: block;
    height: 8px;
    width: 300px;
    background-color: orange;
}

/* .event__list .tab__contents--all {
} */

.tab__contents--all {
    margin-bottom: 20rem;
}

.half-screen {
    position: relative;
    max-width: 50vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

.event__hero__container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
}

.message__container--space .section__title>h1 {
    font-size: 70px;
    color: #56565680;
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

.message__from__president_line {
    height: 8px;
    width: 400px;
    background-color: orange;
    display: block;
    margin-top: 1rem;
}

.hero-section {
    max-width: 80vw;
    display: flex;
    flex-direction: row-reverse;
}

.hero-section>div>div>.hero-content>h1 {
    font-size: 70px;
    color: #0058A0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-section>div>div>.hero-content>.description {
    color: #565656;
    font-size: 16px;
}

.stat-card {
    position: absolute;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 8px 32px rgba(30, 40, 100, 0.13), 0 1.5px 4px rgba(30, 40, 100, 0.07);
    min-width: 155px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: floatUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
}

.stat-card .stat-number {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-card .stat-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.3;
    margin-top: 2px;
}

/* Card 1 — Capacity */
.card-capacity {
    bottom: -22px;
    left: -22px;
    animation-delay: 0.1s;
    border: 2px solid #003560;
}

.card-capacity .stat-number {
    color: #003560;
}

/* Card 2 — Topics */
.card-topics {
    bottom: -70px;
    left: 100px;
    animation-delay: 0.25s;
    border: 2px solid #003560;
}

.card-topics .stat-number {
    color: #003560;
}

/* Icon pip */
.stat-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 1rem;
}

.card-capacity .stat-icon {
    background: #eef1ff;
}

.card-topics .stat-icon {
    background: #e0f5ff;
}

/* Float-up animation */
@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event__card {
    border: unset;
    box-shadow: 2px 2px 2px 2px #F8F8FF;
}

.events_content_container {
    /* position: absolute; */
    width: 100%;
    /* margin-bottom: 1rem; */
}

.events_content_container:first-child {
    width: unset;
}

.events_content_container:nth-child(1) .event__card {
    top: 8vh;
    z-index: 1;
}

.events_content_container:nth-child(2) .event__card {
    top: 11vh;
    z-index: 2;
}

.events_content_container:nth-child(3) .event__card {
    top: 14vh;
    z-index: 3;
}

.events_content_container:nth-child(4) .event__card {
    top: 17vh;
    z-index: 4;
}

.event__card--img {
    height: 250px;
}

.event__card--content {
    padding: clamp(1rem, 3vw, 1.2rem);
}

.event__card--content h3 {
    font-size: 35px;
    font-family: "Anton",
        sans-serif;
    font-weight: 400;
    color: #0058A0;
}

.event__card--content .text {
    margin-bottom: 0.4rem;
    color: #565656;
    font-weight: bold;
    gap: 0.2rem;
    margin-bottom: 0.6rem;
    color: #001220;
}

.event__card--content .meta>small {
    font-weight: bold;
    color: #001220;
    font-size: 0.9rem;
}

.event__card--content .meta>span {
    background-color: unset;
    color: #001220;
    font-size: 1.2rem;
}

.event__detail--content .speaker__card--img {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.event__hero__container {
    min-height: 120vh;
    margin-bottom: 5rem;
}

.hero-section>div>div>.hero-content>h1 {
    font-size: 35px;
}

.event_learn_more {
    padding: 0.2rem 0.4rem !important;
    display: flex;
    align-items: center;
}

.news_insight {
    justify-content: center;
    margin: 3rem 0;
}

.news_insight_content {
    width: 90vw;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    /* handles responsiveness */
}

.news_insight_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_title {
    font-size: clamp(32px, 6vw, 70px);
    color: #56565680;
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

.news_line {
    height: 8px;
    width: 300px;
    background-color: orange;
    margin: 1rem 0;
    display: block;
}

.news_insight_img {
    flex: 1;
    border-radius: 2rem;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 2px 2px #FFFAFA;
}

.news_insight_img--img {
    width: 100%;
    height: auto;
    display: block;
}

.news_insight_img h3 {
    color: #001220;
    font-size: 22px;
    font-weight: bolder;
}

@media (max-width: 768px) {
    .news_insight_content {
        flex-direction: column;
        align-items: center;
    }

    .news_insight_left,
    .news_insight_img {
        width: 100%;
        margin: 1rem 0;
    }

    .half-screen {
        max-width: 100vw;
    }

    .events_content_container:first-child {
        width: 80vw;
    }
}

.news__detail>.container>div>div>.content>.news_detail_title {
    font-size: 70px;
    color: #56565680;
    font-family: "Anton", sans-serif;
    font-weight: 400;
}

.rep-card {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    /* padding: 1rem; */
}

.rep-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.rep-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 2;
    font-size: 1.25rem;
    color: #444;
}

.rep-card__avatar {
    width: 9rem;
    height: 9rem;
    flex-shrink: 0;
    margin-top: 1rem;
}

.rep-card__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #0058A0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.rep-card__body {
    padding: 0 1.75rem 2rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.rep-card__name {
    font-size: 22px;
    margin: 0 0 0.4rem;
    color: #003560;
}

.rep-card__role {
    font-size: 1rem;
    font-weight: 600;
    color: #0058A0;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.rep-card__bio {
    font-size: 0.96rem;
    color: #001220;
    /* line-height: 1.6; */
    flex: 1;
}

.rep-card__email {
    font-size: 0.92rem;
    color: #565656;
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

@media (max-width: 576px) {
    .rep-card__avatar {
        width: 8rem;
        height: 8rem;
        margin-top: -3.5rem;
    }

    .rep-card {
        min-height: 400px;
    }
}








.who-we-are {
    padding: 80px 40px;
    /* background: #f7f6f3; */
    font-family: 'Source Serif 4', Georgia, serif;
}

.who-we-are .container {
    max-width: 90vw;
    margin: 0 auto;
}

.who-we-are .who_we_are_child_container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 60px;
}

/* LEFT: text column */
.who-we-are .col--text {
    /* flex: 1 1 45%; */
}

.who-we-are .section__title h1 {
    font-size: 60px;
    color: #56565680;
    font-family: "Anton", sans-serif;
    /* muted warm grey — matches screenshot */
    line-height: 1.1;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
}

.who-we-are .quote {
    font-size: 1.15rem;
    font-weight: 300;
    font-style: italic;
    color: #4a4540;
    margin-bottom: 20px;
    line-height: 1.6;
}

.who-we-are .about__detail--content p {
    font-size: 1rem;
    font-weight: 100;
    color: #565656;
    line-height: 1.8;
    margin-bottom: 4px;
}

/* RIGHT: image column */
.who-we-are .col--image {
    flex: 1 1 50%;
}

.who-we-are .about__detail--img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.13);
    aspect-ratio: 4 / 3;
}

.who-we-are .about__detail--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.who-we-are .about__detail--img:hover img {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
    .who-we-are .row {
        flex-direction: column-reverse;
        gap: 36px;
    }

    .about__detail--img {
        display: none;
    }

    /* .who-we-are .col--text,
  .who-we-are .col--image {
    flex: 1 1 100%;
  } */

    .who-we-are .about__detail--img img {
        margin-left: 4rem;
    }

    .who-we-are .container {
        width: 100%;
    }

    .who-we-are .who_we_are_child_container {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .about__detail--content>.section__title {
        text-align: center;
    }

    .who_we_are_child_container>.col--text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.ess__banner img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
    border-radius: 0.9375rem;
}

.ess__about .section__title h2 {
    color: #56565680;
    font-size: 5rem;
}

.ess__about .content {
    color: #565656;
}

.ess_upper_line {
    height: 5px;
    width: 200px;
    background-color: #FFAA00;
}

.ess__about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.ess__about--img {
    max-width: 35rem;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    margin-bottom: 2rem;
    justify-content: end;
}

.ess__about--img img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 2rem;
}

.ess__about--img img:nth-child(3) {
    grid-column: span 2;
    height: 22rem;
}

.ess__about--img img:nth-child(4) {
    margin-left: -4rem;
    margin-top: -12rem;
    height: 15rem;
    border-right: 15px solid white;
    border-top: 15px solid white;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    position: relative;
    margin-top: -10rem;
    z-index: 3;
    margin-left: 8rem;
}

.stat-box {
    background: #0058A0;
    border-radius: 1.5rem;
    padding: 1.8rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    text-align: center;
    max-width: 170px;
    transition: transform 0.3s ease;
    border-top: 5px solid white;
    border-left: 5px solid white;
}

.stat-box:hover {
    transform: translateY(-8px);
}

.stat-box .number {
    font-size: 3rem;
    font-weight: 800;
    /* color: var(--blue); */
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-box .label {
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
}

.highlight__event {
    background-color: #ffffff;
}

.highlight__event .container .section__title h2 {
    font-size: 70px;
    color: #56565680;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

.highlight__event .container .section__title>.summit_highlight_line {
    height: 8px;
    width: 300px;
    background-color: orange;
    display: block;
    /* important for span */
}

.highlight__event--card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.event-card {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem;
}

.event-card-img img {
    height: auto;
    border-radius: 0.5rem;
}

.event-card-text {
    padding: 10px 0;
}

.event-card-text>div {
    text-align: justify;
    margin: 0.3rem;
    word-spacing: 0%;
}

.event-card-text>h3 {
    color: #0058A0;
    font-size: 29px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 8px solid orange;
    padding: 0.5rem;
}

.timeline__box {
    box-shadow: unset;
}

.timeline ul {
    border-left: unset;
    border-top: 2px solid #003560;
    display: flex;
}

.timeline ul li::before {
    left: unset;
    top: -0.5rem;
    background-color: #003560;
}


.timeline ul li .content p {
    color: #003560;
}


/* .timeline ul li:hover::before {
} */

.timeline .container>.section__title {
    display: unset;
}

.timeline .container>.section__title>h5 {
    font-size: 5rem;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

.timeline .container>.section__title>.time_section_line {
    height: 8px;
    width: 400px;
    background-color: orange;
    display: block;
}

/* ── Timeline redesign: horizontal track with year badges ── */
.timeline__track {
    margin-top: 2.5rem;
}

.timeline__line {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
}

.timeline__line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003560;
    transform: translateY(-50%);
    z-index: 0;
}

.timeline__dot {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.timeline__dot::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #003560;
    display: block;
}

.timeline__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.timeline__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.timeline__year {
    display: inline-block;
    background-color: #ffaa00;
    color: #003560;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    align-self: flex-start;
}

.timeline__item--title {
    color: #003560;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.timeline__item--desc {
    color: #4a4a4a;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .timeline__line {
        display: none;
    }

    .timeline__items {
        grid-template-columns: 1fr;
    }
}

/* ── End timeline redesign ── */

.why_ess_line {
    height: 5px;
    width: 200px;
    background-color: orange;
}


.esswhy .accordion {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: auto;
}

.esswhy .section__title h2 {
    color: #56565680;
}

.esswhy .accordion__item:hover,
.esswhy .accordion__item.active {
    background-color: #1e81d3;
}

.esswhy .accordion__item:hover .accordion__item,
.esswhy .accordion__item.active .accordion__item {
    color: #fff;
}

.esswhy .accordion__item:hover .accordion__item--title,
.esswhy .accordion__item.active .accordion__item--title {
    color: #fff;
}

.esswhy .accordion__item:hover .accordion__item--title i,
.esswhy .accordion__item.active .accordion__item--title i {
    color: #fff;
    transform: translateY(-50%) rotate(180deg);
}

.esswhy .accordion__item:hover .accordion__item--content p,
.esswhy .accordion__item.active .accordion__item--content p {
    color: #fff;
}

.accordion_container {
    width: 30rem;
    /* height: 100%; */
    height: 25rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.accordion_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 1.2rem; */
    justify-content: center;
    margin-left: 2rem;
    gap: 0.9rem;
}

.accordion_item .count>.count_id {
    color: #56565666;
    font-size: 2rem;
    font-weight: bolder;
    border-bottom: 4px solid orange;
}

.accordion_item a {
    text-decoration: none;
    color: #0058A0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}

.accordion__item>.accordion_button {
    padding: 20px;
    color: #001220;
    border: #001220;
    background-color: transparent;
    width: 194px;
}

.accordion_container {
    width: 100%;
    /* height: 100%; */
    height: 30rem;
    gap: 5rem;
}

.accordion_item a {
    font-size: 2rem;
}

.ess__about--img {
    max-width: 90%;
}

.stats {
    margin-left: 4rem;
}

.timeline ul {
    flex-direction: column;
    border-top: 2px solid #ffffff;
}

.timeline ul li::before {
    background-color: #ffffff;

}

.timeline .container>.section__title>h5 {
    font-size: 3rem;
}

.ess__about .section__title h2 {
    font-size: 3.5rem;
}
