* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slider, .slider *, .slider *:before, .slider *:after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
}
        
body{
    background-color: #000;
}

.portfolio, .productions, .about, .team, .contact{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.portfolio.show, .productions.show, .about.show, .team.show, .contact.show {
    opacity: 1;
    transform: translateY(0);
}



hr{
    color: white;
}
/* Default Desktop Styles (unchanged) */
nav {
    background: #000;
    padding: 15px 0;
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.logo img {
    height: 50px;
}

.logo a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    font-family: montserrat, Arial, Helvetica, sans-serif;
}

.logo a span {
    position: absolute;
    margin: 16px 0 0 10px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: 0.3s;
    padding-left: 30px;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.nav-links a:hover {
    color: #ED0024;
}

.nav-links li a:hover,
.nav-links li a.active-hover {
    color: red; /* Hover effect */
}


/* ========== MOBILE STYLES ========== */
@media screen and (max-width: 768px) {
    .nav-container {
        padding: 15px 5%;
        position: relative; /* For absolute positioning of menu */
    }

    .logo a img {
        margin-left: -300px;
    }

    /* Logo adjustments */
    .logo a span {
        margin-top: 14px;
    }

    /* Hamburger menu - positioned on the right */
    .menu-toggle {
        display: block;
        color: white;
        font-size: 28px;
        cursor: pointer;
        margin-left: auto; /* Pushes to right */
        padding: 5px 10px;
        z-index: 1001;
    }

    /* Navigation links - hidden by default */
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000;
        flex-direction: column;
        gap: 0;
        padding: 20px 5%;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    /* Active state for mobile menu */
    .nav-links.active {
        display: flex;
    }

    /* Menu items styling */
    .nav-links li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .nav-links a {
        padding: 12px 0;
        font-size: 16px;
        display: block;
    }
    .menu-toggle {
        margin-top: -50px;
    }
    
    /* Animation for hamburger icon */
    .menu-toggle .bar {
        display: block;
        width: 25px;
        height: 3px;
        background: white;
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    /* Rotate first bar for close icon */
    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    /* Fade out second bar */
    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    /* Rotate last bar for close icon */
    .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}



.slider {
      position: relative;
      width: 100%;
      max-height: 700px;
      margin: auto;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      transition: opacity 0.5s;
    }

    .slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .arrow {
      position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 30px;
            color: white;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            cursor: pointer;
            padding: 15px;
            border-radius: 50%;
            z-index: 100; /* Higher z-index to ensure visibility */
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    .dots {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 5;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      opacity: 0.5;
      cursor: pointer;
      transition: opacity 0.3s;
    }

    .dot.active {
      opacity: 1;
      background: #000;
    }
.carosel {
    margin-bottom: -4px;
}

.carosel img{
    width: 100%;
    height: auto;
}

.productions{
    width: 100%;
    height: 620px;
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productions h2{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    padding: 80px 0px 40px 0px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}







.wrapper {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px; /* Added padding for better mobile spacing */
}

.wrapper i {
    height: 50px;
    width: 50px;
    background-color: #ED0024;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem; /* Fixed typo (rem was separated) */
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1; /* Ensure buttons are above cards */
}

.wrapper i:first-child {
    left: -52px; /* Reduced distance for mobile */
}

.wrapper i:last-child {
    right: -52px; /* Reduced distance for mobile */
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    padding: 20px 0; /* Added padding for better mobile appearance */
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: 450px;
    list-style: none;
    background: #fff;
    display: flex;
    cursor: pointer;
    width: 276px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card .img {
    width: 276px;
    height: 396px;
}

.card .img img {
    width: 276px;
    height: 396px;
    border: 4px solid #fff;
}

.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;
    margin-top: 12px;
}

.fas{
    color: white;
}

.see-all {
    margin-top: 40px;
    width: 360px;
    height: auto;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px;
    background-color: #000;
    border: 2px solid #fff;
}

.see-all a{
    text-decoration: none;
    color: #fff;
}

.see-all:hover {
    border-color: #ED0024;
    background-color: #000; /* Keep the background black */
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.see-all:hover a {
    color: #ED0024; /* Change the text color to red */
    transition: color 0.3s ease-in-out;
}




/* ---------- Tablet (1024px to 768px) ---------- */
@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 90%;
    }
    
    .wrapper i:first-child {
        left: 10px;
    }
    
    .wrapper i:last-child {
        right: 10px;
    }
    
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 15px);
        gap: 15px;
    }
    
    .carousel .card {
        height: 450px;
        width: 100%;
    }
    
    .card .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ---------- Small Tablet (900px to 600px) ---------- */
@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 12px);
    }
    
    .carousel .card {
        height: 450px;
    }
    
    .wrapper i {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

/* Previous CSS remains the same until mobile breakpoint */

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 0 10px;
        display: flex; /* Added */
        flex-direction: column; /* Added */
        align-items: center; /* Added */
    }
    
    .wrapper i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 1rem;
        position: absolute;
        top: 50%;
    }
    
    .wrapper i:first-child {
        left: 0; /* Adjusted position */
    }
    
    .wrapper i:last-child {
        right: 0; /* Adjusted position */
    }
    
    .wrapper .carousel {
        grid-auto-columns: 100%;
        gap: 14px;
        width: 100%; /* Ensure full width */
        max-width: 280px; /* Limit maximum width */
        margin: 0 auto; /* Center the carousel */
    }
    
    .carousel .card {
        height: 450px;
        width: 100%;
        margin: 0 auto; /* Center the card */
    }
    
    /* Rest of the mobile styles remain the same */
}









.portfolio{
    width: 100%;
    height: 1020px;
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio h2{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    padding: 80px 0px 40px 0px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}


.table-portfolio{
    max-width: 1200px;
}

.table-portfolio tr {
    margin: 0px;
}

.table-portfolio tr td{
    margin: 0px;
    position: relative; /* Needed for absolute positioning of text */
}

/* .table-portfolio tr td :hover{
    opacity: .85;
    /* transform: scale(1.005); 
} */

.image-text:hover {
    opacity: 1;
    /* transform: translateX(50%) translateY(-100%); */
}

.table-portfolio tr td img{
    margin: 0px;
    display: block; /* Remove any extra space below images */
}
.table-portfolio tr td img:hover{
    filter: blur(1.7px) brightness(1.2) opacity(0.9);
    mix-blend-mode: lighten;
}


.image-container {
    position: relative;
    display: inline-block;
}

.image-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    padding: 5px 10px;
    border-radius: 3px;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.table-portfolio tr td:hover .image-text {
    color: #ED0024;
    transition: color 0.3s ease-in-out;
}



/* ---------- Tablet (1024px and below) ---------- */
@media screen and (max-width: 1024px) {
    .portfolio {
        height: auto;
        padding-bottom: 40px;
    }
    
    .table-portfolio {
        width: 95%;
        margin: 0 auto;
    }
    
    .table-portfolio tr td img {
        width: 100%;
        height: auto;
    }
    
    /* Adjust rowspan images */
    .table-portfolio tr:first-child td:first-child img,
    .table-portfolio tr:first-child td:last-child img {
        height: auto;
    }
}

/* ---------- Mobile (768px and below) ---------- */
@media screen and (max-width: 768px) {
    .portfolio {
        height: auto;
        padding-bottom: 30px;
    }
    
    .portfolio h2 {
        padding: 50px 20px 30px;
        font-size: 28px;
    }
    
    .table-portfolio {
        display: block;
        width: 100%;
        padding: 0 10px;
    }
    
    .table-portfolio tr {
        display: block;
    }
    
    .table-portfolio tr td {
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    /* Reset rowspan behavior */
    .table-portfolio tr td[rowspan] {
        height: auto !important;
    }
    
    .image-text {
        font-size: 20px;
    }
}

/* ---------- Small Mobile (480px and below) ---------- */
@media screen and (max-width: 480px) {
    .portfolio h2 {
        font-size: 24px;
        padding: 40px 15px 20px;
    }
    
    .image-text {
        font-size: 18px;
        bottom: 8px;
        left: 8px;
    }
    
    .table-portfolio {
        padding: 0 5px;
    }
}










/* Very small mobile devices */
@media screen and (max-width: 400px) {
    .wrapper .carousel {
        max-width: 260px; /* Slightly smaller for very small devices */
    }
    
    /* Rest of the very small mobile styles remain the same */
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: center;
        padding: 0 5%; /* Reduce padding on small screens */
    }

    .nav-links {
        flex-direction: column;
        gap: 12px;
        margin-top: 10px;
    }
}





.about{
    width: 100%;
    height: 450px;
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about h2{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    padding: 120px 0px 30px 0px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

.about p{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    text-transform: none;
    color: #fff;
    max-width: 1200px;
    text-align: justify;
}

/* ---------- Tablet (1024px and below) ---------- */
@media screen and (max-width: 1024px) {
    .about {
        height: auto;
        padding: 0 20px 40px;
    }
    
    .about h2 {
        padding: 60px 0 30px;
    }
    
    .about p {
        padding: 20px 0 30px;
    }
}

/* ---------- Mobile (768px and below) ---------- */
@media screen and (max-width: 768px) {
    .about {
        height: auto;
        padding: 0 15px 30px;
    }
    
    .about h2 {
        padding: 50px 0 20px;
        font-size: 28px;
    }
    
    .about p {
        padding: 15px 0 25px;
        font-size: 12px;
    }
}

/* ---------- Small Mobile (480px and below) ---------- */
@media screen and (max-width: 480px) {
    .about h2 {
        padding: 40px 0 15px;
        font-size: 24px;
    }
    
    .about p {
        padding: 10px 0 20px;
        font-size: 10px;
        line-height: 1.5;
    }
}







.team{
    width: 100%;
    height: 600px;
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team h2{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    padding: 80px 0px 80px 0px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}



.staff-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Aligns items in center */
    gap: 20px; /* Space between staff members */
    padding: 20px;
}


.staff {
    max-width: 200px;
    margin: 0px 10px;
}

.staff img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.staff :hover {
    color: #ED0024;
    border-color: #ED0024;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;;
}

.staff a{
    text-align: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.staff h3{
    margin-top: 20px;
    color: #fff;
}

.staff p{
    color: #fff;
    font-weight: lighter;
    margin-top: 4px;
}



/* ---------- Tablet (1024px and below) ---------- */
@media screen and (max-width: 1024px) {
    .team {
        height: auto;
        padding-bottom: 60px;
    }
    
    .team h2 {
        padding: 60px 0 60px;
    }
    
    .staff-container {
        gap: 15px;
    }
    
    .staff {
        max-width: 180px;
    }
    
    .staff img {
        width: 180px;
        height: 180px;
    }
}

/* ---------- Mobile (768px and below) ---------- */
@media screen and (max-width: 768px) {
    .team {
        height: auto;
    }
    .team h2 {
        padding: 50px 0 40px;
        font-size: 28px;
    }
    
    .staff-container {
        gap: 25px;
        padding: 0 20px;
    }
    
    .staff {
        max-width: 200px;
        margin: 0 5px;
    }
    
    .staff img {
        width: 200px;
        height: 200px;
    }
    
    .staff h3 {
        margin-top: 15px;
        font-size: 16px;
    }
    
    .staff p {
        font-size: 14px;
    }
}

/* ---------- Small Mobile (480px and below) ---------- */
@media screen and (max-width: 480px) {
    .team h2 {
        padding: 40px 15px 30px;
        font-size: 24px;
    }
    
    .staff-container {
        gap: 20px;
        padding: 0 15px;
    }
    
    .staff {
        max-width: 180px;
    }
    
    .staff img {
        width: 180px;
        height: 180px;
        border-width: 2px;
    }
    
    .staff h3 {
        margin-top: 12px;
        font-size: 15px;
    }
    
    .staff p {
        font-size: 13px;
    }

    .footer p{
        color: #fff; 
        background: #000;
        font-size: 10px;
    }
}

/* ---------- Extra Small Mobile (360px and below) ---------- */
@media screen and (max-width: 360px) {
    .staff-container {
        gap: 15px;
    }
    
    .staff {
        max-width: 130px;
    }
    
    .staff img {
        width: 130px;
        height: 130px;
    }
    
    .staff h3 {
        font-size: 14px;
    }
}







.contact {
    width: 100%;
    height: auto; /* Set height dynamically */
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    padding: 80px 0px;
}

.contact h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 100px;
}

.contact-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%; /* Restrict content width */
    max-width: 1200px;
    gap: 40px; /* Space between columns */
    max-width: 1200px;
}

.quick-links {
    flex: 1; /* Make sections flexible */
    min-width: 200px;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links ul li {
    text-align: left;
    padding-bottom: 20px;
}

.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}

.quick-links ul li a:hover {
    color: #ED0024;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;;
}

.company {
    flex: 1;
    text-align: center;
    min-width: 250px;
}

.company a {
    text-decoration: none;
    color: #fff;
}

.company img {
    display: block;
    margin: 0 auto;
}

.company ul li{
    display: inline;
}

.social-media a img{
    display: inline;
}

.more {
    flex: 1;
    min-width: 250px;
    color: white;
}

.more h3 {
    text-align: left;
    margin-bottom: 15px;
}

.content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.content {
    flex: 1;
    min-width: 220px;
    text-align: left;
}

.content p {
    margin: 5px 0;
    color: #fff;
}


.footer{
    text-align: center; 
    color: #fff; 
    background: #000;
    padding: 30px;
}

.footer a{
    text-decoration: none;
    color: #fff; 
    background: #000;
}

.footer p{
    color: #fff; 
    background: #000;
    font-size: 14px;
}

/* ---------- Large Tablet (1224px to 820px) ---------- */
@media screen and (max-width: 1024px) and (min-width: 821px) {
    .contact {
        padding: 70px 40px;
    }
    
    .contact-detail {
        width: 95%;
        gap: 25px;
    }
    
    .quick-links {
        flex: 0 1 22%;
    }
    
    .company {
        flex: 0 1 30%;
    }
    
    .more {
        flex: 0 1 40%;
    }
}

/* ---------- Medium Tablet (820px to 668px) ---------- */
@media screen and (max-width: 820px) and (min-width: 669px) {
    .contact {
        padding: 60px 30px;
    }
    
    .contact-detail {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .quick-links {
        flex: 0 1 45%;
        margin-bottom: 30px;
    }
    
    .company {
        flex: 0 1 45%;
        margin-bottom: 30px;
    }
    
    .more {
        flex: 1 1 100%;
    }
    
    .content-2 {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .content {
        flex: 0 1 45%;
    }
}

/* ---------- Small Tablet (668px to 480px) ---------- */
@media screen and (max-width: 668px) {
    .contact {
        padding: 50px 25px;
    }
    
    .contact-detail {
        flex-direction: column;
        gap: 35px;
    }
    
    .quick-links,
    .company,
    .more {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }
    .quick-links ul li {
        text-align: center;
    }
    
    .content-2 {
        flex-direction: column;
        gap: 25px;
    }
}
@media screen and (max-width: 576px) {
    .contact {
        padding: 50px 20px;
    }
    
    .contact-detail {
        flex-direction: column;
    }
    
    .quick-links,
    .company {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .quick-links ul li,
    .more h3 {
        text-align: center;
    }

    .more p {
        margin-left: 100px;
    }
}





/* ---- Global Fixes ---- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

/* ---- Navigation (Mobile Optimization) ---- */
@media screen and (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .nav-links {
        display: none; /* Hide links by default */
        flex-direction: column;
        background: black;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 10px;
        display: block;
        width: 100%;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        color: white;
        font-size: 30px;
        margin-right: 10px;
    }
}

/* ---- Carousel (Fully Responsive) ---- */
@media screen and (max-width: 1024px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 10px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

/* ---- Portfolio Section Fixes ---- */
@media screen and (max-width: 1024px) {
    .portfolio {
        height: auto;
        padding-bottom: 40px;
    }

    .table-portfolio {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .table-portfolio img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
}

/* ---- About Section Fixes ---- */
@media screen and (max-width: 768px) {
    .about p {
        font-size: 16px;
        padding: 10px;
        line-height: 1.6;
    }
}

/* ---- Team Section Fixes ---- */
@media screen and (max-width: 768px) {
    .staff-container {
        flex-direction: column;
        align-items: center;
    }

    .staff {
        width: 90%;
        max-width: 300px;
    }
}



.gallery-table tr td img{
    margin: 10px;
    width: 400px;
    height: auto;
}
.wrapper-gallery {
    overflow-x: auto;
    width: 100%;
}

.gallery-table {
    width: 100%;
    border-collapse: collapse;
}

.gallery-table img {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
}

/* Responsive: Stack images on small screens */
@media (max-width: 768px) {
    .gallery-table, 
    .gallery-table tbody, 
    .gallery-table tr, 
    .gallery-table td {
        display: block;
        width: 100%;
    }

    .gallery-table tr {
        margin-bottom: 10px;
    }

    .gallery-table td {
        padding: 0;
    }
}

.splide__slide img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .splide {
      max-width: 1200px;
      margin: auto;
    }

    @media (max-width: 768px) {
      .splide {
        padding: 0 10px;
      }
    }