
  /*      * {
            border: 1px solid red;
        }
*/

  * {
      box-sizing: border-box;
  }

  body {
      margin: 0;
  }

  .header {
    position: relative;
    display: flex;
    height: 80vw;
    max-height: 75vh;
    background: #000;
    overflow: hidden;
}

.header__background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.header__video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}

.header__video-overlay--fadeOut {
    opacity: 0;
    visibility: hidden;
}

.header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header__text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header__title {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.header__subtitle {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 10px 0 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.header__cta.contact-button {
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.header__cta.contact-button:hover {
    background-color: white;
    color: black;
}

#video-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    background-color: #000;
}

#youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Consolidated media queries */
@media (max-width: 768px) {
    .header {
        height: 65vw;
        max-height: 65vh;
    }
    .header__title {
        font-size: 2rem;
    }
    .header__subtitle {
        font-size: 1rem;
        margin: 8px 0 15px;
    }
    .header__cta.contact-button {
        font-size: 0.9rem;
        padding: 6px 12px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header {
        height: 50vw;
        max-height: 50vh;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .header {
        height: 60vw;
        max-height: 60vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header {
        height: 55vw;
        max-height: 55vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header {
        height: 25vw;
        max-height: 25vh;
    }
}
    
/******/
    
    




    .sacramento-regular {
        font-family: "Sacramento", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 4rem;
    }

    #grid .item img {
        width: 100%;
        height: 300px;
        /* Set the desired height for all images */
        object-fit: cover;
        /* Ensures the image covers the space without distortion */
    }

    /* Default margin-top for larger screens */
    #grid .itemV {
        margin-top: -5px !important;
        /* Adjust this value as needed */
    }

    #grid {
        margin-left: 0;
        margin-right: 0;
    }

    #grid .col-xl-4,
    #grid .col-lg-4,
    #grid .col-md-6,
    #grid .col-sm-6,
    #grid .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #grid .itemV {
        margin-left: 0;
        margin-right: 0;
    }

    /*******************************************************/
    .fancybox__content {
    background-image: url('../img/red.gif') !important;
    background-size: 7% !important; /* Scale the image to 50% of the container */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}



    @media (min-width: 1001px) {
        .fancybox__content {
            width: 90% !important;
            height: auto !important;
            /* Adjust height based on content */
            max-height: 90vh !important;
            /* Prevent the content from exceeding 90% of the viewport height */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fancybox__backdrop {
            /*background: blue !important;*/
        }

        /* Adjust iframe for responsive scaling */
        .fancybox__content iframe {
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
            aspect-ratio: 16 / 9;
            /* This will maintain the standard 16:9 aspect ratio for most videos */
        }
    }

    /*********************************************/
    @media (min-width: 1001px) {
        .fancybox__content {
            width: 90% !important;
            height: auto !important;
            /* Adjust height based on content */
            max-height: 90vh !important;
            /* Prevent the content from exceeding 90% of the viewport height */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fancybox__backdrop {
            /*background: blue !important;*/
        }

        /* Adjust iframe for responsive scaling */
        .fancybox__content iframe {
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
            aspect-ratio: 16 / 9;
            /* Maintain 16:9 aspect ratio for video */
        }
    }

    @media (max-width: 1000px) {
        .fancybox__content {
            width: 95% !important;
            /* Make the content a bit wider on smaller screens */
            height: auto !important;
            /* Allow height to adjust based on content */
            max-height: 80vh !important;
            /* Limit height on smaller screens to avoid overflow */
            padding: 10px;
            /* Add padding for better spacing */
        }

        /* Adjust iframe for smaller screens */
        .fancybox__content iframe {
            width: 100% !important;
            height: auto !important;
            /* Maintain the aspect ratio without distortion */
            max-width: 100% !important;
            aspect-ratio: 16 / 9;
            /* Maintain aspect ratio */
        }
    }

    @media (max-width: 600px) {
        .fancybox__content {
            width: 100% !important;
            /* Make it take up the entire screen width on very small screens */
            height: auto !important;
            max-height: 70vh !important;
            /* Further limit height on very small screens */
        }

        .fancybox__backdrop {
            /*   background: rgba(0, 0, 255, 0.8) !important; */
        }

        .fancybox__content iframe {
            width: 100% !important;
            height: auto !important;
            /* Keep aspect ratio intact */
            aspect-ratio: 16 / 9;
        }

    }
    @media (max-width: 600px) {
        .sacramento-regular {
        font-family: "Sacramento", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 2rem;
    }
    }
    

    /********************************************/
    .parallax {
        /* The image used */
        background-image: url("../img/mosaik.jpg");

        /* Set a specific height */
        min-height: 700px;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        position: relative;
        /* Important for the absolute positioning of the text */
    }
    /* Static image styling (mobile/tablet/large tablets) */
.static-image {
  position: relative;
  min-height: 250px;
  width: 100%;
}

.static-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures full image visibility */
}
    .overlay-text {
        position: absolute;
        /* Position text relative to the parallax container */
        top: 50%;
        /* Center the text vertically */
        left: 50%;
        /* Center the text horizontally */
        transform: translate(-50%, -50%);
        /* Adjust for perfect centering */
        color: white;
        /* White text for contrast */
        text-align: center;
        /* Center align the text */
        font-family: Arial, sans-serif;
        /* Choose your font */
        text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
        /* Optional shadow for better visibility */
    }

    .overlay-text h1 {
        font-size: 3.5em;
        /* Adjust the font size of the title */
    }

    .overlay-text p {
        font-size: 1.2em;
        /* Adjust the font size of the description */
    }

    .cta-button {
        display: inline-block;
        background-color: #ffffff;
        color: black;
        padding: 12px 25px;
        font-size: 1.2em;
        border-radius: 5px;
        text-decoration: none;
        margin-top: 20px;
        transition: background-color 0.3s ease;
    }

    .cta-button:hover {
        background-color: #ffffff;
        color: black;
    }

    /* Default: Hide static image, show parallax */
.parallax {
  display: block;
}
.static-image {
  display: none;
}

/* Mobile and tablets (up to 1200px to include large tablets) */
@media only screen and (max-width: 1200px) {
  .parallax {
    display: none; /* Hide parallax on mobile/tablets */
  }
  .static-image {
    display: block; /* Show static image */
  }
  .overlay-text h1 {
    font-size: 2.5em; /* Adjust for tablets */
  }
  .cta-button {
    font-size: 1.1em;
    padding: 10px 20px;
  }
}
    
    
/* Fallback for browsers that don’t support fixed background */
        @supports not (background-attachment: fixed) {
            .parallax {
                background-attachment: scroll;
            }
        }

/* Desktop/laptop (above 1200px) */
@media only screen and (max-width: 1366px) {
  .parallax {
    display: none; /* Show parallax */
  }
  .static-image {
    display: block; /* Hide static image */
  }
}
/* Additional check for touch devices */
        @media (pointer: coarse) {
            .parallax {
                display: none;
            }
            .static-image {
                display: block;
            }
        }

/* Further adjustments for smaller phones */
@media only screen and (max-width: 480px) {
  .static-image {
    min-height: 300px; /* Shorter for phones */
  }
  .overlay-text h1 {
    font-size: 1.5em;
  }
  .cta-button {
    font-size: 0.9em;
    padding: 8px 15px;
  }
}

/*************************************************/

    #youtubevideo {
        position: relative;
    }

    .header__text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 3rem;
        font-weight: bold;
        z-index: 2;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .contact-button {
        margin-top: 10px;
        /* Adjust space between text and button */
        padding: 8px 16px;
        /* Smaller button padding */
        font-size: 1rem;
        /* Smaller font size */
        font-weight: bold;
        color: white;
        background-color: transparent;
        border: 2px solid white;
        /* White border */
        border-radius: 3px;
        /* Border radius */
        text-decoration: none;
        /* Remove underline from link */
        transition: background-color 0.3s, color 0.3s;

    }

    .contact-button:hover {
        background-color: white;
        color: black;
        /* Button color changes on hover */
    }

    .gal-button {
        margin-top: 10px;
        /* Adjust space between text and button */
        padding: 8px 16px;
        /* Smaller button padding */
        font-size: 1rem;
        /* Smaller font size */
        font-weight: bold;
        color: white;
        background-color: transparent;
        border: 2px solid white;
        /* White border */
        border-radius: 3px;
        /* Border radius */
        text-decoration: none;
        /* Remove underline from link */
        transition: background-color 0.3s, color 0.3s;
        text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
        /* Optional shadow for better visibility */
    }

    .gal-button:hover {
        background-color: white;
        color: black;
        /* Button color changes on hover */
    }




    #innergrid {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        box-sizing: border-box;
    }

    /* Main grid layout */
    #innergrid .row {
        display: flex;
        flex-wrap: wrap;

    }

#set_a .col-12,
#set_b .col-12 {
    margin-bottom: 10px; /* Ensure no bottom margin */
}

/*********************/
/* Mobile-specific styles for gaps in #set_a and #set_b */
@media (max-width: 1000px) {
    /* Add gap between items within #set_a and #set_b, including last items */
    #innergrid #set_a .col-12,
    #innergrid #set_b .col-12 {
        margin-bottom: 5px !important; /* Consistent gap for all items */
    }

    /* Add gap between #set_a and #set_b */
    #innergrid #set_b {
        margin-top: 1px !important; /* Gap between the two sets */
    }

    /* Override conflicting negative margins */
    #set_a .col-12[style*="margin-top: -4px"],
    #set_b .col-12[style*="margin-top: -4px"] {
        margin-top: 0 !important; /* Remove inline negative margins */
    }
}
/*********************/

    /* Columns */
    #innergrid .col-md-6 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    @media (min-width: 1000px) {
        #innergrid .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    /* Text column styling */
    #innergrid .text-column {
        padding: 20px;
    }

    #innergrid .text-column h4 {
        margin-bottom: 15px;
    }

    #innergrid .text-column p {
        line-height: 1.6;
    }

    #innergrid .text-column img {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    /* Video container styling */
    #innergrid .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        /* 16:9 aspect ratio */
        overflow: hidden;
        background: #000;
        margin-bottom: 0px;
    }

    #innergrid .video-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #innergrid .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #innergrid .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        cursor: pointer;
        transition: background 0.3s;
    }

    #innergrid .overlay:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #innergrid .overlay span {
        padding: 10px;
        font-size: 14px;
    }

    #innergrid .play-button {
        display: block;
        margin-top: 10px;
        font-size: 24px;
    }

    /* Category strip */
    #innergrid .category-strip {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        /* Semi-transparent black background */
        color: white;
        font-size: 14px;
        padding: 5px;
        text-align: left;
        font-weight: 700;
        
    }

    /* Responsive adjustments */
    @media (max-width: 767px) {
        #innergrid .col-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        #innergrid .order-1 {
            order: 1;
        }

        #innergrid .order-2 {
            order: 2;
        }
    }

    @media (min-width: 768px) {
        #innergrid .order-md-1 {
            order: 1;
        }

        #innergrid .order-md-2 {
            order: 2;
        }
    }
    
    @media (max-width: 1000px) {
    #innergrid .col-12,
    #innergrid .col-md-6 {
        margin-bottom: 0; /* Remove bottom margin */
        padding-bottom: 0; /* Remove bottom padding */
    }

    #innergrid .video-container {
        margin-bottom: 0; /* Ensure no bottom margin on video containers */
    }
}
    
    /* Add this to your existing style section */
@media (max-width: 767px) {
    #innergrid .video-container {
        padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
        margin: 0;
    }
    
    #innergrid .video-container img,
    #innergrid .video-container video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }
    
    #innergrid .col-12,
    #innergrid .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }
    
    #innergrid .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
    



#grid .item img {
    width: 100%;
    height: 300px;
    /* Set the desired height for all images */
    object-fit: cover;
    /* Ensures the image covers the space without distortion */
}

/* Default margin-top for larger screens */
#grid .item {
    margin-top: 0px !important;
    /* Adjust this value as needed */
}

/* Styles for non-mobile devices (larger screens) */
.container-fluid.tm-container-content,
.row.tm-gallery {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

/* For screens smaller than 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .header {
        position: relative;
        display: flex;
        height: 60vw;
        max-height: 60vh;
        /* height of hero */
        background: url('img/wall2.jpg') no-repeat center center;
        /* Replace 'your-image-url.jpg' with your image URL */
        background-size: cover;
        /* Ensures the image covers the entire area */
        overflow: hidden;
    }
}


/* For screens between 768px and 1024px (e.g., tablets, iPads) */
@media (min-width: 768px) and (max-width: 1024px) {
    .header {
        position: relative;
        display: flex;
        height: 50vw;
        max-height: 50vh;
        /* Adjust hero height for tablets */
        background: url('img/wall2.jpg') no-repeat center center;
        /* Replace 'your-image-url.jpg' with your image URL */
        background-size: cover;
        /* Ensures the image covers the entire area */
        overflow: hidden;
    }
}

/* Targeting devices around iPad Pro 13-inch width */
@media (min-width: 2000px) and (max-width: 2200px) {
    .header {
        position: relative;
        display: flex;
        height: 10vw;
        max-height: 10vh;
        background: url('img/wall2.jpg') no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .header {
        position: relative;
        display: flex;
        height: 60vw;
        max-height: 60vh;
        background: url('img/wall2.jpg') no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }
}

/* Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header {
        position: relative;
        display: flex;
        height: 55vw;
        max-height: 55vh;
        background: url('img/wall2.jpg') no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .header {
            position: relative;
            display: flex;
            height: 25vw;
            max-height: 25vh;
            background: url('img/wall2.jpg') no-repeat center center;
            background-size: cover;
            overflow: hidden;
        }
    }

}


.video-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-container img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: solid 2px white;
    z-index: 10;
    /* Ensure the overlay is on top */
}

.overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* This centers the span both horizontally and vertically */
    text-align: center;
    /* Ensures the text is centered within the span */
    width: 90%;
    font-size: 24px;
    font-weight: bold;
}

.video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

/* Hover (Desktop only) */
@media (hover: hover) {

    .video-container:hover .overlay,
    .video-container:hover .video-preview {
        opacity: 1;
        display: block;
    }
}

/* Tap (Mobile) */
.video-container.active .overlay,
.video-container.active .video-preview {
    opacity: 1;
    display: block;
}

/********************** squares *****************/

.full-height {
        min-height: 455px;
    }

#squares {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#squares .row {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping on desktop */
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

#squares .col-md-6 {
    flex: 1 1 50%; /* Each column takes 50% of row */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 50%; /* Prevent columns from exceeding half width */
    min-height: 200px; /* Reduced for compact size */
}

#squares .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent overflow */
    aspect-ratio: 16 / 9; /* Reverted to widescreen for less height */
}

#squares .video-container img,
#squares .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Fill container while maintaining aspect ratio */
    object-position: center; /* Center content */
    position: absolute;
    top: 0;
    left: 0;
}

#squares .bg-light {
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1 1 50%; /* Match video column */
    min-height: 200px; /* Reduced to match col-md-6 */
    
}

#squares .text-center {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
}

#squares .text-center h2 {
    color: #6b6b6c;
    margin-bottom: 15px;
}

#squares .text-center p {
    padding: 0 30px;
    margin-bottom: 0;
}

/* Mobile and smaller screens */
@media (max-width: 1000px) {
    #squares .row {
        flex-direction: column; /* Stack columns vertically */
        flex-wrap: wrap; /* Allow wrapping for mobile */
    }

    #squares .col-md-6 {
        flex: 1 1 100%; /* Full width on mobile */
        max-width: 100%; /* Ensure full width */
        min-height: 150px; /* Further reduced for mobile */
    }

    #squares .video-container {
        width: 100%;
        height: 100%;
        min-height: 150px; /* Reduced for mobile */
        aspect-ratio: 16 / 9; /* Consistent with desktop */
    }

    #squares .video-container img,
    #squares .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    #squares .bg-light {
        background-color: #ffffff !important;
        min-height: 150px; /* Match col-md-6 */
        padding: 20px 0;
    }

    #squares .text-center {
        padding: 15px !important;
        min-height: auto;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    #squares .col-md-6 {
        min-height: 120px; /* Further reduced for small screens */
    }

    #squares .video-container {
        min-height: 120px;
    }

    #squares .text-center {
        padding: 10px !important;
    }

    #squares .text-center p {
        padding: 0 15px;
    }
}

    @media (max-width: 1000px) {
        body,
        html {
            margin: 0;
            padding: 0;
        }

        #squares .bg-light {
            background-color: #ffffff !important;
        }

        #squares {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
        }

        #squares .container,
        #squares .row {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            --bs-gutter-x: 0;
        }

        #squares .col-md-6 {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
        }

        #squares .text-center {
            padding: 0 !important;
            margin: 0 !important;
        }

        #squares .video-container {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
        }

        #squares .video-container img,
        #squares .video-container video {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }
        
        .uponmobile {
            margin-top: 5px !important;
            margin-bottom: 5px !important;
            
        }
    }
/************ add on inner grid *************/
  .modal-image {
        background-image: url('../img/smokey.jpg');
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }
    
    .wappmodal-image {
        background-image: url('../img/bar/lighting.jpg');
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }

    .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 60px);
    }

    .thank-you-message {
        display: none;
        text-align: center;
        padding: 20px;
    }

    /* Updated styles for category strip and info overlay */
    .category-strip {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 14px;
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 15; /* Ensure strip is above other elements */
    }

    .category-strip strong {
        font-weight: 700;
    }

    .category-strip .info-icon {
        cursor: pointer;
        color: white;
        font-size: 16px;
        transition: color 0.3s ease;
        z-index: 20; /* Ensure icon is clickable */
    }

    .category-strip .info-icon:hover {
        color: #ccc;
    }

    .info-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 30; /* Above all other elements */
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .info-overlay.show {
        display: flex;
    }

    .info-overlay .info-content {
        position: relative;
        max-width: 90%;
        font-size: 14px;
        line-height: 1.6;
        background: rgba(255, 255, 255, 1);
        padding: 15px;
        border-radius: 5px;
    }

    .info-overlay .close-btn {
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 20px;
        cursor: pointer;
        color: white;
        transition: color 0.3s ease;
    }

    .info-overlay .close-btn:hover {
        color: #ccc;
    }

    @media (max-width: 767px) {
        .info-overlay .info-content {
            font-size: 12px;
            padding: 10px;
        }

        .info-overlay .close-btn {
            top: -15px;
            right: -15px;
            font-size: 16px;
        }

        .category-strip {
            padding: 3px 8px;
            font-size: 12px;
        }

        .category-strip .info-icon {
            font-size: 14px;
        }
    }
    
    @media (max-width: 1000px) {
        
        .footer {
            margin-top: 0px !important;
        }
    }
     
/********************************************/

/********************************************/