/* ===================================================================
   Da Laser Guy - Page-Specific Styles
   Specialized styles for individual pages
   =================================================================== */

/* ===================================================================
   HOME PAGE SPECIFIC STYLES
   =================================================================== */

/* Service Areas Section */
.service-areas {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0ebf8 0%, #e8ddf0 100%);
    color: #333;
    text-align: center;
}



.service-areas .section-header h2 {
    color: #2c1a3a;
}



.service-areas .section-header p {
    color: #666;
}



.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}



.area-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #6a2c91;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    background: #ffffff;
    color: #333;
}

.reviews .section-header h2 {
    color: #2c1a3a;
    margin-bottom: 1rem;
}

.reviews .section-header p {
    color: #666;
    font-size: 1.1rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.review-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #6a2c91;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.review-stars {
    color: #ffc107;
    font-size: 1.5rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.review-author {
    font-weight: 600;
    color: #2c1a3a;
    margin: 0;
    font-size: 0.95rem;
}

.reviews-cta {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f0ebf8 0%, #e8ddf0 100%);
    border-radius: 15px;
}

.reviews-cta p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #333;
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .review-card {
        padding: 20px;
    }
}



.area-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    background: white;
}



.area-item h4 {
    color: #2c1a3a;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: bold;
}



.area-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}




.custom-gifts {
    padding: 80px 0;
    background: #f8f9fa;
}



.gifts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}



.gift-item {
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}



.gift-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}



.gift-item h4 {
    color: #2c1a3a;
    margin-bottom: 10px;
    font-size: 1.2rem;
}



.gift-item p {
    color: #666;
    font-size: 0.9rem;
}




.why-choose {
    padding: 80px 0;
    background: white;
}



.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}




.contact {
    padding: 80px 0;
    background: #f8f9fa;
}



.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}



.contact-info-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}



.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}



.contact-icon {
    width: 60px;
    height: 60px;
    background: #6a2c91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}



.contact-info-card h4 {
    color: #2c1a3a;
    margin-bottom: 10px;
}



.contact-info-card p {
    color: #666;
}



.contact-info-card a {
    color: #6a2c91;
    text-decoration: none;
}



.contact-info-card a:hover {
    text-decoration: underline;
}





.page-header.about {
    background: linear-gradient(135deg, #3d1f4f 0%, #2c1a3a 100%);
}




.experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}



.experience-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 4px solid #e74c3c;
    transition: all 0.3s ease;
}



.experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}



.experience-card .icon {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}



.experience-card h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c1a3a;
}



.experience-card p {
    color: #666;
    line-height: 1.6;
}





.page-header.services {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}




.services-showcase {
    padding: 80px 0;
    background: white;
}



.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}



.service-card.detailed {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 5px solid #27ae60;
}



.service-card.detailed:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}



.service-card-header {
    background: #f8f9fa;
    padding: 30px;
    text-align: center;
}



.service-card .price-range {
    color: #27ae60;
    font-weight: bold;
    font-size: 1.1rem;
}



.service-card-body {
    padding: 30px;
}



.service-card-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}




.popular-gifts {
    padding: 80px 0;
    background: #f8f9fa;
}



.gift-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}



.gift-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}



.gift-card-image {
    height: 200px;
    background: linear-gradient(45deg, #6a2c91, #8a4fb3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    overflow: hidden;
    position: relative;
}



.gift-card-image img {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin: 8px;
}



.gift-card-image a {
    display: block;
    width: 100%;
    height: 100%;
}



.gift-card-image a img {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin: 8px;
}



.gift-card-content {
    padding: 25px;
}



.gift-card h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2c1a3a;
}



.gift-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}



.gift-price {
    font-weight: bold;
    color: #27ae60;
    font-size: 1.1rem;
}




.process-section {
    padding: 80px 0;
    background: white;
}



.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}



.process-step {
    text-align: center;
    position: relative;
}



.step-number {
    width: 60px;
    height: 60px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}



.process-step h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c1a3a;
}



.process-step p {
    color: #666;
    line-height: 1.6;
}





.page-header.contact {
    background: linear-gradient(135deg, #6a2c91 0%, #7d3f98 100%);
}




.contact-form-section {
    padding: 80px 0;
    background: white;
}



.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}




.contact-methods {
    padding: 80px 0;
    background: #f8f9fa;
}



.methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}



.method-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}



.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}



.method-icon {
    width: 80px;
    height: 80px;
    background: #6a2c91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}



.method-card h3 {
    color: #2c1a3a;
    margin-bottom: 15px;
}



.method-card p {
    color: #666;
    line-height: 1.6;
}





.page-header.parties-events {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}




.event-services {
    padding: 80px 0;
    background: white;
}




.event-pricing {
    padding: 80px 0;
    background: #f8f9fa;
}



.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}



.pricing-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #e74c3c;
}



.pricing-card.featured {
    border-top-color: #6a2c91;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}



.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}



.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}



.pricing-header {
    background: #f8f9fa;
    padding: 30px;
    text-align: center;
}



.pricing-header h3 {
    color: #2c1a3a;
    font-size: 1.5rem;
    margin-bottom: 10px;
}



.price {
    font-size: 3rem;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
}



.pricing-card.featured .price {
    color: #6a2c91;
}



.price-description {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}



.pricing-body {
    padding: 30px;
}



.pricing-features {
    list-style: none;
    padding: 0;
}



.pricing-features li {
    padding: 10px 0;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 25px;
}



.pricing-features li:last-child {
    border-bottom: none;
}



.pricing-features li::before {
    content: "✓";
    color: #e74c3c;
    font-weight: bold;
    position: absolute;
    left: 0;
}



.pricing-card.featured .pricing-features li::before {
    color: #6a2c91;
}




.event-types {
    padding: 80px 0;
    background: white;
}



.event-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}



.event-type-card {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #e74c3c;
}



.event-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: white;
}



.event-icon {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}



.event-type-card h4 {
    color: #2c1a3a;
    font-size: 1.3rem;
    margin-bottom: 15px;
}



.event-type-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}




.event-process {
    padding: 80px 0;
    background: #f8f9fa;
}




.event-gallery {
    padding: 80px 0;
    background: white;
}




.parties-events-hero {
    position: relative;
    color: white;
    text-align: center;
    padding: 100px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}



.hero-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/parties_and_events_hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}



.parties-events-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}



.parties-events-hero .hero-content {
    position: relative;
    z-index: 3;
}



.parties-events-hero .hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}



.parties-events-hero .hero-content h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}



.parties-events-hero .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}




.event-carousel {
    padding: 80px 0;
    background: #f8f9fa;
}



.carousel-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}



.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



.carousel-slide {
    display: none;
    position: relative;
}



.carousel-slide.active {
    display: block;
}



.carousel-slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;
    background-color: #f8f9fa;
}



.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    text-align: center;
}



.carousel-caption h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
}



.carousel-caption p {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
}



.carousel-dots {
    text-align: center;
    margin-top: 20px;
}



.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



.dot.active,
.dot:hover {
    background-color: #6a2c91;
}


@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-hero {
        padding: 100px 0 60px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}



.areas-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}



.contact-form {
    padding: 30px 20px;
}



.process-steps,
.experience-grid {
    grid-template-columns: 1fr;
}




.pricing-grid {
    grid-template-columns: 1fr;
}



.pricing-card.featured {
    transform: none;
}



.pricing-card.featured:hover {
    transform: translateY(-10px);
}



.event-types-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}


.gift-card-image {
    height: 150px;
    font-size: 3rem;
}



.area-item,
.gift-item {
    padding: 20px 15px;
}






.gallery-hero {
    background: linear-gradient(135deg, #6a2c91 0%, #7d3f98 100%);
    color: white;
    padding: 150px 0 100px;
    text-align: center;
    min-height: 40vh;
    display: flex;
    align-items: center;
}



.gallery-hero .container {
    width: 100%;
}

.gallery-hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: white;
}



.gallery-hero .lead {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}




/* Removed incorrect grid-template-columns from .gallery-section */



.gallery-section .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}



.gallery-section-title {
    text-transform: capitalize;
    margin: 30px 0 15px;
    font-size: 1.5rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}



.gallery-navigation {
    margin-bottom: 50px;
}



.gallery-navigation h2 {
    color: #2c1a3a;
    font-size: 2.5rem;
    margin-bottom: 10px;
}



.gallery-navigation p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
}



.gallery-nav-links .btn {
    margin: 5px;
    transition: all 0.3s ease;
}



.gallery-nav-links .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 44, 145, 0.3);
}



.gallery-category {
    scroll-margin-top: 100px;

}



.category-title {
    color: #2c1a3a;
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #6a2c91;
    display: inline-block;
}





.gallery-section {
    padding: 80px 0;
    background: #f8f9fa;
}



.gallery-category {
    margin-bottom: 60px;
}



.gallery-category h3 {
    color: #2c1a3a;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}




.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
    gap: 20px;
    justify-content: center;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 1;
    background-color: #f5f5f5;
    width: 250px;
    height: 250px;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.gallery-item-link picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}




.modal-xl {
    max-width: 90vw;
}



.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}



.modal-header {
    background: linear-gradient(135deg, #2c1a3a 0%, #6a2c91 100%);
    color: white;
    border: none;
}



.modal-title {
    font-weight: 600;
}



.btn-close {
    filter: invert(1);
}



#modalImage {
    max-height: 70vh;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}



.image-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}




.cta-section {
    background: linear-gradient(135deg, #2c1a3a 0%, #6a2c91 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}



.cta-section h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}



.cta-section .lead {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}



.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}



.cta-buttons .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}



.cta-buttons .btn-primary {
    background: white;
    color: #6a2c91;
    border: 2px solid white;
}



.cta-buttons .btn-primary:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}



.cta-buttons .btn-outline-primary {
    background: transparent;
    color: white;
    border: 2px solid white;
}



.cta-buttons .btn-outline-primary:hover {
    background: white;
    color: #6a2c91;
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}


.gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
    gap: 20px;
    justify-content: center;
}

.gallery-item {
    width: 250px;
    height: 250px;
}


.gallery-hero {
    padding: 120px 0 80px;
}



.gallery-hero h1 {
    font-size: 2.5rem;
}



.gallery-section {
    padding: 60px 0;
}



.gallery-navigation h2 {
    font-size: 2rem;
}



.gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
    gap: 20px;
    justify-content: center;
}



.cta-section {
    padding: 60px 0;
}



.cta-section h2 {
    font-size: 2rem;
}



.cta-buttons {
    flex-direction: column;
    align-items: center;
}



.cta-buttons .btn {
    width: 100%;
    max-width: 300px;
}


.gallery-hero h1 {
    font-size: 2rem;
}



.gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
    gap: 15px;
    justify-content: center;
}

.gallery-item {
    width: 150px;
    height: 150px;
}



.modal-xl {
    max-width: 95vw;
}



#modalImage {
    max-height: 60vh;
}
