/* 
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 */
.green {
	color: #98C03C;
}
.white {
	color: #fff;
}

.cs-solution-badge {
    position: absolute;
    top: 20px;
    left: -2px;
    width: 50%;
    padding: 8px 22px;
    box-sizing: border-box;
}

.cs-solution-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: var(--solution-color, #8C8684);
    -webkit-mask: url(/wp-content/uploads/2026/04/list-bg-mask.png) no-repeat center / 100% 100%;
    mask: url(/wp-content/uploads/2026/04/list-bg-mask.png) no-repeat center / 100% 100%;
	opacity: 0.9;
}

.cs-solution-badge__label,
.cs-solution-badge__tech {
    position: relative;
    z-index: 1;
    display: block;
}

.cs-solution-badge__label {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
}

.cs-solution-badge__tech {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #ffffff;
    white-space: normal;
    word-break: break-word;
}

.cs-coc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: -27px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.cs-coc-tag {
    display: inline-block;
    background-color: #98C03C;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 10px;
    white-space: nowrap;
}

.cs-coc-tag--more {
    background-color: transparent;
    color: #000;
    border: 1.5px solid #000;
}
.cs-industry-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1366px) {
	.cs-solution-badge {
    width: 65%;
}
}

/* Table of Contents */
.elementor-toc__header {
    border-bottom: 0!important;
}
.elementor-toc__list-item-text-wrapper {
	align-items: flex-start;
}
.elementor-widget-table-of-contents .elementor-toc__header-title {
font-size: 18px!important;
}
.elementor-toc__body {
    margin-top: 20px;
}
.elementor-toc__body .elementor-toc__list-item-text {
    font-size: 14px!important;
    line-height:20px;
}
.elementor-menu-anchor {
	display: block;
    position: relative;
    top: -116px;
    visibility: hidden;
}


