.elementor-177927 .elementor-element.elementor-element-ed61119{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:32px;--padding-bottom:28px;--padding-left:24px;--padding-right:16px;}.elementor-177927 .elementor-element.elementor-element-ed61119:not(.elementor-motion-effects-element-type-background), .elementor-177927 .elementor-element.elementor-element-ed61119 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0E1020 0%, #35F07E38 100%);}.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 );color:var( --e-global-color-primary );}.elementor-177927 .elementor-element.elementor-element-718e9037 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-177927 .elementor-element.elementor-element-718e9037{text-align:left;}.elementor-177927 .elementor-element.elementor-element-718e9037 .elementor-heading-title{font-family:"Saira", Sans-serif;font-size:24px;font-weight:600;line-height:1.5em;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-177927 .elementor-element.elementor-element-2822ce7 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(2px/2);}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(2px/2);}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(2px/2);}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-2px/2);}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-2px/2);}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-icon i{color:#35F07E;transition:color 0.3s;}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-icon svg{fill:#35F07E;transition:fill 0.3s;}.elementor-177927 .elementor-element.elementor-element-2822ce7{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-item > a{font-family:"Barlow", Sans-serif;font-size:16.5px;font-weight:400;}.elementor-177927 .elementor-element.elementor-element-2822ce7 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}@media(min-width:768px){.elementor-177927 .elementor-element.elementor-element-ed61119{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-177927 .elementor-element.elementor-element-ed61119{--width:100%;}}@media(max-width:1024px){.elementor-177927 .elementor-element.elementor-element-ed61119{--margin-top:0px;--margin-bottom:12px;--margin-left:0px;--margin-right:0px;}.elementor-177927 .elementor-element.elementor-element-718e9037 .elementor-heading-title{font-size:18px;}.elementor-177927 .elementor-element.elementor-element-2822ce7{--icon-vertical-align:flex-start;--icon-vertical-offset:11px;}}@media(max-width:767px){.elementor-177927 .elementor-element.elementor-element-718e9037 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for icon-list, class: .elementor-element-2822ce7 */.elementor-177927 .elementor-element.elementor-element-2822ce7 .list-1 {
    font-weight: 700;
}

/* 1. Container for positioning */
.has-tooltip {
    position: relative; 
    display: inline-block;
    cursor: help; 
    
    /* --- CHANGES FOR DOTTED UNDERLINE SPACING --- */
    text-decoration: underline dotted;
    text-decoration-color: #999;
    
    /* Add a tiny space between text and underline (e.g., 2 pixels) */
    text-underline-offset: 4px; 
    /* You can try '0.15em' instead of '2px' for a size relative to the font size */
    /* ------------------------------------------- */
}

/* 2. Style and hide the actual tooltip text (No Change) */
.has-tooltip .tooltip {
    visibility: hidden; 
    background-color: #333; 
    color: #fff; 
    text-align: center;
    border-radius: 4px;
    position: absolute;
    z-index: 1000; 
    width: 200px; 
    bottom: 125%; 
    left: 50%;
    margin-left: -100px; 
    opacity: 0;
    transition: opacity 0.3s; 
    font-size: 14px; 
    line-height: 1.4;
    white-space: normal; 
    font-weight: normal;
}

/* 3. Show the tooltip on hover (No Change) */
.has-tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* 1. Container for positioning */
.has-tooltip {
    position: relative; 
    display: inline-block;
    cursor: help; 
    text-decoration: underline dotted;
    text-decoration-color: #999;
    text-underline-offset: 2px; 
}

/* 2. Styling for the "COMING SOON" Badge (.feature-badge) */
.has-tooltip .feature-badge {
    /* Absolute positioning relative to the parent .has-tooltip */
    position: absolute; 
    
    /* Place it to the right. ADJUST THIS VALUE (-100px) based on your text length! */
    right: -100px; 
    top: 50%;
    transform: translateY(-50%); /* Vertically center the badge */
    
    /* Appearance styles */
    color: #35F07E;
    background-color: transparent; 
    font-size: 10px; /* Smaller text */
    font-weight: bold;
    letter-spacing: 0.5px;
    white-space: nowrap; /* Keep it on a single line */
}/* End custom CSS */