html.lenis.lenis-smooth{
    scroll-behavior: auto !important;
}
.specials-slider .swiper-wrapper{
transition-timing-function: linear !important;
}
.event-borders{
    position: relative;
}
.event-borders::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #24356F;
    top: 20px;
    right: -20px;
    z-index: 0;
    border-radius:10px;
}
.event-borders.white::before{
    border-color: #F4F4F4;
}
.event-borders img{
    z-index: 1;
    position: relative;
}
.left.event-borders::before{
    right:unset;
    left: -20px;    
}
.copy-right-logo img{
    width: 100%;
    height: auto;
}
.copy-right-logo{
         max-width: 100px;
    width: 100%;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.wp-block-kadence-header-row-top{
    background-color: #24356F !important;
}
.websitelogo img.custom-logo{
    width: 100%;
    max-width: 250px;
    height: auto;
}
.copyright-col a{
display: inline-block;
max-width: 120px;
vertical-align: bottom;
}
.event-overlay{
    position: relative;
}
.event-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 41%, #24356f 100%);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
}
.box-width{
    width: 100%; 
}
.slider-1 .kb-gallery-ul{

    align-items: center;
}
.dj-schedule-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%; /* Adjust based on your container */
    margin: 0 auto;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
}


.dj-schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition:0.3s all ease
}
.dj-schedule-row:hover {
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
     transform: translateY(-5px);
}

/* Date Column */
.dj-date-col {
    display: flex;
    flex-direction: column;
    width: 120px;
    border-right: 1px solid #eaeaea;
}
.dj-day-name {
    font-size: 11px;
    color: #888;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.dj-day-num {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
}
.dj-month {
    font-weight: normal;
}
.dj-year {
    font-size: 12px;
    color: #888;
}

/* Middle Info Column */
.dj-info-col {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding-left: 30px;
}
.dj-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%); /* Subtle gradient like image */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #555;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.dj-details {
    display: flex;
    flex-direction: column;
}
.dj-name {
    margin: 0 0 4px 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.dj-genre {
    font-size: 11px;
    color: #888;
    letter-spacing: 1px;
}

/* Time Column */
.dj-time-col {
    display: flex;
    align-items: center;
}
.dj-time-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #eaeaea;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #444;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .dj-schedule-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .dj-date-col {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
        padding-bottom: 15px;
    }
    .dj-info-col {
        padding-left: 0;
    }
    .dj-time-col {
        width: 100%;
        justify-content: flex-start;
    }
}


@media (max-width: 767px){
    .event-borders::before{
        top: 12px;
        right: -12px;
    }
    .left.event-borders::before{
        left: -12px;    
    }
}