.event-started {
    background-color: #BD363B !important;
    color: #fff;
    padding: 20px !important;
    border-radius: 4px !important;
}

.new-carousal-item img {
    max-height: 400px;
    position: relative;
}

.new-carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background-color: rgba(165, 42, 42, 0.7);
    color: #fff;
}

.new-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #A52A2A;
    cursor: pointer;
}

.slider-two .slider-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider-two .carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 20px;
}

.countdown-timer-new {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .countdown-timer-new {
        font-size: 1rem;
    }

    .slider-two .carousel-caption {
        bottom: 10px;
        padding: 5px 10px;
    }
}

@media (min-width: 1200px) {
    .countdown-timer-new {
        font-size: 2rem;
    }

    .slider-two .carousel-caption {
        bottom: 30px;
    }
}

.vertical-carousel {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.vertical-carousel-inner {
    transition: transform 0.5s ease-in-out;
}

.vertical-carousel-inner img {
    height: 100px;
}

/* Advertising Section Images */
.advertising-section img {
    object-fit: cover;
}

.ad-image-desktop,
.ad-image-desktop-main {
    height: 150px;
    object-fit: cover;
}

/* Left and Right Images */
.ad-image-desktop {
    width: 100%;
}

/* Main Image on Desktop */
.ad-image-desktop-main {
    width: auto;
    display: inline-block;
}

/* Tablet Main Image */
.ad-image-tablet-main {
    width: 630px;
    height: 150px;
    object-fit: cover;
}

/* Tablet Side Images (Left and Right) */
.ad-image-tablet-side {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

/* Center images on tablet */
@media (min-width: 425px) and (max-width: 1024px) {

    .ad-image-tablet-main,
    .ad-image-tablet-side {
        margin-left: auto;
        margin-right: auto;
    }
}

/* For screen widths less than 425px, make images responsive */
@media (max-width: 424px) {

    .ad-image-tablet-main,
    .ad-image-tablet-side {
        width: 100%;
        height: auto;
    }
}

.add-banner-1,
.add-banner-2,
.add-banner-3 {
    height: 150px !important;
    object-fit: cover;
}

/* Make width responsive */
.add-banner-1,
.add-banner-3 {
    width: auto !important;
}

.add-banner-2 {
    width: auto !important;
}

@media (max-width: 767px) {

    .add-banner-1,
    .add-banner-3,
    .add-banner-2 {
        height: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .add-banner-1,
    .add-banner-3,
    .add-banner-2 {
        height: 150px !important;
    }
}

@media (min-width: 1200px) {

    .add-banner-1,
    .add-banner-3,
    .add-banner-2 {
        height: 150px !important;
    }
}

.fade-animation-left,
.fade-animation-main,
.fade-animation-right {
    transition: opacity 1.5s ease-in-out;
    opacity: 0;
}

.fade-animation-left.active,
.fade-animation-main.active,
.fade-animation-right.active {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .embed-responsive-16by9 {
        max-width: 100%;
        margin: auto;
    }

    .embed-responsive-item {
        width: 100%;
        height: auto;
    }

    .event-name {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.5;
        margin-bottom: 5px;

    }

    .gallery-btn {
        font-size: 3px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .gallery-btn .btn-wrap .text-one,
    .gallery-btn .btn-wrap .text-two {
        font-size: 0.5rem;
    }
}

.carousel-item .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.btn-interest:hover .badge.bg-secondary {
    background-color: #bd363b !important;
    color: white !important;
}

.btn-interested:hover .badge.bg-danger {
    background-color: #6c757d !important;
    color: white !important;
}

.event-card-hover {
    transition: box-shadow 0.2s;
    position: relative;
}

.event-card-hover:hover {
    z-index: 1;
}

.event-hover-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
}

.event-card-hover:hover .event-hover-btn-wrapper {
    opacity: 1;
    pointer-events: auto;
}

.event-hover-btn {
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 25px;
    background: #bd363b;
    border: none;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.2s;
}

.event-hover-btn:hover {
    background: #a82c2f;
    color: #fff;
}