.elementor-2976 .elementor-element.elementor-element-0d4ea9d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:35px;--padding-right:35px;}.elementor-2976 .elementor-element.elementor-element-947a043{--display:flex;animation-duration:1500ms;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-2976 .elementor-element.elementor-element-f892dac .aux-modern-heading-primary{font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:5.28px;color:var( --e-global-color-primary );}.elementor-2976 .elementor-element.elementor-element-f892dac .aux-modern-heading-secondary .aux-head-highlight{font-size:45px;font-weight:bold;text-transform:capitalize;line-height:1.3em;max-width:613px;}.elementor-2976 .elementor-element.elementor-element-f892dac .aux-modern-heading-description{color:#242328;font-size:18px;max-width:613px;}.elementor-2976 .elementor-element.elementor-element-aa23de8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2976 .elementor-element.elementor-element-d6ca392{width:auto;max-width:auto;z-index:1;position:absolute;bottom:55%;left:0px;}.elementor-2976 .elementor-element.elementor-element-d6ca392 .aux-the-svg{width:100px;}.elementor-2976 .elementor-element.elementor-element-d6ca392 .aux-widget-container{text-align:right;}.elementor-2976 .elementor-element.elementor-element-b9db940{animation-duration:1500ms;z-index:9;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-2976 .elementor-element.elementor-element-b9db940 .aux-media-image{border-radius:60% 60% 60% 60%;overflow:hidden;}.elementor-2976 .elementor-element.elementor-element-6649fd4{--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;}@media(max-width:1024px){.elementor-2976 .elementor-element.elementor-element-f892dac .aux-modern-heading-secondary .aux-head-highlight{font-size:35px;}.elementor-2976 .elementor-element.elementor-element-f892dac .aux-modern-heading-description{font-size:16px;}.elementor-2976 .elementor-element.elementor-element-d6ca392{left:0px;}}@media(min-width:768px){.elementor-2976 .elementor-element.elementor-element-0d4ea9d{--content-width:1600px;}}@media(max-width:767px){.elementor-2976 .elementor-element.elementor-element-f892dac .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-2976 .elementor-element.elementor-element-d6ca392{top:12%;}}/* Start custom CSS for aux_modern_heading, class: .elementor-element-f892dac *//* Highlighted text for auxiliary headings */
.aux-head-highlight {
    display: inline-block;
}

/* Modern primary heading with circular accent */
.aux-modern-heading-primary::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 4px solid #0096d6;        /* Blue border */
    border-radius: 50%;                /* Circle shape */
    box-shadow: 0 3px 15px rgba(0, 150, 214, 0.4); /* Soft shadow */
    vertical-align: middle;            /* Align with text */
}/* End custom CSS */
/* Start custom CSS for aux_simple_svg, class: .elementor-element-d6ca392 *//* --- LOADER ANIMATION AND STYLING --- */

/* Make SVG bigger */
.loader-container svg {
    width: 120px;   /* adjust as needed */
    height: 120px;
}

/* Remove Elementor-added box shadow */
.elementor-2978 .elementor-element.elementor-element-a9c26ae .aux-the-svg > * {
    box-shadow: none !important;
    filter: none !important; /* in case Elementor uses drop-shadow filter */
}

/* Keyframe for the rotation animation */
@keyframes loader-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Set the rotation's center point for the SVG nodes */
#loader-outer-node, #loader-inner-node {
    transform-origin: 50px 50px; 
}

/* Animate the outer node (slower) */
#loader-outer-node {
    animation: loader-rotate 4s linear infinite;
}

/* Animate the inner node (faster) */
#loader-inner-node {
    animation: loader-rotate 2.5s linear infinite;
}/* End custom CSS */