:root {
    --primary-color: #FF4B00;
    --secondary-color: #000000;
    --accent-color: #FFFFFF;
}

html {
    scroll-behavior: smooth ! important;
}

.header-container {
    max-width: 1490px !important;
}

.header .registerbtn {
    display: flex;
}

.header .registerbtn .btn.btn-primary {
    position: relative;
    background: var(--primary-color) !important;
    border-radius: 0 !important;
    /* keep rounded-pill */
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--accent-color);
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    padding: 24px 16px !important;
    font-weight: 400 ! important;
    font-size: 20px !important;
    border: 1px solid var(--primary-color) !important;
    ;
}

/* Sliding background from bottom */
.header .registerbtn .btn.btn-primary::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: bottom 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.header .registerbtn .btn.btn-primary:hover::before {
    bottom: 0;
}

.header .registerbtn .btn.btn-primary:hover {
    color: var(--primary-color) !important;
    transform: translateY(0);
    box-shadow: none;
}

.social-icon {
    background: var(--primary-color) ! important;
}

.social-icon svg {
    fill: var(--primary-color)
}

.footer-container {
    max-width: 1505px !important;
}

.footer-description span {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.herobanner-section {
    background: #FF4B00;
    position: relative;
    overflow: hidden;
}

/* LEFT CORNER IMAGE */
.herobanner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/2026/bg-leftsideicon.png') no-repeat;
    background-size: contain;
}

/* RIGHT CORNER IMAGE */
.herobanner-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/2026/bg-rightsideicon.png') no-repeat right;
    background-size: contain;
}

.herobanner-container {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    padding: 96px 20px 60px;
    align-items: center;
    z-index: 1;
    position: relative;
    gap: 100px
}

.herobanner-heading h1 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 900;
    font-size: 85px;
    line-height: normal;
    letter-spacing: -.03px;
    text-transform: uppercase;
    color: var(--accent-color);
    margin: 0;
}

.herobanner-heading h1 span {
    color: var(--secondary-color);
    font-size: 105px;
    ;
}

.herobanner-location {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 48px;
}

.herobanner-location p {
    font-family: "Instrument Sans", sans-serif;
    text-align: right;
    margin: 0;
    color: var(--accent-color);
    font-size: 24px;
    line-height: 120%;
}

.herobanner-price {
    background: url('/assets/images/2026/herobannerbg.png') no-repeat center center;
    background-size: cover;
    max-width: 500px;
    min-width: 480px;
    max-height: 750px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 32px 32px 78px;
}


.herobanner-price h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 32px;
}

.herobanner-price.sppricing h3 {
    margin-bottom: 10px;
}

.herobanner-price .cmdbtn {
    width: 100%;
}

.pricesection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
    margin-bottom: 2px;
}

.pricesection svg {
    width: 82px;
}

.pricevalue {
    width: 219px;
    height: 200px;
    border: 1px solid var(--primary-color);
    color: var(--accent-color);
    padding: 20px 22px;
}

.pricevalue span.offer {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

/* First diagonal line */
.pricevalue span.offer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: rotate(-10deg);
}

/* Second diagonal line */
.pricevalue span.offer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: rotate(10deg);
}

.pricevalue p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    margin: 0;
}

.coursediscount {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.coursediscount span {
    font-weight: 700;
}

/* Swiper container */
.swiper {
    max-width: 480px;
    height: 100%;
}

/* Cube face */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 14px;
    font-size: 28px;
    font-weight: bold;
}

/* Arrow styling */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    width: 60px;
    height: 60px;
    background: #fff;
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: -80px;
    top: 45%
}

.swiper-button-next {
    left: -80px;
    top: 55%
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 32px;
    height: 32px;
}

.herobanner-price.herospeakerbg {
    background: url('/assets/images/2026/bannerspeakerbg.png') no-repeat top center;
    background-color: #000;
}

.herobanner-price.herosponsorbg {
    background: url('/assets/images/2026/bannersponsorbg.png') no-repeat top 30px center;
    background-color: #000;
}

.herobanner-price.herotalentspacebg {
    background: url('/assets/images/2026/bannertalentbg.png') no-repeat center center;
    background-color: #000;
}

.herotalentspacebg .pricesection {
    margin-bottom: 100px;
}

.herosponsorbg .pricesection {
    margin-bottom: 194px;
}

.herospeakerbg .pricesection {
    margin-bottom: 194px;
}


.inevent-section {
    background: url('/assets/images/2026/ineventbg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inevent-container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    padding: 110px 24px 96px;
}

.inevent-container h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 32px;
}

.inevent-cards {
    width: 100%;
}

.inevent-cards ul {
    gap: 2%;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.inevent-cards ul:last-child {
    justify-content: end;
    margin-top: 28px;
}

.inevent-cards li {
    width: 32%;
    background: url('/assets/images/2026/ineventicon.png') no-repeat top right;
    background-color: var(--secondary-color);
    min-height: 280px;
    padding: 108px 24px 15px;
    opacity: 0;
    transform: translateY(280px);
    transition: transform 0.9s ease, opacity 0.6s ease;
}

.visible .inevent-cards li {
    opacity: 1;
    transform: translateY(0)
}

.inevent-cards li.inevent-whitebg {
    background-color: var(--accent-color);
}

.inevent-cards li h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--accent-color);
}

.inevent-cards li p {
    font-family: "Instrument Sans", sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    margin-bottom: 0;
    line-height: 140%;
}

.inevent-cards li.inevent-whitebg h3,
.inevent-cards li.inevent-whitebg p {
    color: var(--secondary-color);
}


.organised-section {
    background-color: var(--secondary-color);
    padding: 96px;
    text-align: center;
}

.organised-section h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
    letter-spacing: .02px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.organised-section img {
    max-width: 223px;
}

.community-section {
    background: url('/assets/images/2026/communitybg.svg') no-repeat center center;
    background-size: cover;
    max-height: 630px;
    height: 630px;
    /* fixed hero style */
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    text-align: center;
    position: relative;
}

.community-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.community-section h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-align: center;
    text-transform: uppercase;
    color: var(--accent-color);
    max-width: 1234px;
}

.sponsor-section {
    background: var(--primary-color);
    padding: 96px 20px;
}

.sponsor-container {
    max-width: 1670px;
    margin: 0 auto;
    background: var(--secondary-color);
    color: var(--accent-color);
    padding: 48px 100px;
    gap: 10%;
    display: flex;
}

.sponsor-info {
    display: flex;
    flex: 0 0 53%;
    flex-direction: column;
    gap: 239px;
}

.sponsor-info h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    letter-spacing: -.02px;
    margin: 0;
    font-family: "Zalando Sans Expanded", sans-serif;
}

.sponsor-info h3 span {
    font-size: 70px;
    color: var(--primary-color);
    font-style: italic;
}

.sponsor-info h3 p {
    margin: 0;
}


.sponsor-infosdetails p {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 24px 0;
}

.sponsor-logosection {
    display: flex;
    flex: 0 0 37%;
    flex-direction: column;
}

.sponsor-banner {
    background: url('/assets/images/2026/sponsorbg.png') no-repeat center center;
    background-size: cover;
    max-height: 615px;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}


.sponsor-banner img {
    width: 100%;
}

.sponsor-clients {
    display: flex;
    max-width: 500px;
    gap: 53px;
    margin-top: 30px;
    align-items: center;
}

.sponsor-clients h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    margin: 0;
}

.sponsor-clients img {
    max-width: 223px;
    width: 100%;
}

.event-section {
    padding: 100px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    background-color: var(--accent-color);
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.event-section a {color: var(--secondary-color);}

.event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zalando Sans Expanded", sans-serif;
}

.event-date img {
    margin-right: 24px;
}

.event-place {
    display: flex;
    font-family: "Zalando Sans Expanded", sans-serif;
    align-items: center;
    justify-content: center;
}

.event-place svg {
    margin-left: 24px;
    width: 32px;
}

.voices-community-section {
    background-color: var(--secondary-color);
    padding: 96px;
}

.voices-community-container {
    max-width: 1173px;
    margin: 0 auto;
    padding: 0;
}

.voices-community-container h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    letter-spacing: -.02px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: var(--primary-color);
    text-align: center;
}





.voices-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.voices-container {
    display: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.voicesgrid-container,
.voicesgrid-container.voicesoption2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.voicesgrid-container {
    animation: scrollup 40s linear infinite;
}

.voicesgrid-container.voicesoption2 {
    top: -100px
}

/* .voicesgrid-container.voicesoption3{} */

@keyframes scrollup {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }

    /* Moves half of the duplicated list */
}

@keyframes scrolldown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }

    /* Moves half of the duplicated list */
}

.voices-item img {
    width: 100%;
    border-radius: 0;
    display: block;
}

/* Duplicating images to create an infinite loop */
.voicesgrid-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Clone the image set */
.voicesgrid-container::after,
.voicesgrid-container.voicesoption2::after,
.voicesgrid-container.voicesoption3::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: inherit;
}



.speaker-section {
    background: var(--primary-color);
    padding: 58px 50px 0 50px;
}

.speaker-container {
    max-width: 1680px;
    margin: 0 auto;
    gap: 4%;
    display: flex;
}

.speaker-info {
    display: flex;
    /* flex: 0 0 56%; */
    flex-direction: column;
    /* gap: 130px; */
}

.speaker-info h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    letter-spacing: -.02px;
    margin: 0;
    color: var(--secondary-color);
    padding-top: 30px;
    min-height: 370px;
}

.speaker-info span {
    font-size: 70px;
    color: var(--accent-color);
    font-style: italic;
}

.speaker-info h3 p {
    margin: 0;
}

.speaker-infosdetails {
    margin-bottom: 100px;
}

.speaker-infosdetails p {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 24px 0;
    color: var(--accent-color);
}

.speaker-logosection {
    display: flex;
    /* flex: 0 0 40%; */
    flex-direction: column;
    justify-content: end;
    min-width: 679px;
    max-width: 679px;
}

.speaker-banner {
    background: url('/assets/images/2026/speakerbg.png') no-repeat center bottom;
    background-size: contain;
    /* max-width: 679px; */
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.speaker-team {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.speaker-member {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
}

.speaker-member img {
    width: 88%;
}

.speaker-mic {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
}

.speaker-mic img {
    max-width: 30%;
}

.speaker-quest {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 13%;
}

.speaker-quest img {
    max-width: 10%;
}

.cmdbtn.btn.btn-primary {
    position: relative;
    background: var(--primary-color) !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--accent-color);
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    padding: 24px 16px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    border-color: var(--primary-color) !important;
    font-family: "Instrument Sans", sans-serif !important;
}

.cmdbtn.btn.btn-primary::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: bottom 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.cmdbtn.btn.btn-primary:hover::before {
    bottom: 0;
}

.cmdbtn.btn.btn-primary:hover {
    color: var(--primary-color) !important;
    transform: translateY(0);
    box-shadow: none;
}

.whitebtn.cmdbtn.btn.btn-primary {
    background: var(--accent-color) !important;
    color: #111111;
    border-color: var(--accent-color) !important;
}

.whitebtn.cmdbtn.btn.btn-primary:hover {
    border-color: var(--primary-color) !important;
}


.marquee {
    margin: 0 auto;
    max-width: 100%;
    background: var(--accent-color);
    transform: rotate(-2.5deg);
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding: 20px 0;
    border: 2px solid #000;
    border-right: 0;
    border-left: 0;
    margin-right: -3px;
}


.marquee ul.flex {
    display: flex;
    align-items: center;
    margin: 0;
}

.marquee ul.flex li {
    flex-shrink: 0;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 112.00000000000001%;
    letter-spacing: -.02px;
    vertical-align: middle;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee ul.flex li svg {
    margin-right: 25px;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee-h {

    overflow: hidden;
}

.marquee-h .marquee-wrapper {
    height: 300px;
    overflow: hidden;
}

.marquee-h ul li {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 38px;
    background-image: linear-gradient(#1e3c72, #2a5298 100%)
}

.footer-links a,
.footer-description {
    font-family: "Instrument Sans", sans-serif;
}



@media (max-width:1500px) {
    .inevent-cards li h3 {
        font-size: 28px;
    }

    .herobanner-heading h1 {
        font-size: 65px;
    }

    .herobanner-heading h1 span {
        font-size: 70px;
    }

    .herobanner-price h3 {
        font-size: 52px;
    }

    .pricesection {
        margin-bottom: 64px;
    }

    .herospeakerbg .pricesection {
        margin-bottom: 224px;
    }

    .herosponsorbg .pricesection {
        margin-bottom: 224px;
    }

    .herobanner-container {
        padding: 60px 20px;
    }

    .speaker-info h3 {
        font-size: 43px;
        min-height: 300px;
    }

    .speaker-info span {
        font-size: 50px;
    }

    .speaker-infosdetails p {
        font-size: 28px;
    }

    .speaker-logosection {
        min-width: 600px;
        max-width: 600px;
    }
}

@media (max-width:1400px) {
    .sponsor-section {
        padding: 46px 20px;
    }

    .sponsor-container {
        padding: 48px 60px;
    }

    .sponsor-info {
        gap: 130px;
    }

    .sponsor-banner {
        max-height: 505px;
        height: 505px;
    }

    .swiper {
        max-width: 430px;
    }

    .herobanner-price {
        max-width: 460px;
        min-width: 460px;
    }
}

@media (max-width:1200px) {
    .sponsor-clients h3 {
        font-size: 24px;
    }

    .sponsor-clients img {
        max-width: 173px;
    }

    .swiper {
        max-width: 400px;
    }

    .herobanner-price {
        max-width: 400px;
        min-width: 400px;
    }

    .herobanner-heading h1 {
        font-size: 48px;
    }

    .herobanner-heading h1 span {
        font-size: 60px;
    }

    .pricesection {
        margin-bottom: 46px;
    }

    .herotalentspacebg .pricesection {
        margin-bottom: 124px;
    }

    .swiper-button-next {
        left: -80px;
        top: 57%;
    }

    .herobanner-price h3 {
        font-size: 42px;
    }

    .pricesection svg {
        width: 52px;
    }

    .speaker-logosection {
        min-width: 470px;
        max-width: 470px;
    }

    .speaker-info h3 {
        font-size: 32px;
        min-height: 220px;
    }

    .speaker-infosdetails svg {
        width: 80px;
    }

    .speaker-infosdetails p {
        font-size: 24px;
    }

    .speaker-section {
        background: var(--primary-color);
        padding: 28px 20px 0 20px;
    }

    .speaker-infosdetails .cmdbtn.btn.btn-primary {
        padding: 18px 16px !important;
        font-size: 18px !important;
    }

    .speaker-infosdetails {
        margin-bottom: 30px;
    }

    .sponsor-clients {
        flex-wrap: wrap;
    }

}

@media (max-width:992px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper {
        max-width: 490px;
    }

    .herobanner-price {
        max-width: 490px;
        min-width: 490px;
    }

    .herotalentspacebg .pricesection {
        margin-bottom: 76px;
    }

    .herobanner-section::after,
    .marquee {
        display: none;
    }

    .community-section {
        height: auto;
        display: flex;
        padding: 32px;
    }

    .community-section h3 {
        font-size: 30px;
    }

    .organised-section h3 {
        font-size: 18px;
    }

    .sponsor-container {
        flex-direction: column;
    }

    .sponsor-section {
        padding: 24px 16px;
    }

    .sponsor-container {
        padding: 32px 16px;
        gap: 32px;
    }

    .sponsor-info h3 {
        font-size: 31px;
    }

    .sponsor-info h3 span {
        font-size: 45px;
    }

    .sponsor-info {
        gap: 64px;
    }

    .sponsor-infosdetails svg {
        width: 90px;
    }

    .sponsor-infosdetails p {
        font-size: 24px;
    }

    .whitebtn.cmdbtn.btn.btn-primary svg {
        width: auto;
    }

    .sponsor-banner {
        display: none;
    }

    .inevent-cards li {
        min-height: 250px;
    }

    .inevent-cards li h3 {
        font-size: 18px;
    }

    .inevent-cards li p {
        font-size: 15px;
    }

    .inevent-container h3 {
        font-size: 31px;
    }

    .herobanner-section::before {
        width: 70%;
    }

    .herobanner-container {
        flex-direction: column;
        max-width: 600px;
    }

    .herobanner-heading h1 span {
        font-size: 66px;
    }

    .herobanner-heading h1 {
        font-size: 48px;
    }

    .pricesection svg {
        width: 82px;
    }

    .herobanner-price h3 {
        font-size: 58px;
    }

    .herobanner-price .cmdbtn {
        width: auto;
    }

    .herobanner-price {
        max-width: 100%;
    }

    .herobanner-location img {
        width: 80px;
    }

    .cmdbtn.btn.btn-primary {
        padding: 15px 14px 13px !important;
        font-size: 14px !important;
    }

    .inevent-container {
        padding: 50px 20px;
    }

    .event-section {
        padding: 40px 20px;
        gap: 20px;
        font-size: 18px;
    }

    .event-date {
        flex-direction: column;
        gap: 20px;
    }

    .organised-section {
        padding: 32px;
    }

    .speaker-container {
        flex-direction: column;
        align-items: center;
        max-width: 470px;
    }

    .speaker-banner {
        min-height: 470px;
    }

    .speaker-info span {
        font-size: 45px;
    }

    .speaker-infosdetails svg {
        width: 110px;
    }

    .voices-community-section {
        padding: 48px 20px;
    }

    .voices-community-container h3 {
        font-size: 31px;
    }

    .voices-container {
        height: 60vh;
    }

    .voices-container,
    .voicesgrid-container,
    .voicesgrid-container.voicesoption2 {
        gap: 10px;
    }


    .pricesection {
        margin-bottom: 56px;
    }
}

@media (max-width:768px) {
    .inevent-cards ul {
        flex-direction: column;
        gap: 24px;
    }

    .inevent-cards li {
        min-height: auto;
        width: 100%;
    }

    .inevent-container {
        padding: 24px 16px;
    }


    .swiper {
        max-width: 440px;
    }

    .herobanner-price {
        max-width: 440px;
        min-width: 440px;
    }

    .pricesection {
        margin-bottom: 15px;
    }

    .herosponsorbg .pricesection {
        margin-bottom: 180px;
    }

    .herospeakerbg .pricesection {
        margin-bottom: 250px;
    }

    .herotalentspacebg .pricesection {
        margin-bottom: 106px;
    }
}

@media (max-width:576px) {

    .pricesection svg {
        width: 52px;
    }

    .herobanner-price {
        padding: 20px 20px 35px;
    }

    .herobanner-price {
        min-width: 350px;
    }

    .herobanner-price h3 {
        font-size: 45px;
    }

    .pricevalue span.offer {
        font-size: 20px;
    }

    .pricevalue p {
        font-size: 30px;
    }

    .pricevalue {
        width: 159px;
        height: 122px;
        padding: 0 10px;
    }

    .coursediscount {
        font-size: 12px;
    }

    .sponsor-clients {
        gap: 6px;
        flex-wrap: wrap;
    }

    .herobanner-section::before {
        width: 100%;
    }


    .swiper {
        max-width: 360px;
    }

    .herobanner-price {
        max-width: 360px;
        min-width: 360px;
    }

    .herosponsorbg .pricesection {
        margin-bottom: 158px;
    }

    .herospeakerbg .pricesection {
        margin-bottom: 212px;
    }

    .pricesection {
        margin-bottom: 56px;
    }

    .pricesection {
        margin-bottom: 110px;
    }
}

@media (max-width:500px) {
    .herobanner-heading h1 span {
        font-size: 50px;
    }

    .herobanner-heading h1 {
        font-size: 34px;
    }

    .header-nav-wrapper {
        gap: 12px;
    }

    .header .registerbtn .btn.btn-primary {
        padding: 15px 16px !important;
    }

    .speaker-banner {
        min-height: 373px;
    }

    .speaker-logosection {
        min-width: 350px;
        max-width: 350px;
    }
}

@media (max-width:400px) {
    .herobanner-heading h1 {
        font-size: 26px;
    }

    .herobanner-heading h1 span {
        font-size: 30px;
    }

    .sponsor-info h3 {
        font-size: 28px;
    }

    .sponsor-info h3 span {
        font-size: 38px;
    }

    .swiper {
        max-width: 280px;
    }

    .herobanner-price {
        max-width: 280px;
        min-width: 280px;
    }

    .herosponsorbg .pricesection {
        margin-bottom: 178px;
    }

    .herospeakerbg .pricesection {
        margin-bottom: 175px;
    }

    .herotalentspacebg .pricesection {
        margin-bottom: 66px;
    }

    .pricesection {
        margin-bottom: 78px;
    }
}


.platform-section {
    background: var(--secondary-color)
}

.platformblock {
    display: flex;
    position: relative;
    width: 100%;
}

.platforminfo {
    width: 67%;
}

.platformimg {
    flex: 0 0 33%;
    position: relative;
    background: url("/assets/images/2026/platformbg.png") no-repeat bottom left / cover;
}

.platformimg img {
    width: 100%;
}

.platformimg svg {
    position: absolute;
    right: 42px;
    top: 42px;
    z-index: 1;
    width: 180px;
    height: 180px;
}

.platformheading h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding: 64px 7% 22px 15%;
}

.platformdesc {
    background: url('/assets/images/2026/platformdescbg.png') no-repeat bottom left;
    background-color: var(--primary-color);
    min-height: 280px;
    padding: 74px 7% 58px 15%
}

.platformdesc p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-top: 28px;
    margin: 0;
}

.platformlink {
    padding-top: 24px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--accent-color);
}

.platformlink a {
    color: var(--secondary-color);
    font-weight: 700;
}

@media (max-width:1440px) {
    .platformheading h3 {
        font-size: 50px;
    }

    .platformdesc p {
        font-size: 18px;
    }

    .platformlink {
        font-size: 20px;
    }
}

@media (max-width:992px) {
    .platformimg {
        display: none;
    }

    .platforminfo {
        width: 100%;
    }

    .platformheading h3 {
        font-size: 35px;
        max-width: 500px;
        padding: 30px 0;
        margin: 0 auto;
    }

    .platformdesc {
        padding: 30px 20px;
    }

    .platformdesc p {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto;
    }

    .platformlink,
    .platformsvg {
        font-size: 18px;
        max-width: 500px;
        margin: 0 auto;
    }

    .platformsvg svg {
        width: 90px;
    }

    .platformdesc {
        background-size: 540px;
    }
}

@media (max-width:500px) {
    .platformheading h3 {
        font-size: 31px;
        padding: 30px 20px;
    }
}

.artexibitionsection {
    padding: 50px 20px;
    background-color: var(--secondary-color);
}

.artexibitioncontainer {
    background: url('/assets/images/2026/artexibitionbg.png') no-repeat center center;
    background-size: contain;
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 103px
}

.artexibition-heading {
    display: flex;
    gap: 200px;
    flex-direction: column;
}

.artexibition-heading h3 {
    flex-shrink: 0;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.03px;
    text-transform: uppercase;
    color: var(--accent-color);
    margin: 0;
}

.artexibition-heading h3 span {
    color: var(--primary-color);
}

.artexibition-mrt {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}

.artexibitioncmdbtn {
    position: relative;
    background: var(--primary-color);
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--accent-color);
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    padding: 24px 16px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    border: 1px solid;
    border-color: var(--primary-color);
    font-family: "Instrument Sans", sans-serif !important;
    max-width: 243px;
    width: 100%;
    height: auto;
}

.artexibitioncmdbtn::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: bottom 0.4s ease;
    z-index: -1;
    background: var(--secondary-color);
    color: var(--accent-color);
    border-color: var(--primary-color);
}

/* Hover effect */
.artexibitioncmdbtn:hover::before {
    bottom: 0;
}

.artexibitioncmdbtn:hover {
    color: var(--primary-color);
    transform: translateY(0);
    box-shadow: none;
    border-color: var(--primary-color);
}

.artexibition-mrt p {
    font-family: "Instrument Sans", sans-serif;
    padding: 0;
    margin: 28px 0 0;
    width: 100%;
    color: var(--accent-color);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;

}

.artexibition-mrt p a {
    color: var(--primary-color);
}

.artexibitionlist {
    max-width: 669px;
    background: url('/assets/images/2026/artexibitionlistbg.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    min-height: 737px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.artexibitionlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
}

.artexibitionlist li {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--primary-color);
    padding: 8px 8px 8px 8px;
    max-width: 500px;
    text-align: right;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    margin-left: -20%;
    color: var(--accent-color);
    transform: rotate(-1.5deg);

}

.artexibitionlist li p {
    margin: 0 0 0 20px;
}

.artexibitionlist li svg {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    fill: var(--accent-color);
}

.artexibitionlist li svg path {
    fill: var(--accent-color);
}

.artexibitionlist li:nth-child(even) {
    background-color: var(--secondary-color);
    margin-right: -20%;
    margin-left: 0;
    transform: rotate(0deg);
}

.artexibitionlist li:nth-child(even) svg {
    fill: var(--primary-color);
}

.artexibitionlist li:nth-child(even) svg path {
    fill: var(--primary-color);
}

@media (max-width:1400px) {
    .artexibitioncontainer {
        gap: 50px;
    }

    .artexibitionsection {
        padding: 40px 10px;
    }

    .artexibitionlist {
        max-width: 50%;
    }


}

@media (max-width:1200px) {
    .artexibition-heading {
        max-width: 100%;
    }

    .artexibition-mrt {
        max-width: 100%;
    }

    .artexibition-heading h3 {
        font-size: 45px;
    }

    .artexibition-mrt p {
        font-size: 20px;
    }

    .artexibition-heading {
        gap: 45px;
    }

    .artexibitionlist {
        max-width: 100%;
    }

    .artexibitionlist li {
        font-size: 17px;
        margin-left: -10%;
    }

    .artexibitionlist li:nth-child(even) {
        margin-right: -10%;
    }
}

@media (max-width:992px) {
    .artexibitioncontainer {
        max-width: 500px;
        flex-direction: column;
    }

    .artexibitionlist {
        min-height: 650px;
        background-size: cover;
    }

    .artexibition-mrt svg {
        width: 90px;
    }

    .artexibitionlist li svg {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        fill: var(--accent-color);
    }

    .artexibitionlist ul {
        gap: 25px;
    }
}

@media (max-width:540px) {
    .artexibitionsection {
        padding: 40px 0;
    }

    .artexibition-heading {
        gap: 35px;
    }

    .artexibitioncontainer {
        max-width: 500px;
        flex-direction: column;
        padding: 0;
    }

    .artexibition-heading h3 {
        font-size: 35px;
    }

    .artexibition-mrt svg {
        width: 80px;
    }

    .artexibition-mrt a svg {
        width: 16px;
    }

    .artexibition-heading {
        padding: 0 15px;
    }

    .artexibitionlist li {
        font-size: 16px;
        margin-left: -5%;
    }

    .artexibitionlist li:nth-child(even) {
        margin-right: -5%;
    }

    .artexibitionlist {
        padding: 70px 10%;
    }

    .artexibitionlist li p {
        margin: 0 0 0 10px;
    }
}





.journey-section {
    background: var(--secondary-color);
    position: relative;
}


.journey-section::after {
    content: "";
    position: absolute;
    width: 205px;
    height: 205px;
    right: 47px;
    top: 34px;

    background-image: url("data:image/svg+xml,%3Csvg width='55' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3H14V14' stroke='%23FF4B00' stroke-width='2'/%3E%3Cpath d='M2.5 13.5L14 3' stroke='%23FF4B00' stroke-width='2'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
}

.journey-container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    padding: 96px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px;
    position: relative;
}

.journey-container::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: var(--accent-color);
    left: 50%;
    transform: translateX(-50%);
}




.journey-heading,
.journey-sponsor {
    width: 50%;
}

.journey-heading {
    display: flex;
    gap: 96px;
    flex-direction: column;
}

.journey-heading h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 145%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
}

.journey-heading h3 span {
    color: var(--primary-color);
    font-style: italic;
    font-size: 70px;
}

.journey-heading p {
    font-family: "Instrument Sans", sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 34px;
    color: var(--accent-color);
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0;
}

.journey-heading .whitebtn.cmdbtn.btn.btn-primary {
    width: 240px;
    padding: 16px !important;
}

/* .journey-heading svg {
    width: 143px;
} */

.journey-mainsponsor p,
.journey-support p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    margin: 0;
    color: var(--accent-color);
}

.supportlogo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 22px;
}

.supportlogo li {
    display: flex;
    align-items: center;
    position: relative;
}



.journey-mainsponsor img {
    max-width: 280px;
    filter: brightness(0%);
    transition: 0.3s ease;
    margin: 6px -20px 43px;
}

.supportlogo li img,
.journey-mainsponsor img {
    filter: brightness(0) invert(1);
}

.journey-mainsponsor img:hover {
    filter: brightness(100%);
}

@media (max-width: 1400px) {
    .journey-heading h3 {
        font-size: 48px;
    }

    .journey-heading h3 span {
        font-size: 64px;
    }

    .journey-heading p {
        font-size: 30px;
    }

    .journey-section::after {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1200px) {
    .journey-container {
        padding: 40px 24px;
        gap: 70px;
    }


    .journey-heading h3 {
        font-size: 31px;
        line-height: 155%;
    }

    .journey-heading h3 span {
        font-size: 45px;
    }

    .journey-heading p {
        font-size: 24px;
    }

    .journey-section::after {
        width: 100px;
        height: 100px;
        right: 30px;
        top: 30px;
    }

    .supportlogo li img {
        width: 207px;
    }

    .journey-mainsponsor img {
        width: 217px;
    }

    .supportlogo ul {
        margin-top: 15px;
    }

    .supportlogo ul {
        margin-top: 32px;
    }

    .journey-mainsponsor img {
        margin: 16px -17px 33px;
    }
}

@media (max-width: 992px) {


    .journey-section::after {
        display: none;
    }

    .journey-mainsponsor {
        position: relative;
    }

    .journey-mainsponsor::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        right: -4px;
        top: -7px;

        background-image: url("data:image/svg+xml,%3Csvg width='55' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3H14V14' stroke='%23FF4B00' stroke-width='2'/%3E%3Cpath d='M2.5 13.5L14 3' stroke='%23FF4B00' stroke-width='2'/%3E%3C/svg%3E");

        background-repeat: no-repeat;
        background-size: contain;
    }


    .journey-container {
        flex-direction: column;
        padding: 32px 24px 52px;
        gap: 0;
        max-width: 440px;
        margin: 0 auto;
    }

    .journey-heading,
    .journey-sponsor {
        width: 100%;
    }

    .journey-heading {
        padding: 0 0 32px;
        gap: 32px;
    }

    .journey-heading div {
        width: 100%;
    }

    .journey-sponsor {
        padding: 12px 0 0 0;
    }

    .journey-container::before {
        width: 100%;
        height: 1px;
        display: none;
    }

    .journey-heading .whitebtn.cmdbtn.btn.btn-primary {
        width: 175px;
        font-size: 14px ! important;
        padding: 10px 8px !important;
    }

    .journey-heading {
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    .journey-section::after {
        width: 80px;
        height: 80px;
        right: 23px;
        top: 54%;
    }

    .journey-mainsponsor p,
    .journey-support p {
        font-size: 16px;
    }

    /* .journey-heading svg {
        width: 93px;
    } */
}

@media (max-width: 380px) {
    .journey-heading h3 {
        font-size: 30px;
    }

    .journey-heading h3 span {
        font-size: 43px;
    }

    .journey-heading p {
        font-size: 20px;
    }

    .supportlogo ul {
        flex-wrap: wrap;
    }

}

@media (max-width: 350px) {
    .journey-section::after {
        top: 56%;
    }
}




.speakerperson-section {
    background: var(--primary-color);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 24px;
}

.speakerperson-container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.keyspeaker-section {
    overflow: hidden;
}

.keyspeaker-row {
    display: flex;
}

.keyspeaker-info {
    width: 100%;
    border: 1px solid var(--accent-color);
}

/* Remove flex:1 */
.keyspeaker-column {
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 0.4s ease;
    overflow: hidden;
}


.keyspeaker-heading svg {
    margin-bottom: 76px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(0);

}



.keyspeaker-heading h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--secondary-color);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateY(0);
}

.keyspeaker-heading h3 span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
}



.keyspeaker-heading p.column-child2,
.keyspeaker-heading p.column-child3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    /* start slightly below */
    transition: opacity 0.6s ease, transform 0.6s ease;
    padding: 0 40px 0 0;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--accent-color);
    position: absolute;
    min-height: 550px;
}



.keyspeaker-profile {
    position: relative;
    background: var(--secondary-color);
    overflow: hidden;
    width: 100%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 20px 40px 20px 20px;
    flex-direction: column;
}

.keynoteinfo .keyspeaker-profile {
    background: var(--primary-color);
}

.keyspeaker-profileicon {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    /* adjust size */
    height: 80px;
    /* adjust size */
    background-image: url("data:image/svg+xml;utf8,<svg width='103' height='101' viewBox='0 0 103 101' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M85.84 -47V101H62.16V-47H85.84Z' fill='white'/><path d='M134.698 -16.9538L30.0463 87.698L13.302 70.9537L117.954 -33.6981L134.698 -16.9538Z' fill='white'/><path d='M148 38.84L0 38.84L1.99607e-06 15.16L148 15.16L148 38.84Z' fill='white'/><path d='M117.953 87.698L13.3016 -16.9538L30.0459 -33.6981L134.698 70.9537L117.953 87.698Z' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, 0px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 3;
}



.keyspeaker-profile h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
}

.keyspeaker-profile p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
}

.keyspeaker-profileimg {
    background: url('/assets/images/2026/speakerpatternbg.svg') no-repeat center center;
    background-size: 85%;
    max-height: 480px;
    min-height: 480px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    flex-direction: column;
}


.keyspeaker-profileimg img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.03);
    transform-origin: bottom center;
    /* 👈 KEY LINE */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    width: 100%;
}









.lightningspeaker-row {
    display: flex;
}

.lightningspeaker-column {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid var(--accent-color);
    padding: 0;
    position: relative;
    transition: transform 0.4s ease;

}

.lightningspeaker-column img {
    width: 279px;
    object-fit: cover;
}

.lightningspeaker-title {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 22px;
}

.lightningspeaker-title svg {
    margin-right: 10px;
}

.lightningspeaker-column h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0 0 6px;
}

.lightningspeaker-column p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0;
}

.lightningspeaker-linkedin {
    position: absolute;
    top: 16px;
    right: 16px;
}

.lightningspeaker-info {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.lightningspeaker-profile,
.lightningspeaker-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    padding: 10px 10px 10px 36px;
}

.lightningspeaker-desc{padding:10px 36px;}

.lightningspeaker-profile {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lightningspeaker-desc {
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 20px;
    color: var(--accent-color);
}

.lightningspeaker-desc a {
    color: var(--accent-color);
}

/* @media (min-width: 1300px) {

        .keyspeaker-row:has(.keyspeaker-column:nth-child(2):hover) .keyspeaker-column:first-child .keyspeaker-heading svg,
        .keyspeaker-row:has(.keyspeaker-column:nth-child(3):hover) .keyspeaker-column:first-child .keyspeaker-heading svg {
            transform: translateY(-240%);
        }
    } */

@media (min-width: 1548px) {

    .keyspeaker-column:nth-child(2) {
        min-width: 480px;
    }

    .keyspeaker-column:nth-child(3) {
        min-width: 480px;
    }

}

@media (min-width: 992px) {

    .keyspeaker-profiledesc-mobile {
        display: none;
    }


    /* Individual widths */
    .keyspeaker-column:nth-child(1) {
        flex: 0 0 36%;
    }

    .keyspeaker-column:nth-child(2) {
        flex: 0 0 32%;
    }

    .keyspeaker-column:nth-child(3) {
        flex: 0 0 32%;
    }


    /* ON HOVER */
    .keynoteinfo:hover .profiledefaulttext {
        opacity: 1;
        transform: translate(-130%, 0);
    }

    .keynoteinfo:hover .profilehovertext {
        opacity: 1;
        transform: translate(0, 0);
    }

    .keyspeaker-column.keynoteinfo.keyspeaker-profileimg {
        background: url('/assets/images/2026/speakerpatternbg.svg') no-repeat center center;
        background-size: 85%;
        max-height: 480px;
        min-height: 480px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: relative; */
        flex-direction: column;
    }

    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        background: url('/assets/images/2026/speakerpatternbg.svg') no-repeat center center;
        background-size: 85%;
        max-height: 480px;
        min-height: 480px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: relative; */
        flex-direction: column;
        background-color: var(--secondary-color);
        position: relative;
        z-index: 3;
    }

    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg img {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(0) scale(1.03);
        transform-origin: bottom center;
        /* 👈 KEY LINE */
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
        width: 100%;
    }


    .keynoteinfo .keyspeaker-info:hover .keyspeaker-profileimg img {
        transform: translateX(0) scale(1.1);
    }


    .keynoteinfo .keyspeaker-info {
        position: relative;
        overflow: hidden;
    }

    /* OUTER — holds border (DO NOT SCALE THIS) */

    .keyspeaker-photo {
        position: absolute;
        bottom: 0;
        transform: translate(0, 0) scale(1);
        transform-origin: top center;

        transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
        z-index: 4;
    }

    /* HOVER — ONLY TRANSFORM */
    .keynoteinfo:hover .keyspeaker-info .keyspeaker-photo {
        transform: translate(0, 600px) scale(1);
        overflow: hidden;
    }

    .hoverkeyspeaker-photo {
        display: flex;
        justify-items: center;
        align-items: center;
        gap: 20px;
        transition: opacity 0.4s ease, transform 1s ease;
        position: absolute;
        top: 0;
        transform: translate(-130%, 30px);

    }


    .keynoteinfo:hover .keyspeaker-info .hoverkeyspeaker-photo {
        transform: translate(20px, 30px);
    }

    .profiledefaulttext {
        transition: opacity 0.4s ease, transform 1s ease;
    }

    .keynoteinfo:hover .keyspeaker-info .profiledefaulttext {
        transform: translate(-130%, 0);
    }

    .hoverkeyspeaker-photo .photo-inner {
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: top center;
        overflow: hidden;
        border: 1px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        width: 80px;
        height: 80px;
    }


    .hoverkeyspeaker-photo .photo-inner img {
        width: 90%;
        height: 150%;
        object-fit: cover;
        display: block;
    }

    .keynoteinfo:hover .keyspeaker-info .hoverkeyspeaker-photo img {
        width: 90%;
        height: 150%;
    }

    .keynoteinfo .profilehovertext h3 {
        font-family: "Zalando Sans Expanded", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -.02px;
        text-transform: uppercase;
        color: var(--accent-color);
        display: inline-block;

    }

    .keynoteinfo .profilehovertext p {
        font-family: "Zalando Sans Expanded", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -.02px;
        color: var(--accent-color);
        margin: 0;
    }




    .keynoteinfo .keyspeaker-linkedin {
        position: absolute;
        top: 16px;
        right: 0;
        transform: translate(200%, 35px);
        transition: opacity 1s ease, transform 1s ease;
    }


    .keynoteinfo:hover .keyspeaker-linkedin {
        transform: translate(-20px, 35px);
    }

    .keynoteinfo .keyspeaker-profile h3 {
        font-family: "Zalando Sans Expanded", sans-serif;
        font-weight: 700;
        font-size: 56px;
        line-height: 120%;
        letter-spacing: -.02px;
        text-transform: uppercase;
        color: var(--accent-color);

        display: inline-block;

    }

    .keynoteinfo .keyspeaker-profile p {
        font-family: "Zalando Sans Expanded", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -.02px;
        text-transform: uppercase;
        color: var(--accent-color);
        transition: opacity 0.4s ease, transform 1s ease;
    }

    .keynoteinfo .keyspeaker-profileimg {
        background: url('/assets/images/2026/speakerpatternbg.svg') no-repeat center center;
        background-size: 85%;
        max-height: 480px;
        min-height: 480px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: relative; */
        flex-direction: column;
        transition: opacity 0.4s ease, transform 1s ease;
    }

    .keynoteinfo:hover .keyspeaker-profileimg {
        transform: translate(0, 600px);
    }

    .keynoteinfo .keyspeaker-profileimg {
        background-color: var(--secondary-color);
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        position: absolute;
        transition: opacity 0.4s ease, transform 1s ease;
        top: 130px;
        padding: 0 20px;
        font-family: "Instrument Sans", sans-serif;
        line-height: normal;
        font-weight: 400;
        font-size: 20px;
        color: var(--accent-color);
        line-height: 140%;
        letter-spacing: 0%;
        transform: translate(0, 700px);
    }

    .keynoteinfo:hover .keyspeaker-profiledesc-destop {
        transform: translate(0, 0);
    }


    .keyspeaker-column:hover .keyspeaker-profileicon {
        opacity: 0;
        transform: translate(80px, -80px);
    }



    .keynotespeaker .keyspeaker-info:hover .keyspeaker-profileimg img {
        transform: translateX(-50%) scale(1.25);
    }

}


/* .keyspeaker-row:has(.keyspeaker-column:nth-child(2):hover) .keyspeaker-column:first-child .keyspeaker-heading svg,
        .keyspeaker-row:has(.keyspeaker-column:nth-child(3):hover) .keyspeaker-column:first-child .keyspeaker-heading svg {
            transform: translateY(-220%);
        } */

/* .keyspeaker-row:has(.keyspeaker-column:nth-child(2):hover) .keyspeaker-column:first-child .keyspeaker-heading h3,
        .keyspeaker-row:has(.keyspeaker-column:nth-child(3):hover) .keyspeaker-column:first-child .keyspeaker-heading h3 {
            transform: translateY(-400%);
        }


        .keyspeaker-row:has(.keyspeaker-column:nth-child(2):hover) .keyspeaker-column:first-child .keyspeaker-heading p.column-child2,
        .keyspeaker-row:has(.keyspeaker-column:nth-child(3):hover) .keyspeaker-column:first-child .keyspeaker-heading p.column-child3 {
            opacity: 1;
            visibility: visible;
            transform: translateY(-65%);
        } */




/* .keynotespeaker .keyspeaker-info:hover .keyspeaker-profileicon {
        opacity: 1;
        transform: translate(0, -0);
    } */

.keynotespeaker.keyspeaker-column:hover .keyspeaker-linkedin {
    opacity: 0;
    transform: translateY(-60px);
}

.keynotespeaker .keyspeaker-column:hover .keyspeaker-linkedin {
    opacity: 1;
    transform: translateY(0);
}

.lightningspeaker-column:hover .lightningspeaker-profile {
    transform: translateX(-100%);
}

.lightningspeaker-column:hover .lightningspeaker-desc {
    transform: translate(0, 20px);
}

@media (max-width:1550px) {

    .keynoteinfo .keyspeaker-profile h3,
    .keyspeaker-profile h3 {
        font-size: 46px;
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        font-size: 18px;
    }
}

@media (max-width:1400px) {
    .keynoteinfo .keyspeaker-profiledesc-destop {
        font-size: 17.5px;
    }

    .keyspeaker-profile {
        min-height: 300px;
    }

    .keynoteinfo .keyspeaker-profile h3,
    .keyspeaker-profile h3 {
        font-size: 37px;
    }

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 450px;
        min-height: 450px;
    }

    .keynoteinfo .keyspeaker-photo .photo-inner img {
        width: 100%;
    }

    .keyspeaker-heading h3 {
        font-size: 50px;
    }

    .keyspeaker-heading h3 span {
        font-size: 60px;
    }

    .lightningspeaker-column img {
        width: 230px;
    }

    .lightningspeaker-profile,
    .lightningspeaker-desc {
        padding: 10px 28px;
    }

    .lightningspeaker-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .lightningspeaker-desc {
        font-size: 16px;
    }

    .lightningspeaker-column p {
        font-size: 16px;
    }

    .lightningspeaker-column h3 {
        font-size: 46px;
    }

    .keyspeaker-heading p.column-child2,
    .keyspeaker-heading p.column-child3 {
        font-size: 17px;
    }
}

@media (max-width:1300px) {

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 400px;
        min-height: 400px;
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        font-size: 16px;
    }

    .hoverkeyspeaker-photo .photo-inner {
        width: 60px;
        height: 60px;
    }

    .hoverkeyspeaker-photo {
        gap: 15px;
    }

    .keynoteinfo .profilehovertext h3,
    .keynoteinfo .profilehovertext p {
        font-size: 15px;
        margin: 0;
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        top: 110px;
    }


}

@media (max-width: 1200px) {

    .keynoteinfo .keyspeaker-profile h3,
    .keyspeaker-profile h3 {
        font-size: 30px;
    }

    .keyspeaker-profile {
        min-height: 260px;
    }

    .keyspeaker-profile p {
        font-size: 16px;
        margin: 0;
    }

    .keyspeaker-heading h3 {
        font-size: 40px;
    }

    .keyspeaker-heading h3 span {
        font-size: 50px;
    }

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 370px;
        min-height: 370px;
    }

    .keyspeaker-heading svg {
        margin-bottom: 53px;
        width: 93px;
    }

    .keyspeaker-heading h3 {
        font-size: 31px;
    }

    .keyspeaker-heading h3 span {
        font-size: 45px;
    }

    .keyspeaker-heading p.column-child2,
    .keyspeaker-heading p.column-child3 {
        font-size: 14px;
    }

    .keyspeaker-row:has(.keyspeaker-column:nth-child(2):hover) .keyspeaker-column:first-child .keyspeaker-heading p.column-child2,
    .keyspeaker-row:has(.keyspeaker-column:nth-child(3):hover) .keyspeaker-column:first-child .keyspeaker-heading p.column-child3 {
        transform: translateY(-50%);
    }

    .lightningspeaker-column img {
        width: 170px;
    }

    .lightningspeaker-profile,
    .lightningspeaker-desc {
        padding: 10px 18px;
    }

    .lightningspeaker-column h3 {
        font-size: 36px;
    }

    .lightningspeaker-title,
    .lightningspeaker-desc {
        font-size: 16px;
        margin-bottom: 12px;
    }

    
    .lightningspeaker-desc {
        font-size: 15px;
    }

    .lightningspeaker-column p {
        font-size: 16px;
        margin-top: 8px;
    }

    .lightningspeaker-title svg {
        margin-right: 5px;
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        font-size: 13.5px;
    }

    .hoverkeyspeaker-photo .photo-inner {
        width: 50px;
        height: 50px;
    }

    .hoverkeyspeaker-photo {
        gap: 10px;
    }

    .keynoteinfo .profilehovertext h3,
    .keynoteinfo .profilehovertext p {
        font-size: 13px;
        margin: 0;
    }

    .keynoteinfo .keyspeaker-profiledesc-destop {
        top: 90px;
    }

}

@media (max-width: 1100px) {

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 350px;
        min-height: 350px;
    }
}

@media (max-width: 992px) {



    .column-child2,
    .column-child3,
    .hoverkeyspeaker-photo,
    .keyspeaker-profiledesc-destop,
    .keyspeaker-linkedin {
        display: none;
    }

    .keyspeaker-row {
        flex-direction: column;
    }

    .keyspeaker-section,
    .lightningspeaker-section {
        max-width: 408px;
        margin: 0 auto;
    }

    .keyspeaker-profile {
        min-height: 299px;
    }

    .keynoteinfo .keyspeaker-profile h3,
    .keyspeaker-profile h3 {
        font-size: 40px;
    }

    .keyspeaker-profile p {
        font-weight: 400;
    }

    .keyspeaker-profileimg img {
        transform: translateX(-50%) scale(1.26);
    }

    .keynoteinfo .keyspeaker-photo .photo-inner img {
        transform: translateX(-50%) scale(1.27);
    }

    .keyspeaker-heading {
        max-width: 330px;
        padding: 28px 0 50px;
        margin: 0 auto;
    }

    .keyspeaker-column {
        overflow: hidden;
    }

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 530px;
        min-height: 530px;
    }

    .lightningspeaker-row {
        flex-direction: column;
        margin-top: 20px;
    }

    .lightningspeakerimg {
        background: #000;
        width: 100%;
        text-align: center;
    }

    .lightningspeaker-column {
        flex-direction: column;
    }

    .lightningspeaker-profile {
        position: relative;
        padding: 20px 17px 20px 27px;
    }


    .keyspeaker-column {
        position: relative;
        overflow: hidden;
    }

    /* Front panel */
    .keyspeaker-info {
        position: relative;
        z-index: 2;
        transition: transform 0.4s ease;
    }

    /* Hidden right panel */
    .keyspeaker-profiledesc-mobile {
        position: absolute;
        top: 0;
        left: 100%;
        /* start fully outside right */
        width: 100%;
        height: 100%;
        transition: transform 0.4s ease;
        z-index: 1;
        background: var(--primary-color);
        border: 1px solid var(--accent-color);
        padding: 38px 32px;

        font-family: "Instrument Sans", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: var(--accent-color);

    }


    /* IMPORTANT for mobile dragging */
    .keyspeaker-column {
        touch-action: pan-y;
    }

    .keynoteinfo .keyspeaker-photo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) scale(1.03);
        transform-origin: bottom center;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
        width: 100%;
    }



    .keynoteinfo .keyspeaker-profileimg {
        background-color: #000;
    }

    .keyspeaker-info,
    .keyspeaker-profiledesc-mobile {
        transition: transform 0.6s ease;
    }

    /* Initial position (-30%) */
    .keyspeaker-column.load-animate .keyspeaker-info,
    .keyspeaker-column.load-animate .keyspeaker-profiledesc-mobile {
        transform: translateX(-30%);
    }

    /* When visible → move to original */
    .keyspeaker-column.loaded .keyspeaker-info,
    .keyspeaker-column.loaded .keyspeaker-profiledesc-mobile {
        transform: translateX(0%);
    }



    /* When visible */
    .load-animate.loaded {
        opacity: 1;
        animation: shakeIn 1s ease;
    }

    /* Keyframes */
    @keyframes shakeIn {
        0% {
            transform: translateX(0);
        }

        20% {
            transform: translateX(-8px);
        }

        40% {
            transform: translateX(8px);
        }

        60% {
            transform: translateX(-5px);
        }

        80% {
            transform: translateX(5px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .mobilekeyspeaker-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobilekeyspeaker-profile .photo-inner {
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: top center;
        overflow: hidden;
        border: 1px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        width: 60px;
        height: 60px;
    }


    .mobilekeyspeaker-profile .photo-inner img {
        width: 84%;
        height: 160%;
        object-fit: cover;
        display: block;
    }

    .mobilekeyspeaker-profile {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 12px;
    }

    .mobilekeyspeaker-profile .profilehovertext h3 {
        font-family: "Zalando Sans Expanded", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -.02px;
        text-transform: uppercase;
        color: var(--accent-color);
        margin-bottom: 6px;
    }

    .mobilekeyspeaker-profile .profilehovertext p {
        font-family: "Instrument Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        letter-spacing: -.02px;
        text-transform: uppercase;
        color: var(--accent-color);
        margin: 0;
    }

    .mobilekeyspeaker-info {
        margin-bottom: 24px;
    }
    .lightningspeaker-column:hover .lightningspeaker-desc {
    transform: translate(0, 0);
}
}

@media (max-width: 480px) {

    .keyspeaker-section,
    .lightningspeaker-section {
        max-width: 320px;
        margin: 0 auto;
    }

    .speakerperson-section {
        padding: 0 14px;
    }

    .keyspeaker-profileimg,
    .keynoteinfo .keyspeaker-info .keyspeaker-profileimg {
        max-height: 500px;
        min-height: 500px;
    }

    .keynoteinfo .keyspeaker-profile h3,
    .keyspeaker-profile h3 {
        font-size: 30px;
    }

    .keyspeaker-profile {
        min-height: 200px;
    }

    .keyspeaker-profile p {
        font-size: 14px;
        margin: 0;
    }

    .keyspeaker-profiledesc-mobile {
        font-size: 15px;
        padding: 25px 15px;
    }

    .keyspeaker-profileimg img {
        transform: translateX(-40%) scale(1.5);
    }

    .keynoteinfo .keyspeaker-photo .photo-inner img {
        transform: translateX(-50%) scale(1.5);
    }
}

@media (max-width: 380px) {


    .keyspeaker-profiledesc-mobile {
        font-size: 13px;
        padding: 20px 15px;
    }

}





.prgschedule-section {
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.prgschedule-container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    padding: 110px 24px 96px;
}

.prgschedule-section h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding: 32px;
    margin: 0;
}

.prgschedule-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--accent-color);
}

.prgschedule-list li {
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 50px;
    background: var(--primary-color);
    border-bottom: 1px solid var(--accent-color);
    position: relative;
}

.prgschedule-date {
    max-width: 454px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
}

.prgschedule-date svg {
    width: 40px;
}

.prgschedule-time,
.prgschedule-time p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prgschedule-time p {
    font-size: 20px;
    color: var(--secondary-color);
    margin: 0;
}

.prgschedule-details {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--secondary-color);
    width: 100%;
}

li.selectprg-section {
    background: var(--secondary-color);
}

li.selectprg-section .prgschedule-time p {
    color: var(--accent-color);
}

li.selectprg-section .prgschedule-details {
    color: var(--primary-color);
    z-index: 2;
}

li.selectprg-section .prgschedule-details span,
li .prgschedule-details span {
    display: block;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    color: var(--accent-color);
}

li.selectprg-section .prgschedule-details p {
    margin: 8px 0 0;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: var(--accent-color);
}

.prghover-image {
    position: fixed;
    width: 220px;
    display: none;
    pointer-events: none;
    z-index: 1;
}

.prghover-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}


@media (max-width: 1400px) {
    .prgschedule-date {
        max-width: 375px;
    }

    .prgschedule-time p,
    li.selectprg-section .prgschedule-details p {
        font-size: 18px;
    }

    .prgschedule-details {
        font-size: 45px;
    }

    .prgschedule-time,
    li.selectprg-section .prgschedule-details span {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .prgschedule-date {
        max-width: 275px;
    }

    .prgschedule-time p,
    li.selectprg-section .prgschedule-details p {
        font-size: 16px;
    }

    .prgschedule-details {
        font-size: 40px;
    }

    .prgschedule-time,
    li.selectprg-section .prgschedule-details span {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .prgschedule-list li {
        align-items: start;
        padding: 24px 16px;
        gap: 30px;
        flex-direction: column;
    }

    .prgschedule-date svg {
        width: 30px;
    }

    .prgschedule-time {
        gap: 6px
    }

    .prgschedule-time,
    li.selectprg-section .prgschedule-details span {
        font-size: 18px;
    }

    li.selectprg-section .prgschedule-details span {
        margin-bottom: 8px;
    }

    .prgschedule-details {
        font-size: 40px;
    }

    .prgschedule-section h3 {
        font-size: 40px;
        padding: 32px 10px;
    }

    .prgschedule-date {
        gap: 24px
    }

    .prgschedule-container {
        padding: 30px 15px;
    }

    .prghover-image {
        display: none;
    }
}

@media (max-width: 500px) {
    .prgschedule-details {
        font-size: 30px;
    }
}

@media (max-width: 350px) {
    .prgschedule-details {
        font-size: 25px;
    }
}





.exibitionart-section {
    background: var(--secondary-color);
    position: relative;
}

.exibitionartblock {
    display: flex;
    position: relative;
        max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
}

.exibitionartinfo {
    width: 56%;
        z-index: 3;
}

.exibitionartimg {
        background: url(/assets/images/2026/exhibit-img.png) no-repeat bottom right / cover;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 850px;
    min-height: 500px;
    width: 100%;
}

.exibitionartimg img {
    width: 100%;
}

.exibitionartimg svg {
    position: absolute;
    right: 42px;
    bottom: 42px;
    z-index: 1;
    width: 130px;
    height: 130px;
}

.exibitionartheading h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding:0 3% 0 0;
    margin: 0;
}
.exibitionartheading h3 span {
    color: var(--primary-color);
}


.exibitionartheading p {
    font-family: "Instrument Sans", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--accent-color);
    padding: 32px 22% 0 0;
    margin: 0;
letter-spacing: 0%;

}

.exibitionartheading {
    background: url('/assets/images/2026/exhibitbg.png') no-repeat bottom right 150px;
        min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exibitionartdesc p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-top: 28px;
    margin: 0;
}

.exibitionartlink {
    padding-top: 24px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--accent-color);
}

.exibitionartlink a {
    color: var(--secondary-color);
    font-weight: 700;
}

@media (max-width:1440px) {
    .exibitionartheading h3 {
        font-size: 50px;
    }

    .exibitionartdesc p {
        font-size: 18px;
    }

    .exibitionartlink {
        font-size: 20px;
    }
    .exibitionartimg {
    max-width: 710px;}
    .exibitionartheading, .exibitionartimg {
    min-height: 400px;}
}

@media (max-width:1440px) {
    .exibitionartimg {
    max-width: 510px;}
    .exibitionartheading, .exibitionartimg {
    min-height: 300px;}
    .exibitionartimg svg {
    bottom: 22px;
    width: 80px;
    height: 80px;
}
}

@media (max-width:992px) {
    .exibitionartblock {
    padding: 0 20px;
}
    .exibitionartheading {
    max-width: 440px;
    padding: 0;
    margin: 0 auto;
    min-height: 330px;
    background: url(/assets/images/2026/exhibitbg.png) no-repeat center center;
}
    .exibitionartimg {
        display: none;
    }

    .exibitionartinfo {
        width: 100%;
    }

    .exibitionartheading h3 {
        font-size: 35px;
        max-width: 500px;
        padding: 0 0 20px;
        margin: 0 auto;
    }

    .exibitionartheading p {
    font-size: 20px;
    padding: 0;
}

    .exibitionartdesc {
        padding: 30px 20px;
    }

    .exibitionartdesc p {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto;
    }

    .exibitionartlink,
    .exibitionartsvg {
        font-size: 18px;
        max-width: 500px;
        margin: 0 auto;
    }

    .exibitionartsvg svg {
        width: 90px;
    }

    .exibitionartdesc {
        background-size: 540px;
    }
}
