* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}

/* Header Section */
.header {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    height: 50px;
}

/* Hero Video Section */
.hero-video-section {
    position: relative;
    height: 60vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #1a1a1a, #2d2d2d);
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.video-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    padding: 20px 20px;
}

.video-content h1 {
    font-size: 40px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.video-content p {
    font-size: 20px;
    opacity: 0.9;
}

/* Four Cards Section */
.four-cards-section {
    background-color: #060709;
    padding: 80px 0;
}

.four-cards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.four-cards-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.product-card {
    width: 230px;
       height: 260px;
    overflow: hidden;
    position: relative;
        transition: transform 0.3s ease;
    background: #FFF !important;
}

.product-card:hover {
    border: 0.5px solid #ffffff96;
}

/* First card - fully visible */
.product-card:first-child {
    background: #1f2022;
    z-index: 4;
    backdrop-filter: blur(4px);
}

.product-card .card-content {
    padding: 20px;
    text-align: center;
        display: flex
;
    flex-direction: column;
}

.product-card .card-title {
    color: #A70E1D;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 40px;
    line-height: 100%;
}

.product-card .card-image {
    height: 140px;
    display: flex;
    align-content: center;
    align-items: center;
}

.product-card .card-image img {
    width: 100%;
    max-width: 200px;
}

.product-card .card-button {
    background: #A70E1D;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}

.product-card:first-child .card-button:hover {
    background: #a02e21;
}

/* Other cards - coming soon overlay */
.product-card:not(:first-child) {
    background: #1f2022;
    position: relative;
}

.product-card:not(:first-child) .coming-soon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 3;
    text-align: center;
}

.product-card:not(:first-child) .card-content {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.footer {
    background-color: #060709;
    color: white;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #757373;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    color: #757373;
}

.footer-links {
    display: flex;
}

.footer-link {
    color: #757373;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

a.footer-link.saparator {
    padding: 0 10px;
    border-left: 1px solid #757373;
    border-right: 1px solid #757373;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .header-container {
        text-align: center;
    }

    .footer {
        text-align: center;
        padding: 0 20px;
    }

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

    .footer-links {
        gap: 20px;
    }
}

/* Enhanced Video Section */
.container-video {
    background: #fff;
    padding: 50px 0px 50px 0px;
}

.newsroom-container .card-content {
    position: relative;
    top: -180px;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #A70E1D;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.first-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.first-grid .video-container.newone {
    height: 530px;
}

.video-grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;

}

.video-container {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 250px;
}

.video-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6);
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.video-container:hover .video-controls {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.play-pause-btn {
    background: rgb(255 255 255 / 0%);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid #FFF;
}


.play-icon {
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.pause-icon {
    width: 4px;
    height: 15px;
    background: #FFF;
    position: relative;
    left: -5px;
}

.pause-icon::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 15px;
    background: #FFF;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 250px);
    }

    .title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .play-pause-btn {
        width: 50px;
        height: 50px;
    }

    .play-icon {
        border-left: 12px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
}




/* gallerysection */
.container-gallery {
    background: #060709;
    padding-bottom: 50px;
    padding-top: 50px;
}

.slider-container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.image-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}



.image-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.static-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.gif-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.image-card:hover .static-image {
    opacity: 0;
}

.image-card:hover .gif-image {
    opacity: 1;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.image-card:hover .play-overlay {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.social-link {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #FFF;
    color: #000;
    padding: 20px 12px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
    justify-content: center;
}

.image-card:hover .social-link {
    opacity: 1;
}

.linkedin-icon {
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .image-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .image-container {
        height: 200px;
    }

    .container-gallery {

        padding: 0 20px;
    }

    .first-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .video-grid1 {
        display: grid;
        grid-template-columns: 1fr;
    }
    .product-card {
    width: 180px;
}
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.section-title {
    color: #dc2626;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-arrow {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: 0;
}

/* 
        .nav-arrow:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.1);
        } */

.arrow-icon {
    width: 0;
    height: 0;
    border-style: solid;
}

.arrow-icon.left {
    border-right: 12px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-right: 2px;
}

.arrow-icon.right {
    border-left: 12px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 2px;
}

.slides-container {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
}

.slide {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
}

/* Side slides - smaller and dimmed */
/* .slide.side {
            width: 180px;
            height: 120px;
            opacity: 0.6;
            transform: scale(0.9);
        } */

.slide.side:hover {
    opacity: 0.8;
    transform: scale(0.95);
}

/* Center slide - larger and prominent */
/* .slide.center {
            width: 280px;
            height: 180px;
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 8px 32px rgba(220, 38, 38, 0.3);
            border: 2px solid rgba(220, 38, 38, 0.5);
        } */

/* .slide.center:hover {
            box-shadow: 0 12px 48px rgba(220, 38, 38, 0.4);
            border-color: rgba(220, 38, 38, 0.7);
        } */

/* Dots indicator */
.dots-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #dc2626;
    transform: scale(1.2);
}

.dot:hover {
    background: #666;
}

.dot.active:hover {
    background: #ef4444;
}

/* Responsive design */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .slider-wrapper {
        gap: 10px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .slides-container {
        gap: 10px;
    }

    .slide.side {
        width: 120px;
        height: 80px;
    }

    .slide.center {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .slider-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-arrow.prev {
        left: 10px;
        z-index: 999;
    }

    .nav-arrow.next {
        right: 10px;
    }

    .slides-container {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .slide.side {
        width: 100px;
        height: 70px;
    }

    .slide.center {
        width: 100%;
        height: 100%;
    }
}

div#dotsContainer {
    display: none;
}

.newsroom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

.section-title {
    color: #dc2626;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.newsroom-container .card-content {
    padding: 20px;
    background: white;
    border-radius: 8px;
    margin: 20px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.newsroom-container .card-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.newsroom-container .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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



.news-tag {
    display: inline-block;
    /* background: #dc2626; */
    color: #A70E1D;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding: 4px 8px; */
    margin-bottom: 12px;
    border-radius: 0;
}

.news-title {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* font-family: Roboto; */
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.news-date {
    color: #060709;
    font-size: 20px;
    font-weight: 300;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

/* Responsive design */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .video-content p {
        font-size: 18px;
    }

    .video-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-video-section {
        position: relative;
        height: auto;
        min-height: 400px;
    }

    .four-cards-container {
        padding: 0px;
    }

    .container-video {
        padding: 50px 20px 50px 20px;
    }
section.slider-section {
    background: #060709;
    padding: 20px;
}
    .container-gallery {
        padding: 30px 20px;
    }

    .four-cards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* justify-content: center; */
        align-items: center;
        gap: 20px;
        margin-top: 0px;
        padding: 0 20px;
        /* flex-direction: column; */
    }

    .video-content {
        position: relative;
        z-index: 3;
        text-align: center;
        color: white;
        padding: 20px 20px;
    }

    .slider-container {
        border-radius: 0px;
    }

    .card-content {
        padding: 15px;
    }

    .news-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .card-image {
        height: 160px;
    }

    .news-title {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}

/* Loading animation */
.news-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.news-card:nth-child(1) {
    animation-delay: 0.1s;
}

.news-card:nth-child(2) {
    animation-delay: 0.2s;
}

.news-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .newsroom-container {
        position: relative;
        overflow: hidden;
        padding: 100px 20px 0;
    }

    .news-grid {
        display: flex !important;
        grid-template-columns: none !important;
        transition: transform 0.3s ease;
        gap: 20px !important;
        width: 100%;
        margin-right: 20px
    }

    .news-card {
        min-width: 100%;
        flex: 0 0 100%;
        display: block;
        margin: 0;
    }

    /* Navigation Arrows */
    .newsroom-nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .newsroom-nav-arrow:hover {
        background: rgba(255, 255, 255, 1);
        transform: translateY(-50%) scale(1.1);
    }

    .newsroom-nav-arrow.prev {
        left: 20px;
    }

    .newsroom-nav-arrow.next {
        right: 20px;
    }

    .newsroom-nav-arrow svg {
        width: 20px;
        height: 20px;
    }

    /* Dots Indicator */
    .newsroom-dots-container {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 30px;
        padding: 0 20px;
    }

    .newsroom-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #666;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .newsroom-dot.active {
        background: #A70E1D;
        transform: scale(1.2);
    }

    .newsroom-dot:hover {
        background: #999;
    }

    .newsroom-dot.active:hover {
        background: #dc2626;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .newsroom-container .card-content {
        padding: 15px;
        top: -150px;
    }

    .news-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .newsroom-nav-arrow {
        width: 40px;
        height: 40px;
    }

    .newsroom-nav-arrow.prev {
        left: 10px;
    }

    .newsroom-nav-arrow.next {
        right: 10px;
    }

    .newsroom-nav-arrow svg {
        width: 16px;
        height: 16px;
    }

    .newsroom-dots-container {
        gap: 8px;
        margin-top: 20px;
    }

    .newsroom-dot {
        width: 10px;
        height: 10px;
    }

    .newsroom-container .card-image {
        height: 250px;
    }

    .news-title {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
}

.video-grid {
    padding-bottom: 80px;
}

/* Newsroom Slider Styles */
.newsroom-slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.newsroom-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.newsroom-nav-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.newsroom-nav-btn.prev {
    left: -25px;
}

.newsroom-nav-btn.next {
    right: -25px;
}

.newsroom-nav-btn svg {
    width: 20px;
    height: 20px;
}

.newsroom-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    padding: 0 20px;
}

.newsroom-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsroom-dot.active {
    background: #A70E1D;
    transform: scale(1.2);
}

.newsroom-dot:hover {
    background: #999;
}

.newsroom-dot.active:hover {
    background: #dc2626;
}




  .newsroom-container {
            padding: 60px 20px;
            color: white;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 50px;
            color: #ff3333;
        }

        /* Desktop Grid Layout */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .news-card {
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 51, 51, 0.3);
        }

        .news-card .card-image {
            width: 100%;
            height: 350px;
            overflow: hidden;
        }

        .news-card .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

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

        .news-card .card-content {
            padding: 20px;
        }

        .news-tag {
            color: #ff3333;
            font-size: 0.9rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .news-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.4;
            color: white;
        }

        .news-date {
            color: #888;
            font-size: 0.9rem;
        }

        /* Newsroom Container */
        .newsroom-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 20px 80px;
        }

        .section-title {
            color: #A70E1D;
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 50px;
            letter-spacing: 1px;
        }

        /* Desktop Grid Layout */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .news-card {
            border-radius: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .news-card:nth-child(1) { animation-delay: 0.1s; }
        .news-card:nth-child(2) { animation-delay: 0.2s; }
        .news-card:nth-child(3) { animation-delay: 0.3s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .card-image {
            width: 100%;
            height: 350px;
            overflow: hidden;
            position: relative;
        }

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

       .newsroom-container .card-content {
            padding: 20px;
            background: white;
            border-radius: 8px;
            margin: 20px;
            position: relative;
            top: -180px;
        }

        .news-tag {
            color: #A70E1D;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
            border-radius: 0;
        }

        .news-title {
            color: #333;
            font-size: 24px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            border-bottom: 1px solid #E5E5E5;
            padding-bottom: 10px;
        }

        .news-date {
            color: #060709;
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 0.5px;
        }

        /* Mobile Slider Styles - Hidden by default */
        .newsroom-slider-wrapper {
           
            position: relative;
            overflow: hidden;
            margin: 0 auto;
        }

        .newsroom-slides-container {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .newsroom-slide {
            min-width: 100%;
            flex-shrink: 0;
        }

        /* Navigation Arrows */
        .newsroom-nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        /* Desktop Navigation Arrows for Newsroom */
        .newsroom-nav-button {
            position: absolute;
            top: 30%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

        /* .newsroom-nav-button:hover {
            background: rgba(255, 255, 255, 1);
            transform: translateY(-50%) scale(1.1);
        } */

        .newsroom-nav-button.newsroom-prev {
            left: -25px;
        }

        .newsroom-nav-button.newsroom-next {
            right: -25px;
        }

        .newsroom-nav-button svg {
            width: 20px;
            height: 20px;
            fill: #333;
        }

        /* Desktop Dots Indicator for Newsroom */
        .newsroom-dots-indicator {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
            padding: 0 20px;
        }

        .newsroom-dot-item {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .newsroom-dot-item.newsroom-dot-active {
            background: #A70E1D;
            transform: scale(1.2);
        }

        .newsroom-dot-item:hover {
            background: #999;
        }

        .newsroom-dot-item.newsroom-dot-active:hover {
            background: #dc2626;
        }

        /* Newsroom Slides Track */
        .newsroom-slides-track {
            display: flex;
            transition: transform 0.5s ease;
            width: 100%;
        }

        .newsroom-slide-item {
            flex: 0 0 auto;
            width: 33.333%; /* Default: 3 cards on desktop */
            padding: 0 15px;
        }

        /* Mobile: Show 1 card */
        @media (max-width: 768px) {
            .newsroom-slide-item {
                width: 100%; /* 1 card on mobile */
            }
        }

        .newsroom-nav-arrow:hover {
            background: rgba(255, 255, 255, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .newsroom-nav-arrow.prev {
            left: 20px;
        }

        .newsroom-nav-arrow.next {
            right: 20px;
        }

        .newsroom-nav-arrow svg {
            width: 20px;
            height: 20px;
            fill: #333;
        }

        /* Dots Indicator */
        .newsroom-dots-container {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
            padding: 0 20px;
        }

        .newsroom-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .newsroom-dot.active {
            background: #A70E1D;
            transform: scale(1.2);
        }

        .newsroom-dot:hover {
            background: #999;
        }

        .newsroom-dot.active:hover {
            background: #dc2626;
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) {
            .news-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .newsroom-container {
                padding: 100px 20px 0;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 30px;
            }

            /* Hide desktop grid, show mobile slider */
            .news-grid {
                display: none !important;
            }

            .newsroom-slider-wrapper {
                display: block;
            }

            .newsroom-dots-container {
                display: flex;
            }

          

            .news-title {
                font-size: 18px;
            }

            .card-image {
                height: 300px;
            }
        }

        @media (max-width: 480px) {
            .newsroom-nav-arrow {
                width: 40px;
                height: 40px;
            }

            .newsroom-nav-arrow.prev {
                left: 10px;
            }

            .newsroom-nav-arrow.next {
                right: 10px;
            }

            .newsroom-nav-arrow svg {
                width: 16px;
                height: 16px;
            }

            .newsroom-dots-container {
                gap: 8px;
                margin-top: 20px;
            }

            .newsroom-dot {
                width: 10px;
                height: 10px;
            }

            .card-image {
                height: 250px;
            }

            .news-title {
                font-size: 16px;
                -webkit-line-clamp: 2;
            }
        }