:root {
    --primary-orange: #E64800;
    --text-color: #444;
    --light-grey: #CCC;
    --dark-grey: #444;
    --white: #FFFFFF;
    --black: #000000;
}
button:focus{ outline:none;}
/* cms内页整体间距 */
.page-container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Margin 垂直方向 */
.my-b-xl {
    margin-bottom: 50px;
}

/* Padding 全方向 */
.p-2xl {
    padding: 40px;
}

.p-xl {
    padding: 30px;
}

.p-lg {
    padding: 25px;
}

.p-md {
    padding: 20px;
}

.p-sm {
    padding: 15px;
}

.p-xs {
    padding: 10px;
}

.p-xxs {
    padding: 8px;
}

/* Padding 垂直方向 */

/* 双向（上下） */
.py-tb-2xl {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-tb-xl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-tb-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-tb-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-tb-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-tb-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-tb-xxs {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* 单向（上） */
.py-t-2xl {
    padding-top: 40px;
}

.py-t-xl {
    padding-top: 30px;
}

.py-t-lg {
    padding-top: 25px;
}

.py-t-md {
    padding-top: 20px;
}

.py-t-sm {
    padding-top: 15px;
}

.py-t-xs {
    padding-top: 10px;
}

.py-t-xxs {
    padding-top: 8px;
}

/* 单向（下） */
.py-b-2xl {
    padding-bottom: 40px;
}

.py-b-xl {
    padding-bottom: 30px;
}

.py-b-lg {
    padding-bottom: 25px;
}

.py-b-md {
    padding-bottom: 20px;
}

.py-b-sm {
    padding-bottom: 15px;
}

.py-b-xs {
    padding-bottom: 10px;
}

.py-b-xxs {
    padding-bottom: 8px;
}

/* Padding 水平方向 */

/* 双向（左右） */
.px-lr-2xl {
    padding-left: 40px;
    padding-right: 40px;
}

.px-lr-xl {
    padding-left: 30px;
    padding-right: 30px;
}

.px-lr-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.px-lr-md {
    padding-left: 20px;
    padding-right: 20px;
}

.px-lr-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.px-lr-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.px-lr-xxs {
    padding-left: 8px;
    padding-right: 8px;
}

/* 单向（左） */
.px-l-2xl {
    padding-left: 40px;
}

.px-l-xl {
    padding-left: 30px;
}

.px-l-lg {
    padding-left: 25px;
}

.px-l-md {
    padding-left: 20px;
}

.px-l-sm {
    padding-left: 15px;
}

.px-l-xs {
    padding-left: 10px;
}

.px-l-xxs {
    padding-left: 8px;
}

/* 单向（右） */
.px-r-2xl {
    padding-right: 40px;
}

.px-r-xl {
    padding-right: 30px;
}

.px-r-lg {
    padding-right: 25px;
}

.px-r-md {
    padding-right: 20px;
}

.px-r-sm {
    padding-right: 15px;
}

.px-r-xs {
    padding-right: 10px;
}

.px-r-xxs {
    padding-right: 8px;
}

.content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.content > *:not(:last-child) {
    margin-bottom: 50px;
}

/* Module Container */
.module-container {
    background: var(--white);
    border-radius: 20px;
    width: 100%;
    padding: 40px;
}

.module-container > *:not(:last-child) {
    margin-bottom: 30px;
}

/* Sub-heading */
.sub-heading {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 20px;
}

.sub-heading p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18.2px;
    color: var(--dark-grey);
}

/* Text Content */

.enquiry-info-content {
    color: var(--black);
}
.sub-text-heading{
   
    color: var(--black);
}
.text-content {
   
    color: var(--black);
}

.text-content ul {
    list-style: disc;
    padding-left: 20px;
}

.text-content  li {
    list-style: disc;
    margin-bottom: 0;
    font-size: 18px;
}

.text-content li:last-child {
    margin-bottom: 0;
}

.text-content h3 {
    padding-bottom: 25px;
}

.text-content p {
    padding-bottom: 25px;
}

/* Content Container */
.content-container {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 1160px;
}

.content-container > *:not(:last-child) {
    margin-bottom: 30px;
}

/* Programme Info */
.programme-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: var(--black);
}

/* Text & Image Block */
.text-image-block {
    padding-top: 30px;
}

.text-image-block > *:not(:last-child) {
    margin-bottom: 30px;
}

.text-image-container {
    display: flex;
    flex-direction: row;
}

.text-image-container > *:not(:last-child) {
    margin-right: 30px;
}

/* Photo Container */
.photo-container {
    width: 520px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.photo-container > *:not(:last-child) {
    margin-bottom: 20px;
}

.thumbnail {
    width: 100%;
    aspect-ratio: 400 / 300;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.photo-caption {
    color: var(--text-color);
}

/* Indicators */
.indicators {
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--light-grey);
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator-dot:not(:last-child) {
    margin-right: 8px;
}

.indicator-dot.active {
    background: var(--primary-orange);
}

/* Content Block */
.content-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
}

.content-block > *:not(:last-child) {
    margin-bottom: 20px;
}

.content-block .text-content {
   
    color: var(--black);
}



/* Image Carousel */
.photo-container .image-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 400 / 300;
    overflow: hidden;
    border-radius: 8px;
}

.photo-container .carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.photo-container .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.photo-container .carousel-image.active {
    opacity: 1;
}

.photo-container .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Responsive Design */

/* Photo */
.cover-photo img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* 圖片模組樣式 */
.image-module {
    display: flex;
    flex-direction: column;
}

.image-module.single-image .image-wrapper {
    width: 100%;
}

.image-module.single-image .image-wrapper img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.image-module.two-images {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.image-module.two-images .image-wrapper {
    flex: 1;
}

.image-module.two-images .image-wrapper img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    mix-blend-mode: multiply;
    padding-bottom: 10px;
}

.image-module.three-images {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.image-module.three-images .image-wrapper {
    flex: 1;
}

.image-module.three-images .image-wrapper img {
    width: 100%;
    height: 191px;
    object-fit: cover;
    mix-blend-mode: multiply;
    padding-bottom: 10px;
}

.image-module.four-images {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.image-module.four-images .image-wrapper {
    flex: 1;
}

.image-module.four-images .image-wrapper img {
    width: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    padding-bottom: 10px;
}

/* 贊助商 Logo 模組樣式 */
.sponsor-logos-container {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sponsor-logos-module {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.sponsor-logos-module .sub-heading {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 20px;
}

.sponsor-logos-module .sub-heading p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18.2px;
    color: var(--dark-grey);
}

.sponsor-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsor-logo-large {
    height: 105px;
    width: 255px;
    position: relative;
    flex-shrink: 0;
}

.sponsor-logo-large img {
    position: absolute;
    inset: 0;
    max-width: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sponsor-logo-small {
    height: 67px;
    width: 163px;
    position: relative;
    flex-shrink: 0;
}

.sponsor-logo-small img {
    position: absolute;
    inset: 0;
    max-width: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sponsor-logo-small img.object-cover {
    object-fit: cover;
}

/* Icon Styles */
.icon-wrapper {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
}

.icon-wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 26px;
}

/* Event Info Item */
.event-info-item {
    display: flex;
    gap: 15px;
    width: 520px;
}

.event-info-item.full-width {
    width: 100%;
}

.event-info-content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 1px;
}

.event-info-content p,
.event-info-content div {
    color: var(--black);
    margin: 0;
}

.event-info-content .regular-text {
    font-weight: 400;
}

.event-info-content ul {
    padding-left: 20px;
    margin: 0;
}
.event-info-content ul li {
    list-style: disc;
 }
.event-info-content ol li {
     list-style: decimal;
 }

.event-info-content ol {

    padding-left: 27px;
    margin: 0;
}

/* Event Info Grid */
.event-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.event-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CTA Button */
.cta-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
}

/* Footnote */
.footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
}

.footnote p {
    color: var(--black);
    margin: 0;
}

.footnote a {
    color: var(--primary-orange);
    text-decoration: underline;
    text-underline-offset: 23%;
}

.footnote a:hover {
    opacity: 0.8;
}

.text-ul {
    padding-bottom: 25px;
}

/* Enquiry Info List */
.enquiry-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.enquiry-info-item {
    display: flex;
    gap: 15px;
    width: 100%;
}

.enquiry-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
    justify-content: flex-start;
}

.enquiry-person {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc((100% - 50px) / 2);
    min-width: 0;
}
/* Programmes Grid */
.programmes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    justify-content: flex-start;
    width: 100%;
}

.programme-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 525px;
    flex-shrink: 0;
}

.programme-item .thumbnail {
    width: 100%;
    height: 217px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.programme-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.programme-title {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 100%;
}

.programme-title .icon-wrapper {
    top:5px;
  
}

.programme-title p {
    color: var(--black);
    margin: 0;
    flex: 1;
}

.programme-item .event-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.programme-item .event-info-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 100%;
}

.programme-item .event-info-item .icon-wrapper {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programme-item .event-info-item .icon-wrapper span {
    font-size: 26px;
    color: var(--primary-orange);
}

.programme-item .event-info-content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 1px;
}

.programme-item .event-info-content p {
    color: var(--text-color);
    margin: 0;
   
}

.programme-item .cta-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
    width: 100%;
}
    /* Main Container - Fixed Width for Desktop */
.content-wrapper{ 
    width:100%
}
.main-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
 }
.tabs-container {
        width: 1160px;
        margin: 0 auto;
        position: relative;
 }
 .tabs-wrapper {
        display: flex;
        gap: 10px;
        border-bottom: 3px solid var(--primary-orange);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
}

.tabs-wrapper::-webkit-scrollbar {
   height: 4px;
 }
.tabs-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
  }
    .tabs-wrapper::-webkit-scrollbar-thumb {
        background: var(--primary-orange);
        border-radius: 2px;
    }

    /* Tab Button */
    .tab-button {
        background: #E6E6E6;
        border: none;
        padding: 20px 30px;
        cursor: pointer;
        font-weight: 700;
        font-size: 16px;
        color: var(--black);
        border-radius: 20px 20px 0 0;
        transition: all 0.3s ease;
        white-space: nowrap;
        position: relative;
        min-width: fit-content;
    }

    .tab-button:hover {
        background: #d0d0d0;
    }

    .tab-button.active {
        background: var(--primary-orange);
        color: var(--white);
    }

    .tab-button.active:hover {
        background: #d03d00;
    }

    /* Content Container */

    /* Tab Content */
    .tab-content-cms {
          width:100%;
        display: none;
        animation: fadeIn 0.3s ease;
    }

    .tab-content-cms.active {
      
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Programme Item Button */
    .btn-more {
        margin-top: 0;
    }

   
    
    /* Tab ellipsis functionality */
    .tab-button {
        position: relative;
    }

    .tab-button span {
        display: inline-block;
    }

    .tab-button.ellipsis {
        min-width: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tab-button.ellipsis::before {
        content: '...';
        display: block;
        text-align: center;
    }

    .tab-button.ellipsis span {
        display: none;
    }
    
    .tab-content-cms .module-container{ border-radius:0px 0px 20px 20px;}
 /* Header Section */
    .forum-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
       
    }



    .collapse-all-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 15px;
        border: 1px solid var(--dark-grey);
        border-radius: 30px;
        background: transparent;
        cursor: pointer;
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18.2px;
        color: var(--dark-grey);
        transition: all 0.3s ease;
    }

    .collapse-all-button:hover {
        background: transparent;
    }

    .collapse-all-button .icon-uniE7A6,
    .collapse-all-button .icon-uniE7A7 {
        display: inline-block;
       
        font-size: 16px;
        line-height: 1;
    }

    .collapse-all-button .icon-uniE7A6 {
        display: none;
    }

    .collapse-all-button .icon-uniE7A7 {
        display: inline-block;
    }

    .collapse-all-button.expanded .icon-uniE7A6 {
        display: inline-block;
    }

    .collapse-all-button.expanded .icon-uniE7A7 {
        display: none;
    }

    /* Programme Item */
    .programme-item-activity {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .programme-header {
        background: var(--primary-orange);
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px 30px;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .programme-item-activity.expanded .programme-header {
        border-radius: 20px 20px 0 0;
    }

    .programme-header:hover {
        opacity: 0.95;
    }

    .programme-header-icon {
        width: 60px;
        height: 60px;
        background: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .programme-header-icon .icon-wrapper {
        width: 26px;
        height: 26px;
    }

    .programme-header-icon .icon-wrapper span {
        color: var(-primary-orange);
        font-size: 26px;
    }

    .programme-title-activity {
        flex: 1;
       
        color: var(--white);
        margin: 0;
    }

.programme-title-activity {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 100%;
}

    .programme-toggle {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer;
    }

    .programme-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .programme-toggle .icon-uniE7A6,
    .programme-toggle .icon-uniE7A7 {
       
        color: var(--white);
        display: inline-block;
        font-size: 26px;
        line-height: 1;
    }

    .programme-toggle .icon-uniE7A6 {
        display: none;
    }

    .programme-toggle .icon-uniE7A7 {
        display: inline-block;
    }

    .programme-item-activity.expanded .programme-toggle .icon-uniE7A6 {
        display: inline-block;
    }

    .programme-item-activity.expanded .programme-toggle .icon-uniE7A7 {
        display: none;
    }

    .programme-content {
        background:var(--white);
        padding: 40px;
        border-radius: 0 0 20px 20px;
        display: none;
        flex-direction: column;
        gap: 50px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .programme-item-activity.expanded .programme-content {
        display: flex;
    }

    /* Programme Description */
    .programme-description {
       
        color: var(--black);
        margin: 0;
    }

    /* Event Info */
    .event-info {
        display: flex;
        
        gap: 20px 50px;
        align-items: flex-start;
    }

    .event-info-item-activity {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .event-info-item-activity .icon-wrapper {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .event-info-item-activity .icon-wrapper span {
        color: var(-primary-orange);
        font-size: 26px;
    }

    .event-info-item-activity p {
       
        color: var(--black);
        margin: 0;
    
    }

    /* Speaker Section */
    .speaker-section {
        border-top: 1px solid var( --light-grey);
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .speaker-item {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        padding: 20px 0 0 0;
    }

    .speaker-time-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 200px;
        flex-shrink: 0;
    }

    .speaker-time {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .speaker-time .icon-wrapper {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .speaker-time .icon-wrapper span {
        color: var(-primary-orange);
        font-size: 26px;
    }

    .speaker-time p {
      
        color: var(--black);
        margin: 0;
        
        
    }

    .speaker-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .speaker-content-title {
       
        color: var(--black);
        margin: 0;
    }

    .speaker-content-description {
       
        color: var(--black);
        margin: 0;
    }
/* Programme Item with Border */
.programme-item.bordered {
    border: 1px solid var(--light-grey);
    border-radius: 10px;
    padding: 30px 20px;
}

.programme-item.bordered .thumbnail {
    display: none;
}

/* Co-organizer Section */
.co-organizer-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 0;
}

.sub-organizer {
    font-weight: 700;
    font-size: 14px;
    line-height: 18.2px;
    color: var(--dark-grey);
    margin: 0;
}

.co-organizer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.co-organizer-logo {
    height: 56px;
   
    position: relative;
    flex-shrink: 0;
}

.co-organizer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Guest Speakers Section */
    .guest-speakers-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .speakers-container {
        background: var(--white);
        border-radius: 20px;
        padding: 40px;
        width: 100%;
    }

    .speakers-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .speaker-profile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .speaker-profile:not(:first-child) {
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }

    .speaker-container {
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .speaker-portrait-container {
        display: flex;
        flex-direction: column;
        width: 200px;
        flex-shrink: 0;
        align-items: center;
    }

    .speaker-portrait {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .speaker-portrait img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .speaaker-section-line{    
        border-top: 1px solid #ccc;
    margin-top: 30px;
}

    .speaker-content-in-item{ gap:10px;    flex: 1;
    display: flex;
    flex-direction: column;}

    /* Header Section */
 

    .group-heading {
        font-weight: 700;
        font-size: 25px;
        line-height: 32.5px;
        color: #000;
        text-align: center;
        margin: 0;
    }
    .collapse-all-button .icon-uniE7A6,
    .collapse-all-button .icon-uniE7A7 {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
    }

    .collapse-all-button .icon-uniE7A6 {
        display: none;
    }

    .collapse-all-button .icon-uniE7A7 {
        display: inline-block;
    }

    .collapse-all-button.expanded .icon-uniE7A6 {
        display: inline-block;
    }

    .collapse-all-button.expanded .icon-uniE7A7 {
        display: none;
    }

    .speaker-itemr {
       
        align-items: start;
        padding-top:30px;
          display: flex;
    gap: 30px;
    }

    .speaker-itemr:first-child {
        padding-top: 0;
    }

    .speaker-time-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 200px;
        flex-shrink: 0;
        align-items: center;
    }

    .speaker-time {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        width: 100%;
    }

    .speaker-time .icon-wrapper {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .speaker-time .icon-wrapper span {
        color: #E64800;
        font-size: 26px;
    }


    .speaker-portrait-in-content {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .speaker-portrait-in-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .speaker-more-btn-in-content {
        background: #E64800;
        border: 1px solid #E64800;
        border-radius: 30px;
        padding: 12px 15px;
        color: white;
        font-weight: 400;
        font-size: 14px;
        line-height: 18.2px;
        cursor: pointer;
        width: fit-content;
        transition: all 0.3s ease;
    }

    .speaker-more-btn-in-content:hover {
        background: #d03d00;
        border-color: #d03d00;
    }

    .speaker-content-description ul {
        list-style: disc;
        padding-left: 27px;
        margin: 0;
    }

    
    .speaker-itemr-special{ align-items:flex-start;     padding: 50px 0 20px 0;}
    .speaker-content-in-item ul{ margin-left:20px;} 
    .speaker-content-in-item ul li{ font-size:18px;}

    /* Programme Item Activity - Custom Styles (避免與 CMS 衝突) */
    .pgm-item-activity {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pgm-header {
        background: var(--primary-orange);
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px 30px;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pgm-item-activity.expanded .pgm-header {
        border-radius: 20px 20px 0 0;
    }

    .pgm-header:hover {
        opacity: 0.95;
    }

    .pgm-header-icon {
        width: 60px;
        height: 60px;
        background: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .pgm-header-icon .icon-wrapper {
        width: 26px;
        height: 26px;
    }

    .pgm-header-icon .icon-wrapper span {
        color: var(--primary-orange);
        font-size: 26px;
    }

    .pgm-title-activity {
        flex: 1;
        color: var(--white);
        margin: 0;
        display: flex;
        gap: 15px;
        align-items: flex-start;
        width: 100%;
    }

    .pgm-toggle {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer;
    }

    .pgm-toggle .icon-uniE7A6,
    .pgm-toggle .icon-uniE7A7 {
        color: var(--white);
        display: inline-block;
        font-size: 26px;
        line-height: 1;
    }

    .pgm-toggle .icon-uniE7A6 {
        display: none;
    }

    .pgm-toggle .icon-uniE7A7 {
        display: inline-block;
    }

    .pgm-item-activity.expanded .pgm-toggle .icon-uniE7A6 {
        display: inline-block;
    }

    .pgm-item-activity.expanded .pgm-toggle .icon-uniE7A7 {
        display: none;
    }

    .pgm-content {
        background: var(--white);
        padding: 40px;
        border-radius: 0 0 20px 20px;
        display: none;
        flex-direction: column;
        gap: 50px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .pgm-item-activity.expanded .pgm-content {
        display: flex;
    }

    .pgm-description {
        color: var(--black);
        margin: 0;
    }

    .pgm-event-info-item {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .pgm-event-info-item .icon-wrapper {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .pgm-event-info-item .icon-wrapper span {
        color: var(--primary-orange);
        font-size: 26px;
    }

    .pgm-event-info-item p {
        color: var(--black);
        margin: 0;
    }
    
    .pgm-content-gap{ display: flex; flex-direction: column; gap: 40px; }
    .speaker-time-top{ padding-top:30px;}
/* Sticky Dropdown Container */

.dropdown-module-wrapper {
    position: relative;
    pointer-events: auto;
 
}

.dropdown-module {
    background: var(--primary-orange);
    border-radius: 20px 20px 0 0;
    padding: 20px 40px 50px 40px;
    position: relative;
    overflow: hidden;
}

/* Select Session 標題 */
.dropdown-select-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.dropdown-select-header p {
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
    margin: 0;
}

/* 當前選中議程顯示區域（只在收起時顯示） */
.dropdown-current-session {
    display: none;
    flex-direction: column;
    gap: 15px;
    padding: 5px 0 15px 0;
}

.dropdown-module.collapsed .dropdown-current-session {
    display: flex;
}

.dropdown-current-session .dropdown-info {
    margin-bottom: 0;
}

.dropdown-current-session .dropdown-option-title {
    font-size: 20px;
   
}

.dropdown-other-sessions-btn {
    display: none;
    align-items: center;
    justify-content: center;
  
    cursor: pointer;

}

.dropdown-module.collapsed .dropdown-other-sessions-btn {
    display: flex;
}

.dropdown-other-sessions-btn p {
    
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin: 0;
    flex: 1;
    text-align: center;
    padding-top:10px;
}

.dropdown-options-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dropdown-module.collapsed .dropdown-options-container {
    display: none;
}

.dropdown-module.expanded .dropdown-select-header {
    display: flex;
}

.dropdown-module.collapsed .dropdown-select-header {
    display: none;
}

.dropdown-option-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 10px 15px 20px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropdown-option-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.dropdown-option-item.active {
    background: #fff !important;
    border-color: #fff !important;
}

.dropdown-option-item.active .dropdown-info-item p,
.dropdown-option-item.active .dropdown-option-title {
    color: #000 !important;
}

.dropdown-option-item.active .icon-wrapper span {
    color: #000 !important;
}

.dropdown-option-item.active .icon-wrapper span:before,
.dropdown-option-item.active .icon-wrapper span:after {
    color: #000 !important;
}

.dropdown-option-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dropdown-option-title {
   
    font-weight: 700;
    font-size: 18px;
    
    color: #fff;
    margin: 0;
}

.dropdown-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-items: flex-start;
}

.dropdown-info-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dropdown-info-item .icon-wrapper {
   
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-info-item .icon-icon-date-fff span:before {
    
    color: #fff !important;
}

.dropdown-option-item.active .icon-icon-date-fff span,
.dropdown-option-item.active .icon-icon-date-fff span:before,
.dropdown-option-item.active .icon-icon-date-fff span:after {
    color: #000 !important;
}

.dropdown-option-item.active .icon-wrapper .icon-icon-date,
.dropdown-option-item.active .icon-wrapper .icon-icon-time {
    color: #000 !important;
}

.dropdown-option-item.active .icon-wrapper .icon-icon-date:before,
.dropdown-option-item.active .icon-wrapper .icon-icon-date:after,
.dropdown-option-item.active .icon-wrapper .icon-icon-time:before,
.dropdown-option-item.active .icon-wrapper .icon-icon-time:after {
    color: #000 !important;
}

/* 强制覆盖所有可能的图标颜色设置 */
.dropdown-option-item.active .dropdown-info-item .icon-wrapper span,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper span:before,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper span:after,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-date,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-time,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-date:before,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-date:after,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-time:before,
.dropdown-option-item.active .dropdown-info-item .icon-wrapper .icon-icon-time:after {
    color: #e64800 !important;
}


.dropdown-arrow {
      background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
   
    cursor: pointer;
    transition: background 0.3s ease;
        border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
}


.dropdown-arrow .icon-wrapper {
    background: var(--primary-orange);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    border-radius: 0px 0px 30px 30px;
    padding: 0 65px 30px 65px;
    
    
    
}

.dropdown-arrow .icon-wrapper span {
    color: #fff;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.dropdown-arrow .icon-wrapper .icon-uniE7A6 {
    display: none;
}

.dropdown-arrow .icon-wrapper .icon-uniE7A7 {
    display: inline-block;
}

.dropdown-module-wrapper:has(.dropdown-module.collapsed) .dropdown-arrow .icon-wrapper .icon-uniE7A6 {
    display: inline-block;
}

.dropdown-module-wrapper:has(.dropdown-module.collapsed) .dropdown-arrow .icon-wrapper .icon-uniE7A7 {
    display: none;
}
  

/* Programme Details Container */
.programme-details-wrapper {

    
    position: relative;
     top: -16px; 
}

.programme-details {
    background: #fff;
    border-radius: 0 0 20px 20px;
       padding: 0 40px 40px 40px;
  
}

.speakers-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 30px;
}

.speaker-profile-module {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.speaker-profile-module:not(:first-child) {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.speaker-profile-module:first-child {
    padding-top: 30px;
}

.speaker-container-module {
    display: flex;
    gap: 30px;
    align-items: center;
}

.speaker-portrait-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 200px;
    flex-shrink: 0;
}

.speaker-portrait-module {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.speaker-portrait-module img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-content-module {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
}

.speaker-title-module {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

.speaker-description-module {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: #000;
    margin: 0;
}

.speaker-description-module p {
    margin: 0;
}

.btn-more-module {
    background: #E64800;
    border: 1px solid #E64800;
    border-radius: 30px;
    padding: 12px 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-more-module:hover {
    background: #d03d00;
    border-color: #d03d00;
}

/* Simple Text Item */
.simple-text-item {
    border-top: 1px solid #ccc;
   
}

.simple-text-item:first-child {
    border-top: none;
    padding-top: 0;
}

.simple-text-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
   
}

.simple-text-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

/* Multiple Speakers Module */
.multiple-speakers-module {
    border-top: 1px solid #ccc;
    padding: 50px 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.multiple-speakers-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.multiple-speakers-title {
   
    
 
    color: #000;
    margin: 0;
}

.multiple-speakers-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: #000;
    margin: 0;
}

.multiple-speakers-description ul {
    list-style: disc;
    padding-left: 27px;
    margin: 0;
}

.multiple-speakers-description li {
    margin-bottom: 0;
}

.multiple-speakers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.multiple-speaker-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 525px;
}

.multiple-speaker-container {
    display: flex;
    gap: 30px;
    align-items: center;
}

.multiple-speaker-portrait {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.multiple-speaker-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multiple-speaker-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
}


.multiple-speaker-title {
  
    font-weight: 400;
    font-size: 18px;
   
    color: #000;
    margin: 0;
}

/* Footnote */
.footnote-module {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    
}

.footnote-module p {
 
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    color: #888;
    margin: 0;
}
   
  
    .multiple-speaker-content{ gap:10px;}
    .speaker-section-none{ border:none;}


/* Sticky Dropdown Module - 固定定位 */
    .dropdown-module-wrapper {
        position: sticky;
        top: 83px;
        z-index: 100;
        width: 100%;
    }
    
    .dropdown-module-wrapper .dropdown-module {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
.dropdown-module[class*="col"]{
        padding: 20px 40px 30px 40px;
    }
    .collapse-all-button{     border: 1px solid #efe3e2; color:var(--white);}
  .icon-wrapper .icon-uniE7A7:before{ color:#ffffff !important; }  
.icon-wrapper .icon-uniE7A6:before{ color:#ffffff !important; }  
    .speaker-itemr-none{ padding-bottom:30px;}

    /* Responsive */
 


@media (max-width: 1350px) {
    
    .my-b-xl {
        margin-bottom: 30px;
    }

    .content {
        width: 100%;
    }

    .module-container {
        padding: 20px;
    }

    .sub-heading {
        padding-bottom: 10px;
    }

    .sub-heading p {
        font-weight: 700;
        font-size: 12px;
        line-height: 15.6px;
        color: var(--dark-grey);
    }

    .module-container .text-lg {
        font-size: 16px;
    }

    .module-container > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .text-content li {
        font-size: 16px;
    }

    .text-image-block {
        padding-top: 20px;
    }

    .text-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-image-container > *:not(:last-child) {
        margin-right: 0px;
    }

    .text-image-block .text-base {
        font-size: 14px;
    }

    .indicators {
        margin-bottom: 30px;
    }

    .text-image-block .text-content h3 {
        padding-bottom: 20px;
    }

    .photo-container {
        width: 100%;
        max-width: 100%;
    }

    .photo-container img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .module-container .text-base {
        font-size: 14px;
    }

    .cover-photo img {
        border-radius: 10px;
    }

    .image-module.single-image .image-wrapper img {
        width: 100%;
        padding-bottom: 20px;
        height: auto;
    }

    .image-module.two-images {
        flex-direction: column;
    }

    .image-module.two-images .image-wrapper img {
        height: auto;
    }

    .image-module.three-images {
        flex-direction: column;
    }

    .image-module.three-images .image-wrapper img {
        height: auto;
    }

    .image-module.four-images {
        flex-direction: column;
    }

    .image-module.four-images .image-wrapper {
        flex: 1 1 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }

    .image-module.four-images .image-wrapper img {
        height: auto;
        min-height: 150px;
    }

    .photo-slideshow {
        flex-direction: column;
        gap: 20px;
    }

    .sponsor-logos-container {
        padding: 20px;
        gap: 30px;
    }

    .sponsor-logos-module {
        gap: 20px;
    }

    .sponsor-logos-grid {
        gap: 15px;
    }

    .sponsor-logo-large {
        height: 61px;
        width: 148px;
    }

    .sponsor-logo-small {
        height: 39px;
        width: 94px;
    }

    .event-info-grid {
        gap: 15px;
    }

    .event-info-item {
        gap: 10px;
        align-items: start;
        width: 100%;
    }

    .icon-wrapper {
        width: auto;
    }

    .icon-wrapper span {
        font-size: 16px;
    }

    .event-info-content ol {
        padding-left: 15px;
    }

    .event-info-grid {
        flex-direction: column;
    }

    .cta-button-container,
    .footnote {
        padding-top: 10px;
    }

    .enquiry-info-list {
        gap: 15px;
    }

    .enquiry-person {
        width: 100%;
        gap: 15px;
    }

    .enquiry-info-grid {
        gap: 40px;
    }
    .programme-title .icon-wrapper {
    top: 0px;
}
    
.programmes-grid {
    gap: 30px 20px;
 }

.programme-item {
    width: calc((100% - 20px) / 2);
     gap: 20px;
 }

.programme-item .thumbnail {
    height: auto;
    aspect-ratio: 525 / 217;
}

.programme-title {
    gap: 10px;
}

.programme-title p {
   font-size: 16px;
    line-height: 20.8px;
 }

.programme-item .event-info-list {
    gap: 15px;
}

.programme-item .event-info-item {
   gap: 10px;
}

.programme-item .event-info-item .icon-wrapper {
    width: 20px;
}
.programme-item .event-info-item .icon-wrapper span {
   font-size: 20px;
 }
.programme-item {
  width: 100%;
}
     .tab-content-cms .module-container{ border-radius:0px;}
        .tabs-container,
        .content-wrapper {
            width: 100%;
            
        }

        .tab-button {
            padding: 15px 20px;
            font-size: 14px;
            line-height: 18.2px;
        }
    
      .programme-content .text-lg{ font-size:16px;}


        .forum-header {
           gap:8px;
        }


        .programme-header {
            padding: 15px 15px;
            gap: 10px;
         align-items: start;
            border-radius:10px;
           
        }
        .programme-item-activity.expanded .programme-header{ border-radius:10px 10px 0 0;}
        
        .programme-toggle .icon-uniE7A6, .programme-toggle .icon-uniE7A7{ font-size:20px; position: relative; top: 3px;}

        .programme-header-icon {
            width: 34px;
            height: 34px;
        }

        .programme-header-icon .icon-wrapper {
            width: 16px;
            height: 16px;
        }

        .programme-header-icon .icon-wrapper span {
            font-size: 20px;
        }

        .programme-title {
            font-size: 18px;
            line-height: 23.4px;
        }

        .programme-content {
            padding: 20px;
           
        }

   
        .event-info {
            display: grid;
            gap: 10px 30px;
        }

        .event-info-item-activity {
            gap: 10px;
        }

        .event-info-item-activity .icon-wrapper {
            width: 20px;
            height: 20px;
        }

        .event-info-item-activity .icon-wrapper span {
            font-size: 20px;
        }

     
        .speaker-section {
            padding-top: 20px;
        }

        .speaker-item {
            
            padding:  0;
            display: grid;
        }

        .speaker-time-container {
            width: 150px;
            gap: 15px;
        }

        .speaker-time .icon-wrapper {
            width: 20px;
            height: 20px;
        }

        .speaker-time .icon-wrapper span {
            font-size: 20px;
        }

    
        .speaker-content {
            gap: 10px;
        }

       


        .collapse-all-button{ 
            font-size:12px;     
            gap: 5px;
    padding: 5px 10px;}
        
        .collapse-all-button .icon-uniE7A6, .collapse-all-button .icon-uniE7A7{ font-size:14px;}    
    
    .sub-organizer {
    font-weight: 700;
    font-size: 12px;
    line-height: 18.2px;
    color: var(--dark-grey);
    margin: 0;
}
    
    .speaker-time-top{ padding-top:20px;}

         .pgm-content-gap{ display: flex; flex-direction: column; gap: 30px; }
        
        .speaker-container{  gap: 20px;  display: flex;   align-items: center;  flex-direction: column;}
     
        .guest-speakers-section .text-lg{ font-size:16px;}
        .speaker-profile:not(:first-child){ padding-top:20px;}
        .pgm-item-activity.expanded .pgm-header{    border-radius: 10px 10px 0 0; }
        .pgm-content .text-lg{ font-size:16px;}
        .speaker-itemr-special{padding:0px;}
        .speaker-content-in-item ul li{ font-size:16px;}



        .guest-speakers-section {
            margin-bottom: 30px;
        }

        .forum-header {
            margin-bottom: 30px;
        }

        .speakers-container {
            padding: 30px;
        }

        .pgm-header {
           padding: 15px 15px;
        gap: 10px;
        align-items: start;
        }

        .pgm-header-icon {
            width: 34px;
            height: 34px;
        }

        .pgm-header-icon .icon-wrapper {
            width: 20px;
            height: 20px;
        }


        .pgm-header-icon .icon-wrapper span {
            font-size: 20px;
        }

        .pgm-title-activity {
            font-size: 18px;
            line-height: 23.4px;
        }

        .pgm-content {
            padding: 20px;
            gap: 30px;
        }

      

      

        .pgm-event-info-item {
            gap: 10px;
               
        }

        .pgm-event-info-item .icon-wrapper {
            width: 20px;
            height: 20px;
        }

        .pgm-event-info-item .icon-wrapper span {
            font-size: 16px;
        }

      

       
        .speaker-itemr {
            gap: 15px;
            
        padding-top:20px;
         display: flex;
        flex-direction: column; 
                    
            
        }
    .speaker-time-container{ margin:0px auto;}
    
    
    .programme-details-wrapper .text-lg{ font-size:16px;}

        .speaker-time-container {
            width: 150px;
            gap: 15px;
        }

        .speaker-time .icon-wrapper {
            width: 20px;
            height: 20px;
        }

        .speaker-time .icon-wrapper span {
            font-size: 16px;
        }



      

        .speaker-portrait-container {
            width: 150px;
        }

        .speaker-portrait {
            width: 130px;
            height: 130px;
        }

        .speaker-portrait-in-content {
            width: 130px;
            height: 130px;
        }   
        
      .simple-text-content{ padding:0px;}
    .speaker-time-container-center{ margin:0px auto;}
  
    .multiple-speaker-title {
  
   
    font-size: 16px;
   
  
}
    .dropdown-module{ border-radius: 10px 10px 0 0;}
    .dropdown-options-container{gap:10px;}
    .dropdown-info-item{gap:10px;}
    .dropdown-select-header p {
    font-size: 12px;
}
    
    .dropdown-arrow .icon-wrapper{    padding: 3px 40px 20px 40px;}
    
    .sticky-dropdown-container {
        width: 100%;
        margin-left: 0;
    }
    
    .programme-details-wrapper {
        width: 100%;
        margin-left: 0;
    }
    
    .dropdown-module {
        padding: 0px 20px 30px 20px;
    }
    .dropdown-current-session .dropdown-option-title{font-size: 18px;}
    
    .dropdown-option-title {
        font-size: 16px;
       
    }
    
    .dropdown-info-item p,
    .speaker-description-module,
    .multiple-speakers-description {
        font-size: 16px;
      
    }
    .dropdown-module[class*="col"] {
    padding: 20px;
}
    .dropdown-other-sessions-btn p{ padding-top:0px;}
    
    .programme-details {
        padding: 20px;
    }
    
    .speaker-container-module {
        flex-direction: column;
        gap: 20px;
    }
    
    .speaker-portrait-container {
        width: 100%;
        align-items: flex-start;
    }
    .programme-details-wrapper .speaker-time{    align-items: center;}
    
    .speaker-portrait-module {
        width: 130px;
        height: 130px;
    }
    
    .multiple-speaker-item {
        width: 100%;
    }
    
    .multiple-speaker-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .multiple-speaker-portrait {
        width: 130px;
        height: 130px;
    }
    
    .dropdown-arrow .icon-wrapper .icon-uniE7A6, .dropdown-arrow .icon-wrapper .icon-uniE7A7{ top:0px !important;}
    
    .speaker-time-container-mob{ margin: initial;}

}

  @media (max-width: 768px) {
        .tabs-container {
            position: relative;
        }

        .tabs-wrapper {
            gap: 5px;
            border-bottom: 3px solid var(--primary-orange);
            position: relative;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            display: flex;
        }

        .tabs-wrapper::-webkit-scrollbar {
            display: none;
        }

        .tab-button {
            padding: 15px;
            font-size: 14px;
            font-weight: 700;
            line-height: 18.2px;
            border-radius: 10px 10px 0 0;
            flex-shrink: 0;
            white-space: nowrap;
            display: block;
        }

        .tab-button.ellipsis {
            padding: 15px;
            min-width: 50px;
        }

        /* Hide navigation arrows on mobile - use scroll instead */
        .tab-nav-arrow {
            display: none !important;
        }
    }

    /* Hide navigation arrows on desktop as well */
    .tab-nav-arrow {
        display: none !important;
    }