#services:not(.single) {
    #services-slider {
        margin: 3.75rem 0;
        overflow: hidden;
        border-radius: var(--bs-border-radius);
        aspect-ratio: 2/1;
        .swiper-slide {
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            &::before {
                content: "";
                display: block;
                position: absolute;
                z-index: 2;
                left: 0;
                right: 0;
                bottom: 0;
                height: 140px;
                pointer-events: none;
                opacity: .8;
                background: linear-gradient(to bottom,rgba(5,13,50,0) 0%,rgba(5,13,50,1) 100%);
            }
        }
    }
    .intro {
        position: relative;
        padding: 0;
    }
    .feed {
        padding: 3.75rem 0;
        ul {
            --bs-gutter-x: 5.25rem;
            list-style: none;
            padding: 0;
            margin-bottom: 0;
        }
        .item > a {
            display: flex;
            align-items: center;
            gap: 1.25rem;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
            border-bottom: solid 1px var(--bs-light-gray);
            color: var(--bs-body-color);
            text-decoration: none;
            .icon {
                flex: 1 0 3.75rem;
                max-width: 3.75rem;
                width: 3.75rem;
                height: 3.75rem;
                border-radius: var(--bs-border-radius-lg);
                overflow: hidden;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .title {
                margin: 0;
                font-weight: 400;
                color: var(--bs-body-color);
            }
            svg {
                flex: 1 0 50px;
                max-width: 50px;
                margin-left: auto;
                transition: all .2s ease-in-out;
                circle {
                    fill: #D6E3FB;
                }
                path {
                    stroke: var(--bs-black);
                }
            }
            &:hover {
                .title {
                    font-weight: 600;
                    color: var(--bs-black);
                }
                svg {
                    transform: rotate(-45deg);
                    circle {
                        fill: var(--bs-primary);
                    }
                }
            }
        }
    }
}
@media (max-width: 767px) {
    #services:not(.single) {
        #services-slider {
            margin: 1rem 0 1.25rem;
            aspect-ratio: 1.125/1;
        }
        .feed {
            padding: 2rem 0;
            ul {
                --bs-gutter-x: 1.5rem;
            }
            .item {
                > a{
                    padding-bottom: 1rem;
                    margin-bottom: 1rem;
                }
            }
        }
    }
}

#services.single {
    padding-top: 3rem;
    #projects-slider {
        border-radius: var(--bs-border-radius);
        margin-bottom: 3.75rem;
        .hero-btn {
            position: absolute;
            top: 2rem;
            left: 2rem;
            z-index: 2;
            svg {
                margin-right: 10px;
                transform: translateY(-1px);
            }
        }
        .title {
            position: absolute;
            left: 2rem;
            right: 2rem;
            bottom: 5.5rem;
            color: #FFF;
            z-index: 3;
            .h3 {
                color: inherit;
            }
        }
        .image {
            aspect-ratio: 2/1;
            > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            &::before {
                content: "";
                display: block;
                position: absolute;
                z-index: 2;
                left: 0;
                right: 0;
                bottom: 0;
                height: 85%;
                pointer-events: none;
                opacity: .8;
                background: linear-gradient(to bottom,rgba(5,13,50,0) 0%,rgba(5,13,50,1) 100%);
            }
        }
    }
    .services-wrapper {
        > .intro {
            margin-bottom: 2.5rem;
            h1 {
                margin-bottom: 2.5rem;
            }
            .text {
                padding-top: 2.5rem;
                border-top: solid 1px var(--bs-light-gray);
                margin-bottom: 2.5rem;
            }
        }
        .child-terms {
            margin-top: 2.5rem;
            padding: 3.75rem;
            border-radius: var(--bs-border-radius);
            background: linear-gradient(70deg, rgba(214,227,251,.4) 0, rgba(207,252,81,.2) 100%);
            .tab-content {
                h5 {
                    text-transform: uppercase;
                    margin-bottom: 2.5rem;
                }
                .image {
                    aspect-ratio: 3.75/1;
                    border-radius: var(--bs-border-radius);
                    overflow: hidden;
                    margin-top: 2.5rem;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }
    #project-staff {
        margin: 2.5rem 0;
    }
    #related-projects {
        background-color: var(--bs-body-bg);
        padding: 0;
        margin: 2.5rem 0 4.625rem;
        .swiper-nav {
            margin-bottom: -.5rem;
            .swiper-button-next,
            .swiper-button-prev {
                --swiper-theme-color: var(--bs-light);
                background-color: var(--bs-black);
                border-color: var(--bs-black);
            }
            .swiper-button-next.swiper-button-disabled,
            .swiper-button-prev.swiper-button-disabled {
                --swiper-theme-color: var(--bs-black);
                background-color: var(--bs-light);
                border-color: var(--bs-black);
            }
        }
    }
    #ideas-wrapper {
        background-color: var(--bs-black);
        color: var(--bs-light);
        padding: 6rem 0 2.5rem;
        #ideas-results {
            margin: 0;
            display: flex;
            gap: 1.5rem;
            .item {
                flex: 1;
                display: flex;
                flex-direction: column;
                height: inherit;
                text-decoration: none;
                color: var(--bs-white);
                border-radius: var(--bs-border-radius);
                overflow: hidden;
                position: relative;
                .image {
                    position: relative;
                    height: 440px;
                    line-height: 0;
                    > img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    .tag {
                        position: absolute;
                        z-index: 1;
                        top: 0;
                        left: 1rem;
                        padding: 1rem 1.5rem;
                        color: var(--bs-black);
                        line-height: 1;
                        font-weight: 700;
                        background-color: var(--bs-primary);
                        border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl);
                        overflow: hidden;
                    }
                }
                .text {
                    flex: 1;
                    overflow: hidden;
                    padding: 1rem 1.5rem;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    backdrop-filter: blur(10px);
                    background: linear-gradient(to right,  rgba(18,19,23,.7) 0%,rgba(0,46,109,.7) 100%);
                    h5 {
                        color: var(--bs-white);
                    }
                }
            }
        }        
    }
}
@media (max-width: 767px) {
    #services.single {
        padding-top: 1rem;
        #projects-slider {
            margin-bottom: 1.25rem;
            .title {
                left: 1.5rem;
                right: 1.5rem;
                bottom: 3rem;
                .text {
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
            .image {
                aspect-ratio: 1.125/1;
            }
        }
        .services-wrapper {
            > .intro {
                h1 {
                    margin-bottom: 1.25rem;
                }
                .text {
                    padding-top: 1.25rem;
                    margin-bottom: 1.25rem;
                }
            }
            .child-terms {
                padding: 2rem 1rem;
            }
        }
        #related-projects {
            margin: 2.5rem 0;
        }
        #ideas-wrapper {
            padding: 2.5rem 0;
            #ideas-results {
                flex-direction: column;
                .item:not(:first-child) {
                    display: none;
                    visibility: hidden;
                }
            }
        }
    }
}