
body {
    font-size: 15px !important;


/* ---------- DESKTOP MENU ---------- */
.f-main-menu nav ul.fMenu {
    display: flex;
    justify-content: center; /* center the menu */
    gap: 2rem; /* 🔹 horizontal space between menu items */
    margin: 0;
    padding: 0;
}

.f-main-menu nav ul.fMenu > li {
    list-style: none;
    position: relative;
}

.f-main-menu nav ul.fMenu > li > a {
    display: inline-block;
    padding: 1rem 0.75rem; /* 🔹 top & bottom spacing */
    color: #333;
    text-decoration: none;
}

/* Submenu (desktop) */
.f-main-menu nav ul.fMenu > li.download.has-submenu > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background-color: var(--brand-color-theme-1);
    display: none;
    margin: 0;
    padding: 0;
    border: 1px solid #dedede4e;
    z-index: 99999;
	color:#13bfd6;

}

.f-main-menu nav ul.fMenu > li.download.has-submenu > ul > li > a {
    display: block;
    padding: .6rem 1rem;
    color: #fff;
    background-color: var(--brand-color-theme-1);
    border-bottom: 1px solid #dedede4e;
    white-space: nowrap;
}

/* 🔹 Show submenu on hover (desktop) */
.f-main-menu nav ul.fMenu > li.download.has-submenu:hover > ul {
    display: block;
}

/* ---------- MOBILE & TABLET MENU ---------- */
@media(max-width:991.9px) {
    .f-main-menu {
        position: static !important;
    }

    .f-main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 4em;
        width: 95%;
        background-color: var(--brand-color-theme-1);
        z-index: 9999999;
    }

    .f-main-menu nav ul.fMenu {
        flex-direction: column; /* stack items vertically */
        gap: 0; /* remove desktop gap */
    }

    .f-main-menu nav ul.fMenu > li > a {
        display: block;
        padding: 1rem 1.5rem;
        color: white;
        background-color: var(--brand-color-theme-1);
        border-bottom: 1px solid #dedede4e;
    }

    /* Add down arrow only to Download */
    .f-main-menu nav ul.fMenu > li.download.has-submenu > a::after {
        content: "\f107"; /* FontAwesome down arrow */
        font-family: "FontAwesome";
        position: absolute;
        right: 0.8rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 0.8rem;
    }

    /* Submenu styling */
    .f-main-menu nav ul.fMenu > li.download.has-submenu > ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background-color: var(--brand-color-theme-1);
        border: none;
    }

    .f-main-menu nav ul.fMenu > li.download.has-submenu > ul > li > a {
        padding: .8rem 2rem;
        color: white;
        background-color: var(--brand-color-theme-1);
        border-bottom: 1px solid #dedede4e;
    }

    /* 🔹 Show submenu when focused (works on tap in mobile) */
    .f-main-menu nav ul.fMenu > li.download.has-submenu:focus-within > ul {
        display: block;
    }
}



/* ---------- ICONSET ---------- */
.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset .fMenu > li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.iconset .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}
.iconset .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}
.iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}
.menu-item-text .action:before{
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0,-50%);
    animation: blinking 2s infinite;
}
.iconset .fMenu ul {
    margin-left: 20px;
    margin-top: 0.5rem;
}
.iconset .fMenu ul,
.iconset .fMenu ul li {
    list-style: square;
}
.iconset .fMenu ul a {
    font-weight: 500;
}

/* ---------- HRD Corp Claimable ---------- */
.f-hrd-banner {
    position: relative;
    margin-bottom: -9px;
}
.f-hrd-banner .fGalleryImage img {
    height: 450px;
    object-fit: cover;
    object-position: top center;
}
.f-hrd-banner .ItemfinnerGallery .fGalleryText {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    place-items: center;
    background-color: #280274e6;
}
.f-hrd-banner .ItemfinnerGallery .fGalleryText img {
    width: 150px;
}
.f-hrd-banner .ItemfinnerGallery .fGalleryText h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    filter: drop-shadow(1px 1px 1px var(--brand-color-theme-second-4));
}
.f-hrd-banner .ItemfinnerGallery .fGalleryText p {
    color: white;
}
.f-hrd-banner-2 .ItemfinnerGallery .fGalleryText {
    text-align: unset;
}
.f-hrd-banner-2 .ItemfinnerGallery .fGalleryText img {
    max-width: 20rem;
    width: 100%;
    padding: 0 2rem;
}
.f-hrd-banner-2 .ItemfinnerGallery .fGalleryText h3 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .8px;
    color: white;
    filter: unset;
}

/* ---------- PROGRAMME ---------- */
body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image img {
    border: 5px solid var(--brand-color-theme-1) !important;
}
.session-people-title-33354 {
    padding-right:5px;
}
.session-people-title-33470::after,
.session-people-title-33334::after {
    content: ",";
    padding-right: 5px;
}
.session-people .session-people-name>a {
    color: var(--brand-color-theme-3);
    font-weight: 600;
}

/* ---------- MENU TIMELINE ---------- */
.menu-timeline ul.fMenu {
    display: flex;
    margin-bottom: 1rem;
}
.menu-timeline li {
    flex: 1 1 0;
    letter-spacing: -0.5px;
    text-align: center;
    position: relative;
    list-style: none;
}
.menu-timeline li.selected {
    font-weight: 700;
}
.menu-timeline li::before {
    height: 2px;
    width: 100%;
    left: -50%;
    top: 1rem;
    position: absolute;
    background: var(--brand-color-theme-1);
    content: "";
    display: block;
    z-index: -1;
}
.menu-timeline .menu-item-text big {
    clear: both;
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.5rem;
    background: var(--brand-color-theme-1);
    color: #fff;
    font-weight: 700;
}
.menu-timeline .menu-item-text span {
    display: block;
}
.menu-timeline li.future::before {
    display: none;
}
.menu-timeline li.future {
    opacity: 0.25;
}
.menu-timeline li.future a {
    pointer-events: none;
}
