/* ============================================================
   B2B IT Services — header button (matches .episkeves-top-bar)
   ============================================================ */

.b2b-top-bar {
    width: auto;
    padding: 0 24px;
    white-space: nowrap;
}

.b2b-top-bar .icon-b2b-it {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.b2b-top-bar .icon-b2b-it svg {
    display: block;
}

@media (max-width: 991px) {
    .b2b-top-bar {
        width: auto;
        height: 100%;
        padding: 0 20px;
        border-radius: 0;
    }
    .b2b-top-bar .icon-b2b-it {
        margin-right: 0;
    }
    .b2b-top-bar .b2b-text {
        display: none;
    }
}

@media (max-width: 744px) {
    .b2b-top-bar {
        padding: 0;
        margin-right: 0;
        border-radius: unset;
        height: 100%;
    }
    .b2b-top-bar .icon-b2b-it {
        padding: 0 10px;
        margin-right: 0;
    }
}

/* ============================================================
   CMS page: Υπηρεσίες IT για Επιχειρήσεις (/content/12-...)
   ============================================================ */

/* Hide the theme's small duplicate page title — the hero has its own */
#cms.cms-id-12 .page-header {
    display: none;
}

.b2b-it-page {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.b2b-it-page .b2b-hero {
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 50px;
}

.b2b-it-page .b2b-hero h1 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 15px;
    font-weight: 700;
}

.b2b-it-page .b2b-hero p {
    color: #d5d5d5;
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto 28px;
}

.b2b-it-page .b2b-btn {
    display: inline-block;
    background: #009ada;
    color: #fff;
    border-radius: 50px;
    padding: 13px 32px;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 8px;
    text-decoration: none;
    transition: background .15s linear, color .15s linear;
}

.b2b-it-page .b2b-btn:hover {
    background: #007fb4;
    color: #fff;
}

.b2b-it-page .b2b-btn--ghost {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.b2b-it-page .b2b-btn--ghost:hover {
    background: #fff;
    color: #000;
}

.b2b-it-page h2.b2b-section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 35px;
    color: #000;
}

.b2b-it-page .b2b-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px;
}

.b2b-it-page .b2b-card {
    flex: 1 1 calc(25% - 20px);
    min-width: 230px;
    margin: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.b2b-it-page .b2b-card--wide {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    text-align: left;
}

.b2b-it-page .b2b-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 14px 0 10px;
    color: #000;
}

.b2b-it-page .b2b-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.b2b-it-page .b2b-card-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
}

.b2b-it-page .b2b-usp {
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 45px 30px;
    margin-bottom: 50px;
}

.b2b-it-page .b2b-usp h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}

.b2b-it-page .b2b-usp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.b2b-it-page .b2b-usp li {
    flex: 1 1 280px;
    max-width: 360px;
    margin: 10px 15px;
    padding-left: 34px;
    position: relative;
    color: #d5d5d5;
    font-size: 16px;
}

.b2b-it-page .b2b-usp li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #009ada;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

.b2b-it-page .b2b-usp li strong {
    color: #fff;
}

.b2b-it-page .b2b-step {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #009ada;
    font-weight: 700;
}

.b2b-it-page .b2b-final {
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 45px 30px;
    text-align: center;
}

.b2b-it-page .b2b-final h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
}

.b2b-it-page .b2b-final p {
    color: #d5d5d5;
    margin: 0 0 25px;
    font-size: 17px;
}

.b2b-it-page .b2b-final .b2b-note {
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .b2b-it-page .b2b-hero h1 {
        font-size: 30px;
    }
    .b2b-it-page .b2b-card {
        flex: 1 1 calc(50% - 20px);
    }
    .b2b-it-page h2.b2b-section-title {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .b2b-it-page .b2b-hero {
        padding: 35px 18px;
    }
    .b2b-it-page .b2b-hero h1 {
        font-size: 25px;
    }
    .b2b-it-page .b2b-hero p {
        font-size: 16px;
    }
    .b2b-it-page .b2b-card {
        flex: 1 1 100%;
        min-width: 0;
    }
    .b2b-it-page .b2b-btn {
        display: block;
        margin: 8px auto;
        max-width: 300px;
    }
    .b2b-it-page .b2b-usp {
        padding: 32px 18px;
    }
}
