@charset "utf-8";


/*
- Font
- Global
- Header
*/






/* ////////////////////////// -------------------- FONT -------------------- ////////////////////////// */
@font-face {
    font-family: 'WorkSansBold';
    src: url('../fonts/Work_Sans/static/WorkSans-Bold.ttf');
}

@font-face {
    font-family: 'WorkSansMedium';
    src: url('../fonts/Work_Sans/static/WorkSans-Medium.ttf');
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url('../fonts/Work_Sans/static/WorkSans-Regular.ttf');
}

@font-face {
    font-family: 'BlackerDisplayBold';
    src: url('../fonts/Blacker-Display-Bold-trial.ttf');
}

@font-face {
    font-family: 'DMSerifDisplayRegular';
    src: url('../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf');
}

@font-face {
    font-family: 'DMSansRegular';
    src: url('../fonts/DM_Sans/DMSans-Regular.ttf');
}

/* ////////////////////////// -------------------- FONT -------------------- ////////////////////////// */




/* ////////////////////////// -------------------- GLOBAL -------------------- ////////////////////////// */
body,
ul {
    font-family: 'DMSansRegular', 'WorkSansRegular', sans-serif;
    margin: 0px;
    padding: 0px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.main-content {
    min-height: calc(100vh - 60px);
    padding-top: 161px; /* Header (115px) + Event Banner (46px) */
    /* padding-bottom: 50px; */
}

/* Home page specific - no event banner, so less padding */
body.home-page .main-content {
    padding-top: 115px; /* Only header padding */
}

/* CME Page Styling */
.cme-subtitle {
    font-size: 20px;
    line-height: normal;
    color: var(--primary-color);
    font-family: 'DMSansRegular', 'WorkSansRegular', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    padding: 0px 15px;
}

.cme-content {
    padding: 20px 0;
}

.cme-content .description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: 'DMSansRegular', 'WorkSansRegular', sans-serif;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 15px;
}

/* CME Page Responsive Styling */
@media (max-width: 768px) {
    .cme-subtitle {
        font-size: 18px;
        padding: 0px 10px;
        margin-bottom: 12px;
    }
    
    .cme-content .description {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    
    .cme-content {
        padding: 15px 0;
    }
}

@media (max-width: 576px) {
    .cme-subtitle {
        font-size: 16px;
        padding: 0px 8px;
        margin-bottom: 10px;
    }
    
    .cme-content .description {
        font-size: 13px;
        line-height: 1.4;
        padding: 0 8px;
        margin-bottom: 12px;
    }
    
    .cme-content {
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .cme-subtitle {
        font-size: 15px;
        padding: 0px 5px;
        margin-bottom: 8px;
    }
    
    .cme-content .description {
        font-size: 12px;
        line-height: 1.3;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

/* Ensure main-title stays on one line on mobile */
@media (max-width: 768px) {
    .cme .main-title {
        font-size: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .cme .main-title {
        font-size: 40px;
        padding: 0 8px;
    }
}

@media (max-width: 480px) {
    .cme .main-title {
        font-size: 30px;
        padding: 0 5px;
    }
}

@media (max-width: 375px) {
    .cme .main-title {
        font-size: 30px;
        padding: 0 3px;
    }
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--primary-color-dark);
    font-family: 'DMSerifDisplayRegular', sans-serif;
}

.main-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    /*  font-family: CircularBook, sans-serif;*/
    font-size: 50px;
    line-height: normal;
}


/* ////////////////////////// -------------------- GLOBAL -------------------- ////////////////////////// */





/* ////////////////////////// -------------------- EVENT BANNER -------------------- ////////////////////////// */
.event-banner {
    background: var(--primary-color);
    padding: 15px 0;
    text-align: center;
    position: fixed;
    top: 115px; /* Position below the fixed header */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event-banner-content {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-inline: 50px;
}

.event-banner-logo {
    height: 16px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Responsive Event Banner */
@media (max-width: 1200px) {
    .event-banner-logo {
        height: 16px;
    }
}

@media (max-width: 992px) {
    .event-banner-logo {
        height: 13px;
    }
}

@media (max-width: 768px) {
    /* .event-banner {
        padding: 12px 0;
    } */

    .event-banner-content {
        padding-inline: 10px;
    }

    .event-banner-logo {
        height: 13px;
    }
}

@media (max-width: 576px) {
    /* .event-banner {
        padding: 10px 0;
    } */

    .event-banner-logo {
        height: 25px;
    }

     .main-content {
         padding-top: 145px !important; /* Header (165px) + Event Banner (46px) */
     }
     
     /* Home page small mobile - no event banner */
     body.home-page .main-content {
         padding-top: 105px !important; /* Only header padding */
     }
     
     .event-banner {
         top: 102px !important; /* Position below smaller mobile header */
     }
}

@media (max-width: 480px) {
    .event-banner-logo {
        height: 22px;
    }
}

@media (max-width: 375px) {
    .event-banner-logo {
        height: 20px;
    }
}

/* ////////////////////////// -------------------- HEADER -------------------- ////////////////////////// */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.header-content.fixed-header {
    padding-bottom: 16px;
}

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}


.logo {
    width: 350px;
    /* margin-left: 35px; */
    height: auto;
    max-width: 100%;
}

/* Ensure SVG logos display properly */
.logo[src$=".svg"] {
    width: 350px;
    height: auto;
    max-width: 100%;
}

#desktop-menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

.menu-nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 65%; */
}

#desktop-menu a {
    /* margin-left: 20px;
    margin-right: 20px; */
    text-decoration: none;
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    /* font-family: 'WorkSansBold', sans-serif; */
    position: relative;
}

#desktop-menu a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 3px solid var(--second-color);
}

#desktop-menu a.menu-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-bottom: 3px solid var(--second-color);
}

#mobile-menu {
    display: none;
}

#desktop-menu .special-menu-last {
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    border-radius: 199px;
    /* margin-left: 15px;
    margin-right: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
}

#desktop-menu .special-menu-last:hover {
    background: var(--primary-color-light);
}

#desktop-menu .special-menu-last:hover::after {
    display: none;
}

.slideToRegisterMenuMobile {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background: var(--primary-color);
    color: white !important;
    font-family: 'WorkSansBold', sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 15px !important;
}

/*@media (max-width: 1500px) {
    #desktop-menu a {
        margin-left: 20px;
        margin-right: 20px;
    }
}*/

@media (max-width: 1400px) {
    #desktop-menu a {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/*@media (max-width: 1160px) {*/
@media (max-width: 1230px) {
    #desktop-menu {
        display: none;
    }

    .header-content {
        padding: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-content {
        padding-top: 181px; /* Header (135px) + Event Banner (46px) */
    }
    
    /* Home page mobile - no event banner */
    body.home-page .main-content {
        padding-top: 135px; /* Only header padding */
    }
    
    .event-banner {
        top: 135px; /* Position below mobile header */
    }

    .event-banner.fixed-header {
        top: 95px;
    }

    .logo {
        /*width: 150px;*/
        width: 280px;
        margin-left: 0px;
        height: auto;
        max-width: 100%;
    }

    /* Ensure SVG logos display properly on mobile */
    .logo[src$=".svg"] {
        width: 280px;
        height: auto;
        max-width: 100%;
    }

    #mobile-menu {
        display: block;
    }

    .menu-icon {
        width: 30px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .menu-icon div {
        height: 2px;
        background: #000;
    }





    /*///// sliding menu code /////*/
    .sliding-menu {
        position: relative;
        z-index: 3000;
    }

    .sliding-menu ul {
        display: block;
        list-style: none;
    }

    .sliding-menu a {
        display: block;
        padding: 10px 25px;
        color: black;
        text-transform: uppercase;
    }

    .back-icon {
        text-align: right;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: flex-end;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .register-link {
        background-color: var(--primary-color);
        color: white !important;
    }

    .register-link a{
        color: white !important;
    }

    .close-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: transparent;
        color: black;
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
        transition: all 0.3s ease;
    }

    .close-menu-btn:hover {
        color: #333;
        transform: scale(1.1);
    }

    .sliding-menu {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0%;
        background: rgba(0, 0, 0, 0.5);
        top: 0px;
        display: none;
        z-index: 3000;
    }

    .sliding-menu-in {
        position: absolute;
        right: -100%;
        width: 100%;
        top: 0px;
        height: 100%;
        background: white;
        transition: right 0.3s ease-in-out;
        padding: 20px;
        overflow-y: auto;
    }

    .sliding-menu a.menu-active {
        background-color: var(--primary-color);
        color: white;
    }

    .back-icon {}

    /*///// sliding menu code /////*/


}

/* ////////////////////////// -------------------- HEADER -------------------- ////////////////////////// */












/* ////////////////////////// -------------------- FOOTER -------------------- ////////////////////////// */
footer {
    width: 100%;
    /* position: fixed;
    bottom: 0;
    left: 0;
    right: 0; */
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 999;
}

.footerTopLine {
    width: 40%;
    height: 5px;
    background: var(--primary-color);
    border-radius: 5px;
    min-width: 300px;
}

.footerLogos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.footerLogos img:first-child {
    width: 220px;
}

.footerLogos img:last-child {
    width: 220px;
}

.footerBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: var(--primary-color-dark);
    color: white;
    padding: 0 30px;
}

.footerText {
    /* padding-left: 30px; */
    font-size: 12px;
    font-family: 'DMSansRegular';
    text-transform: uppercase;
}

.byData {
    display: flex;
    /* padding-right: 25px; */
    text-transform: uppercase;
    align-items: center;
    gap: 20px;
}

.organizedBy {
    display: flex;
    align-items: center;
    /* padding-right: 25px; */
}

.organizedByText {
    font-size: 12px;
    padding-right: 8px;
}

.organizedBy img {
    width: 80px;
}

.builtOn {
    display: flex;
    align-items: center;
}

.builtOnText {
    font-size: 14px;
}

.builtOn img {
    width: 80px;
}

@media all and (max-width: 1470px) {
    .footerText {
        /* width: 450px; */
        text-align: center;
    }
}

@media all and (max-width: 1020px) {
    .footerLogos {
        padding-bottom: 10px;
    }

    .footerBottom {
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .footerText {
        padding-left: 0px;
    }

    .byData {
        padding-right: 0px;
        padding-bottom: 10px;
        gap: 10px;
    }
}

@media all and (max-width: 719px) {
    .header-content {
        padding: 20px;
    }
}

@media all and (max-width: 650px) {
    .footerLogos img:first-child {
        width: 150px;
    }

    .footerLogos img:last-child {
        width: 150px;
    }
}

@media all and (max-width: 520px) {
    .footerBottom {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .organizedBy {
        /* padding-right: 15px; */
    }

    .organizedByText {
        font-size: 12px;
    }

    .organizedBy img {
        /* width: 145px; */
    }

    .builtOnText {
        font-size: 12px;
    }

    .builtOn img {
        /* width: 60px;
        position: relative;
        top: -1px; */
    }

    .footerText {
        width: 300px;
        font-size: 12px;
    }
}

@media all and (max-width: 440px) {
    .byData {
        padding-bottom: 15px;
    }

    .builtOn {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .organizedBy {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .organizedByText {
        padding-right: 0px;
    }
}

/* ////////////////////////// -------------------- FOOTER -------------------- ////////////////////////// */