.program_container {
    width: 100%;
    position: relative;
    /* padding-bottom: 130px; */
}
.program_middle_container {
    width: 90%;
    margin: auto;
    position: relative;
    padding-bottom: 50px;
}
.program_title {
    font-size: 50px;
    color: var(--primary-color-dark);
    font-family: 'DMSerifDisplayRegular';
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    margin-bottom: 0px;
}
.program_sub_title {
    font-size: 20px;
    padding-left: 0;
    padding-bottom: 25px;
    color: var(--primary-color);
    font-family: 'DMSansRegular', 'WorkSansRegular', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.all_programs {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.workshopsTitle {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media all and (max-width: 991px) {
    .workshopsTitle {
        font-size: 18px;
    }
}


.oneProgram {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}
.all_programs .oneProgram:last-child {
    margin-bottom: 0px;
}
.oneProgramHeader {
    background-color: var(--primary-color-dark);
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 50px;
}

.oneProgramDate {
    font-weight: bold;
    /* font-family: 'DMSerifDisplayRegular'; */
    padding-left: 25px;
    font-size: 24px;
    text-align: left;
    flex: 1;
}

.oneProgramExCol {
    margin-right: 25px;
    font-size: 20px;
}
.expand-icon,
.plus-sign {
    color: white;
}

.oneProgramContent {
    background-color: #ffffff;
    color: black;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 40px;
    display: none;
}



.allSessions {
    width: 100%;
    overflow: hidden;
}
.oneSession {
    width: 100%;
    margin-bottom: 25px;
}
.allSessions .oneSession:last-child {
    margin-bottom: 0px;
}
.oneSessionTitle {
    font-size: 20px;
    /* font-family: 'DMSerifDisplayRegular'; */
    font-weight: bold;
    padding-bottom: 7px;
}
.oneSessionText {
    font-size: 20px;
    padding-bottom: 18px;
}
.oneSessionTiming {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.oneSessionTimeRow {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}
.oneSessionTiming .oneSessionTimeRow:last-child {
    margin-bottom: 0px;
}
.oneSessionTime {
    font-size: 20px;
    /* font-family: 'DMSerifDisplayRegular'; */
    font-weight: bold;
    width: 140px;
    margin-right: 30px
}
.oneSessionDescription {
    font-size: 20px;
    width: calc(100% - 170px);
}
.oneSessionSpeaker {
    font-size: 17px;
}
.oneSessionDescription .oneSessionParts {
    font-size: 17px;
    margin-top: 3px;
    line-height: 1.3;
}


.download_program_btn
{
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 199px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'WorkSansBold', sans-serif;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.download_program_btn:hover
{
    background-color: var(--primary-color-light);
    color: white;
    text-decoration: none;
}

/* Hide mobile download button on desktop */
.mobile-download-btn {
    display: none;
}


 @media (min-width: 769px) {
    .program_title,
    .program_sub_title,
    .text-right {
        width: 80%;
        margin: auto;
        overflow: hidden;
    }
}

@media all and (max-width: 991px) {
    .program_title {
        font-size: 36px;
        margin-bottom: 30px;
      
    }
 
    
    .program_sub_title {
        padding-left: 0px;
        font-size: 18px;
     
    }
    .all_programs {
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .program_container {
        padding-bottom: 70px;
    }
    .program_middle_container {
        width: 95%;
        padding: 0 15px;
    }
    .program_title {
        font-size: 32px;
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .program_sub_title {
        font-size: 18px;
    }
    /* Hide the original download button position on mobile */
    .text-right {
        display: none;
    }
     /* Keep accordions closed by default on mobile, but allow JavaScript to control them */
     .oneProgramContent {
         display: none;
     }
     /* Allow first accordion to be controlled by JavaScript */
     .oneProgram:first-child .oneProgramContent.active {
         display: block;
     }
    /* Add download button after accordion sections on mobile */
    .all_programs::after {
        content: '';
        display: block;
        margin-top: 20px;
    }
    /* Mobile download button styling */
    .mobile-download-btn {
        display: block;
        margin-top: 20px;
        text-align: left;
    }
    .mobile-download-btn .download_program_btn {
        font-size: 14px;
        padding: 8px 16px;
        display: inline-flex;
        width: auto;
        max-width: 100%;
        word-wrap: break-word;
        text-align: left;
        justify-content: flex-start;
    }
    .oneProgram {
        margin-bottom: 20px;
    }
    .oneProgramHeader {
        height: 45px;
    }
    .oneProgramDate {
        padding-left: 20px;
        font-size: 18px;
        text-align: left;
        flex: 1;
    }
    .oneProgramExCol {
        margin-right: 20px;
    }
    .expand-icon {
        display: none;
    }
    .oneProgramContent {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 20px;
    }
    .oneSession {
        margin-bottom: 20px;
    }
    .oneSessionTitle {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .oneSessionText {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .oneSessionTime {
        font-size: 14px;
        width: 100px;
        margin-right: 8px;
    }
    .oneSessionDescription {
        font-size: 14px;
        width: calc(100% - 108px);
    }
    .oneSessionDescription .oneSessionParts {
        font-size: 14px;
    }
}