.auction-info {
    text-align: left;
}

.auction-image {
    max-width: 300px;
    height: auto;
    margin-top: 10px;
}

.auction-info a {
    text-decoration: none;
    display: block;
}


.featured-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 94%;
    overflow: hidden;
}

.featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.featured-text {
    font-size: 0.95rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Print Edition Styles */
.print-image-container {
    position: relative;
    width: 100%;

    /* 1:1 aspect ratio */
    overflow: hidden;
}

.print-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Carousel Control Styles */
.carousel-control-custom {
    width: 10%;
}

.carousel-control-custom .carousel-control-prev-icon,
.carousel-control-custom .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 15px;
    background-size: 50%;
}

/* Watch Live Styles */
.watch-live-link {
    display: block;
    max-width: 200px;
}

.watch-live-img {
    width: 100%;
    height: auto;
}

/* Media Queries for Better Responsiveness */
@media (max-width: 767.98px) {
    .featured-image-container {
        padding-bottom: 56.25%; /* 16:9 for mobile */
    }

    .featured-content {
        padding: 1rem !important;
    }

    .featured-title {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .featured-text {
        -webkit-line-clamp: 3;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .carousel-control-custom {
        width: 15%;
    }

    .featured-title {
        font-size: 1.1rem;
    }

    .watch-live-link {
        max-width: 150px;
    }
}

.text-justify {
    text-align: justify;
}
.marquee {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.marquee ul {
    position: absolute;
    width: 100%;
    animation: scrollUp 10s linear infinite;
}
.bg_img {
    background-image: url('img/white-bg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
@keyframes scrollUp {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}
.news-marquee {
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-marquee ul {
    animation: scroll-news 10s linear infinite;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    position: absolute;
    top: 0;
}

.news-marquee .news-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.photo-gallery {
    display: flex;
    gap: 20px;

}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.photo img {
    width: 100%;

    object-fit: cover;

}

@keyframes scroll-news {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

---------------------------------------------------------- .socialicon {
    width: 5%;
    transform: translate(-1rem);
    border-radius: 50%;
}

.adverticon {
    position: absolute;
    right: 20rem;
}
.text-justify {
    text-align: justify !important;
}

@media screen and (max-width: 425px) {
    .socialicon {
        width: 15%;
        border-radius: 50%;
        transform: translate(-1rem);
    }
    .fs-sm-6 {
        font-size: 0.8rem;
    }
    .adverticon {
        position: absolute;
        right: -2rem;
    }
    .fs-xs-1 {
        font-size: small !important;
    }
    .wdt-50 {
        width: 50% !important;
    }
    .tx-1 {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .socialicon {
        width: 10%;
        border-radius: 50%;
        transform: translate(-1rem);
    }

    .nav-title {
        font-size: 1.1rem;
    }
    .fst {
        font-size: 1.1rem;
    }
    .fs-xs-1 {
        font-size: larger !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .socialicon {
        width: 6%;
        border-radius: 50%;
        transform: translate(-1rem);
    }
    .nav-title {
        font-size: 1.3rem;
    }
    .fst {
        font-size: 1.5rem;
    }
    .fs-xs-1 {
        font-size: large !important;
    }
    .tx-1 {
        font-size: 11px !important;
    }
    .img-h {
        height: 10rem !important;
    }
}
@media screen and (min-width: 1024px) {
    .socialicon {
        width: 4%;
        border-radius: 50%;
        padding-right: 3px;
        transform: translate(-1rem);
    }
    .nav-title {
        font-size: 1.4rem;
    }
    .fst {
        font-size: 1.8rem;
    }
    .fs-xs-1 {
        font-size: x-large !important;
    }
    .tx-1 {
        font-size: 16px !important;
    }
    .img-h {
        height: 24rem !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .h1-heading {
        font-size: 30px;
    }

    .h4-heading {
        font-size: 16px;
    }
    .nav-title {
        font-size: 1.3rem;
    }
    /* .tx-1{
        font-size: .6rem !important;
    } */
}
