.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.fullscreen-overlay {
    display: none;
}

/* .fullscreen-image {
    max-width: 100%;
    max-height: 100%;
} */

/* Adjustments for tablet screens */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Example: Adjust the width of containers or columns */
    .container {
        max-width: 90%;
    }

    /* Example: Adjust padding or margins */
    .section {
        padding: 2rem;
    }

    /* Example: Adjust font sizes */
    .text-lg {
        font-size: 1.25rem;
    }

    /* Add more styles as needed */
}
