#landing-slide, #landing-slide-bg {
    max-width: 100%
}

#landing-slide {
    position: relative;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5)
}

#landing-slide-bg {
    min-width: 1351px;
    min-height: 760px;
}

#landing-slide .container {
    text-align: right;
}

#landing-slide .container .row {
    display: inline-block;
    text-align: left;
}

/*#landing-slide .container {*/
/*    max-width: 80%;*/
/*}*/

#landing-slide-dates {
    margin-top: 30px;
    text-align: right;
}

.site-nersemble_benchmark-cvpr2025 > .container.my-4 {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin-top: -10px !important;
}

/*.workshop-body .container.my-4 {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    max-width: 100%;*/
/*    margin-top: -10px !important;*/
/*}*/

.vertical-middle {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
}

.vertical-middle .container {
    margin: 0 auto;
}

.events-schedule {
    max-width: 1000px;
    margin: 0 auto;
}

.events-schedule .single-event {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 15px;
    transition: all 0.4s ease;
    border-left: 4px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
}

.events-schedule .single-event:hover {
    border-left-color: #0065bd;
}

.events-schedule .single-event .date {
    display: flex;
    justify-content: left;
    white-space: nowrap;
}

.events-schedule .single-event .date h3 {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
}

.events-schedule .single-event .date p {
    display: inline-block;
    color: #101130;
    font-weight: 500;
    margin-top:16px;
}

.events-schedule .single-event .date p span {
    display: block;
    color: #727272;
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.events-schedule .single-event .event-info {
    display: block;
    justify-content: left;
}

.events-schedule .single-event .event-info .image {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    float: left;
}

.events-schedule .single-event.event-small {
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.events-schedule .single-event.event-small .event-info .image {
    width: 40px;
    height: 40px;
    margin: 0 35px 0 15px;
}

.events-schedule .single-event.event-small .date p {
    margin-bottom: 0;
}

.events-schedule .single-event .event-info .image img {
    width: 100%;
}

.events-schedule .single-event .event-info .info h4 span.event-title {
    /*font-size: 17px;*/
    /*font-weight: 500;*/
    color: #101130;
}

.events-schedule .single-event .event-speaker {
    color: #0065bd;
}

.events-schedule .single-event .button {
    float: right;
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    background-color: #0065bd;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
    box-shadow: 0px 4px 7px #00000021;
}

.button .btn:hover {
    background-color: black;
}

h2.mb-3 {
    margin: 40px 0 !important;
}

h3 {
    margin: 20px 0;
}

.workshop-body .container {
    max-width: 960px;
}

.icon-list li {
    list-style: none;
}

.icon-list li img {
    margin-right: 10px;
    width: 32px;
}

.user-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 0 calc(25% - 1rem);
}

.user-image {
    border-radius: 50%;
    margin-bottom: 1rem;
    width: 170px;
    height: 170px;
    object-fit: cover;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.user-name {
    margin-bottom: .25rem;
    font-weight: bold;
}

#competition-timeline {
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 18px;
}

#competition-timeline tr:first-child {
    border-bottom: 1px solid #000;
}

#competition-timeline td,
#competition-timeline th{
    padding: 5px 10px;
}