.ittech-more-about-style {
    padding: .69rem 0;
}
.ittech-more-about-style .section-title.center {
    text-align: center;
    position: relative;
    margin-bottom: 1.39rem;
}
.ittech-more-about-style .section-title .subtitle {
    font-size: 1.39rem;
    padding: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0c5adb;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    transition: .5s;
    margin: .76rem 0 .97rem 0;
}
.ittech-more-about-style .section-title .subtitle:before {
    position: absolute;
    left: -3.06rem;
    top: 0;
    width: 2.71rem;
    height: .83rem;
    background: url('/wp-content/uploads/2025/10/title-shape.webp');
    content: "";
    top: .35rem;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ittech-more-about-style .section-title .subtitle:after {
    position: absolute;
    right: -3.06rem;
    top: 0;
    width: 2.71rem;
    height: .83rem;
    background: url('/wp-content/uploads/2025/10/title-shape-1.webp');
    content: "";
    top: .35rem;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ittech-more-about-style .section-title .title {
    font-size: 2.92rem;
    margin: .56rem 0 0;
    line-height: 3.47rem;
    color: #232323;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    transition: .5s;
}
.ittech-more-about-style .section-title .title3 {
    font-size: 2.92rem;
    margin: 0px 0 0;
    line-height: 3.47rem;
    color: #232323;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    transition: .5s;
}
.ittech-more-about-style .section-boxed.column-gap {
    display: flex;
    gap: 1.39rem;
    padding: .69rem 0;
}
.ittech-more-about-style .section-boxed .elements-col-33 {
    width: 33.333%;
    display: flex;
}
.ittech-more-about-style .widget-service .service-box {
    border-radius: 1.39rem;
    padding: 3.61rem 2.78rem 3.47rem;
    background-image: linear-gradient(0deg, #ffffff 0%, #e5edfb 100%);
    position: relative;
    z-index: 2;
    transition: .5s;
    border: .07rem solid #e6eefb;
    overflow: hidden;
}
.ittech-more-about-style .widget-service .service-box-icon img {
    transition: .5s;
    height: 4.31rem;
    aspect-ratio: 62/62;
    object-fit: contain;
    object-position: left;
}
.ittech-more-about-style .widget-service .service-box-title h3 {
    margin: 2.08rem 2.99rem 1.74rem 0px;
    transition: all 400ms linear;
    font-size: 1.94rem;
    line-height: 1.94rem;
    color: #000000;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.ittech-more-about-style .widget-service .description {
    font-size: 1.11rem;
    line-height: 1.94rem;
    color: #616161;
    font-weight: 400;
    font-family: "Nunito";
    padding: 0 0 .97rem 0;
    margin: 0 0 1.39rem 0;
}
.ittech-more-about-style .widget-service .description p {
    margin: 0;
}
.ittech-more-about-style .widget-service .service-btn a {
    border-radius: 2.08rem;
    margin-top: 0;
    font-size: 1.04rem;
    line-height: 0px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    display: block;
    position: relative;
    padding: 1.74rem 1.11rem;
    border: .07rem solid #dadcde;
    transition: .5s;
    z-index: 1;
}
.ittech-more-about-style .widget-service .service-box:hover .service-btn a {
    color: #fff;
    transition: .5s;
}
.ittech-more-about-style .widget-service .service-btn a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: .5s;
    background: #265afd;
    border-radius: 2.08rem;
    opacity: 1;
    z-index: -1;
    right: 0;
    margin: auto;
}
.ittech-more-about-style .widget-service .service-box:hover .service-btn a:before {
    width: 100%;
    transition: .5s;
}
.ittech-more-about-style .widget-service .service-box .service-btn a i {
    position: absolute;
    right: .69rem;
    top: .35rem;
    height: 2.78rem;
    width: 2.78rem;
    line-height: 2.78rem;
    background: #0c5adb;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    border: .07rem solid #e6eefb;
    transition: 0.4s;
    color: #fff;
}
.ittech-more-about-style .widget-service .service-box:hover .service-btn a i {
    background: #0c5adb;
    border:.07rem solid #e6eefb;
    color:#fff;
    transition: 0.4s;
}
.ittech-more-about-style .widget-service .service-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
    background-image: linear-gradient(0deg, #e5edfb 0%, #ffffff 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.39rem;
}
.ittech-more-about-style .widget-service .service-box:hover:after{
    height: 100%;
}
.ittech-more-about-style .widget-service .service-box:hover .service-box-icon img{
     animation: about_wobble_vertical 1s forwards ease-in-out 0s;
}
@keyframes about_wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767.9px) {
    .ittech-more-about-style {
        padding: 18.7rem 5.12rem;
    }
    .ittech-more-about-style .section-title.center {
        margin-bottom: 5.12rem;
        padding-top: 2.56rem;
    }
    .ittech-more-about-style .section-title .subtitle {
        font-size: 5.12rem;
        padding: 0;
        margin: 2.82rem 0 3.59rem 0;
    }
    .ittech-more-about-style .section-title .subtitle:before {
        top: 1.28rem;
        width: 9.99rem;
        height: 3.07rem;
        left: -11.27rem;
    }
    .ittech-more-about-style .section-title .subtitle:after {
        top: 1.28rem;
        width: 9.99rem;
        height: 3.07rem;
        right: -11.27rem;
    }
    .ittech-more-about-style .section-title .title {
        font-size: 4.87rem;
        line-height: 8.45rem;
        margin: 2.05rem 0 0;
    }
    .ittech-more-about-style .section-title .title3 {
        font-size: 5.38rem;
        line-height: 8.45rem;
    }
    .ittech-more-about-style .section-boxed.column-gap {
        flex-wrap: wrap;
        gap: 5.12rem;
        padding: 0;
        flex-direction: column;
    }
    .ittech-more-about-style .section-boxed .elements-col-33 {
        width: 100%;
    }
    .ittech-more-about-style .widget-service .service-box {
        border-radius: 5.12rem;
        padding: 13.32rem 10.25rem 12.81rem;
        border: .26rem solid #e6eefb;
    }
    .ittech-more-about-style .widget-service .service-box-icon img {
        height: 15.88rem;
    }
    .ittech-more-about-style .widget-service .service-box-title h3 {
        margin: 7.68rem 0px 6.4rem 0px;
        font-size: 7.17rem;
        line-height: 7.17rem;
    }
    .ittech-more-about-style .widget-service .description {
        font-size: 4.1rem;
        line-height: 7.17rem;
        padding: 0 0 3.59rem 0;
        margin: 0 0 5.12rem 0;
    }
    .ittech-more-about-style .widget-service .service-btn a {
        border-radius: 7.68rem;
        font-size: 3.84rem;
        padding: 6.4rem 4.1rem;
        border: .26rem solid #dadcde;
    }
    .ittech-more-about-style .widget-service .service-btn a:before {
        border-radius: 7.68rem;
    }
    .ittech-more-about-style .widget-service .service-box:hover .service-btn a i {
        border: .26rem solid #e6eefb;
    }
    .ittech-more-about-style .widget-service .service-box:after {
        border-radius: 5.12rem;
    }
    .ittech-more-about-style .widget-service .service-box .service-btn a i {
        right: 2.56rem;
        top: 1.28rem;
        height: 10.25rem;
        width: 10.25rem;
        line-height: 10.25rem;
        border: .26rem solid #e6eefb;
    }
}