.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#F25424;--e-global-color-text:#000000;--e-global-color-accent:#F25424;--e-global-color-4542056:#FFFFFF;--e-global-color-50520bc:#5C5C5C;--e-global-color-6b0636a:#C3C3C3;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;font-family:"Work Sans", Sans-serif;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#000000;}.elementor-kit-7 a:hover{color:#F25424;}.elementor-kit-7 h1{font-family:"Helvetica", Sans-serif;}.elementor-kit-7 h2{font-family:"Helvetica", Sans-serif;}.elementor-kit-7 h3{font-family:"Helvetica", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFF;--lightbox-ui-color:#A7A7A7;--lightbox-ui-color-hover:#000000;--lightbox-text-color:#000000;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:640px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. HIDE ARROWS ON MOBILE ONLY */
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button {
        display: none !important;
    }
}

/* 2. OPTIONAL: Keep the top-right controls visible */
/* If you still want those to be Secondary Muted, keep this. If not, delete it! */
.elementor-lightbox-header-item i,
.elementor-lightbox-close-button i {
    color: #5C5C5C !important;
}
/* FORCE LIGHTBOX CONTROLS TO SECONDARY MUTED (#5C5C5C) */

/* 1. Targets the text/icon and the SVG icons in the top bar */
.elementor-lightbox .elementor-lightbox-header-item i,
.elementor-lightbox .elementor-lightbox-header-item svg,
.elementor-lightbox .elementor-lightbox-close-button i,
.elementor-lightbox .elementor-lightbox-close-button svg,
.elementor-lightbox .elementor-lightbox-item-counter {
    color: #5C5C5C !important;
    fill: #5C5C5C !important;
    opacity: 1 !important;
}

/* 2. Target the specific buttons by class (Zoom, Share, Fullscreen) */
.e-lightbox-button i,
.e-lightbox-close i,
.e-lightbox-zoom i,
.e-lightbox-share i,
.e-lightbox-fullscreen i {
    color: #5C5C5C !important;
}

/* 3. Hover state for these buttons to turn Black */
.elementor-lightbox .elementor-lightbox-header-item:hover i,
.elementor-lightbox .elementor-lightbox-header-item:hover svg,
.elementor-lightbox .elementor-lightbox-close-button:hover i {
    color: #000000 !important;
    fill: #000000 !important;
}

/* 4. Keep the Mobile Arrow Hide (since you liked that) */
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button {
        display: none !important;
    }
}
/* Ensures the footer always sits at the bottom even on short pages */
#page-content {
    min-height: calc(100vh - 200px); /* 100% viewport height minus estimated footer height */
}/* End custom CSS */