/*
Theme Name: Coolify Child
Template:   coolify
Theme URI: https://themeforest.net/user/awaiken
Description: Coolify Child Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: coolify-child
*/
.highlighted-section-title.section-title .elementor-heading-title::before{
	background-color: var(--e-global-color-accent);
}

.faq-accordion .elementskit-card h3.ekit-accordion-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4444em;
}
.faq-accordion .elementskit-card.active h3.ekit-accordion-title {
    color: var(--e-global-color-white);
}
.no-image-title-style {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 4vh;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    z-index: 2;    
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.08);
    transition: all .35s ease;
}