/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777375299
Updated: 2026-04-28 11:21:39

*/

/* =====================================================================
   Custom Styling overrides
   ===================================================================== */

/* Fix Elementor Popup Close Button background and styling */
.dialog-widget-content .dialog-close-button,
.elementor-templates-modal__close,
.dialog-close-button {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #666 !important;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.dialog-widget-content .dialog-close-button:hover,
.elementor-templates-modal__close:hover,
.dialog-close-button:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #b23284 !important;
    opacity: 1;
}

.dialog-widget-content .dialog-close-button i,
.dialog-widget-content .dialog-close-button svg,
.dialog-close-button i,
.dialog-close-button svg {
    color: inherit !important;
    fill: currentColor !important;
}

/* =====================================================================
   Force Elementor Lightbox Navigation Arrows
   ===================================================================== */
.elementor-lightbox .elementor-swiper-button,
.elementor-lightbox .elementor-lightbox-prev,
.elementor-lightbox .elementor-lightbox-next,
.elementor-lightbox .elementor-slideshow__navigation_button,
.elementor-lightbox .swiper-button-prev,
.elementor-lightbox .swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.85 !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
    transition: background 0.3s, opacity 0.3s, transform 0.2s !important;
    cursor: pointer !important;
    z-index: 99999 !important;
}

.elementor-lightbox .elementor-swiper-button:hover,
.elementor-lightbox .elementor-lightbox-prev:hover,
.elementor-lightbox .elementor-lightbox-next:hover,
.elementor-lightbox .elementor-slideshow__navigation_button:hover,
.elementor-lightbox .swiper-button-prev:hover,
.elementor-lightbox .swiper-button-next:hover {
    opacity: 1 !important;
    background: rgba(178, 50, 132, 0.8) !important; /* Jacaranda accent color */
    transform: scale(1.05);
}

/* Position Left Arrows */
.elementor-lightbox .elementor-swiper-button-prev,
.elementor-lightbox .elementor-lightbox-prev,
.elementor-lightbox .elementor-slideshow__navigation_button--prev,
.elementor-lightbox .swiper-button-prev {
    left: 20px !important;
}

/* Position Right Arrows */
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-lightbox-next,
.elementor-lightbox .elementor-slideshow__navigation_button--next,
.elementor-lightbox .swiper-button-next {
    right: 20px !important;
}

/* Render Custom CSS Arrows */
.elementor-lightbox .elementor-swiper-button-prev::before,
.elementor-lightbox .elementor-lightbox-prev::before,
.elementor-lightbox .elementor-slideshow__navigation_button--prev::before,
.elementor-lightbox .swiper-button-prev::before {
    content: '' !important;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    border-left: 3px solid #ffffff !important;
    border-bottom: 3px solid #ffffff !important;
    transform: rotate(45deg) !important;
    margin-left: 4px !important;
}

.elementor-lightbox .elementor-swiper-button-next::before,
.elementor-lightbox .elementor-lightbox-next::before,
.elementor-lightbox .elementor-slideshow__navigation_button--next::before,
.elementor-lightbox .swiper-button-next::before {
    content: '' !important;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    border-right: 3px solid #ffffff !important;
    border-bottom: 3px solid #ffffff !important;
    transform: rotate(-45deg) !important;
    margin-right: 4px !important;
}

/* Hide default elements inside to prevent duplicate/overlapping icons */
.elementor-lightbox .elementor-swiper-button i,
.elementor-lightbox .elementor-swiper-button svg,
.elementor-lightbox .elementor-slideshow__navigation_button i,
.elementor-lightbox .elementor-slideshow__navigation_button svg,
.elementor-lightbox .swiper-button-prev i,
.elementor-lightbox .swiper-button-prev svg,
.elementor-lightbox .swiper-button-next i,
.elementor-lightbox .swiper-button-next svg {
    display: none !important;
}
