/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Consultation Btn with the Feather */
.consultation-program-btn {
    display: inline-block !important;
    width: auto !important;
    overflow: visible !important;
}

.consultation-program-btn .elementor-widget-container {
    overflow: visible !important;
}

.consultation-program-btn .elementor-button {
    display: inline-flex !important;
    overflow: visible !important;
    position: relative !important;
    padding-left: 80px !important; 
}

.consultation-program-btn .elementor-button-icon {
    position: absolute !important;
    left: -10px !important; 
    top: 50%;
    transform: translateY(-50%); 
    
    width: 96.053px !important;
    height: 84.795px !important;
    
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.consultation-program-btn .elementor-button-icon svg, 
.consultation-program-btn .elementor-button-icon i {
    width: 100% !important;
    height: 100% !important;
    font-size: 80px !important;
}


@media (max-width: 1024px) {
    .consultation-program-btn .elementor-button {
        padding-left: 70px !important;
    }

    .consultation-program-btn .elementor-button-icon {
        width: 80px !important;
        height: 70px !important;
        left: -8px !important;
    }
}

@media (max-width: 767px) {
    .consultation-program-btn .elementor-button {
        padding-left: 60px !important;
    }

    .consultation-program-btn .elementor-button-icon {
        width: 75px !important;
        height: 77px !important;
        left: -5px !important;
    }
}

/* Feather Icon layered on icon list*/
.layered-icon-list .elementor-icon-list-icon,
.layered-icon-list .elementor-icon-box-wrapper,
.layered-icon-list .elementor-widget-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layered-icon-list .elementor-icon-list-icon::after,
.layered-icon-list .elementor-icon-box-wrapper::after,
.layered-icon-list .elementor-widget-container::after {
    content: ''; 
    position: absolute;
    width: 68px; 
    height: 85px;
    background-image: url("/wp-content/uploads/2026/05/Group-28.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -12px;
    left: -5px;
    z-index: 2;
    pointer-events: none; 
}

@media (max-width: 1024px) {
    .layered-icon-list .elementor-icon-list-icon::after, 
	.layered-icon-list .elementor-icon-box-wrapper::after,
	.layered-icon-list .elementor-widget-container::afte {
        width: 60px;
        height: 70px;
        top: -8px;
        left: -8px;
    }
}

@media (max-width: 767px) {
    .layered-icon-list .elementor-icon-list-icon::after, 
	.layered-icon-list .elementor-icon-box-wrapper::after,
	.layered-icon-list .elementor-widget-container::afte {
        width: 55px; 
        height: 65px;
        top: -5px;
        left: -5px;
    }

    .layered-icon-list .elementor-icon-list-item {
        padding-left: 10px !important;
    }
}

.layered-icon-list .elementor-icon-box-wrapper::after,
.layered-icon-list .elementor-widget-container::afte {
    overflow: visible !important;
}

/* 1. Force the parent containers to take up the full width of the orange bar */
.align-icon-product,
.align-icon-product .elementor-icon-list-items,
.align-icon-product .elementor-icon-list-item {
    width: 100% !important;
    display: flex !important;
    position: relative !important;
}

/* 2. The Icon Wrapper - Now pinned to the true right edge */
.align-icon-product .elementor-icon-list-icon {
    position: absolute !important;
    right: 0 !important;         /* Pinned to far right of the 100% width container */
    bottom: 0 !important; 
    
    /* Move up into the image. Adjust -45% as needed */
    transform: translateY(0%) !important; 
    
    width: 90px !important;     /* Match this to your SVG width for cleaner alignment */
    height: 100px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    
    z-index: 99 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. The Graphic */
.align-icon-product .elementor-icon-list-icon svg {
    width: 100px !important;
    height: auto !important;
    display: block !important;
}

/* 4. The Text - Added padding to prevent overlap */
.align-icon-product .elementor-icon-list-text {
    padding-right: 20px !important; /* This creates the gap between text and icon */
    flex-grow: 1;
    text-align: left !important;
	z-index: 100 !important;
}