.service-first {
    padding-bottom: 30px;
}

.service-first .arrow-link {
    margin-bottom: 32px;
}

.service-first-content {
    overflow: hidden;
    justify-content: space-between;
}

.service-first .service-first-left {
    width: 70%;
}

.service-first .service-first-left h1 {
    margin-bottom: 16px;
}

.service-first .service-first-left .main-text-bigger {
    margin-bottom: 32px;
    max-width: 600px;
}

.service-first .service-first-right {
    width: 31%;
    height: auto;
    mix-blend-mode: lighten;
}

.service-first .service-first-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.green-bouble {
    gap: 30px;
    align-items: center;
    overflow: hidden;
    margin-top: 16px;
}

.green-bouble .black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.green-bouble .green-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, rgba(119, 255, 116, 0.2) 0.01%, rgba(81, 220, 170, 0.2) 100%);
    pointer-events: none;
}

.green-bouble .card-name-text a {
    text-decoration: underline;
}


@media(max-width: 768px) {
    .service-first-content {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .service-first .arrow-link {
        margin-bottom: 16px;
    }

    .service-first .service-first-left {
        width: 100%;
    }

    .service-first .service-first-left h1 {
        margin-bottom: 12px;
    }

    .service-first .service-first-left .main-text-bigger {
        margin-bottom: 24px;
        max-width: unset;
    }

    .service-first .btns-row {
        flex-direction: column;
        gap: 12px;
    }

    .green-bouble {
        gap: 16px;
        align-items: start;
    }

    .green-bouble img {
        margin-top: 10px;
        max-width: 16px;
    }

}

.services-second {
    padding-top: 30px;
    overflow: unset;
}

.services-second .wrapper {
    gap: 80px;
    position: relative;
    align-items: flex-start;
}

.services-second .navigation-panel-container {
    position: sticky;
    align-self: flex-start;
    top: 0;
    flex-shrink: 0;
}

.services-second .navigation-panel {
    gap: 28px;
    height: fit-content;
}

.navigation-items {
    gap: 12px;
    height: fit-content;
}

.navigation-scroll {
    position: relative;
    height: auto;
    width: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.navigation-bullet {
    position: absolute;
    left: 0;
    width: 4px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s ease;
}

.services-second-content {
    max-width: 830px;
    width: 100%;
}

.service-step {
    gap: 24px;
}

.service-step .step-left {
    align-items: center;
}

.service-step .step-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.service-step .step-icon img {
    object-fit: contain;
}

.step-left .delimeter {
    width: 2px;
    flex: 1;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 12px 0;
}

.service-step:last-child .step-left .delimeter {
    display: none;
}

.service-step-content>.flex-box-row {
    margin-bottom: 16px;
    align-items: center;
}

.service-step-content>h2 {
    margin-bottom: 24px;
}

.service-step-content {
    margin-bottom: 60px;
    max-width: 100%;
    overflow: hidden;
}

.navigation-items a {
    transition: all 0.3s;
}

.navigation-items a.active {
    color: #fff !important;
}

.service-step-content-main {
    gap: 24px;
}

.step-icon>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(-90deg, #357d33 0.01%, #308768 100%);
}

.services-second-hars {
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: -8px;
}

.services-second-har {
    gap: 9px;
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    width: fit-content;
}

.services-second-bouble {
    position: relative;
}

.services-second-bouble img {
    position: absolute;
    top: 32px;
    right: 32px;
    max-width: 100px;
    height: auto;
}

.services-second-bouble .card-name-text {
    margin-bottom: 16px;
    display: flex;
}

.services-second-bouble .main-text {
    width: 70%;
}

.services-second-bouble .btns-row {
    margin-top: 32px;
}

@media(max-width: 1000px) {
    .services-second-hars {
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .services-second-hars::-webkit-scrollbar {
        display: none;
    }

    .services-second-har {
        white-space: nowrap;
    }

    .services-second-content {
        max-width: 75%;
    }
}

@media(max-width: 768px) {
    .services-second .wrapper {
        gap: 28px;
        flex-direction: column;
    }

    .services-second .navigation-panel {
        top: 0;
        gap: 12px;
        flex-direction: column-reverse;
        padding-bottom: 8px;
        margin: 0 auto;
        width: fit-content;
    }

    .navigation-items {
        display: flex;
        flex-direction: row;
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .services-second-content {
        max-width: unset;
    }

    .navigation-items a {
        flex-shrink: 0;
    }

    .navigation-scroll {
        height: 4px;
        width: 100%;
    }

    .navigation-bullet {
        height: 4px;
        width: 73px;
        top: 0;
        left: 0;
        transform: translateX(0);
    }

    .navigation-panel-container {
        position: sticky;
        width: 100%;
        height: fit-content;
        background-color: #000;
        z-index: 10;
    }

    .services-second .navigation-panel-container {
        position: sticky;
        top: 72px;
        z-index: 20;

        width: 100vw;
        margin-left: calc(50% - 50vw);

        overflow-x: auto;
        overflow-y: hidden;

        background: #000;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .services-second .navigation-panel-container::-webkit-scrollbar {
        display: none;
    }

    .services-second .navigation-panel {
        width: max-content;
        padding: 0 20px;
    }

    .service-step-content>.flex-box-row {
        gap: 12px;
    }

    .step-icon.mobile {
        width: 56px;
        height: 56px;
    }

    .step-icon.mobile img {
        max-width: 35px;
        max-height: 35px;
    }

    .service-step-content {
        margin-bottom: 40px;
    }

    .service-step-content>h2 {
        margin-bottom: 12px;
    }

    .services-second .btns-row {
        flex-direction: column;
        margin-top: 24px;
        gap: 12px;
    }

    .services-second-bouble .card-name-text {
        margin-bottom: 12px;
    }

    .services-second .btns-row div {
        width: 100%;
    }

    .services-second-bouble img {
        top: 16px;
        right: 16px;
        max-width: 56px;
        max-height: 56px;
    }

    .services-second-bouble .main-text {
        width: 90%;
    }
}

.form-section h2 span {
    color: var(--light-grey);
}

.form-section h2 {
    margin-bottom: 40px;
}

.form-section .delimeter {
    gap: 16px;
    align-items: center;
    margin-top: 28px;
}

.form-section .delimeter div {
    background-color: rgba(255, 255, 255, 0.1);
    height: 2px;
    width: 47%;
}

.form-section .form-bottom {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.form-section .white-btn {
    height: fit-content;
}

@media(max-width: 768px) {
    .form-section h2 {
        margin-bottom: 24px;
    }

    .form-section .delimeter {
        gap: 16px;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 9px;
    }


    .form-section .form-bottom {
        align-items: start;
        flex-direction: column;
        gap: 16px;
    }

    .form-section .white-btn {
        width: 100%;
    }

    .service-first{
        padding-bottom: 12px;
    }
    .services-second{
        padding-top: 12px;
    }
}