.primary-style-paragraph .elementor-widget-container{
    color: var(--hkangles-paragraph-text-color);
    font-size: 18px;
}

.primary-style-paragraph .elementor-widget-container p {
    color: inherit;
    font-size: inherit;
}

.primary-style-paragraph .elementor-widget-container h1,
.primary-style-paragraph .elementor-widget-container h2,
.primary-style-paragraph .elementor-widget-container h3,
.primary-style-paragraph .elementor-widget-container h4,
.primary-style-paragraph .elementor-widget-container h5,
.primary-style-paragraph .elementor-widget-container h6 {
    color: var(--hkangles-paragraph-header-text-color);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

#infobox-style-6  .infobox-style-6 .hkangles-infobox-icon{
    background: var(--hkangles-icon-background-style-1);
}

#infobox-style-6 .infobox-style-6:hover .hkangles-infobox-icon{
    background: var(--hkangles-primary-color)
}

#testimonials .hkangles-testimonial-title{
    color: var(--hkangles-text-title);
    font-size: 21px;
}

#testimonials .hkangles-testimonial-content p,
#testimonials .hkangles-testimonial-designation
{
    color: var(--hkangles-text-content);
}

#testimonials .hkangles-testimonial-designation{
    font-size: 14px;
}

#testimonials .hkangles-testimonial-content p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.2;
}

#testimonials .testimonials-style-4 .hkangles-testimonial-wrapper{
    padding-bottom: 80px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#testimonials .testimonials-style-4 .hkangles-testimonial-slide{
    height: 100%;
}

#testimonials .hkangles-testimonial-content .checklist-arrow-variation {
    display: inline-block;
}

#testimonials .hkangles-testimonial-content{
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: space-between;
    margin-bottom: 80px;
}

.w-0{
    width: 0 !important;
}

.idea-icon{
    position: relative;
}

.idea-icon::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 239px;
    height: 329px;
    right: -63px;
    top: -123px;
    margin-left: 12px;
    background: var(--hkangles-icon-variation-color-2);
    -webkit-mask: url('/wp-content/themes/gaiding-child/icons/idea.svg') no-repeat center / contain;
    mask: url('/wp-content/themes/gaiding-child/icons/idea.svg') no-repeat center / contain;
}

.button-with-pricing .elementor-button-icon{
    font-size: 24px;
    border-right: 1px solid;
    padding-right: 17px;
}

.one-hundred-twenty span.elementor-button-text:after {
    content: '120 CHF';
    display: block;
}

/** @TODO: Must be dynamic **/
.one-hundred-twenty span.elementor-button-text:after {
    content: '120 CHF';
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

/** @TODO: Must be dynamic **/
.one-hundred-fivty span.elementor-button-text:after {
    content: '150 CHF ( Examen des documents )';
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

.floating-buttons{
    position: absolute !important;
    bottom: -27px;
    z-index: 5;
}

.floating-buttons .elementor-widget-wrap{
    margin: 0;
}

.no-radius-bottom .elementor-widget-wrap{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#content .section-header-title{
    margin: 0;
    h1, h2, h3, h4, h5{
        font-size: 42px;
        line-height: 1;
        color: #222222;
        margin: 0;
    }
    &.white{
        h1, h2, h3, h4, h5{
            color: #ffffff;
        }
    }
}

.section-header-subtitle{
    font-size: 42px;
    color: #0b5355;
}

