:root {
    --gc-gallery-lime: #d3f751;
    --gc-gallery-forest: #0c3a30;
    --gc-gallery-orange: #f7b633;
}

.services-area .services-gallery-layout {
    align-items: end;
    column-gap: clamp(32px, 7vw, 105px);
    margin: 0;
}

.services-area .services-gallery-layout > .col-xl-4,
.services-area .services-gallery-layout > .col-xl-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.services-area .services-gallery-layout > .col-xl-4 {
    margin-bottom: 52px;
}

.services-area .section-heading {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    column-gap: clamp(32px, 7vw, 105px);
    max-width: none;
    display: grid;
}

.services-area .section-heading .sub-title,
.services-area .section-heading h2 {
    grid-column: 1;
}

.services-area .section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.06;
}

.services-area .section-heading > p {
    color: #40534d;
    grid-column: 2;
    margin: 4px 0 24px;
    font-size: 17px;
    line-height: 1.7;
}

.services-area .section-heading > .default-btn {
    grid-column: 2;
    justify-self: start;
}

.services-area .section-heading .services-btn {
    display: none;
}

.services-area .services-items {
    margin: 0;
}

.services-area .services-gallery {
    width: 100%;
    overflow: visible;
}

.services-area .services-gallery-grid {
    counter-reset: service-gallery;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 390px;
    gap: 18px;
    margin: 0;
    transform: none !important;
    display: grid !important;
}

.services-area .services-gallery-grid > .swiper-slide {
    counter-increment: service-gallery;
    width: auto !important;
    height: auto;
    margin: 0 !important;
    position: relative;
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(1),
.services-area .services-gallery-grid > .swiper-slide:nth-child(5),
.services-area .services-gallery-grid > .swiper-slide:nth-child(7),
.services-area .services-gallery-grid > .swiper-slide:nth-child(8) {
    grid-column: span 2;
}

.services-area .services-gallery-grid .services-card {
    border-radius: 26px;
    height: 100%;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.services-area .services-gallery-grid .services-card::before,
.services-area .services-gallery-grid .services-card::after {
    position: absolute;
}

.services-area .services-gallery-grid .services-card::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.04) 100%);
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.services-area .services-gallery-grid .services-card::after {
    content: counter(service-gallery, decimal-leading-zero);
    color: #082720;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    top: 22px;
    right: 22px;
    z-index: 2;
}

.services-area .services-gallery-grid .service-gallery-image-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.services-area .services-gallery-grid .service-gallery-image-link > img {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    transition: filter 0.55s ease, transform 0.55s ease;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.services-area .services-gallery-grid .services-card:hover .service-gallery-image-link > img {
    transform: scale(1.06);
}

.services-area .services-gallery-grid .services-card-body {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    width: auto;
    padding: 28px;
    box-shadow: none;
    backdrop-filter: none;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.services-area .services-gallery-grid .services-card-body .businessman {
    display: none;
}

.services-area .services-gallery-grid .services-card-body::before {
    color: var(--gc-gallery-lime);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
}

.services-area .services-gallery-grid .services-card-body::after {
    content: "";
    background-color: currentColor;
    width: 23px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(1) .services-card-body::before {
    content: "Strategie & Design";
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(2) .services-card-body::before {
    content: "Technik & Systeme";
    color: var(--gc-gallery-orange);
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(3) .services-card-body::before {
    content: "Sichtbarkeit & Inhalte";
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(4) .services-card-body::before {
    content: "Mobile Lösungen";
    color: var(--gc-gallery-orange);
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(5) .services-card-body::before {
    content: "Marke & Wiedererkennung";
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(6) .services-card-body::before {
    content: "Shop & Conversion";
    color: var(--gc-gallery-orange);
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(7) .services-card-body::before {
    content: "Regional gefunden werden";
}

.services-area .services-gallery-grid > .swiper-slide:nth-child(8) .services-card-body::before {
    content: "KI & Zukunft";
    color: var(--gc-gallery-orange);
}

.services-area .services-gallery-grid .services-card-body h2,
.services-area .services-gallery-grid .services-card-body h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: clamp(20px, 1.45vw, 25px);
    line-height: 1.1;
}

.services-area .services-gallery-grid .services-card-body h2 a,
.services-area .services-gallery-grid .services-card-body h3 a {
    color: #fff;
}

.logo-customers-feature {
    margin-top: clamp(75px, 8vw, 130px);
    padding: clamp(32px, 3vw, 45px) 0;
    position: relative;
}

.about-us-area {
    padding-bottom: 0;
}

.logo-customers-feature .section-heading {
    max-width: none;
    margin-bottom: 20px;
    text-align: center;
}

.logo-customers-feature .section-heading h2 {
    color: #0c3a30;
    margin-bottom: 0;
}

.logo-customers-feature .partner-items {
    padding-top: 24px;
    padding-bottom: 24px;
}

.partner-area.customer-logo-area .partner-logo img {
    filter: invert(0);
}

@media only screen and (width <= 767px) {
    .logo-customers-feature {
        margin-top: 50px;
        padding: 28px 0;
    }
}

.services-area .services-gallery-grid .services-card-body p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.services-area .services-gallery-grid .services-card-body .read-more {
    color: #fff;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    opacity: 1;
    visibility: visible;
}

.services-area .services-gallery-grid .services-card-body .read-more i {
    color: #082720;
    background-color: var(--gc-gallery-lime);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: inline-flex;
}

@media only screen and (max-width: 1199px) {
    .services-area .services-gallery-layout > .col-xl-4 {
        margin-bottom: 38px;
    }

    .services-area .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-area .section-heading .sub-title,
    .services-area .section-heading h2,
    .services-area .section-heading > p,
    .services-area .section-heading > .default-btn {
        grid-column: auto;
    }

    .services-area .section-heading > p {
        max-width: 720px;
        margin: 0;
    }

    .services-area .services-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 380px;
    }
}

@media only screen and (max-width: 767px) {
    .services-area .section-heading h2 {
        font-size: 36px;
    }

    .services-area .section-heading > p {
        font-size: 16px;
    }

    .services-area .services-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 390px;
        gap: 14px;
    }

    .services-area .services-gallery-grid > .swiper-slide:nth-child(n) {
        grid-column: auto;
    }

    .services-area .services-gallery-grid .services-card {
        border-radius: 22px;
    }

    .services-area .services-gallery-grid .services-card-body {
        padding: 24px;
    }
}

.services-area .services-gallery-grid .service-gallery-image-link {
    overflow: hidden;
}

.services-area .services-gallery-grid .services-card.gc-service-liquid-active .service-gallery-image-link > img {
    filter: url("#gc-service-liquid-filter");
    transform: scale(1.075);
}
