.elementor-927 .elementor-element.elementor-element-026be08{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5bdf39 */@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700;800;900&display=swap');

.entry-content {
    --bg-light: #F8F9FA;
    --bg-dark: #111827;
    --accent: #A3E635;
    --accent-darker: #84CC16;
    --text-primary: #1F2937;
    --text-secondary: #4B5563;
    --text-light: #F9FAFB;
    --border-color: #E5E7EB;
}

.entry-content {
    font-family: 'Figtree', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-primary);
}

.entry-content .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.entry-content .btn-primary {
    background-color: var(--accent);
    color: var(--bg-dark);
    box-shadow: 0 4px 15px rgba(163, 230, 53, 0.2);
}
.entry-content .btn-primary:hover {
    background-color: var(--accent-darker);
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(163, 230, 53, 0.3);
}

.entry-content .btn-secondary {
    background-color: transparent;
    border: 2px solid var(--border-color);
    color: var(--text-primary);
}
.entry-content .btn-secondary:hover {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
    color: var(--text-light);
    transform: translateY(-3px);
}

.entry-content .scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.entry-content .scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.entry-content .hero-bg {
    background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
}/* End custom CSS */