.elementor-524 .elementor-element.elementor-element-8d8c3d4{--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-524 .elementor-element.elementor-element-bc8fd2e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d12c9a0 */css
/* ================= WEBSITE DESIGN PORTFOLIO ================= */

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


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

.web-portfolio-heading {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

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

.web-portfolio-heading h2 {
    margin: 0 0 15px;
    font-size: 42px;
    color: #222;
    line-height: 1.2;
}

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

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


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

.web-portfolio-grid {
    max-width: 1150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


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

.web-project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transition: 0.35s ease;
}

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


/* ---------- PROJECT IMAGE ---------- */

.web-project-image {
    position: relative;
    height: 230px;
    padding: 25px;
    background: #FFD98E;
    overflow: hidden;
}


/* ---------- FAKE WEBSITE PREVIEW ---------- */

.website-preview {
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.browser-bar {
    height: 25px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;
}

.browser-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
}

.preview-content {
    padding: 25px;
}

.preview-line {
    width: 65%;
    height: 8px;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.preview-line.large {
    width: 85%;
    height: 15px;
    background: #333;
}

.preview-button {
    width: 75px;
    height: 25px;
    background: #FFD98E;
    border-radius: 5px;
    margin-top: 18px;
}


/* ---------- OTHER PREVIEWS ---------- */

.ecommerce .preview-content {
    display: flex;
    gap: 10px;
}

.preview-box {
    width: 45%;
    height: 80px;
    background: #f0f0f0;
    border-radius: 7px;
}

.small-box {
    width: 25%;
}


.portfolio-preview .preview-content {
    text-align: center;
}

.profile-circle {
    width: 45px;
    height: 45px;
    background: #FFD98E;
    border-radius: 50%;
    margin: 0 auto 15px;
}


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

.project-number {
    position: absolute;
    right: 18px;
    bottom: 15px;
    background: #222;
    color: #FFD98E;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}


/* ---------- PROJECT INFO ---------- */

.web-project-info {
    padding: 25px;
}

.web-project-info span {
    color: #c78b18;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.web-project-info h3 {
    margin: 8px 0 10px;
    font-size: 21px;
    color: #222;
}

.web-project-info p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}


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

@media (max-width: 900px) {

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

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


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

@media (max-width: 600px) {

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

    .web-portfolio-grid {
        grid-template-columns: 1fr;
    }

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

    .web-portfolio-heading p {
        font-size: 14px;
    }

    .web-project-image {
        height: 220px;
    }
}/* End custom CSS */