/* old css of same page inline */
.speaker-wrapper {
    display: none;
}

.speaker-wrapper:nth-child(n+1) {
    display: block;
}

.viewmore-btn {
    text-align: center;
}

.primary-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

#wpcf7-f123427-o1 .wpcf7-spinner {
    display: block;
    margin: 10px auto 0px;
}

#elevate-theme .hero-wrap {
    height: 95vh;
    padding-bottom: 0;
}

#elevate-theme .hero-wrap .banner-homepage {
    height: 100%;
    object-fit: cover;
}

#elevate-theme header nav .nav-list .nav-item:last-child::before,
#elevate-theme header nav .nav-list .nav-item:first-child::after {
    background-color: var(--primary-color);
}

#elevate-theme header nav .nav-list .nav-item:first-child::after {
    background-color: var(--primary-color);
}

#elevate-theme header nav .nav-list .nav-item .nav-link {
    color: var(--primary-color);
    font-weight: 700;
}

/*------- Live vide ------*/
#elevate-theme .live-streaming .video-holder {
    width: 100%;
    margin-bottom: 55px;
}

#elevate-theme .live-streaming .more-videos .heading-wrap {
    margin-bottom: 50px;
}

#elevate-theme .live-streaming .more-videos .video-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

#elevate-theme .live-streaming .more-videos .video-wrapper .eventVideo {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    height: calc(100% - 6px);
}

#elevate-theme .live-streaming .more-videos .video-wrapper .eventVideo .title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #452379;
    padding: 10px;
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
    transform: translateY(-6px);
}

.sticky-btn {
    position: sticky;
    z-index: 99;
    bottom: 0;
    width: 100%;
}

.sticky-btn a {
    background: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 0;
    transition: 0.3s all ease-in;
}

@media screen and (min-width: 991px) {
    .sticky-btn {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #elevate-theme .live-streaming .more-videos .video-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    #elevate-theme .live-streaming .more-videos {
        margin-top: 25px;
    }

    #elevate-theme .live-streaming .more-videos .heading-wrap {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    #elevate-theme .live-streaming .more-videos .video-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    #elevate-theme .live-streaming .video-holder {
        margin-bottom: 20px;
    }
}

/*------- End ------*/


#elevate-theme .event-schedule {
    padding-bottom: 0;
}

#elevate-theme .event-schedule .message-wrap {
    background: #f7f0ff;
    padding: 32px;
    margin-bottom: 22px;
    border-radius: 18px;
}

#elevate-theme .event-schedule .message-wrap .sub-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 25px;
}

#elevate-theme .event-schedule .message-wrap p {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

/* #elevate-theme .event-schedule .event-schedule-bg {
    background: url(<?= site_url();?>/wp-content/themes/lyxelandflamingo/elevatelp/assets/images/schedule/bg.jpg) no-repeat top;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    padding: 20% 0 60px;
} */

#elevate-theme .event-schedule .main-heading {
    color: #efcd38;
    font-weight: 400;
    text-align: center;
    text-transform: math-auto;
    margin-bottom: 28px;
}

#elevate-theme .event-schedule table {
    width: 70%;
    margin: auto;
    border-collapse: collapse;
}

#elevate-theme .event-schedule table tr td {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
}

#elevate-theme .event-schedule table tr td:nth-child(1) {
    width: 8%;
}

#elevate-theme .event-schedule table tr td:nth-child(3) {
    width: 10%;
    padding: 20px;
}

#elevate-theme .event-schedule table tr td ul {
    list-style: unset;
    margin-left: 20px;
}

#elevate-theme .event-schedule table tr td ul li {
    margin-bottom: 16px;
    line-height: 1.5;
}

#elevate-theme .event-schedule table tr td ul li:last-child {
    margin-bottom: 0;
}

.food-menu {
    width: 70%;
    margin: auto;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #000;
    border-radius: 20px;
    padding: 40px;
    margin-top: 25px;
}

.food-menu .main-heading {
    text-align: left;
    color: #f6b515;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.food-menu .item {
    margin-bottom: 22px;
}

.food-menu .item .mini-title {
    font-size: 22px;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.food-menu .item ul li {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: capitalize;
}

.food-menu.day2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: translateY(-10%);
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #elevate-theme .hero-wrap {
        height: auto;
    }

    /* #elevate-theme .event-schedule .event-schedule-bg{
padding: 240px 0 100px;
} */
    #elevate-theme .event-schedule table {
        width: 90%;
    }

    #elevate-theme .event-schedule table tr td ul {
        margin-left: 16px;
    }

    #elevate-theme .event-schedule .food-menu {
        width: 80%;
        margin: 30px auto
    }

    #elevate-theme .event-schedule .food-menu.day2 {
        width: 95%;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 767px) {
    /* #elevate-theme .event-schedule .event-schedule-bg {
        padding: 175px 10px 30px;
        background: url(<?= site_url();?>/wp-content/themes/lyxelandflamingo/elevatelp/assets/images/schedule/mobile-bg.jpg) no-repeat top;
    } */

    #elevate-theme .event-schedule .main-heading {
        margin-bottom: 22px;
    }

    .food-menu .main-heading {
        margin-bottom: 12px;
    }

    .table-holder {
        overflow-x: scroll;
    }

    .food-menu .item .mini-title {
        font-size: 16px;
    }

    .food-menu {
        width: 100%;
    }

    #elevate-theme .event-schedule table tr td ul li {
        font-size: 14px;
    }

    #elevate-theme .event-schedule table tr td {
        white-space: nowrap;
    }

    .food-menu {
        padding: 20px;
    }

    .message-wrap .sub-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .message-wrap p {
        font-size: 16px;
    }

    #elevate-theme .space.live-streaming {
        padding-top: 0px;
    }
}

/* @media screen and (min-width: 1600px) {
#elevate-theme .event-schedule .event-schedule-bg {
padding: 27% 0 100px;
}
} */

.live-stream {
    position: relative;
    padding-top: 50%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;

}

#elevate-theme .live-streaming .video-holder {
    margin-bottom: 0px;
}

@media screen and (max-width:1399px) {
    .live-stream {
        padding-top: 83%;
    }
}

@media screen and (max-width:1281px) {
    .live-stream {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1024px) {
    .live-stream {

        padding-top: 90%;
    }
}

@media screen and (max-width:991px) {
    .live-stream {
        padding-top: 100%;
    }

    #elevate-theme .event-schedule table tr td:nth-child(1) {
        width: 15%;
    }
}

@media screen and (max-width:767px) {
    .live-stream {
        padding-top: 145%;
    }

    #elevate-theme .event-schedule table tr td {
        font-size: 14px;
    }

    #elevate-theme .event-schedule table tr td:nth-child(3) {
        padding: 7px;
    }
}


/*Video Tabs CSS*/

#elevate-theme .live-streaming .more-videos .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 22px;
}

#elevate-theme .live-streaming .more-videos .btn-wrapper .event-btn {
    height: 42px;
    background-color: var(--primary-color);
}

#elevate-theme .live-streaming .more-videos .btn-wrapper .event-btn.active {
    background-color: #f6b515;
}

#elevate-theme .live-streaming .more-videos .btn-wrapper .event-btn span {
    color: var(--white);
    padding: 0;
}

#elevate-theme .live-streaming .more-videos .video-wrapper {
    display: none;
}

#elevate-theme .live-streaming .more-videos .video-wrapper.show {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

@media screen and (max-width: 991px) {
    #elevate-theme .live-streaming .more-videos .video-wrapper.show {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    #elevate-theme .live-streaming .more-videos .video-wrapper.show {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*New CSS ADDED BY Ravi*/
#themes ul.list {
    max-width: 65%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #themes ul.list {
        max-width: 95%;
    }
}

@media screen and (max-width: 767px) {
    #themes ul.list {
        max-width: 95%;
        margin: 0 auto;
    }
}

#elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap {
    width: 160px;
    margin: auto;
}

/*.voteBlock {
    display: none;
}*/
.lyxelNewLogo {
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 50%;
    margin: auto;
    justify-content: space-between;
}

.lyxelNewLogo img {
    width: 250px;
}

@media screen and (max-width:767px) {
    .lyxelNewLogo {
        width: 70%;
    }
}

.bookSlot {
    text-align: center;
    margin-top: 20px;
}

.book-slot {
    display: inline-block;
    padding: 12px 17px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #523996;
    border-radius: 8px;
    border: none;
    background-color: #fff;
}

.muxGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 20px;
}

#popup .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width:991px) {
    .popup-content {
        width: 77%;
    }
}

@media screen and (max-width:767px) {
    .muxGrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 20px;
    }

    .mt-80 {
        margin-top: 80px !important;
    }

    #popup .row {
        grid-template-columns:
            1fr;
        gap: 20px;
    }

}

html,
body {
    scroll-behavior: smooth;
}

.form-part .number-part-a {
    width: 20%;
    height: 46.8px !important;
}

.speakers-july-bg {
    padding-bottom: 0;
}

/* #whyattend{padding-bottom: 25px;} */
/* .testimonialsSlider .slick-list{padding-top: 0 !important;} */
.attended-section {
    padding-top: 50px;
}

/* .lastevent{background-color: #f5f5f5;} */
:root {
    --NewwhiteBg: #fff;
    --NewwhiteColor: #fff;
    --NewwhiteBorder: #fff;
    --blackColor: #000;
    --blackBg: #000;
    --blackborder: #000;
    --NewbrandColor: #4F39A4;
    --NewbrandBg: #4F39A4;
    --Newbrandborder: #4F39A4;
    --poppins-font: "Poppins", serif;
    --avenir-font: 'Avenir LT Std';
    --gilroy-font: "Gilroy";
    --tab-bg: #7441BC;
    --tab-bg-hover: #6a3db8;
    --tab-bg-active: #4F39A4;
    --tab-bg-active-hover: #4e39a4d2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* #speakers {
    display: none;
} */

.muxGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 20px;
}

/*#popup .row{display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
@media screen and (max-width:991px){
    .popup-content{width: 77%;}
}*/

@media screen and (max-width:767px) {
    .muxGrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 20px;
    }

    /*.mt-80{margin-top:80px !important;}
#popup .row{grid-template-columns: 
     1fr;gap: 20px;}*/

}

.speakerGrid {
    display: flex;
    flex-wrap: nowrap;
}

.speakerCol {
    flex: 0 0 33.3%;
}

.Upperbanner {
    margin-top: 10px;
}

.shopify img {
    width: 100px;
}

.blockImg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.attend-img-text {
    background: transparent;
    z-index: 9;
}

.blockImg svg {
    width: 100%;
    filter: opacity(0.3);
}

.reviewBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* align-items: flex-start; */
}

.faq-answer {
    transition: transform .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.shopping-platform-logo .slick-track {
    display: flex;
}

.shopping-platform-logo .shop-slide-a {
    height: auto;
}

/* Partners section */
.partnerHeading {
    color: #7441BC;
    font-weight: 900;
    font-size: 28px;
    line-height: 43.71px;
    letter-spacing: 0.27em;
    text-align: center;

}

.partnerLogo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 40px;
}

.partnerLogo.partnerLogo-new .logoNewblock {
    flex: 0 0 200px;
}

.slash {
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.partners {
    padding-bottom: 0;
}

.common-cta-white:hover {
    background: transparent;
    border: 1px solid #fff;
}

.footer-social-icons .social-icon-a:hover svg {
    opacity: 100%;
}


.schedule-table.table-two,
.schedule-table.table-one {
    background-color: #4f39a417;
}

.schedule-table.table-two td,
.schedule-table.table-one td {
    background-color: #4f39a417 !important;
}

.schedule-table.table-six tr:first-child td:first-child {
    border-radius: 15px;
}

.schedule-table.table-one tr:first-child td:last-child {
    border-radius: 15px;
}

.schedule-table td.font-14 {
    font-size: 14px;
}

@medIa screen and (max-width:1024px) {

    .schedule-table {
        width: 930px;
        margin: 10px auto;
    }




}

@media screen and (max-width:767px) {

    .schedule-table th,
    .schedule-table td {
        width: 190px
    }

    /* .partnerLogo .logoNewblock {
        flex: 0 0 80px;
    } */

    .partnerLogo {
        gap: 25px;
    }
}

/* Themes */
.attend-section {
    padding-bottom: 0;
}

.themesfaq .faq-question {
    border-radius: 10px;
    padding: 15px 30px;
    border: 0.75px solid #666666;
}

.themesfaq .faq-item.active .faq-question {
    background-color: #7441BC;
}

.themesfaq .faq-number {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    color: #4D4D4D;
}

.themesfaq .faq-item.active .faq-number {
    color: #fff;
}

.themesfaq .faq-item.active .faq-number svg path {
    fill: #fff;
}

.themesfaq .faq-toggle {
    background: #3D3197;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;

}

.themesfaq .faq-item.active .faq-toggle {
    background-color: #fff;
    color: #3D3197;
}

.themesfaq .faq-item.active .faq-answer {
    display: block;
    border: 0.25px solid #666666;
    border-radius: 10px;
    padding: 15px 106px;
    padding-right: 15px;
}

.themesfaq .faq-item {
    border-bottom: 0;
    padding: 15px 0;
}

.speakerGrid .slick-prev,
.speakerGrid .slick-next {
    transform: translate(0, -50%)
}

.schedule-table {
    border-radius: 15px;
}

.schedule-table tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}

.schedule-table tr:first-child td:first-child {
    border-radius: 15px 0 0;
}


@media screen and (max-width:767px) {
    .themesfaq .faq-question {
        padding: 12px;
    }

    .themesfaq .faq-number {
        gap: 10px;
    }

    .themesfaq .faq-number svg {
        width: 30px;
        height: 30px;
    }

    .themesfaq .faq-toggle {
        flex: 0 0 30px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .faq-question {
        font-size: 15px;
    }


    .themesfaq .faq-item.active .faq-answer {
        padding: 15px;
        font-size: 14px;
    }

    .themesfaq .faq-number {
        font-size: 15px;
    }

    .speakerGrid .slick-prev,
    .speakerGrid .slick-next {
        top: 45%
    }

    .table-two tr td {
        font-size: 13px !important;
    }

    .table-one tr td {
        font-size: 13px !important;
    }




}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #fff;
    font-size: 18px;
}

.why-old-sch {
    padding-bottom: 0;
}

#schedule {
    padding-bottom: 30px;
}

.grecaptcha-badge {
    display: none;
}

.speakerCompany img {
    width: 120px;
}

.mobavee img {
    width: 200px;
}

.why-old-sch a {
    width: 100%;
    display: block;
}

/* food menu */

.food-menu-section {
    padding-top: 0;
}

.food-menu-area {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0 auto;
}

.food-menu-area .left-food-menu {
    width: 60%;
    display: flex;
    gap: 50px;
}

.food-menu-area .right-food-menu {
    width: 40%;
}

.food-menu-area .inner-left-left-food-menu {
    width: 50%;
}

.food-menu-area .right-food-menu img {
    width: 400px;
    margin: 0 auto;
    height: auto;
    display: block;
}

.food-menu-area .common-cta {
    background-color: #3D3197;
    padding: 12px 20px;
    color: #fff;
}

.food-menu-area .food-menu-item-a {
    padding-bottom: 20px;
}

.food-menu-area .food-menu-item-a ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
}

.food-menu-area .food-menu-item-a ul {
    margin-left: 30px;
}

.right-food-menu {
    display: flex;
    gap: 20px;
}

.right-food-menu .food-menu-image-item img {
    border-radius: 24px;
    margin-bottom: 20px;
}


.videoBlog {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.speakerGrid {
    max-width: 1200px;
}

.videoBlog .discover-slider.slick-slider .slick-list {
    padding-right: 0;
}

.videoBlog .slick-next {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    font-size: 0px;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transform: translate(0, -50%);
}

.videoBlog .slick-next:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 16px;
    height: 7px;
    width: 7px;
    border-top: 3px solid #3D3197;
    border-right: 3px solid #3D3197;
    transform: rotate(45deg);
    pointer-events: none;
    border-radius: 1px;
}

.videoBlog .slick-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    font-size: 0px;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1;
    transform: translate(0, -50%);
}

.videoBlog .slick-prev:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 13px;
    height: 7px;
    width: 7px;
    border-top: 3px solid #3D3197;
    border-right: 3px solid #3D3197;
    transform: rotate(221deg);
    pointer-events: none;
    border-radius: 1px;
}

.videoBlog .slick-disabled {
    opacity: 0.8;
}

.video-container video {
    width: 100%;
    position: relative;
    height: 400px;
}

.discover-play-btn2 {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.blogvideo .video-container {
    height: 400px;
    padding: 0;
}

#discover-slider2 {
    margin-top: 50px;
}

@media screen and (max-width:1199px) {


    .food-menu-area .right-left-food-menu,
    .food-menu-area .right-right-food-menu {
        display: grid;
        gap: 20px;
    }

    .right-food-menu .food-menu-image-item img {
        margin-bottom: 0;
        height: 100%;
        object-fit: cover;
    }

    .blockImg svg {
        width: 100%;
        height: 160px;
    }
}

@media screen and (max-width:991px) {
    .food-menu-area {
        flex-direction: column;
        margin-top: 30px;
    }

    .food-menu-area .left-food-menu {
        width: 100%;
    }

    .food-menu-area .right-food-menu {
        flex-direction: column;
        width: 100%;
    }

    .right-food-menu {
        display: none;
    }

    #discover-slider2 .discover-slide-a {
        margin: 20px;
    }

    .videoBlog {
        padding: 0 15px;
    }

    .videoBlog .slick-next {
        right: -30px;
    }
}

@media screen and (max-width:767px) {

    .food-menu-area .right-left-food-menu,
    .food-menu-area .right-right-food-menu {
        gap: 10px;
    }

    .food-menu-area .left-food-menu {
        flex-direction: column;
        gap: 20px;
    }

    .food-menu-area .inner-left-left-food-menu {
        width: 100%;
    }

    .food-menu-area .inner-left-right-food-menu {
        width: 100%;
    }

    .food-menu-area .food-menu-item-a ul li {
        font-size: 14px;
    }

    .right-food-menu .food-menu-image-item img {
        height: 200px;
    }

    .food-menu-area {
        margin-top: 20px;
    }

    #discover-slider2 .discover-slide-a {
        margin: 0px;
    }

    .videoBlog .slick-next {
        right: -15px;
    }

    .elevate-discover-part picture img {
        height: 886px !important;
    }



}

@media screen and (max-width:430px) {

    .food-menu-area .right-food-menu {
        display: none;
    }

    .food-menu-area .right-left-food-menu,
    .food-menu-area .right-right-food-menu {
        flex-direction: column;
    }
}

/* Form css */
.reser-form form.wpcf7-form {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.reser-form .reserve-form-item {
    flex: 1;
}

#event-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
    background: #fff;
    padding: 20px;
    margin: 10px;
    width: 100%;
}

.reser-form form button.common-cta.common-cta-white {
    width: max-content;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    text-align: left;
    margin: auto;
    display: block;
    margin: initial;
    margin-top: 15px;
}

label.event-checkbox {
    display: flex;
    gap: 20px;
    text-align: left;
    font-size: 12px;
}

#event-checkboxes input[type="checkbox"] {
    flex: 0 0 15px;
}

.reserve-form-section picture img {
    height: auto;
}

.reserve-center-star-icon {
    display: none;
}

#event-checkboxes input[type="checkbox"] {
    width: 15px;
}

@media screen and (max-width:1399px) {
    .reser-form form.wpcf7-form {
        width: 95%;
    }

    .reserve-form-section picture img {
        height: 630px;
        object-fit: cover;
    }
}

@media screen and (max-width:1199px) {
    #event-checkboxes {
        grid-template-columns: 1fr 1fr;
    }

    .reser-form .reserve-form-item {
        flex: 0 0 30%;
    }

    .reserve-form-section picture img {
        height: 800px;
        object-fit: cover;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {

    /* .reserve-form-section picture img{height: 730px;} */
    #event-checkboxes {
        display: block;
        width: 80%;
        margin: auto;
        height: 300px;
        overflow: scroll;
    }

    .reser-form .reserve-form-item {
        width: 80%;
        display: block;
    }

    .reser-form form button.common-cta.common-cta-white {
        margin-left: 30px;
    }

    .reser-form form.wpcf7-form {
        display: block;
    }

    label.event-checkbox {
        margin-bottom: 10px;
    }

    .discover-play-btn2 svg {
        width: 45px;
    }

}

.newblockvideo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
}

p.title {
    color: #4f39a4;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

@media screen and (max-width:767px) {
    .newblockvideo {
        grid-template-columns: 1fr;
    }
}

.photo-gallery .photo-gallery-slider-item {
    display: none;
}

.slick-dots li.slick-active {
    background: transparent !important;
}

.attended-slider ul.slick-dots {
    margin-top: 50px !important;
}

.companyLogo {
    max-width: 150px;
    margin: 0 auto;
}

.photo-gallery .photo-gallery-slider-item.slick-active {
    display: block;
}

.photo-gallery .photo-gallery-slider-item.active {
    display: block;
}

.photo-gallery-slider.active .photo-gallery-slider-item {
    display: block;
}

.attended-slider {
    margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
    #elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap {
        width: 120px;
    }

}


/*  new css for new section 07-07-2025 */
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    align-items: center;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
    padding: 0;
    width: auto;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
    .wpcf7-form-control.wpcf7-radio {
        flex-direction: column;
        justify-content: flex-start;
    }
}

#elevate-theme header.sticky nav .nav-list .nav-item .nav-link {
    color: #4D319A !important;
    font-weight: 600;
    font-family: "Gilroy";
}

.hero-wrap .videoPopup {
    margin-top: 0;
}

.hero-wrap .video-thumbnail img,
.bannerVideothumbnail img {
    border-radius: 0;
}

.counter-banner {
    position: relative;
}

.countdown-container {
    position: fixed;
    top: 90px;
    right: 15px;
    z-index: 99;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.countdown-container .timer {
    display: flex;
    gap: 0px;
}

.countdown-container .timer .label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.countdown-container .timer .count {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.countdown-container {
    background: #fff;
    padding: 24px 0 18px 0;
    border-radius: 18px;

    text-align: center;
    min-width: 420px;
    margin-top: 0;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 32px;
}

.timer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    position: relative;
    flex: 1;
    gap: 3px;
}

.timer div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #e0e0e0;
}

.timer h6 {
    color: #4F39A4 !important;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 1px;
    line-height: 1;
}

.timer .label {
    color: #4F39A4 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 0;
    text-transform: capitalize;

}

.counter-banner .videoPopup iframe {
    border-radius: 0;
}

/* Sponers css */
.partnerLogo.partnerLogo-new .logoNewblock {
    flex: 0 0 150px;
}

.partnerLogo .logoNewblock img {
    width: 100%;
    /* height: 66px !important; */
}

.partnerHeading {
    color: #523996;
    text-transform: capitalize;
    letter-spacing: normal;
}

.partners {
    padding-bottom: 70px;
}

#elevate-theme .main-heading {
    font-size: 48px;
}

.partnerLogo {
    flex-wrap: wrap;
}

/* register now css */
.festive-banner {
    position: relative;
    background: #FAFAFA;
    padding: 48px 0 56px 0;
    text-align: center;
    overflow: hidden;
}

.festive-banner-content {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.festive-banner h2 {
    color: #4F39A4;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 0;
    color: #4D319A !important;
    line-height: 1.3;
}

.festive-banner h2 em {
    font-style: italic;
    font-weight: 700;
}

.festive-register-btn {
    display: inline-block;
    background: #FFC107;
    color: #4F39A4;
    font-size: 18px;
    font-weight: 600;
    border: none;
    margin-top: 15px;
    border-radius: 28px;
    padding: 14px 38px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(44, 34, 120, 0.07);
    transition: background 0.2s, color 0.2s;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;

}

.festive-register-btn:hover {
    background: #ffb300;
    color: #3a2771;
}

.festive-light {
    position: absolute;
    z-index: 1;
    width: 185px;
    height: auto;
    top: 0;
}

.festive-light-left {
    left: 7%;
    top: 0px;
}

.festive-light-right {
    right: 7%;
    top: 0px;
}

/* discover css */
.discover-section {
    padding: 70px 0;
}

.discover-main-area .elevate-title-heading {
    color: #FFBA00;
    font-weight: 700;
    font-size: 40px;
}

#elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap {
    width: 150px;
    height: 65px;
    border: 2px solid #808190CC;
    border-radius: 10px;
}

#elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap img {
    width: 100px;
    height: 100px;
}

.logo-wrap {
    width: 150px;
    height: 65px;
    border: 2px solid #808190CC;
    border-radius: 10px;
    display: flex;
}

.logo-wrap img {
    width: 100px;
    height: 100px;
}

.elevate-a-icon-one {
    top: -17px;
}

.elevate-a-icon-two {
    bottom: -30px;
    top: auto;
}

.discover-video {
    position: relative;
    z-index: 9;
}

.marketing-product {
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

/* Left Side Shade */
.marketing-product::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -150px;
    /* slight offset to spread out */
    width: 300px;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(195, 139, 252, 0.24) 0%, rgba(255, 255, 255, 0.64) 70.5%);
    z-index: -1;
    pointer-events: none;
    backdrop-filter: blur(194.3000030517578px)
}

/* Right Side Shade */
.marketing-product::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -150px;
    /* match left side */
    width: 300px;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(195, 139, 252, 0.24) 0%, rgba(255, 255, 255, 0.64) 70.5%);
    z-index: -1;
    pointer-events: none;
    backdrop-filter: blur(194.3000030517578px)
}

.blockImg img {
    border-radius: 0 0 56px 56px;
    opacity: 0.5;
}

/* speakersblock */
.speakers-july-bg {
    background-color: transparent;
}

.speakers-july-bg .container {
    background-image: url(../elevate-july-2025/speakers-bg-desk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px !important;
    border-radius: 60px;
}

.speakerGrid {
    max-width: 1000px;
}

.speaker-top-heading p,
.speaker-top-heading span {
    color: #fff !important;
}

.speakerImg {
    padding-top: 124%;
    border-radius: 24px;
}

.speakerImg img {
    border-radius: 24px;
}

.speakerImg img {
    height: 100% !important;
    object-fit: cover !important;
}

.speakerCompany img {
    margin-left: initial !important;
}

.speakerGrid .slick-next {
    right: 0;
}

.speakerGrid .slick-arrow {
    top: 35%;
}

.testimonialsSlider .slick-list {
    padding-top: 100px;
}

.personImg img {
    display: block;
    margin-top: -100px !important;
    width: 152px !important;
    height: 152px !important;
    border-radius: 50%;
    object-fit: cover;
}



/* timline section */
.timeline-section {

    padding: 0 0 60px 0;
    margin: 0;
    position: relative;
}

.timeline-tabs-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.timeline-tabs-bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.timeline-tab {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.timeline-tab.active {
    opacity: 1;
}

.tab-year {
    font-size: 40px !important;
    font-weight: 700;
    color: #D9D9D9 !important;
    margin-bottom: 8px;
    transition: color 0.2s;
    margin-left: -26px !important;
    margin-bottom: 20px !important;
}

.timeline-tab.active .tab-year {
    color: #4F39A4 !important;
}

.tab-dot {
    width: 14px;
    height: 14px;
    background: #bbb;
    border-radius: 50%;
    top: 56px;
    position: absolute;
    margin-bottom: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
    transition: background 0.2s;
    left: 44%;
}

.timeline-tab.active .tab-dot {
    background: #4F39A4;
    box-shadow: 0 0 0 2px #e0e0e0;
}

.timeline-cards-scroll {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;

    overflow: hidden;
    /* margin: 0 auto 0 auto; */
}

.timeline-cards {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 0 25px;
    /* Show 2.7 cards at a time */
    /* width: 900px; */
}

.timeline-cards::-webkit-scrollbar {
    display: none;
}

.timeline-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: none;
    padding: 0 0 0 0;
    flex: 1;
    opacity: 0.4;
    filter: grayscale(1);
    transition: opacity 0.2s, filter 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.timeline-card.active {
    opacity: 1;
    filter: none;

}

.timeline-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 18px;
    margin-top: 0;
    object-fit: cover;
    /* max-height: 220px; */
}

.timeline-desc {
    padding: 20px 0;
}

.timeline-desc p {
    font-size: 18px !important;
    color: #323232 !important;
    margin: 0;
}

.timeline-arrow {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: #4F39A4;
    box-shadow: 0 2px 8px rgba(44, 34, 120, 0.07);
    cursor: pointer;
    margin: 0 4px;
    z-index: 2;
    transition: background 0.2s;
}

.timeline-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.elevateflowerWrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    padding: 60px 20px;
    padding-top: 0;
    position: relative;

}

.pb-0 {
    padding-bottom: 0 !important;
}

.leftflower-img,
.rightflower-img {
    flex: 0 0 auto;
    /* width: 140px; */
}

.leftflower-img img,
.rightflower-img img {
    max-width: 100px;
}

.center-block {
    text-align: center;
    z-index: 1;
}

.center-block img {
    margin-left: -250px !important;
    width: 300px;
}




.timeline-section {
    overflow: hidden;
}

.email+.email {
    margin-top: 15px;
}

.only-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 85px
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}



.cta-buttons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 4;
}

.cta-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);

}

/* .cta-btn.active {
    background: rgba(255, 255, 255, 0.4);
} */

.cta-btn i {
    font-size: 16px;
}


.festive-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.festive-banner-date {
    font-size: 48px;
    font-weight: 700;
    color: #523996;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    position: relative;
}

.festive-banner-date::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: auto;
    background: #4d319a40;
    border: 1px solid #4d319a40;
}

.festive-date sup {
    font-size: 18px;
    vertical-align: super;
    margin-left: 2px;
}

.festive-banner-time {
    font-size: 30px;
    font-weight: 600;
    color: #523996;
    margin-bottom: 12px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.festive-banner-venue {
    font-size: 20px;
    color: #523996;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: -13px;
}

.mobile-show-new {
    display: block;
    transform: none;
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: auto;
    margin-top: -20px;
    z-index: 9;
    position: relative;
    left: auto;
    bottom: 0;
}
.mobile-show{display: none;}

.cta-btn div {
    display: none;
}

.cta-btn button {
    width: fit-content;
    justify-content: center;
}

.wholerow {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partnerBlock {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    padding: 25px;
    flex: 1;
}

.partnerLogo {
    justify-content: center;
}

.partnerLogo .logoNewblock {
    width: 100%;
}

.partnerLogo .logoNewblock img {
    width: 100%;
}

.partnerLogo .logoNewblock img {
    /* height: 66px !important; */
}

.discover-main-top-heading {
    padding-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
    text-align: center;
}
.kv-section img{width: 100%;}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    background: transparent;
    padding: 10px;
    max-width: 90%;
    width: 900px;
   
}

.video-container iframe {
    width: 100%;
    height: 500px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 28px;
    cursor: pointer;
}
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{color: #000 !important;}
.wpcf7-spinner{left: 50% !important;}
.wrapbtn{position: relative;}
.attended-slide-a table tr td img{height:100px !important; }
.abtElv .main-heading img{width:180px !important;}
.wpcf7 form.invalid .wpcf7-response-output{
    color: red !important;
}
#elevate-theme .heading-wrap{margin-bottom: 40px;}
.aloneblock{
    width: 30%;
    margin:auto;
    margin-bottom: 20px;
}
@media screen and (max-width:1299px) {
    .counter-banner .countdown-container {
        top: 80px;
        right: -1px;
    }

    .elevate-discover-part picture img {
        height: 800px !important;
        object-fit: cover;
        border-radius: 50px;
    }
    .partnerLogo.partnerLogo-new .logoNewblock{flex: 0 0 115px;}

}

@media screen and (max-width:1024px) {
    .counter-banner .countdown-container {
        top: 67px;
        right: -1px;
    }

    #elevate-theme .space.counter-banner {
        padding-top: 70px;
    }

    #elevate-theme .main-heading,
    .festive-banner h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .speakerSlider.slick-slider .slick-list {
        padding-right: 0 !important;
    }

    .discover-main-top-heading {
        padding-right: 0;
        text-align: center;
    }

}

@media (max-width: 991px) {
    .wholerow {
        flex-direction: column;
    }
    .aloneblock{
        width: 100%;
    }

    #elevate-theme .main-heading,
    .festive-banner h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .elevate-discover-part picture img {
        height: 1090px !important;
    }

    .festive-light {
        width: 140px;
    }

    .themes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .elevateflowerWrap {
        justify-content: space-between;
    }

    .only-hero-section {
        height: calc(45vh - 86px);
    }





}

@media screen and (max-width:767px) {
    #elevate-theme .hero-wrap.space {
        padding-top: 92px !important;
    }

    #elevate-theme .main-heading,
    .festive-banner h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .festive-light {
        width: 65px;
    }

    .partnerHeading {
        font-size: 20px;
    }

    .partnerLogo {
        gap: 16px
    }

    .partnerLogo .logoNewblock {
        flex: 0 0 200px;
    }

    .slash {
        border-width: 1px;
    }

    .festive-light-right {
        right: 3%;
    }

    .festive-light-left {
        left: 3%;
    }

    .festive-register-btn {
        padding: 10px 25px;
        font-size: 15px;
    }

    .kv-section .container {
        padding: 0;
        width: 100%;
        max-width: 100% !important;
        margin: 0;
    }

    .speakers-july-bg .container {
        padding: 25px !important;
        background-image: url(../elevate-july-2025/speakers-bg-mob.jpg);
        border-radius: 20px;
    }

    .speakerBox {
        margin-right: 0 !important;
    }

    .marketing-product::before {
        display: none;
    }

    .marketing-product::after {
        display: none;
    }

    .discover-main-area .elevate-title-heading {
        font-size: 24px;
    }

    .leftflower-img,
    .rightflower-img {
        position: absolute;
    }

    .leftflower-img {
        left: -80px;
    }

    .rightflower-img {
        right: -80px;
    }

    .elevateflowerWrap {
        justify-content: center;
        margin-bottom: 70px;
    }

    .center-block img {
        margin-left: -88px !important;
        width: 189px;
    }

    .leftflower-img img,
    .rightflower-img img {

        max-width: 100px !important;
    }

    .timeline-cards {
        flex-direction: column;
    }

    .timeline-tabs-bar {

        flex-direction: column;
        position: absolute;
        top: 177px;
        width: fit-content;
        left: 0;
        padding-top: 0;
    }

    .timeline-card.active .tab-year {
        color: #4F39A4 !important;
    }

    .discover-main-top-heading {
        padding-bottom: 20px;
    }

    .timeline-tabs-bar::before {

        top: 30px;
        height: 100%;
        background: #e0e0e0;
        z-index: 0;
        width: 2px;
        left: 27px;
    }

    /* .timeline-card{flex: 0 0 100%;width: 100%;max-width: 100%;min-width: 100%;} */
    .tab-dot {
        top: 29px;
        left: 22px;
    }

    .tab-year.mobile-show {
        margin: 0 auto;
        display: block !important;
    }
    .mobile-show{display: block;}

    .tab-year {
        margin-left: 0 !important;
        display: none;
    }

    .timeline-tab {
        flex: 0 0 480px;
        min-width: 480px;
        max-width: 480px;
        opacity: 1;
    }
    .attended-slide-a table tr td img{height:60px !important;}

    .festive-banner-content h2 {
        font-size: 29px;
    }

    .discover-slide-img img {
        border-radius: 20px;
    }

    div#timelineTabsBar .timeline-tab:nth-child(2) .tab-dot {
        top: 34px;

    }

    div#timelineTabsBar .timeline-tab:nth-child(3) .tab-dot {
        top: 34px;

    }

    .only-hero-section {
        position: relative;
        width: 100%;
        height: 41vh;
        overflow: hidden;
        margin-top: 91px;
    }

    .countdown-container {
        width: fit-content;
        padding: 6px 0;
        top: 96px;
        right: 3px;
        border-radius: 6px;
        min-width: fit-content;
        width: 200px;
    }

    .timer h6 {
        font-size: 14px;
    }

    .timer .label {
        font-size: 8px !important;
    }

    .cta-buttons {
        bottom: 30px;
        left: auto;
        flex-direction: column;
        transform: none;
        right: 10px;
    }

    .cta-btn {
        justify-content: center;
    }

  
    .mobile-hide {
        display: none;
    }

    .form-part .number-part-a {
        width: 20%;
        height: 46.8px !important;
    }
    /* .partnerLogo .logoNewblock img{height: 62px !important;} */
    .festive-banner-content{padding-bottom: 0;}
    .festive-banner-venue{margin-bottom: 0;}
    .elevateflowerWrap {
        justify-content: center;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .partners, .festive-banner, .discover-section, .testimonials, .schedule, .aboutElevate{
        padding: 40px 0;
    }
    .elevate-discover-part picture img{border-radius: 25px;}
    .video-container iframe{height: 100%}
    .timeline-card{height: 450px;max-height: 450px;min-height: 450px;}
    .themes-section{padding: 0;}
    .speakers-july-bg{padding-top: 40px;padding-bottom: 0;}
    .speakerCol{padding: 0 10px !important;}
    .speakerGrid .slick-next{right: 0px;}
    .speakerGrid .slick-prev{left: 0px;}
    #elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap{width:140px;}
    .speakers-july-bg .container{padding: 25px 20px !important;}
    #elevate-theme .marketing-product #marketing-product-carousel .item .logo-holder .logo-wrap img{width:80px !important;height: 80px !important;}

}

@media (max-width: 600px) {

    .timer>div {
        align-items: center;
        justify-content: center;
        height: fit-content;
        padding: 10px 0;
    }

    .counter-banner .countdown-container .timer {
        height: 60px;
    }

    .timer {
        gap: 10px;
    }

    .timer div {
        min-width: 40px;
    }

    .themes-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .themes-title {
        font-size: 1.3rem;
        margin-bottom: 18px;
    }

    .festive-banner-content {
        padding: 18px 0 12px 0;
        max-width: 98vw;
    }

    .festive-banner-date {
        font-size: 24px;
    }

    .festive-banner-time {
        font-size: 19px;
    }

    .festive-banner-venue {
        font-size: 14px;
        padding: 0 10px;
    }

    .festive-banner-venue br {
        display: none;
    }

}