/***
=============================================
Working Process One
=============================================
***/
.working-process-one {
    position: relative;
    display: block;
    background: var(--cleanin-gray-bg);
    padding: 55px 0px 90px;
    z-index: 1;
}

.working-process-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.working-process-one .shape3 {
    position: absolute;
    bottom: 0px;
    right: -70px;
    opacity: 0.15;
    z-index: -1;
}

.working-process-one .container {
    position: relative;
}

.working-process-one .shape1 {
    position: absolute;
    top: 228px;
    left: 150px;
    right: 150px;
    border-top: 1px dashed var(--cleanin-gray);
    z-index: -1;
}

.working-process-one__single {
    position: relative;
    display: block;
    padding: 0px 15px 0px;
    margin-bottom: 30px;
    z-index: 1;
}

.working-process-one__single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--cleanin-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto 24px;
}

.working-process-one__single .icon::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px dashed var(--cleanin-gray);
    border-radius: 50%;
    content: "";
}

.working-process-one__single .icon .count-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--cleanin-base);
    color: var(--cleanin-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50%;
}

.working-process-one__single .icon span {
    position: relative;
    display: inline-block;
    color: var(--cleanin-base);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.working-process-one__single:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}


.working-process-one__single .content-box {
    position: relative;
    display: block;
}

.working-process-one__single .content-box h2 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.working-process-one__single .content-box h2 a {
    color: var(--cleanin-black);
}

.working-process-one__single .content-box h2 a:hover {
    color: var(--cleanin-base);
}

.working-process-one__single .content-box p {
    margin: 0;
}

.hyd-work-steps {
    justify-content: center;
}

.hyd-work-steps>[class*="col-"] {
    display: flex;
}

.hyd-work-steps .working-process-one__single {
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 28px 22px 30px;
    border-radius: 8px;
    background: rgba(var(--cleanin-white-rgb), 0.62);
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.hyd-work-steps .working-process-one__single:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.08);
}

.hyd-work-steps .working-process-one__single .icon {
    width: 132px;
    height: 132px;
    margin-bottom: 22px;
}

.hyd-work-steps .working-process-one__single .icon::before {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
}

.hyd-work-steps .working-process-one__single .icon span {
    font-size: 42px;
    line-height: 42px;
}

.hyd-work-steps .working-process-one__single .content-box {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.hyd-work-steps .working-process-one__single .content-box h2 {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
}

.hyd-work-steps .working-process-one__single .content-box p {
    color: var(--cleanin-gray);
    font-size: 16px;
    line-height: 27px;
}

.working-process-one .hyd-work-steps+.shape1,
.working-process-one .shape1 {
    display: none;
}

@media (max-width: 991px) {
    .hyd-work-steps .working-process-one__single {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    .hyd-work-steps .working-process-one__single {
        min-height: auto;
        padding: 25px 18px 28px;
    }

    .hyd-work-steps .working-process-one__single .icon {
        width: 112px;
        height: 112px;
    }

    .hyd-work-steps .working-process-one__single .content-box h2 {
        min-height: auto;
        font-size: 21px;
        line-height: 30px;
    }
}

/*==============================================
 Hyd Areas & CTA
===============================================*/
.hyd-areas-cta {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--cleanin-gray-bg);
    padding: 30px 0px 100px;
    z-index: 1;
}

.hyd-areas-cta::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(var(--cleanin-base-rgb), 0.12), transparent 28%),
        radial-gradient(circle at 82% 72%, rgba(var(--cleanin-black-rgb), 0.08), transparent 30%);
    content: "";
    z-index: -1;
}

.hyd-tilt-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    transform-style: preserve-3d;
    transition: transform 450ms ease, box-shadow 450ms ease;
    animation: hydCardFloat 5s ease-in-out infinite;
}

.hyd-tilt-card:hover {
    transform: perspective(900px) rotateX(3deg) rotateY(-4deg) translateY(-8px);
    box-shadow: 0px 24px 70px rgba(var(--cleanin-black-rgb), 0.16);
}

.hyd-areas-card,
.hyd-home-cta {
    background: rgba(var(--cleanin-white-rgb), 0.94);
    border: 1px solid rgba(var(--cleanin-base-rgb), 0.12);
    box-shadow: 0px 12px 45px rgba(var(--cleanin-black-rgb), 0.08);
    padding: 42px;
}

.hyd-areas-card .sec-title {
    padding-bottom: 21px;
}

.hyd-areas-card .sec-title__title {
    font-size: 38px;
    line-height: 48px;
}

.hyd-areas-card__text {
    margin: 0;
    color: var(--cleanin-gray);
    font-size: 17px;
    line-height: 30px;
}

.hyd-area-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
    z-index: 2;
}

.hyd-area-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 15px;
    border-radius: 5px;
    background: rgba(var(--cleanin-base-rgb), 0.08);
    color: var(--cleanin-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
}

.hyd-area-tags span:hover {
    transform: translateY(-3px) translateZ(18px);
    background: var(--cleanin-base);
    color: var(--cleanin-white);
}

.hyd-home-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--cleanin-black);
    color: var(--cleanin-white);
}

.hyd-home-cta__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(var(--cleanin-white-rgb), 0.1);
    border: 1px solid rgba(var(--cleanin-white-rgb), 0.24);
    margin-bottom: 25px;
    z-index: 2;
}

.hyd-home-cta__icon span::before {
    color: var(--cleanin-white);
    font-size: 38px;
    line-height: 38px;
}

.hyd-home-cta h2 {
    color: var(--cleanin-white);
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hyd-home-cta p {
    color: rgba(var(--cleanin-white-rgb), 0.84);
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
}

.hyd-home-cta__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.hyd-home-cta__actions--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hyd-action {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 18px;
    border-radius: 5px;
    color: var(--cleanin-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    overflow: hidden;
    transform: translateZ(20px);
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.hyd-action::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(var(--cleanin-white-rgb), 0.24), transparent);
    content: "";
    transform: translateX(-120%);
    transition: transform 650ms ease;
}

.hyd-action:hover::before {
    transform: translateX(120%);
}

.hyd-action:hover {
    color: var(--cleanin-white);
    transform: translateX(7px) translateZ(35px);
    box-shadow: 0px 12px 32px rgba(var(--cleanin-black-rgb), 0.24);
}

.hyd-action i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 22px;
    z-index: 1;
}

.hyd-action span {
    position: relative;
    z-index: 1;
}

.hyd-action--whatsapp {
    background: #25d366;
}

.hyd-action--call {
    background: var(--cleanin-base);
}

.hyd-action--register {
    background: rgba(var(--cleanin-white-rgb), 0.12);
    border: 1px solid rgba(var(--cleanin-white-rgb), 0.2);
}

.hyd-card-orbit {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 210px;
    height: 210px;
    border: 1px dashed rgba(var(--cleanin-base-rgb), 0.35);
    border-radius: 50%;
    animation: hydOrbitSpin 16s linear infinite;
}

.hyd-card-orbit::before {
    position: absolute;
    left: 30px;
    top: 26px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--cleanin-base);
    content: "";
}

.hyd-card-orbit--two {
    border-color: rgba(var(--cleanin-white-rgb), 0.28);
}

.hyd-card-orbit--two::before {
    background: var(--cleanin-white);
}

@keyframes hydCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes hydOrbitSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .hyd-areas-cta {
        padding: 20px 0px 80px;
    }

    .hyd-areas-card,
    .hyd-home-cta {
        padding: 34px;
    }

    .hyd-home-cta h2,
    .hyd-areas-card .sec-title__title {
        font-size: 32px;
        line-height: 42px;
    }

    .hyd-home-cta__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .hyd-areas-cta {
        padding: 10px 0px 65px;
    }

    .hyd-areas-card,
    .hyd-home-cta {
        padding: 28px 20px;
    }

    .hyd-home-cta h2,
    .hyd-areas-card .sec-title__title {
        font-size: 28px;
        line-height: 36px;
    }

    .hyd-areas-card__text,
    .hyd-home-cta p {
        font-size: 16px;
        line-height: 28px;
    }

    .hyd-action {
        min-height: 50px;
        font-size: 14px;
    }
}
