* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.max-width1280 {
    max-width: 88.889vw;
    width: 100%;
    margin: 0 auto;
}

/* header css starts here */
.navbar .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.389vw 5.556vw;
}

.nav-wrapper .left_sec {
    width: 36%;
}

.logo img {
    width: 11.597vw;
    height: auto;
}

.right_sec_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64%;
}

.middle_menus .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.083vw;
}

.middle_menus .nav-links a {
    color: #3D3D3D;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -1%;
    text-decoration: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1001;
}

.hamburger span {
    width: 24px;
    height: 3px;
    background: #3D3D3D;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.middle_menus .nav-links a.active {
    color: #3F83F8;
}

.middle_menus .nav-links a:hover {
    color: #3F83F8;
}

.blue-btn,
.blue-btn-call {
    background-color: #3F83F8;
    color: white;
    padding: 0.833vw 0.833vw;
    box-shadow: 5px 13px 9px 0px #0000000F;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.694vw;
    font-size: 1.25vw;
    font-weight: 500;
    transition: box-shadow 0.3s ease;
}

.blue-btn:hover,
.blue-btn-call:hover {
    box-shadow:
        1px 1px 4px 0px #0000001F,
        2px 6px 6px 0px #0000001A,
        5px 13px 9px 0px #0000000F,
        9px 24px 10px 0px #00000005,
        14px 37px 11px 0px #00000000;
}

/* header css end here */
/* hero banner section css start here */
.tranparent-btn {
    background-color: transparent;
    color: #3D3D3D;
    padding: 0.833vw 0.833vw;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.694vw;
    font-size: 1.25vw;
    font-weight: 500;
}

.hero-banner {
    background: radial-gradient(86.44% 95.72% at 50% 100%, #C8DFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 5.556vw;
}

.dashboard-dv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-img {
    width: 70%;
    transform: perspective(1000px) rotateX(30deg);
    transform-origin: bottom center;
    transition: transform 0.3s ease;
    margin-bottom: -120px;
}

.hero-banner .top_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.111vw;
}

.two-rw {
    display: flex;
    padding: 0 17px;
    gap: 1.214vw;
}

.right-clm {
    display: flex;
    flex-direction: column;
    gap: 0.828vw;
}

.hero-banner .btm_sec {
    padding: 34px 0 0 0;
    position: relative;
    overflow: hidden;
}

.hero-banner .btm_sec .hero_bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
}

/* .hero_bg svg {
    animation: wave 8s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes wave {
    0% {
        transform: perspective(800px) rotateX(0deg) rotateY(0deg);
    }

    25% {
        transform: perspective(800px) rotateX(1deg) rotateY(-2deg);
    }

    50% {
        transform: perspective(800px) rotateX(-1deg) rotateY(2deg);
    }

    75% {
        transform: perspective(800px) rotateX(1deg) rotateY(-2deg);
    }

    100% {
        transform: perspective(800px) rotateX(0deg) rotateY(0deg);
    }
} */

.hero-banner .top_sec .btn_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.556vw;
}

.card_wrapper {
    width: 24.306vw;
    transform: rotate(12deg);
    margin: 0 auto;
}

.bottom_edge img {
    border: 0.7px solid var(--Secondary-Stone-200, #DCDCDC);
    border-radius: 16px;
}

.bottom_edge img:hover {
    box-shadow:
        -5px 5px 15px 0px #3F83F80D,
        -20px 20px 28px 0px #3F83F80A,
        -45px 44px 38px 0px #3F83F808,
        -79px 78px 45px 0px #3F83F803,
        -124px 122px 49px 0px #3F83F800;
}

.bottom_edge .card_wrapper {
    width: 80%;
    transform: unset;
    margin: 0 auto;
}

.bottom_edge .card_wrapper img {
    border: none;
    border-radius: 0;
}

.task_card {
    border: 1px solid #E9E9E9;
    padding: 1.111vw;
    border-radius: 0.556vw;
    margin-top: 0.694vw;
    background-color: #fff;

}

.task_card:hover {
    box-shadow:
        -4px 9px 22px 0px #024FCA1A,
        -15px 37px 40px 0px #024FCA17,
        -34px 84px 54px 0px #024FCA0D,
        -60px 149px 64px 0px #024FCA03,
        -94px 233px 70px 0px #024FCA00;
}

.task_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task_card_head_left {
    display: flex;
    align-items: center;
    gap: 0.556vw;
}

.task_card_dots {
    cursor: pointer;
}

.task_card_ttl {
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.4;
    color: #15161e;
    margin-top: 1.111vw;
}

.task_card_task_count {
    display: flex;
    align-items: center;
    gap: 0.417vw;
    margin-top: 0.556vw;
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.45;
    color: #666d80;
}

.count {
    font-size: 1.25vw;
    font-weight: 500;
}

.task_card_task_count-text {
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.45;
    color: #666d80;
}

.progress_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.278vw;
    margin-top: 0.833vw;
}

.progress_text p {
    font-size: 1.111vw;
}

.progress_bar_box {
    background: #eeeff2;
    height: 0.417vw;
    border-radius: 24px;
    overflow: hidden;
}

.progress_bar.danger {
    background: #df1c41;
}

.progress_bar.success {
    background: green;
}

.progress_bar {
    height: 0.417vw;
    border-radius: 24px;
    overflow: hidden;
}

.task_card_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.111vw;
}

.task_date-box.info {
    color: #ffbd4c;
    background: #fff6e0;
    display: flex;
    align-items: center;
    gap: 0.278vw;
    padding: 0.139vw 0.556vw;
    border-radius: 6px;
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 1.5;
}

.task_calender_icon {
    width: 0.972vw;
    height: 0.972vw;
    margin-top: -0.139vw;
}

.task_prf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prf_icon {
    height: 1.667vw;
    width: 1.667vw;
    border: 50px;
    background: #efeaff;
    color: #875cfe;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.833vw;
    font-size: 0.833vw;
    font-weight: 500;
    margin-left: -0.347vw;
}

.prf_icon:nth-child(2) {
    background: #e7fef8;
    color: #40c4aa;
}

.prf_icon:nth-child(3) {
    background: #edf4ff;
    color: #3f83f8;
}

.stage {
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.139vw 0.556vw;
    border: 1px solid #C8DFFF;
    color: #3f83f8;
    border-radius: 6px;
}

.stage.danger {
    border: none;
    color: #df1c41;
    border-radius: 6px;
    background: #feeff2;
}

.stage.success {
    border: none;
    color: green;
    border-radius: 6px;
    background: #40C4AA26;
}

.hero-banner .top_sec h5 {
    font-size: 0.833vw;
    font-weight: 600;
}

.hero-banner .top_sec h5 br,
.hero-banner .top_sec h1 br {
    display: none;
}

.hero-banner .top_sec h1 {
    color: #3D3D3D;
    font-size: 4.444vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.04em;
    position: relative;
    width: 80%;
    text-align: center;
}

.hero-banner .top_sec h1 .border-btm {
    position: relative;
}

.hero-banner .top_sec h1 .border-btm::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    background-image: url('../assets/sig1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.972vw;
    height: 26px;
    /* animation: revealSignature 2s ease forwards;
        clip-path: inset(0 100% 0 0); */
}

.linedraw #signature {
    stroke-dasharray: 5;
}

/* @keyframes revealSignature {
    to {
        clip-path: inset(0 0 0 0);
    }
} */
.hero-banner .top_sec p {
    color: #656565;
    font-size: 1.111vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.2;
    width: 35%;
    text-align: center;
}

.blue_txt {
    color: #3F83F8;
}

/* hero banner section css end here */
/* clients section css start here */
.clients {
    background-color: #EDF4FF;
    padding: 2.778vw 0;

}

.clients-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.667vw;
}

.clients h2 {
    font-size: 0.833vw;
    text-transform: uppercase;
    color: #3D3D3D;
    font-weight: 600;
}

.clients ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 2.083vw;
    width: 100%;
}

.clients ul li {
    width: calc((100% / 8) - 2.083vw);
}

.clients ul li img {
    width: 100%;
    height: 3.681vw;
    object-fit: contain;
}

/* clients section css end here */

/* Begin Your Journey to Smarter Scaling section css start here */
.business-grt,
.optimized-sec,
.cutting_edge,
.blogs-section,
.integration_sec,
.contact-section,
.blog_details {
    padding: 6.5vw 0;
    /* padding: 6.5vw 5.556vw; */
    /* padding: 11.5vh 4.5vw; */
    overflow: hidden;
}

.left_slider_dv {
    /* width: 39.444vw;
    height: 41.944vw; */
    width: auto;
    height: 40vw;
}

.right_business {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.optimized-sec-wrapper .left_opimization {
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.right_business .right_top_bs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    width: 70%;
}

.cutting_edge .cutting_edge_wrapper .top_cutting_edge .top_lft_Edge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    width: 50%;
}

.right_business .right_top_bs h6,
.optimized-sec-wrapper .left_opimization .left_top_op h6,
.cutting_edge .cutting_edge_wrapper .top_cutting_edge h6 {
    font-size: 0.833vw;
    font-weight: 600;
    color: #3D3D3D;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.right_btm_bs {
    display: flex;
    flex-direction: column;
    gap: 1.389vw;
}

.right_btm_bs p {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 1.111vw;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.right_btm_bs span {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 0.972vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.right_business .right_top_bs h3,
.optimized-sec-wrapper .left_opimization .left_top_op h3,
.cutting_edge .cutting_edge_wrapper .top_cutting_edge h3 {
    font-size: 3.333vw;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 1;
    letter-spacing: -4%;
}

.right_business .right_top_bs h3,
.cutting_edge .cutting_edge_wrapper .top_cutting_edge h3 {
    position: relative;
}

.right_business .right_top_bs h3::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    background-image: url(../assets/output.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.708vw;
    height: 41px;
    transform: rotate(0deg);
    transition: transform 0.6s ease;
}

.cutting_edge .cutting_edge_wrapper .top_cutting_edge h3::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -35px;
    background-image: url(../assets/output.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.708vw;
    height: 41px;
    transform: rotate(0deg);
    transition: transform 0.6s ease;
}

.aos-animate .right_business .right_top_bs h3 span::after,
.aos-animate.cutting_edge .cutting_edge_wrapper .top_cutting_edge h3 span::after,
.integration_sec .aos-animate .top_integration h2::after {
    transform: rotate(360deg);
}

.right_business .right_top_bs p,
.right_business .right_top_bs ul li,
.optimized-sec-wrapper .left_opimization .left_top_op p,
.cutting_edge .cutting_edge_wrapper .top_cutting_edge p {
    color: #656565;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.2;
}

.right_business .right_top_bs ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 25px;
}

.cutting_edge_card:last-child .bottom_edge img {
    width: 90%;
    border: none;
    border-radius: 0;
    width: 1.111vw;
}

.left_slider_dv .swiper-slide {
    border-radius: 24px;
    overflow: hidden;

}

.left_slider_dv .swiper-slide img {
    /* width: 39.444vw;
    height: 41.944vw; */
    object-fit: cover;
}

.swiper-slide {
    position: relative;
    color: white;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.captions {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 0 2.222vw;
    width: 100%;
    color: white;
    display: flex;
    gap: 2.778vw;
}

.left_slider_dv .swiper-pagination {
    text-align: left !important;
    padding: 0 2.222vw 24px 2.222vw;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #C4C4C4;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.5vw;
    border-radius: 50px;
    background: #fff;
}

.caption h3 {
    font-size: 2.5vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}

.caption span {
    display: block;
    font-size: 1.111vw;
    font-weight: 600;
    color: #F7F7F7;
}

.caption p {
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.4;
    width: 70%;
}

.business-grt-wrapper {
    display: flex;
    gap: 5.833vw;
}

.left_slider_dv .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(28, 72, 160, 0.72) 70%, #3F83F8 100%);
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group img {
    width: 2.778vw;
    height: 2.778vw;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -1.2vw;
    box-shadow: 0 0 0 1px #ccc;
    /* Optional border ring */
    transition: transform 0.2s ease;
}

.avatar-group img:first-child {
    margin-left: 0 !important;
}

.avatar-group img:hover {
    transform: scale(1.1);
    z-index: 2;
}

/* Begin Your Journey to Smarter Scaling section css end here */

/* optimization section css start here */
.optimized-sec {
    background-color: #EDF4FF;
}

.optimized-sec .optimized-sec-wrapper {
    display: flex;
    gap: 8.333vw;
}

.left_opimization .left_top_op {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    gap: 24px;
}

.left_btm_op {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    gap: 2.778vw;
}

.left_btm_op ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    justify-content: space-between;
    gap: 11px;

}

.left_btm_op ul li {
    color: #525252;
    font-size: 1.111vw;
    display: flex;
    align-items: center;
    gap: 5px;
}

.left_btm_op ul li img {
    width: 1.25vw;
    height: auto;
}

.right_opimization_wrapper {
    border-radius: 16px;
    position: relative;
}

.right_opimization_wrapper img.dashboard {
    width: 50.833vw;

}

.bottom-content {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.yellow-btn {
    font-size: 0.625vw;
    color: #FFBD4C;
    background-color: #FFF6E0;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.red-btn {
    font-size: 0.625vw;
    color: #DF1C41;
    background-color: #FEEFF2;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.green-btn {
    font-size: 0.625vw;
    color: #287F6E;
    background-color: #40C4AA26;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.right_opimization_wrapper .sidebar img {
    width: auto;
    height: 100%;
}

.top_sc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.tooltip {
    display: flex;
    align-items: center;
    background: #ffff;
    gap: 8px;
    border: 1px solid #EEEFF2;
    width: fit-content;
    box-shadow: 0px 1px 2px 0px #0D0D120F;
    border-radius: 16px;
    padding: 12px;
}

.right_opimization_wrapper .tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
    transition: all 0.9s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 13.264vw;
}


.right_opimization_wrapper .sidebar {
    transition-delay: 0.3s;
    position: absolute;
    left: 0 ;
    top: 0;
    opacity: 0;
}

.right_opimization.aos-animate .right_opimization_wrapper .sidebar {
    position: absolute;
    height: 100%;
    transform: translateY(-25px);
    opacity: 1;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        5px 6px 16px 0px #0000000A,
        18px 23px 29px 0px #00000008,
        41px 51px 39px 0px #00000005,
        72px 92px 47px 0px #00000003,
        113px 143px 51px 0px #00000000;
        transition: opacity 0.6s ease, transform 0.6s ease;
}

.tooltip.product_card {
    transition-delay: 0.3s;
}

.product_card img {
    width: 100%;
}

.right_opimization.aos-animate .product_card {
    top: 65%;
    left: 10%;
    opacity: 1;
    box-shadow:
        -5px 5px 15px 0px #0000000D,
        -21px 18px 28px 0px #0000000A,
        -47px 41px 37px 0px #00000008,
        -83px 73px 44px 0px #00000003,
        -129px 113px 48px 0px #00000000;
}

.right_opimization.aos-animate .right_opimization_wrapper .tooltip.left {
    left: unset;
    right: -40px;
    bottom: 40%;
    top: unset;
    transform: rotate(343deg);
    opacity: 1;
    box-shadow: 0px 5px 12px 0px #0000000D, 0px 21px 21px 0px #0000000A, 0px 47px 28px 0px #00000008, 0px 84px 34px 0px #00000003, 0px 131px 37px 0px #00000000;
}

.right_opimization.aos-animate .right_opimization_wrapper .tooltip.right {
    bottom: 127px;
    left: 45%;
    top: unset;
    transform: rotate(350deg);
    opacity: 1;
    box-shadow: 0px 5px 12px 0px #0000000D, 0px 21px 21px 0px #0000000A, 0px 47px 28px 0px #00000008, 0px 84px 34px 0px #00000003, 0px 131px 37px 0px #00000000;
}

.right_opimization.aos-animate .right_opimization_wrapper .tooltip.bottom {
    bottom: -50px;
    left: 60%;
    top: unset;
    transform: rotate(10deg);
    opacity: 1;
    box-shadow: 0px 0.76px 1.53px 0px #0D0D120F;
}

.right_opimization.aos-animate .right_opimization_wrapper .tooltip.top {
    top: -75px;
    left: 40%;
    transform: rotate(10deg);
    opacity: 1;
    box-shadow: 0px 5px 12px 0px #0000000D,
        0px 5px 12px 0px #0000000D,
        0px 47px 28px 0px #00000008,
        0px 84px 34px 0px #00000003,
        0px 132px 37px 0px #00000000;
}

.tooltip.left {
    transition-delay: 0s;
}

.tooltip.right {
    transition-delay: 0.1s;
}

.tooltip.top {
    transition-delay: 0.2s;
}

.tooltip.bottom {
    transition-delay: 0.3s;
}

@keyframes moveLeftTooltip {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(15deg);
        left: -130px;
        bottom: 60%;
        opacity: 1;
    }
}

@keyframes moveRightTooltip {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(343deg);
        right: -70px;
        bottom: 55%;
        opacity: 1;
    }
}

@keyframes moveTopTooltip {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(350deg);
        left: 40%;
        bottom: -50px;
        opacity: 1;
    }
}

@keyframes moveBottomTooltip {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) rotate(343deg);
        left: 40%;
        top: -50px;
        opacity: 1;
    }
}


.tooltip h2 {
    font-size: 0.972vw;
    color: #15161E;
    font-weight: 500;
    margin-bottom: 2px;
}

.tooltip p {
    font-size: 0.833vw;
    color: #666D80;
    font-weight: 500;
}

.tooltip .left_in {
    border: 1px solid #EEEFF2;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: 10px;
}

.tooltip .left_in img {
    width: 1.181vw;
    height: auto;
}

/* optimization section css end here */
/* Cutting Edge section css start here */
.cutting_edge_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.cutting_edge .cutting_edge_wrapper .top_cutting_edge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.167vw;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    list-style-type: none;
    gap: 1.5rem;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li {
    padding: 2.083vw;
    border: 1px solid var(--Secondary-Stone-200, #DCDCDC);
    overflow: hidden;
    border-radius: 1rem;
    width: calc((100% / 3) - 1.5rem);
}

.dprs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 0.7px solid var(--Secondary-Stone-200, #DCDCDC);
    border-radius: 16px;
    padding: 1.597vw;
    width: 100%;
}

.dprs-list:hover {
    box-shadow: -5px 5px 15px 0px #3F83F80D, -20px 20px 28px 0px #3F83F80A, -45px 44px 38px 0px #3F83F808, -79px 78px 45px 0px #3F83F803, -124px 122px 49px 0px #3F83F800;

}

.dprs-list div {
    font-size: 0.833vw;
    font-weight: 500;
    color: #0B0D1E;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li:nth-child(2) .bottom_edge img {
    width: 100%;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li .top_edge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li .bottom_edge {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li h2 {
    color: #3D3D3D;
    font-size: 2.5vw;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li .top_edge p {
    color: #656565;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.2;
}

.learn_more_btn {
    text-decoration: none;
    color: #3F83F8;
    font-size: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.833vw;
}

.cutting_edge .cutting_edge_wrapper .bottom_cutting_edge ul li .progress_text p {
    color: #656565;
    font-size: 0.867vw;
    font-weight: 400;
    line-height: 1.2;
}

.cutting_edge .cutting_edge_wrapper .task_card_ttl {
    font-size: 0.867vw;
    margin-top: 0.6vw;
}

.cutting_edge .cutting_edge_wrapper .stage {
    font-size: 0.7vw;
}

.cutting_edge .cutting_edge_wrapper .task_card {
    padding: 0.7vw;
}

.cutting_edge .cutting_edge_wrapper .task_card_task_count-text {
    font-size: 0.8vw;
}

.cutting_edge .cutting_edge_wrapper .progress_text {
    margin-top: 0.65vw;
}

.cutting_edge .cutting_edge_wrapper .task_card_bottom {
    margin-top: 0.8677vw;
}

.cutting_edge .cutting_edge_wrapper .task_date-box.info {
    font-size: 0.65vw;
}

.cutting_edge .cutting_edge_wrapper .prf_icon {
    font-size: 0.65vw;
    height: 20px;
    width: 20px;
}

.cutting_edge .cutting_edge_wrapper .progress_bar_box,
.cutting_edge .cutting_edge_wrapper .progress_bar {
    height: 4px;
}

.cutting_edge .cutting_edge_wrapper .top_cutting_edge .top_rgt_Edge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.3vh;
}

/* Cutting Edge section css end here */
/* blog css start here */

.section-header {
    text-align: center;
    margin-bottom: 5.556vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-header h2 {
    font-size: 3.333vw;
    color: #3D3D3D;
    font-weight: 400;
    margin-bottom: 24px;
}

.section-header p {
    font-size: 1.111vw;
    color: #656565;
    font-weight: 400;
}

.blog-card {
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 32%;
}

.blog-card img {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}


.blog-info {
    padding: 1.2vw 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-meta {
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    color: #3F83F8;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    justify-content: space-between;
}
.blog_details .blog-meta{
    justify-content: flex-start !important;
}
.blog-meta .date {
    color: #525252;
}

.blog-meta .dot {
    margin: 0 0.5vw;
    color: #525252;
}

.blog-info h3 {
    font-size: 1.667vw;
    color: #3D3D3D;
    font-weight: 500;
    line-height: 1.2;
}

.blog-info p {
    font-size: 1.111vw;
    color: #555;
    font-weight: 400;
}

.read-btn {
    font-size: 1.111vw;
    color: #3F83F8;
    border: 1px solid #3F83F8;
    padding: 0.903vw 1.667vw;
    border-radius: 12px;
    text-decoration: none;
    width: fit-content;
    margin-top: auto;
    transition: 0.3s;
}

.read-btn:hover {
    background: #3F83F8;
    color: #fff;
}

.blogs-slider {
    overflow: hidden;
}

.blogs-slider .swiper-pagination {
    display: none;
}

.blogs-slider.no-swiper .no-swiper-wrapper {
    display: flex;
    gap: 2vw;
    justify-content: center;
}

.blogs-section.list-page .blogs-slider {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.blogs-section.list-page .blogs-slider .blog-card {
    width: calc((100% / 3) - 24px);
}

.blogs-section.list-page .section-header h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.blogs-section.list-page .section-header h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    background-image: url(../assets/blog-sig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.972vw;
    height: 26px;
}

.blog_details {
    background-color: #F7F7F7;
}

.top_head-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.blog_details .blog_details_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.top_head-detail h2 {
    color: #3D3D3D;
    font-size: 3.333vw;
    font-weight: 500;
}

.blog_banner {
    overflow: hidden;
}

.blog_banner,
.blog_banner img {
    width: 100%;
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog_banner img:hover {
    transform: scale(1.1);
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.max-width {
    width: 100%;
    max-width: 66.667vw;
    margin: 0 auto;
}

.top_head-detail p {
    color: #656565;
    font-size: 1.111vw;
    font-weight: 400;
}

.blog_body {
    padding: 40px 0;
}

.blog_body img {
    width: 100%;
    padding: 15px 0;
}

.blog_body h2:first-child {
    padding-top: 0;
}

.blog_body h2 {
    font-size: 2.5vw;
    font-weight: 500;
    color: #3D3D3D;
    padding-top: 20px;
}

.blog_body p {
    font-size: 1.111vw;
    line-height: 1.2;
    color: #656565;
    font-weight: 400;
    margin: 25px 0;
}

/* blog css end here */

/* faqs css start here */
.faq-section {
    padding: 5vw 0;
    background-color: #fff;
}

.faq-header {
    text-align: center;
    margin-bottom: 3vw;
}

.faq-header h2 {
    font-size: 3.333vw;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 1;
    letter-spacing: -0.03em;
}

.faq-header p {
    font-size: 1.111vw;
    color: #656565;
    margin-top: 1.1vw;
    font-weight: 400;
}

.faq-container {
    max-width: 60vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.faq-item {
    padding: 1vw 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    font-size: 1.389vw;
    color: #3D3D3D;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.02em;
}

.faq-item.active .faq-question h4 {
    color: #3F83F8;
}

.toggle-icon {
    font-size: 1.5vw;
    color: #3D3D3D;
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    color: #3F83F8;
}

.faq-answer {
    margin-top: 0.8vw;
    font-size: 1.111vw;
    color: #656565;
    display: none;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

.faq-item.active .faq-answer {
    display: block;
}

/* faq css end here */
/* testimonial css start here */
.testimonial-section {
    padding: 6.5vw 0 11vw 0;
    background: #EDF4FF;
    overflow: hidden;
}

.testimonial-header {
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-header h6 {
    font-size: 0.833vw;
    font-weight: 600;
    color: #3D3D3D;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-header h3 {
    font-size: 3.333vw;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 1;
    letter-spacing: -0.03em;
}

.testimonial-card {
    background: #fff;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex !important;
    flex-direction: column;
    gap: 1vw;
    height: 100%;
    min-height: 19vw;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.testimonial-user img {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user h4 {
    font-size: 1.1vw;
    font-weight: 600;
    margin: 0;
    color: #3D3D3D;
}

.testimonial-user span {
    font-size: 0.9vw;
    color: #666;
}

.testimonial-text {
    font-size: 1.25vw;
    color: #3D3D3D;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.stars {
    color: #FFA500;
    font-size: 1.2vw;
}

/* Swiper pagination override */
.testimonial-slider {
    overflow: hidden;
}

.testimonial-slider .swiper-pagination {
    text-align: center !important;
    margin-top: 1vw;
    margin-bottom: 40px;
}

.testimonial-slider .swiper-pagination-bullet {
    background: #92BFFF;
    opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background: #3F83F8 !important;
    width: 1.5vw;
    height: 0.4vw;
    border-radius: 50px;
}

/* testimonial css end here */
/* footer section css start here */
.footer {
    background-color: #032D81;
    padding: 2.778vw 0;
}

.footer .right_ftr p {
    display: none;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_ftr {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 16px;
}

.left_ftr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.social_icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.556vw;
}

.social_icons a {
    display: flex;
    align-items: center;
}

.footer p {
    color: #EDF4FF;
    font-size: 1.25vw;
    font-weight: 500;
}

.footer_menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.083vw;
}

.footer_menus a {
    text-decoration: none;
    color: #FFFFFF;
}

/* footer section css end here */
/* integration section css start here */
.integration_sec {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f8f8f8 100%);
}

.integration_sec .bottom_integration ul {
    display: flex;
    list-style-type: none;
    gap: 1.5rem;
}

.integration_sec .bottom_integration ul .color_card {
    padding: 2.083vw;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.integration_sec .bottom_integration ul .color_card .color_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.bottom_integration {
    padding: 80px 0 0 0;
}

.integration_sec .learn-more {
    margin-top: 60px;
}

.integration_sec .bottom_integration ul .color_card .color_body h2 {
    color: #3D3D3D;
    font-size: 2.5vw;
    font-weight: 500;
    letter-spacing: -0.04em;
    width: 85%;
}

.learn_more_btn-gry {
    color: #3D3D3D;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.25vw;
    letter-spacing: -0.01em;
}

.learn_more_btn-gry img {
    filter: invert(21%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(97%) contrast(88%);
}

.integration_sec .bottom_integration ul .color_card .color_body p {
    color: #656565;
    font-size: 1.111vw;
    letter-spacing: -0.01em;
    font-weight: 400;
    width: 85%;
}

.color_card.purple {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        linear-gradient(360deg, rgba(68, 76, 231, 0) 0%, rgb(28 36 210 / 12%) 100%);
    background-blend-mode: overlay;
}

.color_card.pista {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        linear-gradient(360deg, rgba(24, 145, 206, 0) 0%, rgba(24, 145, 206, 0.20) 100%);
    background-blend-mode: overlay;
}

.color_card.green {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        linear-gradient(360deg, rgba(29, 181, 104, 0) 0%, rgba(29, 181, 104, 0.20) 100%);
    background-blend-mode: overlay;
}

.color_card.green img.green {
    padding: 10px;
    border-radius: 8px;
    background: #2DCD7D;
}

.color_card.pista img.pista {
    background: #008ED5;
    padding: 10px;
    border-radius: 8px;
}
.color_card .logo_head img{
width: 3.056vw;
}
.color_card.purple img.purple {
    background: #6972FF;
    padding: 10px;
    border-radius: 8px;
}

.integration_sec .top_integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.integration_sec .top_integration h6 {
    color: #3D3D3D;
    font-size: 0.833vw;
    font-weight: 600;
    text-transform: uppercase;
}

.integration_sec .top_integration p {
    color: #656565;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.2;
    width: 64%;
    text-align: center;
}

.integration_sec .top_integration h2 {
    color: #3D3D3D;
    font-size: 3.333vw;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    letter-spacing: -0.02em;
}

.integration_sec .top_integration h2::after {
    content: "";
    position: absolute;
    right: -9%;
    top: -30px;
    background-image: url(../assets/output.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.708vw;
    height: 41px;
    transform: rotate(0deg);
    transition: transform 0.6s ease;
}

.integration_sec .top_integration ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: space-between;
    gap: 1.667vw;
    margin: 20px 0;
}

.integration_sec .top_integration ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #525252;
    font-size: 1.111vw;
    letter-spacing: -0.01em;
    font-weight: 500;
}

/* contact us form section css start here */
.contact-section {
    background: #EDF4FF;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 10vw;
}

.contact-left h2 {
    font-size: 3.333vw;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    width: 50%;
}

.contact-left p {
    color: #000000;
    font-size: 1.111vw;
    line-height: 1.2;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.two-cols {
    flex-direction: row;
    gap: 12px;
}

.two-cols input {
    flex: 1;
}

input,
textarea {
    padding: 0.8vw 1vw;
    font-size: 1vw;
    border: none;
    border-radius: 12px;
    background: white;
    resize: none;
}

input::placeholder,
textarea::placeholder {
    color: #7C7C7C;
    font-size: 1vw;
    font-weight: 500;
}

.phone-row {
    display: flex;
}

.phone-input {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 0.5vw;
    padding: 0 1vw;
    width: 100%;
}

.phone-input .country-code {
    margin-right: 0.5vw;
    white-space: nowrap;
    font-size: 1vw;
    color: #333;
}

.phone-input input {
    width: 100%;
    padding: 0.8vw 0;
    border: none;
    font-size: 1vw;
    outline: none;
    background: transparent;
}

.submit-btn {
    background: linear-gradient(90deg, #3f83f8 0%, #1a73e8 100%);
    color: white;
    font-size: 1.2vw;
    padding: 0.9vw 1.6vw;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5vw;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    box-shadow:
            1.05px 1.05px 4.2px 0px #0000001F,
            2.1px 6.3px 6.3px 0px #0000001A,
            5.25px 13.66px 9.45px 0px #0000000F,
            9.45px 25.21px 10.51px 0px #00000005,
            14.71px 38.87px 11.56px 0px #00000000;
}

.arrow {
    font-size: 1.2vw;
}


/* contact us form section css end here */
.main-section {
    background: #fafafa;
    text-align: center;
}

.main-section h1 {
    font-size: 3.333vw;
    font-weight: 400;
}

.main-section p {
    font-size: 1.111vw;
    font-weight: 400;
    margin-top: 1.5rem;
}

.middle-charts {
    display: flex;
    gap: 1.181vw;
}

.middle-charts .task_progress img {
    width: 100%;
}

.dashboard-wrapper {
    background: #FFFFFF;
    display: flex;
    gap: 12px;
    width: 59.583vw;
    height: 85vh;
    /* height: 600px; */
    transform: perspective(1000px) rotateX(20deg);
    transform-origin: bottom center;
    transition: transform 0.3s ease;
}

.dashboard-wrapper .sidebar {
    width: 25%;
    transform: translate(-80px, -80px);
}
.greeting{
    transform: translateX(50px);
}
.task_progress {
    transform: translateX(140px);
}

.kpi-cards .kpi-card:nth-child(2),
.kpi-cards .kpi-card:nth-child(1) {
    transform: translateY(-90px);
}

.kpi-cards .kpi-card:last-child {
    transform: translateX(140px);
}

.dashboard-wrapper .main-content .breadcrumb img,
.dashboard-wrapper .sidebar img,
.bottom-charts img {
    width: 100%;
}

.dashboard-wrapper .main-content {
    border: 1px solid #EEEFF2;
    border-radius: 16px;
    margin: 12px 0;
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.top-bar,
.bottom-charts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0.972vw;
}

.top-bar .filters {
    display: flex;
    gap: 0.414vw;
    align-items: center;
    font-size: 0.579vw;
    text-decoration: none;
}

.top-bar .filters a {
    text-decoration: none;
    display: flex;
    gap: 0.278vw;
    padding: 5px 9px;
    border-radius: 5.96px;
}

.top-bar .filters a.transparent-btn {
    color: #808897;
    box-shadow: 0px 0.6px 1.19px 0px #0D0D120F;
    border: 0.6px solid #EEEFF2;
}

.top-bar .filters a.blue-line-btn {
    color: #3F83F8;
    box-shadow: 0px 0.6px 1.19px 0px #0D0D120F;
    border: 0.6px solid #3F83F8;
}

.top-bar .filters a.blue-btn-dash {
    color: #FFFFFF;
    background: #3F83F8;
    box-shadow: 0px 0.6px 1.19px 0px #0D0D120F;
    border: 0.6px solid #3F83F8;
}

.kpi-cards {
    display: flex;
    width: 100%;
    gap: 1.214vw;
}

.kpi-cards2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.828vw;
}

.kpi-cards2 .kpi-card {
    width: 10vw;
}

.kpi-card {
    box-shadow: 0px 1px 2px 0px #0D0D120F;
    border: 1px solid #EEEFF2;
    padding: 0.497vw;
    border-radius: 10px;
    width: calc((100% / 3) - 1.181vw);
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff;
}

.kpi-icons {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 100%;
}

.kpi-icons img.card-icon {
    width: 1.667vw;
    height: auto;
}

.kpi-card h6 {
    color: #666D80;
    font-weight: 500;
    font-size: 0.576vw;
}

.kpi-card .count {
    font-size: 0.993vw;
}

.greeting p {
    font-size: 0.576vw;
    font-weight: 500;
    color: #666D80;
}

.greeting h2 {
    font-size: 1.319vw;
    font-weight: 600;
}