.elementor-1262 .elementor-element.elementor-element-750d6c6{--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;}.elementor-1262 .elementor-element.elementor-element-010210e .elementor-icon-list-icon{width:14px;}.elementor-1262 .elementor-element.elementor-element-010210e .elementor-icon-list-icon i{font-size:14px;}.elementor-1262 .elementor-element.elementor-element-010210e .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}@media(min-width:768px){.elementor-1262 .elementor-element.elementor-element-750d6c6{--content-width:1000px;}}/* Start custom CSS *//* --- GLOBAL VARIABLES --- */
:root {
    --jef-green: #00C158;
    --jef-dark: #1d0f5c;
    --text-body: #4a4a4a;
}


::selection {
    background: var(--jef-green);
    color: white;
}

.jef-post-content a {
    color: var(--jef-dark);
    text-decoration: none;
    font-weight: 600;
    background-image: linear-gradient(var(--jef-green), var(--jef-green));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease;
}

.jef-post-content a:hover {
    background-size: 100% 2px;
    color: var(--jef-green);
}

.jef-post-content h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px !important;
}

.jef-post-content h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: var(--jef-green);
    margin-top: 8px;
    border-radius: 2px;
}

.jef-article-container {
    padding-top: 10px !important; 
    padding-bottom: 80px;
}

.jef-post-title h1, 
.jef-post-title .elementor-heading-title {
    font-family: 'Poppins', sans-serif;
    color: var(--jef-dark);
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0 !important; 
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.jef-post-meta {
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.jef-post-meta a, 
.jef-post-meta span {
    background-color: transparent; 
    color: #888 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.jef-post-meta a:hover { color: var(--jef-dark) !important; }

.jef-post-meta i,
.jef-post-meta svg {
    color: var(--jef-green);
    font-size: 14px;
}

.jef-post-image img {
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.jef-post-image:hover img {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.jef-post-content {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.8;
    color: var(--text-body);
}

.jef-post-content p { margin-bottom: 28px; }

.jef-post-content h2, 
.jef-post-content h3 {
    color: var(--jef-dark);
    font-weight: 700;
    margin-top: 50px;
}

.jef-post-content blockquote {
    border-left: 4px solid var(--jef-green);
    margin: 30px 0;
    padding-left: 20px;
    font-style: italic;
    color: #555;
    font-size: 20px;
}

.jef-post-content ul { padding-left: 20px; margin-bottom: 30px; }
.jef-post-content li { margin-bottom: 10px; }
.jef-post-content li::marker { color: var(--jef-green); font-size: 1.2em;}

.news-cta {
    background: var(--jef-dark);
    color: white;
    padding: 50px 40px;
    border-radius: 20px;
    margin-top: 50px !important;
    text-align: center;
    box-shadow: 0 20px 50px rgba(29, 15, 92, 0.25);
    position: relative;
    overflow: hidden;
}

.news-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 6px;
    background: var(--jef-green);
}

.news-cta h3 { color: white; margin-bottom: 15px; font-size: 28px; }
.news-cta p { color: rgba(255,255,255,0.9); margin-bottom: 35px; font-size: 16px; }

.btn-cta-green {
    background-color: var(--jef-green) !important;
    color: white !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border: none;
    box-shadow: 0 0 20px rgba(0, 193, 88, 0.4); 
    transition: all 0.3s ease;
}

.btn-cta-green:hover {
    transform: translateY(-3px) scale(1.02);
    background-color: #009e48 !important;
    box-shadow: 0 10px 30px rgba(0, 193, 88, 0.6);
}/* End custom CSS */