/* Conference program pages - synced from English GEOMIN demo */
.accordion-toggle-btn {
    background: none;
    border: none;
    color: #F89A0B;
    float: right;
    font-size: 1.2rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-toggle-btn.collapsed {
    transform: rotate(180deg);
}


.triangle {
    position: relative;
    background-color: #fe9a0d;
    text-align: left;
}

.triangle:before,
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.triangle,
.triangle:before,
.triangle:after {
    width: 1em;
    height: 1em;
    border-top-right-radius: 43%;
}

.triangle {
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.seminarSec {}

.seminarSec .seminarBox {
    background-color: #134069;
    border-radius: 19px;
    color: white;
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    margin-top: 90px;
    margin-bottom: 20px;
    min-height: 618px;
}

.seminarSec .seminarBox .eachBox {
    flex: 1;
    border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.seminarSec .seminarBox .eachBox .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #F89A0B;
}

.seminarSec .seminarBox .eachBox .detail .eachDetail {
    font-weight: 600;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    margin: 30px 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seminarSec .seminarBox .eachBox .detail .eachDetail p {
    margin-bottom: 0;

}

.seminarSec .stream-price {
    background-color: #F69913;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0px;
    max-width: 380px;
}

.seminarSec .seminarBox .eachBox:last-child {
    border: none;
}

.streamSec {
    margin-top: 60px;
    margin-bottom: 70px;
}

.streamSec .streams .head {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}

.streamSec .streams .head.seminar-head-with-register {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    line-height: 1.3;
}

.streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn {
    background-color: #F69913;
    color: #fff;
    padding: 10px 34px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: none;
    flex-shrink: 0;
}

.streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
}

.streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn a:hover {
    color: #fff;
    text-decoration: none;
}

.streamSec .streams .head.ai-labs-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.2;
}

.streamSec .streams .head.ai-labs-head em {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.streamSec .streams .streamsBox .field-trip-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.streamSec .streams .streamsBox .field-trip-seats {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #F89A0B;
    margin-bottom: 0;
}

.streamSec .streams .streamsBox .field-trip-register-btn {
    background-color: #F69913;
    color: #fff;
    padding: 10px 34px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: none;
    flex-shrink: 0;
}

.streamSec .streams .streamsBox .field-trip-register-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
}

.streamSec .streams .streamsBox .field-trip-register-btn a:hover {
    color: #fff;
    text-decoration: none;
}

.streamSec .streams .streamsBox .field-trip-collage {
    margin-top: 30px;
}

.streamSec .streams .streamsBox .field-trip-collage img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.streamSec .streams .streamsBox .field-trip-download {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .streamSec .streams .streamsBox .field-trip-header {
        flex-direction: column;
        text-align: center;
    }

    .streamSec .streams .streamsBox .field-trip-register-btn {
        width: 100%;
        max-width: 380px;
    }

    .streamSec .streams .streamsBox .field-trip-seats {
        font-size: 20px;
        line-height: 26px;
    }

    .streamSec .streams .head.seminar-head-with-register {
        flex-direction: column;
        text-align: center;
    }

    .streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn {
        width: 100%;
        max-width: 380px;
        font-size: 25px;
        line-height: 22px;
    }

    .streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn a {
        font-size: 25px;
        line-height: 22px;
    }

    .streamSec .streams .head.ai-labs-head em {
        font-size: 18px;
        line-height: 22px;
    }
}

.streamSec .streams .streamsBox {

    background-color: #134069;
    border-radius: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
}

.streamSec .streams .streamsBox h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 30px;
}

.streamSec .streams .streamsBox h5:first-child {
    margin-bottom: 0px;
}

.streamSec .panel-box {
    background-color: #134069;
    border-radius: 19px;
    margin-bottom: 15px;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 15px;
}

.streamSec .panel-box .d-flex {
    border-radius: 19px;
    background: rgba(63, 130, 185, 1);
}

.streamSec .panel-box .accordion-toggle-btn {
    margin-right: 20px;

}

.streamSec .panel-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F89A0B;
    margin-bottom: 10px;
    max-width: 90%;
    padding: 17px;
    margin-bottom: 0;
}

.streamSec .streams .streamsBox .accData {

    padding: 17px;
    border-radius: 19px;
    background: rgba(63, 130, 185, 1);
    margin-top: 20px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;

}

.streamSec .streams .streamsBox .accData .accHead {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F89A0B;
    margin-bottom: 20px;
}

.streamSec .streams .streamsBox .imgBox {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -1px;
    padding: 20px;
}

.streamSec .streams .streamsBox .imgBox .desc {
    flex: 1;
    margin-left: 15px;

}

.streamSec .panel-box.fullBg {
    background: rgba(63, 130, 185, 1);
}



/* Ensure accordion tabs are always visible on dark backgrounds */
.streamSec .panel-box .d-flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 19px !important;
    background: rgba(63, 130, 185, 1) !important;
}

.streamSec .panel-title {
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    color: #F89A0B !important;
    padding: 17px !important;
    margin: 0 !important;
    max-width: 90% !important;
}

.streamSec .panel-box .accordion-toggle-btn {
    float: none !important;
    background: none !important;
    border: none !important;
    color: #F89A0B !important;
    margin-right: 20px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

.streamSec .panel-box .accordion-toggle-btn .triangle,
.streamSec .panel-box .accordion-toggle-btn .triangle:before,
.streamSec .panel-box .accordion-toggle-btn .triangle:after {
    background-color: #fe9a0d !important;
}

.streamSec .streams .head,
.streamSec .streams .streamsBox,
.streamSec .streams .streamsBox h5,
.streamSec .streams .streamsBox p,
.streamSec .accData,
.streamSec .desc {
    color: #fff !important;
}

.streamSec .streams .head.seminar-head-with-register .stream-price.seminar-register-btn a,
.streamSec .streams .streamsBox .field-trip-register-btn a {
    color: #fff !important;
    text-decoration: none !important;
}


/* Agenda table styles */
.agendaBox {
    color: white;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
    padding-bottom: 35px;
}

.agendaBox .eachBox {
    background-color: rgba(30, 86, 137, 1);
    border-radius: 19px;
    flex: auto;
    padding-top: 35px;

}

.agendaBox .eachBox.minW {
    flex: 136px;
    max-width: 136px;
}

.agendaBox .eachBox.minM {
    flex: 182px;
    max-width: 182px;
}

.agendaBox .eachBox .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.agendaBox .eachBox .detail .eachDetail {
    background: rgba(63, 130, 185, 1);
    font-weight: 500;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    margin: 5px 10px;
    min-height: 59px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.agendaBox .eachBox .detail .eachDetail:nth-child(even) {
    background-color: rgba(63, 130, 185, 0.4);
}

.agendaBox .eachBox .detail .eachDetail p {
    margin-bottom: 0;

}

.agendaBox .eachBox.full .detail .eachDetail {
    text-align: left;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .whatBoxes .boxVar {
        justify-content: center;
        gap: 54px;
    }

    .sponsWho .spons {
        position: static;
        width: auto;
        margin: auto;
    }
}

@media (max-width: 1150px) {
    .whatBoxes .boxVar {
        justify-content: center;
        gap: 54px;
    }
}

@media (max-width: 767px) {
    .seminarSec .seminarBox .eachBox .detail .eachDetail {

        font-size: 14px;
    }

    .seminarSec .seminarBox .eachBox .title {
        font-size: 20px;
    }

    .streamSec .streams .streamsBox h5 {
        font-size: 20px;
    }

    .streamSec .panel-title {
        font-size: 20px;
    }

    .streamSec .streams .streamsBox .accData {
        font-size: 14px;
    }

    .streamSec .streams .streamsBox .accData .accHead {
        font-size: 20px;
    }

    .streamSec .streams .head {
        font-size: 23px;
    }

    .agendaSec {
        overflow: hidden;
    }

    .agendaBox {
        overflow-x: auto;
    }

    .agendaBox .eachBox.full {
        min-width: 500px;
    }

    .agendaBox .eachBox .title {
        font-size: 20px;
    }

    .agendaBox .eachBox .detail .eachDetail {
        font-size: 15px;
        min-width: 90px;
    }

    .panelsSec .panel-box {
        font-size: 16px;
    }

    .panelsSec .panel-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .whatExpect .expect-number {
        font-size: 50px;
        line-height: 40px;
    }

    .whatExpect .expect-label {
        font-size: 28px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .streamSec .streams .streamsBox .imgBox {
        font-size: 18px;
        line-height: 20px;
        padding: 13px;
        display: flex;
        flex-direction: column;
        letter-spacing: -1px;
    }

    .streamSec .streams .streamsBox .imgBox .desc {
        flex: 1;
        margin-left: -1px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .profile-card img {
        height: 160px;
        min-width: 155px;
        margin-left: 0px;
    }
}

