.elementor-414 .elementor-element.elementor-element-443aa1e4{--display:flex;}.elementor-414 .elementor-element.elementor-element-7a8b6c4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ff58d3 *//* =====================================================
   THE FOUKOU PROJECT — ΣΕΛΙΔΑ ΥΠΗΡΕΣΙΩΝ
===================================================== */

.fp-services-page {
    --fp-services-orange: #ff9700;
    --fp-services-orange-dark: #f15502;
    --fp-services-dark: #202020;
    --fp-services-text: #252525;
    --fp-services-muted: #707070;
    --fp-services-light: #f5f5f7;
    --fp-services-white: #ffffff;
    --fp-services-border: rgba(32, 32, 32, 0.09);

    width: 100%;
    padding: 80px 0;
    overflow: hidden;

    color: var(--fp-services-text);
    font-family: inherit;



.fp-services-page,
.fp-services-page * {
    box-sizing: border-box;
}

.fp-services-container {
    width: min(1280px, calc(100% - 44px));
    max-width: 1280px;

    margin-right: auto;
    margin-left: auto;
}


/* =====================================================
   ΕΙΣΑΓΩΓΗ
===================================================== */

.fp-services-intro {
    width: 100%;
    margin-bottom: 40px;

    text-align: center;
}

.fp-services-intro h2 {
    margin: 0;

    color: var(--fp-services-dark);

    font-size: clamp(36px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}


/* =====================================================
   GRID
===================================================== */

.fp-services-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    align-items: stretch;
    gap: 24px;

    width: 100%;
}


/* =====================================================
   ΚΑΡΤΑ
===================================================== */

.fp-services-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    margin: 0;
    overflow: hidden;

    background: var(--fp-services-white);

    border: 1px solid var(--fp-services-border);
    border-radius: 24px;

    box-shadow:
        0 25px 55px -42px rgba(0, 0, 0, 0.35);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.fp-services-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 32px 65px -43px rgba(0, 0, 0, 0.43);
}


/* Πρώτη κάρτα σε ολόκληρο το πλάτος */

.fp-services-card-featured {
    display: grid;
    grid-template-columns:
        minmax(350px, 0.85fr)
        minmax(0, 1.15fr);

    grid-column: 1 / -1;
}


/* =====================================================
   ΕΙΚΟΝΑ
===================================================== */

.fp-services-image {
    display: block;

    width: 100%;
    height: 310px;

    overflow: hidden;

    background: #eeeeee;
}

.fp-services-card-featured .fp-services-image {
    height: 100%;
    min-height: 540px;
}

.fp-services-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transition: transform 0.45s ease;
}

.fp-services-card:hover .fp-services-image img {
    transform: scale(1.035);
}


/* =====================================================
   ΠΕΡΙΕΧΟΜΕΝΟ ΚΑΡΤΑΣ
===================================================== */

.fp-services-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    min-width: 0;
    padding: 30px;
}

.fp-services-label {
    display: inline-block;

    margin-bottom: 9px;

    color: var(--fp-services-orange-dark);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fp-services-card h2 {
    margin: 0 0 16px;

    color: var(--fp-services-dark);

    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.fp-services-card h2 a {
    color: inherit;
    text-decoration: none;
}

.fp-services-card h2 a:hover {
    color: var(--fp-services-orange-dark);
}

.fp-services-card h3 {
    margin: 23px 0 10px;

    color: var(--fp-services-dark);

    font-size: 21px;
    line-height: 1.35;
}

.fp-services-card p {
    margin: 0 0 15px;

    color: var(--fp-services-muted);

    font-size: 15px;
    line-height: 1.75;
}


/* =====================================================
   BULLETS
===================================================== */

.fp-services-list {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 11px 22px;

    margin: 20px 0;
    padding: 0;

    list-style: none;
}

.fp-services-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    min-width: 0;
    margin: 0;

    color: var(--fp-services-muted);

    font-size: 14px;
    line-height: 1.6;
}

.fp-services-splash {
    position: relative;

    flex: 0 0 18px;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-top: 3px;

    background: rgba(255, 151, 0, 0.22);

    border-radius: 50%;
}

.fp-services-splash::before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 8px;
    height: 8px;

    background: var(--fp-services-orange-dark);

    border-radius: 50%;

    transform: translate(-50%, -50%);
}


/* =====================================================
   ΤΙΜΗ / ΠΛΗΡΟΦΟΡΙΑ
===================================================== */

.fp-services-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    width: 100%;
    margin: 6px 0 22px;
    padding: 15px 17px;

    background: rgba(255, 151, 0, 0.09);

    border: 1px solid rgba(255, 151, 0, 0.25);
    border-radius: 14px;
}

.fp-services-meta span {
    color: var(--fp-services-muted);

    font-size: 13px;
}

.fp-services-meta strong {
    color: var(--fp-services-dark);

    font-size: 15px;
}


/* =====================================================
   LINK ΜΕ ΒΕΛΟΣ
===================================================== */

.fp-services-arrow-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    width: 100%;
    margin-top: auto;
    padding-top: 20px;

    color: var(--fp-services-dark);
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    border-top: 1px solid var(--fp-services-border);
}

.fp-services-arrow-link > span:last-child {
    color: var(--fp-services-orange-dark);

    font-size: 25px;
    line-height: 1;

    transition: transform 0.25s ease;
}

.fp-services-arrow-link:hover {
    color: var(--fp-services-orange-dark);
}

.fp-services-arrow-link:hover > span:last-child {
    transform: translateX(4px);
}


/* =====================================================
   SHOP BUTTON
===================================================== */

.fp-services-shop {
    display: flex;
    justify-content: center;

    width: 100%;
    margin-top: 36px;
}

.fp-services-shop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;
    padding: 14px 26px;

    color: var(--fp-services-white);
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    background:
        linear-gradient(
            135deg,
            var(--fp-services-orange),
            var(--fp-services-orange-dark)
        );

    border-radius: 50px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fp-services-shop-button:hover {
    color: var(--fp-services-white);

    transform: translateY(-2px);

    box-shadow:
        0 18px 34px -18px rgba(241, 85, 2, 0.95);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .fp-services-page {
        padding: 65px 0;
    }

    .fp-services-card-featured {
        grid-template-columns:
            minmax(280px, 0.8fr)
            minmax(0, 1.2fr);
    }

    .fp-services-card-content {
        padding: 26px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .fp-services-page {
        padding: 50px 0;
    }

    .fp-services-container {
        width: calc(100% - 30px);
    }

    .fp-services-intro {
        margin-bottom: 30px;
    }

    .fp-services-intro h2 {
        font-size: 34px;
    }

    .fp-services-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .fp-services-card-featured {
        display: flex;

        grid-column: auto;
    }

    .fp-services-image,
    .fp-services-card-featured .fp-services-image {
        height: 270px;
        min-height: 270px;
    }

    .fp-services-card {
        border-radius: 19px;
    }

    .fp-services-card-content {
        padding: 22px 19px;
    }

    .fp-services-card h2 {
        font-size: 25px;
    }

    .fp-services-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .fp-services-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}/* End custom CSS */