body {
        background: #000;
    }

    .events-blog h3 {
        font-size: 2.2rem;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 50px 0;
        font-weight: 100;
    }

    .events-blog h3 b {
        font-weight: 500;
    }

    .branded-collection-contact-details h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-top: 30px;
        text-align: center;
        line-height: 1.2;
        font-weight: 100;
        margin-bottom: 60px;
    }

    @media only screen and (max-width: 768px) {
        .events-blog h3 {
            font-size: 25px;
            margin-bottom: 30px;
        }

        .branded-collection-contact-details h2 {
            font-size: 26px;
            line-height: 34px;
            letter-spacing: 1px;
            margin-bottom: 30px;
        }
    }

    /* Flickity Carousel Styles */
    .events-blog-carousel {
        width: 100%;
    }

    .events-blog-carousel .carousel-cell {
        width: 66.666%;
        margin-right: 20px;
    }

    @media screen and (max-width: 1000px) {
        .events-blog-carousel .carousel-cell {
            width: 50%;
        }
    }

    @media screen and (max-width: 600px) {
        .events-blog-carousel .carousel-cell {
            width: 100%;
            margin-right: 15px;
        }
    }

    .events-blog-carousel .events-blog-item {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .events-blog-carousel .events-blog-item-img {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    @media only screen and (max-width: 768px) {
        .events-blog-carousel .events-blog-item-img {
            height: 400px;
        }
    }

    .events-blog-carousel .events-blog-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .events-blog-carousel .events-blog-item-img:hover img {
        transform: scale(1.1);
    }

    /* Fix overlay text positioning */
    .events-blog-carousel .events-blog-2-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    /* Flickity custom arrow positioning */
    .flickity-prev-next-button {
        display: none;
    }

    /* Hide default Flickity UI on desktop */
    @media screen and (min-width: 769px) {
        .flickity-page-dots {
            display: none;
        }
    }

    .news-media-media button {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        line-height: 30px;
        border-radius: 100px;
        display: inline-flex;
        text-align: center;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    @font-face {
        font-family: 'AktivGrotesk Hair';
        src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Hair.woff2') format('woff2');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'AktivGrotesk';
        src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'AktivGrotesk';
        src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Regular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'AktivGrotesk';
        src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'AktivGrotesk';
        src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
     .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        pointer-events: none;
                    
     }
          

/* top section css start */

.top-section{
    background: url("https://binghattiweb.imgix.net/news-media-top-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.top-section h1{
    margin: 0px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 4.4px;
    font-weight: 400;
}

.top-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 0;
}

.top-section > * {
    position: relative;
    z-index: 1;
}

/* top section css end */

/* pr css start */
.pr{
    padding-top: 100px;
    color: #fff;
}

.pr .pr-heading{
    color: #fff;
    padding-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
}
.pr .pr-heading span{
    font-weight: 100 !important;
    font-family: "AktivGrotesk Hair", sans-serif !important;
    
}

.pr-carousel{
    width: 100%;
}

.pr-carousel .pr-cell{
    width: 450px;
    margin-right: 30px;
}

.blog-carousel{
    width: 100%;
}

.blog-carousel .blog-cell{
    width: 450px;
    margin-right: 30px;
}

.pr-card{
    display: block;
    color: #fff;
    text-decoration: none;
}

.blog-card{
    display: block;
    color: #fff;
    text-decoration: none;
}

.pr-card-img{
    position: relative;
    width: 100%;
    height: 300px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-card-img{
    position: relative;
    width: 100%;
    height: 300px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.pr-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.blog-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.pr-card:hover .pr-card-img img{
    transform: scale(1.05);
}

.blog-card:hover .blog-card-img img{
    transform: scale(1.05);
}

.pr-card-body{
    padding-top: 18px;
}

.blog-card-body{
    padding-top: 18px;
}

.blog-card-body .blog-type{
    background: #191919;
    padding: 8px 14px;
    width: fit-content;
    margin-bottom: 22px;
}

.blog-card-body .blog-type p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.pr-card-body h4{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 14px 0;
}

.blog-card-body h4{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 14px 0;
}

.pr-card-meta{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffff;
}

.blog-card-meta{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffff;
}

.pr-card-meta time{
    white-space: nowrap;
}

.blog-card-meta time{
    white-space: nowrap;
}

.pr-card-divider{
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #ffffff;
}

.blog-card-divider{
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #ffffff;
}

.pr-card-read{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.blog-card-read{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.pr-card-read svg{
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-card-read svg{
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-view-all-wrap{
    display: flex;
    justify-content: flex-end;
    margin-top: 64px;
}

.blog-view-all-wrap{
    display: flex;
    justify-content: flex-end;
    margin-top: 64px;
}

.pr-view-all{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-view-all{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pr-view-all:hover{
    opacity: 0.8;
}

.blog-view-all:hover{
    opacity: 0.8;
}
/* pr css end */

.pr .pr-view-all-wrap .custom-btn, .events-blog .blog-view-all-wrap .custom-btn{
    width: 100%;
}

/* blogs start */
.events-blog .blog-heading, .events-blog .trending-heading{
    color: #fff;
    padding-bottom: 30px !important;
    font-size: 35px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.events-blog .blog-heading span, .events-blog .trending-heading span{
    font-weight: 100 !important;
    font-family: "AktivGrotesk Hair", sans-serif !important;
    
}
/* blogs end */



/* responsive */
@media (max-width: 768px){
    .top-section h1{
        font-size: 30px;
        letter-spacing: 3.3px;
    }

    .pr{
        padding-top: 60px;
    }

    .pr .pr-heading, .events-blog .blog-heading , .events-blog .trending-heading{
        font-size: 25px !important;
        padding-bottom: 10px !important;
        text-align: center !important;
    }

     .events-blog .blog-heading{
        padding-top: 80px !important;
     }

    .pr-carousel .pr-cell{
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .pr-carousel .pr-cell:nth-child(n+4){
        display: none;
    }

    .blog-carousel .blog-cell{
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .blog-carousel .blog-cell:nth-child(n+4){
        display: none;
    }

    .pr-card-img{
        aspect-ratio: 4 / 3;
    }

    .blog-card-img{
        aspect-ratio: 4 / 3;
    }

    .pr-card-body h4{
        font-size: 14px;
    }

    .blog-card-body h4{
        font-size: 14px;
    }
}

@media (max-width: 320px){
    .top-section h1{
        font-size: 25px;
        letter-spacing: 2px;
    }
}


