.elementor-531 .elementor-element.elementor-element-e337e14{--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-531 .elementor-element.elementor-element-c8c5c2e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e205e87 */css
/* ================= FREELANCING PORTFOLIO ================= */

.freelance-portfolio {
    padding: 80px 7%;
    background: #fffaf0;
    font-family: Arial, sans-serif;
}


/* ---------- HEADING ---------- */

.freelance-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.freelance-tag {
    display: inline-block;
    background: #FFD98E;
    color: #222;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.freelance-heading h2 {
    margin: 0 0 15px;
    font-size: 42px;
    color: #222;
}

.freelance-heading h2 span {
    color: #c78b18;
}

.freelance-heading p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}


/* ---------- GRID ---------- */

.freelance-grid {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/* ---------- CARD ---------- */

.freelance-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    transition: 0.35s ease;
}

.freelance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}


/* ---------- ICON / NUMBER ---------- */

.freelance-icon {
    width: 60px;
    height: 60px;

    background: #FFD98E;
    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;
}

.freelance-icon span {
    font-size: 17px;
    font-weight: 800;
    color: #222;
}


/* ---------- CONTENT ---------- */

.freelance-category {
    font-size: 11px;
    color: #c78b18;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.freelance-content h3 {
    font-size: 22px;
    color: #222;
    margin: 8px 0 12px;
}

.freelance-content p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0 0 20px;
}


/* ---------- SKILLS ---------- */

.freelance-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.freelance-skills span {
    background: #fff3d5;
    color: #8d6414;

    padding: 6px 10px;
    border-radius: 20px;

    font-size: 11px;
    font-weight: 600;
}


/* ---------- TABLET ---------- */

@media (max-width: 900px) {

    .freelance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .freelance-heading h2 {
        font-size: 36px;
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 600px) {

    .freelance-portfolio {
        padding: 60px 20px;
    }

    .freelance-grid {
        grid-template-columns: 1fr;
    }

    .freelance-heading h2 {
        font-size: 30px;
    }

    .freelance-card {
        padding: 25px;
    }
}/* End custom CSS */