.elementor-6877 .elementor-element.elementor-element-3e1812f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--margin-top:10px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-6877 .elementor-element.elementor-element-830ebd3{text-align:center;}.elementor-6877 .elementor-element.elementor-element-830ebd3 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-6877 .elementor-element.elementor-element-93b4330{--display:flex;border-style:none;--border-style:none;box-shadow:0px 0px 10px 0px rgba(255, 255, 255, 0.5);}.elementor-6877 .elementor-element.elementor-element-93b4330:not(.elementor-motion-effects-element-type-background), .elementor-6877 .elementor-element.elementor-element-93b4330 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-6877 .elementor-element.elementor-element-c6fd6da{--display:flex;--border-radius:25px 25px 25px 25px;box-shadow:0px 0px 10px 0px rgba(255, 255, 255, 0.5);--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-6877 .elementor-element.elementor-element-c6fd6da:not(.elementor-motion-effects-element-type-background), .elementor-6877 .elementor-element.elementor-element-c6fd6da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-6877 .elementor-element.elementor-element-b1c58b0{background-color:var( --e-global-color-582a930 );margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;border-radius:20px 20px 20px 20px;--image-border-color:var( --e-global-color-d968a5f );--image-border-width:4px;--image-border-radius:20px;--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--title-text-color:var( --e-global-color-text );--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-6877 .elementor-element.elementor-element-7e55752{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6877 .elementor-element.elementor-element-884a63b{--spacer-size:50px;}@media(min-width:768px){.elementor-6877 .elementor-element.elementor-element-93b4330{--content-width:1240px;}}@media(max-width:1024px){.elementor-6877 .elementor-element.elementor-element-830ebd3 .elementor-heading-title{font-size:28px;}.elementor-6877 .elementor-element.elementor-element-c6fd6da{--margin-top:20px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-6877 .elementor-element.elementor-element-b1c58b0{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}}@media(max-width:767px){.elementor-6877 .elementor-element.elementor-element-3e1812f{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6877 .elementor-element.elementor-element-830ebd3{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-6877 .elementor-element.elementor-element-830ebd3 .elementor-heading-title{font-size:20px;}.elementor-6877 .elementor-element.elementor-element-c6fd6da{--margin-top:5px;--margin-bottom:5px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-6877 .elementor-element.elementor-element-b1c58b0{margin:5px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}}/* Start custom CSS for gallery, class: .elementor-element-b1c58b0 *//* Enhanced Lightbox Controls - Responsive with Landscape Support */
.lightbox-controls-container {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 100000;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    will-change: transform, opacity;
    transition: opacity 0.2s ease !important;
}

.lightbox-button-panel {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns for portrait */
    grid-template-rows: auto auto; /* 2 rows for portrait */
    gap: 10px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    pointer-events: auto;
    position: relative;
    z-index: 1;
    max-width: 95vw;
    width: auto;
    margin: 0 auto;
}

/* Mobile-first button styles */
.lightbox-btn {
    --btn-color: #4CAF50;
    --btn-color-rgb: 76, 175, 80;
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 14px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-decoration: none;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.3);
    pointer-events: auto;
    touch-action: manipulation;
    width: 100%;
    box-sizing: border-box;
}

.lightbox-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, 
        rgba(var(--btn-color-rgb), 0.15), 
        rgba(var(--btn-color-rgb), 0.25));
    border-radius: 14px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.lightbox-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 13px;
    z-index: 2;
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .lightbox-btn:active {
        background: rgba(255, 255, 255, 0.85);
        transform: scale(0.94);
    }
}

.btn-icon {
    width: 20px;
    height: 20px;
    fill: var(--btn-color);
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
    z-index: 3;
    position: relative;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.lightbox-btn:active .btn-icon {
    transform: scale(0.95);
}

.btn-text {
    z-index: 3;
    position: relative;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

/* Specific button colors */
#download-btn { 
    --btn-color: #4CAF50; 
    --btn-color-rgb: 76, 175, 80; 
}

#facebook-btn { 
    --btn-color: #1877F2; 
    --btn-color-rgb: 24, 119, 242; 
}

#whatsapp-btn { 
    --btn-color: #25D366; 
    --btn-color-rgb: 37, 211, 102; 
}

#copy-btn { 
    --btn-color: #9C27B0; 
    --btn-color-rgb: 156, 39, 176; 
}

/* Grid positioning for portrait mode */
#download-btn {
    grid-column: 1;
    grid-row: 1;
}

#facebook-btn {
    grid-column: 2;
    grid-row: 1;
}

#whatsapp-btn {
    grid-column: 1;
    grid-row: 2;
}

#copy-btn {
    grid-column: 2;
    grid-row: 2;
}

/* ============================================
   LANDSCAPE MODE - SINGLE ROW LAYOUT
   ============================================ */

/* Landscape mode (mobile & tablet) - Switch to single row */
@media (orientation: landscape) and (max-width: 900px) {
    .lightbox-button-panel {
        display: flex !important; /* Force flexbox for single row */
        flex-wrap: nowrap;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        gap: 8px;
        padding: 12px 20px;
        max-width: 90vw;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-radius: 18px;
    }
    
    .lightbox-button-panel::-webkit-scrollbar {
        display: none;
    }
    
    .lightbox-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 16px;
        min-height: 44px;
        width: auto;
    }
    
    .lightbox-controls-container {
        bottom: 15px;
        padding: 0 15px;
    }
    
    /* Reset grid positioning in landscape */
    #download-btn,
    #facebook-btn,
    #whatsapp-btn,
    #copy-btn {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

/* Small landscape screens */
@media (orientation: landscape) and (max-height: 500px) {
    .lightbox-button-panel {
        padding: 10px 15px;
        gap: 6px;
    }
    
    .lightbox-btn {
        padding: 10px 14px;
        min-height: 40px;
        font-size: 13px;
    }
    
    .btn-icon {
        width: 16px;
        height: 16px;
    }
}

/* Very small landscape screens */
@media (orientation: landscape) and (max-height: 400px) {
    .lightbox-button-panel {
        padding: 8px 12px;
        gap: 5px;
        border-radius: 16px;
    }
    
    .lightbox-btn {
        padding: 8px 10px;
        min-height: 36px;
        font-size: 12px;
        border-radius: 12px;
    }
    
    .btn-icon {
        width: 14px;
        height: 14px;
    }
    
    .btn-text {
        font-size: 11px;
    }
}

/* ============================================
   PORTRAIT MODE BREAKPOINTS
   ============================================ */

/* Desktop/Tablet view - Single row layout */
@media (min-width: 769px) {
    .lightbox-button-panel {
        display: flex; /* Switch to flex for desktop/tablet */
        grid-template-columns: none;
        grid-template-rows: none;
        gap: 12px;
        padding: 15px 25px;
        background: rgba(255, 255, 255, 0.12);
        max-width: none;
        width: auto;
    }
    
    .lightbox-btn {
        padding: 12px 20px;
        font-size: 14px;
        gap: 8px;
        background: linear-gradient(145deg, 
            rgba(255, 255, 255, 0.95), 
            rgba(255, 255, 255, 0.85));
        min-height: auto;
        width: auto;
    }
    
    .btn-icon {
        width: 20px;
        height: 20px;
    }
    
    /* Reset grid positioning for desktop */
    #download-btn,
    #facebook-btn,
    #whatsapp-btn,
    #copy-btn {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Tablet view - Medium screens (portrait) */
@media (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
    .lightbox-button-panel {
        gap: 8px;
        padding: 12px;
        max-width: 85vw;
    }
    
    .lightbox-btn {
        padding: 12px 10px;
        font-size: 13px;
        min-height: 48px;
    }
    
    .btn-icon {
        width: 18px;
        height: 18px;
    }
}

/* Small mobile screens (portrait) */
@media (max-width: 480px) and (orientation: portrait) {
    .lightbox-button-panel {
        gap: 8px;
        padding: 12px;
        max-width: 92vw;
    }
    
    .lightbox-btn {
        padding: 12px 8px;
        font-size: 12px;
        min-height: 46px;
        gap: 6px;
    }
    
    .btn-icon {
        width: 16px;
        height: 16px;
    }
    
    .btn-text {
        font-size: 11px;
    }
}

/* Very small screens (portrait) */
@media (max-width: 360px) and (orientation: portrait) {
    .lightbox-button-panel {
        gap: 6px;
        padding: 10px;
        border-radius: 16px;
    }
    
    .lightbox-btn {
        padding: 10px 6px;
        font-size: 11px;
        min-height: 44px;
        border-radius: 12px;
    }
    
    .btn-icon {
        width: 14px;
        height: 14px;
    }
    
    .btn-text {
        font-size: 10px;
    }
}

/* ============================================
   ANIMATIONS & FEEDBACK
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(10px);
    }
}

/* Feedback messages */
.lightbox-feedback {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 1000000;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.2s ease;
    max-width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Desktop feedback size */
@media (min-width: 769px) {
    .lightbox-feedback {
        font-size: 14px;
        padding: 12px 24px;
    }
}

/* ============================================
   PERFORMANCE & COMPATIBILITY
   ============================================ */

.elementor-lightbox .swiper-slide,
.elementor-lightbox .elementor-lightbox-image {
    transform: translateZ(0);
}

.swiper-slide-transitioning + .lightbox-controls-container {
    opacity: 0.8 !important;
    transition: opacity 0.1s ease !important;
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .lightbox-btn {
        -webkit-tap-highlight-color: transparent;
    }
}

/* Container responsiveness */
@media (max-width: 768px) and (orientation: portrait) {
    .lightbox-controls-container {
        padding: 0 5px;
    }
    
    .lightbox-button-panel {
        width: 100%;
        min-width: 280px;
    }
}/* End custom CSS */