.elementor-14391 .elementor-element.elementor-element-e22ff4f{--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;}/* Start custom CSS for html, class: .elementor-element-e03d655 */<style>
.forcoder-article {
    --fc-bg: linear-gradient(180deg, #07111a 0%, #0b1622 100%);
    --fc-card: rgba(255, 255, 255, 0.07);
    --fc-card-strong: rgba(255, 255, 255, 0.10);
    --fc-border: rgba(255, 255, 255, 0.14);
    --fc-text: #eaf2f7;
    --fc-muted: #bdd0dc;
    --fc-title: #ffffff;
    --fc-accent: #52e0b5;
    --fc-accent-2: #00a9b5;
    --fc-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    --fc-radius: 26px;
    position: relative;
    padding: 34px 20px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(82, 224, 181, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 169, 181, 0.12), transparent 28%),
        var(--fc-bg);
    overflow: hidden;
    color: var(--fc-text);
}

.forcoder-article::before,
.forcoder-article::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.forcoder-article::before {
    width: 280px;
    height: 280px;
    top: -70px;
    left: -90px;
    background: rgba(82, 224, 181, 0.14);
}

.forcoder-article::after {
    width: 320px;
    height: 320px;
    right: -100px;
    bottom: -120px;
    background: rgba(0, 169, 181, 0.12);
}

.forcoder-article > * {
    position: relative;
    z-index: 1;
}

.forcoder-article section {
    background: var(--fc-card);
    border: 1px solid var(--fc-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--fc-shadow);
    border-radius: var(--fc-radius);
    padding: 30px;
    margin-bottom: 22px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.forcoder-article section:hover {
    transform: translateY(-2px);
    background: var(--fc-card-strong);
    border-color: rgba(82, 224, 181, 0.22);
}

.forcoder-article .fc-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(82, 224, 181, 0.12);
    border: 1px solid rgba(82, 224, 181, 0.18);
    color: #d8fff1;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.forcoder-article h2,
.forcoder-article h3 {
    color: var(--fc-title);
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.forcoder-article h2 {
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    margin-bottom: 16px;
}

.forcoder-article h3 {
    font-size: clamp(1.2rem, 1.4vw, 1.45rem);
    margin-bottom: 14px;
}

.forcoder-article p {
    color: var(--fc-muted);
    font-size: 1rem;
    line-height: 1.85;
    margin: 0 0 14px 0;
}

.forcoder-article p:last-child {
    margin-bottom: 0;
}

.forcoder-article strong {
    color: #ffffff;
    font-weight: 700;
}

.forcoder-article ul,
.forcoder-article ol {
    margin: 18px 0 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.forcoder-article ul li,
.forcoder-article ol li {
    list-style: none;
    position: relative;
    padding: 14px 16px 14px 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--fc-text);
    line-height: 1.65;
}

.forcoder-article ul li::before,
.forcoder-article ol li::before {
    position: absolute;
    left: 16px;
    top: 14px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 169, 181, 0.22);
}

.forcoder-article ul li::before {
    content: "✓";
}

.forcoder-article ol {
    counter-reset: fc-counter;
}

.forcoder-article ol li {
    counter-increment: fc-counter;
}

.forcoder-article ol li::before {
    content: counter(fc-counter);
}

.forcoder-article .fc-highlight {
    background:
        linear-gradient(135deg, rgba(82, 224, 181, 0.10), rgba(0, 169, 181, 0.08)),
        rgba(255,255,255,0.07);
    border-color: rgba(82, 224, 181, 0.18);
}

.forcoder-article .fc-hero {
    background:
        linear-gradient(135deg, rgba(82, 224, 181, 0.12), rgba(0, 169, 181, 0.08)),
        rgba(255,255,255,0.07);
}

.forcoder-article .fc-cta {
    background:
        linear-gradient(135deg, rgba(82, 224, 181, 0.14), rgba(0, 169, 181, 0.10)),
        rgba(255,255,255,0.08);
    border-color: rgba(82, 224, 181, 0.22);
}

.forcoder-article .fc-divider {
    height: 1px;
    border: 0;
    margin: 14px 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}

.forcoder-article .fc-image-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: center;
}

.forcoder-article .fc-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    min-height: 280px;
}

.forcoder-article .fc-image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.forcoder-article .fc-image-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 900px) {
    .forcoder-article .fc-image-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .forcoder-article {
        padding: 18px 12px;
        border-radius: 24px;
    }

    .forcoder-article section {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 16px;
    }

    .forcoder-article p {
        font-size: 0.96rem;
        line-height: 1.78;
    }

    .forcoder-article ul li,
    .forcoder-article ol li {
        padding: 13px 14px 13px 44px;
    }

    .forcoder-article ul li::before,
    .forcoder-article ol li::before {
        left: 14px;
        top: 13px;
        width: 20px;
        height: 20px;
        font-size: 0.72rem;
    }

    .forcoder-article .fc-image-wrap,
    .forcoder-article .fc-image-wrap img {
        min-height: 220px;
    }
}
</style>/* End custom CSS */