
.white-color {
    color: var(--white);
}

/* circles for mobile */
.datacare-page section.first-sec .circle {
    display: none;
    position: absolute;
    overflow: hidden;
}

.datacare-page section.first-sec .circle svg {
    stroke: var(--blue);
    width: inherit;
    height: inherit;
}

.datacare-page section.first-sec .circle.left {
    left: 0;
    bottom: 0;
    width: 74.34px;
    height: 72.85px;
    transform: translateY(50%);
}

.datacare-page section.first-sec .circle.left svg {
    transform: translateX(-30%) rotate(175.4deg);
    stroke-width: 3.25px;
}

.datacare-page section.first-sec .circle.right {
    right: 0;
    top: 0px;
    transform: translateY(50%);
    width: 122.48px;
    height: 120.04px;
}

.datacare-page section.first-sec .circle.right svg {
    transform: translateX(20%) rotate(-17.32deg);
    stroke-width: 4.25px;
}

/* end circlesfor mobile */

/* first section */
.datacare-page section.first-sec {
    background-color: var(--lighter-black);
    position: relative;
    min-height: calc(100vh - var(--header-height) - var(--breadcrubs-height));
    min-height: calc(100dvh - var(--header-height) - var(--breadcrubs-height));
}

.datacare-page section.first-sec .sec-content {
    position: relative;
    display: flex;
    align-items: center;
}

.datacare-page section.first-sec .sec-content .center-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    box-sizing: content-box;
}

.datacare-page section.first-sec .sec-content .center-block .top {
    width: 400px;
    box-sizing: content-box;

}

.datacare-page section.first-sec .sec-content .center-block .top img {
    width: inherit;
    height: inherit;
}

.datacare-page section.first-sec .sec-content .center-block .bottom {
    width: fit-content;
    display: flex;
    justify-content: center;
}

.datacare-page section.first-sec .sec-content .center-block .bottom .left,
.datacare-page section.first-sec .sec-content .center-block .bottom .center,
.datacare-page section.first-sec .sec-content .center-block .bottom .right {
    position: relative;
}

.datacare-page section.first-sec .sec-content .center-block .bottom .center {
    width: 100px;
}

.datacare-page section.first-sec .sec-content .center-block .bottom .left,
.datacare-page section.first-sec .sec-content .center-block .bottom .right {
    width: 388.55px;
}

.datacare-page section.first-sec .sec-content .center-block .bottom .left img,
.datacare-page section.first-sec .sec-content .center-block .bottom .right img {
    width: 100%;
}

.datacare-page section.first-sec .sec-content .center-block .bottom img {
    height: 111.75px;
    position: absolute;
}

.datacare-page section.first-sec .sec-content .center-block .bottom .center img {
    left: 50%;
    transform: translateX(-50%);
}

.datacare-page section.first-sec .sec-content .center-block .text-block {
    padding-top: 111.75px;
    display: flex;
    justify-content: center;
}

.datacare-page section.first-sec .sec-content .center-block .text-block .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
}

.datacare-page section.first-sec .sec-content .center-block .left .text-block .content-container {
    transform: translateX(-194px);
}

.datacare-page section.first-sec .sec-content .center-block .right .text-block .content-container {
    transform: translateX(194px);
}

.datacare-page section.first-sec .sec-content .center-block .text-block .numbers {
    color: var(--blue);
    font-size: var(--font-xl);
    font-weight: 600;
}

.datacare-page section.first-sec .sec-content .center-block .text-block .text {
    font-size: var(--font-sm);
    color: var(--white);
    font-family: 'Epilogue';
    font-weight: 300;
    text-align: center;
}

.datacare-page section.first-sec .sec-content .heading-block {
    height: 416px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.datacare-page section.first-sec .sec-content .heading-block h2 {
    display: inline-block;
    max-width: 320px;
    font-size: var(--font-l) !important;
    font-weight: 500;
    color: var(--blue)
}

.datacare-page section.first-sec .sec-content .heading-block p {
    font-size: var(--font-sm);
    font-weight: 100;
    color: var(--white);
    font-family: 'Epilogue';
}

/* end first section */
/* second section */
.datacare-page section.second-sec {
    padding: 0;
}

.datacare-page section.second-sec .sec-content {
    padding-bottom: 50px;
    border-bottom: 1px solid hwb(0 0% 100% / 0.4);
    padding: 40px 0 !important;
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .heading-box {
    margin-bottom: 40px;
    font-size: var(--font-s) !important;
    color: var(--grey);
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .heading-box h3 {
    font-size: var(--font-m) !important;
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper {
    align-items: center;
    height: 50px;
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper .swiper-slide .item-img {
    display: flex;
    justify-content: center;
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper .swiper-slide .item-img img {
    height: 40px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}

.datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper .swiper-slide .item-img:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* end second section */
/* third section */
.datacare-page section.third-sec {
    background-color: var(--light-grey);
}

/* end third section */
/* third fourth */
.datacare-page section.fourth-sec {
    background: var(--black);
    color: var(--white);
}

/* end second fourth */
.filters-container .text-block a{
    background-color: var(--blue);
}
.filters-container .text-block a:hover{
    background-color: var(--dark-blue);

}
.filters-container .filters .filters-footer input[type=submit] {
    background-color: var(--blue);

}
.filters-container .filters .filters-footer input[type=submit]:hover {
	background-color: var(--dark-bue);
}
@media (max-width:1165px) {
    /* first sec  */

    .datacare-page section.first-sec .sec-content .center-block .bottom .left,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right {
        width: 288.55px;
    }

    .datacare-page section.first-sec .sec-content .center-block .top {
        width: 340px;
    }

    /* first sec end */




}

@media (max-width:991px) {
    /* first sec  */

    .datacare-page section.first-sec .sec-content .center-block .top {
        width: 280px;
    }

    .datacare-page section.first-sec .sec-content .heading-block {
        max-width: 200px;
        height: 316px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right {
        width: 238px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left .content-container {
        transform: translateX(-119px);
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .center {
        width: 50px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .right .content-container {
        transform: translateX(119px);
    }

    /* first sec end */


}

@media (max-width:768px) {

    /* first sec  */
    .datacare-page section.first-sec {
        min-height: calc(100vh - var(--header-height) - var(--breadcrubs-height) - 115px);
        min-height: calc(100dvh - var(--header-height) - var(--breadcrubs-height) - 115px);
        padding: 20px 0;
    }

    .datacare-page section.first-sec .sec-content .center-block .top {
        width: 200px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right {
        width: 140px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left .content-container {
        transform: translateX(-70px);
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .center {
        width: 40px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .right .content-container {
        transform: translateX(70px);
    }

    .datacare-page section.first-sec .sec-content .center-block .text-block .content-container {
        width: 100px;
    }

    .datacare-page section.first-sec .sec-content .heading-block {
        max-width: 140px;

    }

    /* first sec end */

    /* second-sec */
    .datacare-page section.second-sec .sec-content {
        padding-bottom: 10px;
        width: 100%;
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .heading-box {
        margin-bottom: 10px;
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 30px
    }

    /* second-sec end */


}

@media (max-width:480px) {

    /* first sec */
    .datacare-page section.first-sec {
        padding: 0 0 8%;
        height: calc(100vh - var(--header-height) - var(--breadcrubs-height) - 98px);
        height: calc(100dvh - var(--header-height) - var(--breadcrubs-height) - 98px);
        box-sizing: border-box;
        min-height: 360px;
    }

    .datacare-page section.first-sec .sec-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }

    .datacare-page section.first-sec .sec-content .center-block {
        width: 100%;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right {
        width: 90px;
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom .left,
    .datacare-page section.first-sec .sec-content .center-block .bottom .center,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right {
        width: 90px
    }

    .datacare-page section.first-sec .sec-content .center-block .bottom {
        gap: 5px;
        width: 100%;
        justify-content: space-between;

    }

    .datacare-page section.first-sec .sec-content .center-block .top,
    .datacare-page section.first-sec .sec-content .center-block .bottom .left img,
    .datacare-page section.first-sec .sec-content .center-block .bottom .center img,
    .datacare-page section.first-sec .sec-content .center-block .bottom .right img {
        display: none;
    }

    .datacare-page section.first-sec .sec-content .center-block .text-block {
        padding-top: 2dvh;
        width: 100%;
    }

    .datacare-page section.first-sec .sec-content .center-block .left .text-block .content-container,
    .datacare-page section.first-sec .sec-content .center-block .right .text-block .content-container,
    .datacare-page section.first-sec .sec-content .center-block .center .text-block .content-container {
        width: 100%;
    }

    .datacare-page section.first-sec .sec-content .center-block .left .text-block .content-container,
    .datacare-page section.first-sec .sec-content .center-block .bottom .center .content-container,
    .datacare-page section.first-sec .sec-content .center-block .right .text-block .content-container {
        transform: translateX(0);
    }

    .datacare-page section.first-sec .circle {
        display: block;
    }

    .datacare-page section.first-sec .sec-content .heading-block {
        position: static;
        height: fit-content;
        align-self: start;
        max-width: 200px;
    }

    .datacare-page section.first-sec .sec-content .heading-block h2 {
        font-size: 35px !important;
    }

    /* end first sec */
    /* second sec */
    .datacare-page section.second-sec {
        height: 100px;
    }

    .datacare-page section.second-sec .sec-content {
        padding: 10px 0;
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .heading-box {
        margin-bottom: 8px
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .heading-box h3 {
        font-size: 16px !important;
        text-align: center;
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper {
        height: 38px
    }

    .datacare-page section.second-sec .sec-content .carousel-container.clients .swiper .swiper-wrapper .swiper-slide .item-img img {
        height: 35px;
    }

    /* end second sec */
    /* third sec */
    .datacare-page section.third-sec {
        padding: 30px 0 0 0;
    }

    .datacare-page section.third-sec .sec-content h2 {
        padding-bottom: 20px;
        margin: 0;
        text-align: center;
    }

    .datacare-page section.third-sec .grid-3 .card-item {
        min-height: 82px;
        margin: 0;
        max-width: 301px;
    }

    .datacare-page section.third-sec .grid-3 .card-item .content {
        padding: 10px;
        height: 100%;
    }

    .datacare-page section.third-sec .grid-3 .card-item .content .heading-box {
        padding-right: 27px;
        height: 62px;
        gap: 8px;
        grid-template-columns: 40px 1fr 40px;
    }

    .datacare-page section.third-sec .grid-3 .card-item .content h4 {
        font-size: 15px !important;
        line-height: 18px;
    }

    .datacare-page section.third-sec .card-item .content .heading-box .svg-box {
        width: 45px;
        height: 45px;
    }

    .datacare-page section.third-sec .grid-3 .card-item .content .heading-box h4 {
        margin: 0;
    }

    .datacare-page section.third-sec .grid-3:has(.--content.--open) {
        gap: 15px;
    }

    .datacare-page section.third-sec .grid-3 .--content {
        max-height: 0;
    }

    /* end third sec */
}

@keyframes open {
    from {
        max-height: 0px;

    }

    to {
        max-height: 1000px;
    }

}