/* Service Pages Shared Styles */
.service-hero {
    height: 70vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.service-hero .hero-content {
    position: relative;
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
    transform: none;
    top: auto;
    left: auto;
}

.service-hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.service-hero p {
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}

/* Bridal Page Styles */
.bridal-page {
    min-height: 100vh;
    background-color: #81725f;
}

.bridal-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.bridal-image {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bridal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: transform 0.3s ease;
}

.bridal-image:hover img {
    transform: scale(1.02);
}

.bridal-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.bridal-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.bridal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    opacity: 0.9;
}

.bridal-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

.bridal-content .highlight {
    font-size: 1.4rem;
    margin: 2rem 0;
}

.bridal-cta {
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.bridal-cta h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.email-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
}

.email-link:hover {
    opacity: 0.8;
}

/* Brow Page Specific Styles */
.brow-hero {
    background: url('../../images/services/brow-lash/hero.jpg') center/cover no-repeat;
}

.treatments {
    padding: 6rem 2rem;
    background-color: #8B7355;
    color: white;
}

.treatment {
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .bridal-split-layout {
        grid-template-columns: 1fr;
    }

    .bridal-image {
        height: 50vh;
    }

    .bridal-content {
        padding: 3rem 2rem;
    }

    .bridal-content h1 {
        font-size: 2.5rem;
    }

    .bridal-content h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .service-hero h1 {
        font-size: 2.5rem;
    }

    .service-hero p {
        font-size: 1.2rem;
    }

    .treatments {
        padding: 4rem 1rem;
    }

    .bridal-content {
        padding: 2rem 1.5rem;
    }

    .bridal-content h1 {
        font-size: 2rem;
    }

    .bridal-content p {
        font-size: 1.1rem;
    }

    .bridal-content .highlight {
        font-size: 1.2rem;
    }

    .email-link {
        font-size: 1.2rem;
    }
}

/* Header Styles */
.bridal-page header,
.brow-page header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: rgba(139, 115, 85, 0.85);
    backdrop-filter: blur(10px);
    padding-bottom: 0px;
}

.bridal-page .top-nav,
.brow-page .top-nav {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
}

.bridal-page .nav-menu li,
.brow-page .nav-menu li {
    padding-bottom: 16px;
}

.bridal-page .top-nav::after,
.brow-page .top-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
}

/* Brow Page Specific Styles */
.brow-page {
    background-color: #81725f;
    color: white;
    min-height: 100vh;
}

.brow-page main {
    padding: 0;
    max-width: none;
    margin: 0;
}

.page-title {
    text-align: center;
    font-size: 4rem;
    color: white;
    margin: 6rem 0 3rem 0;
    font-weight: 300;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 3;
}

/* Treatments Section */
.treatments-section {
    padding: 4rem;
    background: url('../../images/landingpage/1.jpg') center/cover no-repeat;
    position: relative;
    width: 100%;
}

.treatments-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(129, 114, 95, 0.85);
    backdrop-filter: blur(5px);
}

.treatments-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.treatment-section {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    opacity: 0;
}

.treatment-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.treatment-section:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.treatment-section:hover::before {
    transform: translateX(100%);
}

.treatment-section.featured {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.treatment-section.featured:hover {
    transform: scale(1.05) translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.treatment-icon {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    transition: transform 0.3s ease;
}

.treatment-section:hover .treatment-icon {
    transform: scale(1.1);
}

.treatment-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: white;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.treatment-section:hover h2 {
    transform: translateY(-5px);
}

.treatment-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.treatment-details {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.includes {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.duration {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.9rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.treatment-section:hover .duration {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.treatment-image {
    width: 400px;
    height: 400px;
    overflow: hidden;
    align-self: start;
    opacity: 0;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.treatment-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    max-width: 600px;
    margin: 4rem auto;
}

.treatment-cta h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .treatments-grid {
        grid-template-columns: 1fr 400px 1fr;
        gap: 3rem;
    }
}

@media (max-width: 1200px) {
    .treatments-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .treatment-image {
        width: 100%;
        max-width: 500px;
        margin: 2rem auto;
    }

    .treatment-section {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .bridal-page header,
    .brow-page header {
        padding: 0.5rem 1rem;
        height: auto;
    }

    .page-title {
        font-size: 2.5rem;
        margin: 2rem 0;
        padding: 0 1rem;
        letter-spacing: 0.1em;
    }

    .treatments-section {
        padding: 2rem 1rem;
    }

    .treatments-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .treatment-section {
        padding: 2rem;
        margin: 0 auto;
        max-width: 100%;
    }

    .treatment-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .treatment-section p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .treatment-details {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .duration {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .brow-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .gallery-image {
        border-radius: 6px;
    }

    .gallery-image:hover {
        transform: none;
        filter: grayscale(0%);
    }

    .booking {
        padding: 3rem 1rem;
        margin-top: 2rem;
    }

    .booking-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .booking-content {
        text-align: center;
    }

    .booking-content h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .booking-content h3 {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .sticky-cta {
        bottom: 2rem;
        right: 1rem;
        left: 1rem;
        display: flex;
        justify-content: center;
    }

    .sticky-cta .cta-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    /* Lightbox mobile improvements */
    .lightbox-content {
        max-width: 100%;
        margin: 0 1rem;
    }

    .lightbox-close {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 2rem;
        padding: 0.5rem;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 1.5rem;
        padding: 1rem 0.5rem;
    }
}

/* Additional small screen adjustments */
@media (max-width: 480px) {
    .page-title {
        font-size: 2rem;
        margin: 1.5rem 0;
    }

    .treatment-section {
        padding: 1.5rem;
    }

    .treatment-section h2 {
        font-size: 1.5rem;
    }

    .brow-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .booking-content h2 {
        font-size: 1.8rem;
    }

    .sticky-cta .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

.hybrid-images {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.hybrid-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    filter: grayscale(100%);
}

@media (max-width: 768px) {
    .hybrid-images {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .hybrid-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 1;
    }
}

.brow-gallery {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.gallery-image:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-image:hover::before {
    transform: translateX(100%);
}

@media (max-width: 768px) {
    .brow-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .gallery-image {
        border-radius: 6px;
    }

    .gallery-image:hover {
        transform: scale(1.02);
    }
}

/* Lightbox Styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    filter: grayscale(0%);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    transition: opacity 0.3s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.7;
}

.lightbox-close {
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
}

.lightbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .bridal-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .gallery-image {
        border-radius: 6px;
        cursor: pointer;
    }

    .gallery-image:hover {
        transform: scale(1.02);
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        cursor: pointer;
    }
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
}

.sticky-cta .cta-button {
    background: #D4AF37;
    /* Rich gold color */
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3),
        0 0 0 4px rgba(212, 175, 55, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite;
}

.sticky-cta .cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    background: #E5C04C;
    /* Lighter gold on hover */
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.4),
        0 0 0 6px rgba(212, 175, 55, 0.3);
    animation: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3),
            0 0 0 4px rgba(212, 175, 55, 0.2);
    }

    50% {
        box-shadow: 0 4px 25px rgba(212, 175, 55, 0.5),
            0 0 0 8px rgba(212, 175, 55, 0.1);
    }

    100% {
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3),
            0 0 0 4px rgba(212, 175, 55, 0.2);
    }
}

@media (max-width: 768px) {

    /* When mobile menu is active, hide the CTA */
    .nav-menu.active~.sticky-cta,
    .top-nav.active~.sticky-cta {
        opacity: 0;
        pointer-events: none;
    }
}

/* Booking Section Styles */
.booking {
    width: 100%;
    background-color: #6b5e4e;
    padding: 4rem 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}

.booking-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    position: relative;
    z-index: 2;
}

.booking-content {
    color: white;
    position: relative;
    z-index: 3;
    opacity: 1;
}

.booking-content h2,
.booking-content h3,
.booking-content p {
    opacity: 1;
    visibility: visible;
}

.booking-content h2 {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    font-weight: 300;
}

.booking-content h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.booking-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.salonized-booking {
    display: block;
    width: 100%;
    height: 700px;
    border: none;
    background: white;
}

@media (max-width: 1024px) {
    .booking-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .booking-content {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .booking {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }

    .booking-container {
        width: 100%;
    }

    .booking-content h3 {
        font-size: 2.5rem;
    }

    .booking-content p {
        font-size: 1.1rem;
    }

    .salonized-booking {
        height: 800px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .booking {
        padding: 1rem;
    }

    .booking-content h2 {
        font-size: 1.1rem;
    }

    .booking-content h3 {
        font-size: 2rem;
    }

    .salonized-booking {
        height: 850px;
    }
}

/* Menu Toggle Button */
.bridal-page .menu-toggle,
.brow-page .menu-toggle {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1002;
    width: 30px;
    height: 21px;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
}

.bridal-page .menu-toggle span,
.brow-page .menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 768px) {

    .bridal-page .menu-toggle,
    .brow-page .menu-toggle {
        display: flex;
    }

    /* Fix the mobile menu styles */
    .bridal-page .nav-menu,
    .brow-page .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s ease;
        backdrop-filter: blur(10px);
        padding: 2rem;
        margin-top: 0;
        z-index: 1001;
    }

    .bridal-page .nav-menu.active,
    .brow-page .nav-menu.active {
        right: 0;
    }

    .bridal-page .top-nav,
    .brow-page .top-nav {
        display: none;
    }

    .bridal-page .top-nav.active,
    .brow-page .top-nav.active {
        display: block;
    }
}

/* Add portfolio-hero styles for brow page */
.brow-page .portfolio-hero {
    height: 50vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background-color: #8B7355;
    overflow: hidden;
}

.brow-page .portfolio-hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.brow-page .portfolio-hero p {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .brow-page .portfolio-hero {
        height: 40vh;
    }

    .brow-page .portfolio-hero h1 {
        font-size: 2.5rem;
    }

    .brow-page .portfolio-hero p {
        font-size: 1.2rem;
    }
}

/* Add bridal gallery styles */
.bridal-gallery-container {
    background-color: #8B7355;
}

.bridal-gallery {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.gallery-image:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-image:hover::before {
    transform: translateX(100%);
}

/* Lightbox Styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    filter: grayscale(0%);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    transition: opacity 0.3s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.7;
}

.lightbox-close {
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
}

.lightbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .bridal-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        padding: 2rem 1rem;
        margin: 0;
    }

    .gallery-image {
        border-radius: 6px;
        cursor: pointer;
    }

    .gallery-image:hover {
        transform: scale(1.02);
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        cursor: pointer;
    }
}