.Workshops-page .header-p,
.sponsors-page .header-p,
.Highlight-page .header-p,
.SPEAKERS-pages .header-p,
.agenda-page .header-p {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.SPEAKERS-pages.section-SPEAKERS-custom,
.agenda-page.section-agenda {
    background: #fff;
}

.Workshops-page .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Workshops-page .swiper-slide-details {
    height: 430px !important;
    width: 290px !important;
}

.agenda-page .content-details {
    border-bottom: 1px solid #3E3E3E
}

.agenda-page .content-details .title {
    color: #262626;
}

.agenda-page .details-title .locations {
    color: #575757;
}

.agenda-page .details-title .time,
.agenda-page .content-details .speakertitle {
    background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);

}

.agenda-page .Lunch-Break .content {
    background: #fff;
}

.agenda-page .schedule-header {
    border: 1.1px solid #CBAA6A;
}

.sponsors-page .btn-home-cust,
.btn-home-cust-view {
    width: auto;
    padding: 0 2rem;
}

.SPEAKERS-pages .swiper-wrapper {

    display: flex;
    flex-wrap: wrap;

    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
    transition-delay: 0ms !important;
    gap: 2rem;
    margin: 0 !important;
    justify-content: center;
}

.SPEAKERS-pages .mySwiper-list .swiper-slide {

    background: #fff;
    overflow: hidden;
    margin: 0 !important;

}

.SPEAKERS-pages .mySwiper-list .swiper-slide .content-list .swiper-avatar .info {
    color: #000 !important;
}

.SPEAKERS-pages .mySwiper-list .swiper-slide .madiaActive {
    display: flex;
    gap: 10px;
}

.SPEAKERS-pages .btn-home-cust,
.SPEAKERS-pages .btn-home-cust-view {
    margin: 0;
}

.Highlight-page .schedule-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.Highlight-page .slide-images {
    height: 300px;
    width: 400px;
}

.Highlight-page .slide-images img {
    height: auto;
    object-fit: cover;
    width: 400px;
    border-radius: 12px;
}

.Highlight-page #bg-videoHighlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}





.Highlight-page .mySwiperHighlight {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.Highlight-page .mySwiperHighlight .swiper-slide {
    width: 70%;
    height: auto;
    position: relative;

    transform: scale(0.85);
    opacity: 0.5;

    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.Highlight-page .mySwiperHighlight .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 10;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.Highlight-page .mySwiperHighlight .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.Highlight-page .swiper-button-nextHighlight,
.Highlight-page .swiper-button-prevHighlight {
    color: #000;
}

.swiper-pagination-prevHighlight {
    display: none !important;
}

.Highlight-page .swiper-pagination .swiper-pagination-bullet {
    background: #CBAA6A !important;
}

.Highlight-page .cd-headline {
    padding-top: 0 !important;
    padding-bottom: 14rem;
    font-size: 50px !important;
}

.swiper-button-nextHighlight {
    right: 6% !important;
}

.swiper-button-prevHighlight {
    left: 6% !important;
}

.about-us-page .about-image-overlay {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    height: 420px;
    width: 350px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #FFFFFF1F;
}

.about-us-page .about-image-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.5s ease-in-out;

}

.about-us-page .about-image-overlay p {
    z-index: 2;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(0deg, var(--fill-black, rgba(0, 0, 0, 0.04)), var(--fill-black, rgba(0, 0, 0, 0.04))), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}

.about-us-page .about-image-overlay span {
    color: white;
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.about-us-page .about-image:hover img {
    transform: translateY(0px) scale(1);
}

.about-us-stats-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.about-us-stats-text .header-p {
    font-size: 56px;
    font-weight: 700;
    background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 300px;
    min-width: 300px;
    text-align: start;
}

.about-us-stats-text .prag {
    font-size: 28px;
    font-weight: 600;
    color: #575757;
    text-align: start;
    line-height: 1.3;
}

.about-us-stats-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-us-stats-numbers h1 {
    background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: 700;
}

.about-us-stats-numbers p {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
}

.about-us-stats-numbers .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 20%;
    margin: 0 0.5rem;
}

html[lang="ar"] .about-us-stats-numbers .item {

    border-left: 1px solid #0000001F;
}

html[lang="en"] .about-us-stats-numbers .item {

    border-right: 1px solid #0000001F;
}

html[lang="ar"] .about-us-stats-numbers .item:last-child {
    border-left: none;
}

html[lang="en"] .about-us-stats-numbers .item:last-child {
    border-right: none;
}

.about-us-Attend-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-us-Attend-header h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-us-Attend {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-us-Attend-item {

    background: var(--fill-black, #0000000A);
    width: 340px;
    height: 300px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border: 0.88px solid #353E3C1F;
    border-radius: 16px;
}

.about-us-Attend-item h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 1rem 0;
}

.about-us-Attend-item p {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}











@media only screen and (max-width: 768px) {
    .about-us-stats-text {
        flex-wrap: wrap;
    }

    .about-us-stats-numbers {
        flex-wrap: wrap;
    }

    .about-us-stats-numbers .item {
        width: 130px;
    }

    .about-us-Attend-header h1 {
        font-size: 30px;
    }

    .about-us-stats-text .prag {
        font-size: 18px;
    }

    .about-us-stats-text .header-p {
        font-size: 35px;
    }

    .Highlight-page .swiper-button-nextHighlight,
    .Highlight-page .swiper-button-prevHighlight {
        display: none;
    }

    .swiper-pagination-prevHighlight {
        bottom: -30px !important;
        display: flex !important;
    }

    .Highlight-page .cd-headline {

        font-size: 32px !important;

    }
}



html[lang="ar"] .swiper-button-nextHighlight {
    right: unset !important;
    left: 7% !important;
}


html[lang="ar"] .swiper-button-prevHighlight {
    right: 7% !important;
    left: unset !important;
}