
/*===========================================*/
/*=========== Humayun Ahmed =================*/
/*===========================================*/

/*============================
  ========== = = =  = ==========     
              = =  =
               =  =
                =


/*section Title Style 8*/

.section-title.style8 span {
    display: inline-block;
    color: #6766FF;
}

.section-title.style8 p.description {
    width: 56%;
    font-family: Nunito;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    opacity: 1;
    margin: 25px auto 0 !important;
    color: #fff;
}



/*service Box Style 31*/
.service-box.style31 {
    background: linear-gradient(180deg, rgba(22, 9, 64, 0.8) 46.15%, #6766FF 100%);
    border: 1px solid #FFFFFF1A;
    padding: 27px 17px 57px;
    border-radius: 20px;
    position: relative;
}

.service-box.style31 .content {
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 64px 0 40px 147px;
}

.service-box.style31 .icon {
    float: left;
    position: relative;
    top: 8px;
    margin-right: 21px;
}

.service-box.style31 h3.title {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 9px;
}
.service-box.style31 p.description {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.5;
    width: 58%;
    overflow: hidden;
}

.service-box.style31 .service-box-text h2 {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin: 0 0 26px;
    text-align: center;
}
.service-box.style31 .service-btn {
    position: absolute;
    left: 40%;
    bottom: -21px;
}
.service-box.style31 .service-btn a {
    display: inline-block;
    background: #6766FF;
    color: #fff;
    padding: 13px 32px 10px;
    border-radius: 30px;
    padding-right: 43px;
}
.service-box.style31 .service-btn i {
    display: inline-block;
    position: relative;
    left: 9px;
}




/*icon box Style 19*/
.icon-box.style19 {
    background: #6766ff8f;
    display: inline-block;
    padding: 29px 26px 21px;
    border-radius: 10px;
    position: absolute;
    left: -117px;
    top: -26px;
}
.icon-box-elementor .icon-box.style19 {
    left: 196px;
    position: relative;
    top: -38px;
}
.icon-box.style19 .title h2 {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0 1px;
}
.icon-box.style19 .description p {
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
    font-size: 20px;
}


/*service box Style 32*/
.service-box.style32 {
    background: linear-gradient(0deg, #211B39 0%, #0B0523 100%);
    padding: 42px 12px 37px;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    text-align: center;
}
.service-box.style32 h3.title {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 16px 0 30px;
}

.single-video.style9 .video-icon i {
    display: inline-block;
    width: 138px;
    height: 138px;
    background: #6766FF;
    line-height: 146px;
    font-size: 50px;
    border-radius: 50%;
    position: absolute;
    left: -67px;
    bottom: -37px;
    color: #fff !important;
}

/*blog Style 8*/
.post-item.style8 {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border: 1px solid #423D5D;
    background: #1E1836;
    border-radius: 20px;
    padding: 20px;
}
.post-item.style8 ul.post-categories li {
    display: inline-block;
}
.post-item.style8 ul.post-categories li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    background: #6766FF;
    color: #fff;
    padding: 2px 22px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-right: 10px;
}
.post-item.style8 .categories {
    display: inline-block;
    margin-top: 24px;
}
.post-item.style8 .meta {
    display: inline-block;
}
.post-item.style8 .date {
    color: #6766FF;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.post-item.style8 .blog_post_inner_content a {
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    padding: 20px 30px 28px 0px;
    border-bottom: 1px solid #342E49;
    margin: 0 0 5px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    transition: 0.5s;
    color: #fff;
}
.post-item.style8 .blog_post_inner_content a:hover{
    color:#6766FF;
}
.post-item.style8 .blog_post_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.post-item.style8 .comment {
    color: #fff;
    font-size: 20px;
    font-family: "Rajdhani";
    font-weight: 600;
}
.post-item.style8 .blog_btn i {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border: 1px solid#3A3575;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
    color: #fff;
    transform: rotate(-45deg);
}
.post-item.style8:hover .blog_btn i{
    background:#6766FF ;
    border-color: #6766FF;
}

/*section Title Style 9*/
.section-title.style9 .subtitle {
    font-weight: 600;
    position: relative;
    border: 1px solid #FFFFFF33;
    display: inline-block;
    color: #fff;
    background: #371A60;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 16px;
    margin: 0 0 21px;
}
.section-title.style9 h3.title {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 70px;
    line-height: 64px;
    color: #fff;
}
.section-title.style9 p.description {
    font-family: Rajdhani;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 18px auto 0;
    width: 47%;
    color: #fff;
}


/*heading Style 9*/

.heading.style-12 h2 {
    color: #fff;
    font-size: 49px;
    text-align: center;
    margin: 0;
}


/*style ten*/
.section-title.style10 .subtitle {
    position: relative;
    margin: 0 0 25px;
    background: #f0f0ff21;
    display: inline-block;
    color: #F0F0FF;
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 59px 9px 61px;
    border-radius: 30px;
    border: 1px solid #ffffff2b;
    text-transform: uppercase;
    position:relative;
}
.section-title.style10.center .subtitle{
    position:relative;
    z-index:1;
    display:inline-block;
}
.section-title.style10.center .subtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 26px;
    top: 0;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/left1.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.section-title.style10.center .subtitle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 25px;
    top: 0;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/right1.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.section-title.style10.left h5 {
    padding-left: 31px;
     position:relative;
    z-index:1;
    display:inline-block;
}
.section-title.style10.left .subtitle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 25px;
    top: 0;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/right1.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.section-title.style10 h3.title {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 50px;
    line-height: 46px;
    color: #fff;
}
.section-title.style10.center p.description {
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    width: 50%;
    margin: auto;
    margin-top: 16px;
    opacity: 0.6;
}


/*icon box Style 21*/
.icon-box.style21 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 40px 22px 9px 24px;
    transition: all 300ms ease;
    text-align: center;
    background: linear-gradient(180deg, #120C2A 0%, #1F1937 100%);
}
.icon-box.style21::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style21 .title h2 {
    margin: 12px 0 11px;
    color: #fff;
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 24px;
}
.icon-box.style21 .description p {
    color: #fff;
    opacity: 0.6;
    margin: 0 0 25px;
}

.icon-box.style21 .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0px 0px 20px;
}
.icon-box.style21 .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.icon-box.style21 .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.icon-box.style21 .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 20px 20px 0px;
}
.icon-box.style21 .ai-hover-box {
    background-color: #6766FF;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.icon-box.style21:hover .ai-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}








/*Service Box style 33*/

.service-box.style33{
    
}

.service-box.style33 {
    background-image: url("https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-1-13.png");
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3E3A60;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     padding: 42px 38px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.service-box.style33 h3.title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 11px;
}
.service-box.style33 p.description {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    width: 85%;
    margin: 0 0 37px;
}

.service-box.style33 .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0px 0px 20px;
}
.service-box.style33 .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.service-box.style33 .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.service-box.style33 .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 20px 20px 0px;
}
.service-box.style33 .ai-hover-box {
    background-color: #6766FF;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.service-box.style33:hover .ai-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.service-box.style33 .service-thumb img {
    position: relative;
    left: -53px;
}
.elemenetor-box .service-box.style33 .service-thumb img {
    position: relative;
    left: 0px;
}

.elemenetor-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 45.87%);
    border-radius: 20px;
}


/*icon Box Style 22*/
.icon-box.style22 {
    text-align: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(rgb(18, 12, 42) 0%, rgb(31, 25, 55) 100%);
    padding: 37px 14px 14px;
    border-radius: 10px;
}
.icon-box.style22::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style22::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -239px;
    bottom: -6px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/angle2-2.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.icon-box-class .icon-box.style22::after{
    background:none;
}
.icon-box.style22 .number h2 {
    display: inline-block;
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 28px;
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border-radius: 50%;
    line-height: 56px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.icon-box.style22 .number h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.6) 6.8%, rgba(103, 102, 255, 0.3) 18.42%, rgba(103, 102, 255, 0.3) 83.88%, rgba(255, 255, 255, 0.6) 92.96%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
    border-radius: 50%;
}
.icon-box.style22 .title h2 {
    font-family: Rajdhani;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 19px 0 10px;
}
.icon-box.style22 .description p {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff66;
}


.icon-box.style22 .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0px 0px 20px;
}
.icon-box.style22 .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.icon-box.style22 .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.icon-box.style22 .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0px 20px 20px 0px;
}
.icon-box.style22 .ai-hover-box {
    background-color: #6766FF;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.icon-box.style22:hover .ai-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/*testimaonail style 10*/
.testimonial-item.style10 {
    background: linear-gradient(0deg, #211B39 0%, #0B0523 100%);
    padding: 34px 30px 34px;
    border-radius: 20px;
}
.testimonial-item.style10 .author_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style10 .author img {
    width: 65px !important;
}
.testimonial-item.style10 h4.name {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin: 0;
}
.testimonial-item.style10 h5.designation {
    font-family: Nunito;
    font-weight: 400;
    font-size: 15px;
    color: #ffff;
    margin: 4px 0 0;
}
.testimonial-item.style10 .testi-star i {
    display: inline;
    color: #FF9F31;
    font-size: 16px;
    margin-right: 3px;
}
.testimonial-item.style10 p.quote {
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 36px 0 0;
    color: #ffffff8a;
}

.testimonial-item.style10 .reviews_rating {
    margin-top: 26px;
}

/*portfolio Style Three*/
.portfolio-filter.style_three .single-conten {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(180deg, rgba(11, 5, 35, 0.6) 0%, rgba(33, 27, 57, 0.6) 100%);
    padding: 21px 19px 5px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 0 12px 0;
    text-align: left;
}

.portfolio-filter.style_three .single-conten::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.portfolio-filter.style_three .prot_content a {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: inline-block !important;
    font-family: Rajdhani;
    font-size: 30px !important;
    margin: 22px 0 13px;
}

/*section Title Style 12*/
.section-title.style12 h3.title {
    color: #fff;
    margin: 0px 0 0;
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
}

.section-title.style12 p.description {
    font-size: 18px !important;
    padding: 13px 0 0px;
    line-height: 28px;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    margin: 0 auto 0;
    width: 54%;
}





.single-video.style-one.style-13 .video-icon a, .single-video.style-two .video-icon a {
    background: #6766ff;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: #fff;
    font-size: 20px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
}
.single-video.style-one.style-13 .video-icon a i {
    position: relative;
    display: inline-block;
    font-size: 26px !important;
    color: #fff !important;
    display: inline-block;
    top: -4px;
}


/*Section Title Style 13*/

.section-title.style13 .subtitle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 0 22px;
    background: transparent;
}
.section-title.style13 .subtitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.section-title.style13 h3.title {
    color: #fff;
    margin: 0px 0 0;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
}

.section-title.style13.center p.description {
    font-size: 18px;
    padding: 7px 0 0px;
    line-height: 28px;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    margin: 9px auto 0 !important;
    width: 57%;
}

/*service Box Style 38*/
.service-box.style38 {
    text-align: center;
    padding: 40px 20px 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: linear-gradient(138.31deg, rgba(255, 255, 255, 0.03) 14.02%, rgba(255, 255, 255, 0.1) 46.84%, rgba(255, 255, 255, 0.1) 46.84%, rgba(255, 255, 255, 0.03) 79.66%);
    border-radius: 10px;
}
.service-box.style38:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style38:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 10px;
    background: #6766FF;
    transition: .5s;
}
.service-box.style38:hover:after{
    width:100%;
}
.service-box.style38 .icon {
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    width: 90px;
    height: 90px;
    line-height: 120px;
    text-align: center;
    border-radius: 24px;
    position: absolute;
    border: 1px solid rgba(103, 102, 255, 0.3);
    margin: 0 auto 0;
    top: -45px;
    left: 0;
    right: 0;
}

.service-box.style38 h3.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 28px 0 8px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}

.service-box.style38 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 20px;
}

.service-box.style38 span.service-box-number {
    transition: .5s;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    color: #ffffff69;
    transition: .5s;
}




/*service box Style 39*/
.service-box.style39 {
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    padding: 20px 20px 25px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.service-box.style39:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style39 .service-thumb img {
    width: 100%;
}
.service-box.style39 h3.title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 32px 0 0;
}
.service-box.style39 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
}
.service-box.style39 .service-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 285px;
}
.service-box.style39 .service-btn a {
    display: inline-block;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    transition: .5s;
    position: relative;
    z-index: 1;
    transform: rotate(-45deg);
}
.service-box.style39:hover .service-btn a{
    color:#fff;
}

.service-box.style39 .service-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.service-box.style39 .service-btn a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #6766FF;
    transform: scale(0);
    transition: .5s;
}
.service-box.style39:hover .service-btn a:after{
    transform:scale(1);
}

/*pricing Box Styl 6*/
.pricing.style-six {
    border-radius: 30px;
    display: flex;
    padding: 31px 32px 19px;
    gap: 80px;
    transition: .5s;
    border: 1px solid #3A354E;
}
.pricing.style-six h5.title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 23px;
}

.pricing.style-six .price-item span {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    display: inline-block;
}

.pricing.style-six p.description {
    color: #fff;
    margin: 8px 0 34px;
    opacity: 0.6;
}

.pricing.style-six .button a{
    list-style: none;
    color: #fff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 24px;
    padding: 12px 53px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    cursor: pointer;
}
.pricing.style-six .button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style-six .button a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing.style-six:hover .button a::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.pricing.style-six .button a i {
    margin-left: 6px;
}
.pricing.style-six h3.pricing-title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 22px;
    font-weight: 500;
}
.pricing.style-six ul.features li {
    list-style: none;
    color: #ABA9BA;
    margin-bottom: 4px;
}

.pricing.style-six ul.features li img {
    position: relative;
    top: 6px;
    margin-right: 12px;
}



/*testimonail Style 11*/
.testimonial-item.style11 .testimonial-content {
    background: linear-gradient(0deg, #211B39 0%, #0B0523 100%);
    padding: 30px 32px 30px;
    border-radius: 20px;
    display: inline-block;
}
.testimonial-item.style11 .testi-star i {
    display: inline;
    color: #FF9F31;
    font-size: 16px;
    margin-right: 3px;
}
.testimonial-item.style11 p.quote {
    font-family: Nunito;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.70);
}
.testimonial-item.style11 .author img {
    display: inline-block;
    width: 50px !important;
}
.testimonial-item.style11 .author_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.testimonial-item.style11 h4.name {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin: 0;
}
.testimonial-item.style11 h5.designation {
    font-family: Nunito;
    font-weight: 400;
    font-size: 15px;
    color: #ffff;
    margin: 4px 0 0;
}





/*section Title Style 14*/

.section-title.style14 .subtitle {
    padding: 0;
    border-radius: 0;
    background: transparent;
    display: inline-block;
    color: #00B4D8;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    margin: 0 0 18px;
}

.section-title.style14 .subtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -18px;
    top: 3px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/cheak3.png);
    background-repeat: no-repeat;
}

.section-title.style14 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    font-family: "Inter", sans-serif;
}
.section-title.style14 p.description {
    padding: 16px 0 15px;
    color: #fff;
    font-size: 20px !important;
    font-family: "Inter", sans-serif;
    width: 55%;
    line-height: 30px;
    margin: 0px auto 0;
}
/*button Style 13*/

.dreamit-button.style13 a.button {
    display: inline-block;
    color: #fff;
    background-color: #00B4D8;
    padding: 13px 36px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
    font-family: "Rajdhani", sans-serif;
}
.dreamit-button.style13 a.button:hover{
    color:#00B4D8;
}
.dreamit-button.style13 a.button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 45px;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}
.dreamit-button.style13 a.button:hover:before{
    transform:scale(1);
}
.dreamit-button.style13 a.button i {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
/*video Style 11*/
.single-video.style-11 .video-icon i {
    display: inline-block;
    color: #002E43;
    background: #D5F7FF;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100px;
    border: 1px solid #120C2A1A;
    backdrop-filter: blur(35px);
    font-size: 15px !important;
    position: relative;
}
.single-video.style-11 .video-icon a span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding-left: 12px;
}


.heading.style1 h6.heading-text {
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.heading.style1 h6.heading-text:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -63%;
    width: 180px;
    height: 0;
    border-top: 1px solid;
    border-image: linear-gradient(270deg, #002E43 0%, #FFFFFF 100%);
    border-image-slice: 1;
}
.heading.style1 h6.heading-text:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -63%;
    width: 180px;
    height: 0;
    border-top: 1px solid;
    border-image: linear-gradient(270deg, #002E43 0%, #FFFFFF 100%);
    border-image-slice: 1;
}

.brand.style4 .brand-item img {
    filter: brightness(0) invert(1);
}

/*section Title Style 16*/
.section-title.style16 h5.subtitle {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #00B4D812;
    border: 1px solid #FFFFFF33;
    padding: 6px 23px;
    border-radius: 30px;
    margin: 0 0 28px;
    backdrop-filter: blur(20px);
    font-family: "Inter", sans-serif;
}

.section-title.style16 h3.title {
    color: #fff;
    margin: 0px 0 0;
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.section-title.style16 p.description {
    padding: 16px 0 0px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff91;
    font-weight: 400;
    margin: 0 auto 0;
    font-family: "Inter", sans-serif;
    width: 43%;
}

/*SERVICE Box Style 40*/
.service-box.style40 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    border-radius: 30px;
}

.service-box.style40 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 0;
}
.service-box.style40 p.description {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0;
    width: 73%;
}
.service-box.style40 ul.features {
    margin: 110px 0 0;
}
.service-box.style40 ul.features li {
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.service-box.style40 ul.features li img {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

/*service box Style 41*/
.service-box.style41 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 30px;
    border-radius: 30px;
}
.service-box.style41 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 0;
}
.service-box.style41 p.description {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 30px;
}

/*service Carsole Style Three*/

.service_item.style_three {
    background: #FFFFFF12;
    padding: 10px 11px 29px;
    border-radius: 400px;
    transition: 0.5s;
    margin: 0 10px 0;
}
.service_item.style_three .service_content {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-align: center;
    padding-top: 30px;
}
.service_item.style_three h2.title {
    color: #ffff;
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 0;
}
.service_item.style_three p.description {
    font-size: 16px;
    line-height: 24px;
    margin: 8px auto 25px;
    color: #fff;
    width: 69%;
}
.service_item.style_three .service-details-button i {
    display: inline-block;
    background: #0C4F65;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 24px;
    color: #fff;
    transition: 0.5s;
}

.service_carousel.style3 button.owl-next i {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color:#fff;
    background:#FFFFFF12;
    z-index: 1;
    display: inline-block;
    border: 1px solid #002E4326;
}

.service_carousel.style3 button.owl-prev i {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: #fff;
    background:#FFFFFF12;
    z-index: 1;
    display: inline-block;
    border: 1px solid #002E4326;
}
.service_carousel.style3 .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
}






/*icon Box Style 26*/
.icon-box.style26 {
    display: flex;
    gap: 18px;
}
.icon-box.style26 .title h2 {
    margin: 0 0 7px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.icon-box.style26 .description p {
    color: #fff;
    opacity: 0.70;
    font-size: 18px;
    margin: 12px 0 0;
    width: 73%;
}
.icon-box.style26 .img-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #00B4D8;
    text-align: center;
    line-height: 85px;
}
.icon-box.style26 .img-icon img {
    filter: brightness(0) invert(1);
}



/*icon box Style 27*/
.icon-box.style27 {
    background: linear-gradient(180deg, #0C4F65 0%, #0C4F65 100%);
    border-radius: 20px;
    padding: 38px 30px 30px;
    text-align: center;
    transition: .5s;
}
.icon-box.style27 .number h2 {
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    font-size: 24px;
    color: #002E43;
    font-weight: 600;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 16px;
    text-align: center;
    transition: .5s;
}
.icon-box.style27:hover .number h2 {
    background: #00B4D8;
    color: #fff;
}
.icon-box.style27 .title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    margin: 32px 0 14px;
}

.icon-box.style27 .description p {
    color: #ffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0;
}



/*service Box Style 43*/
.service-box.style43 {
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/journey-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 79px 0 82px;
}

.service-box.style43 .icon {
    display: inline-block;
    background: #FFFFFF0D;
    height: 100px;
    width: 100px;
    line-height: 115px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.service-box.style43 .icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.5) 6.8%, rgba(255, 255, 255, 0.2) 23.17%, rgba(255, 255, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.5) 92.96%);
}
.service-box.style43 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin: 22px 0 5px;
}
.service-box.style43 p.description {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 45px;
    width: 40%;
}
.service-box.style43 .service-btn a {
    display: inline-block;
    color: #002E43;
    background-color: #FFFFFF;
    padding: 13px 36px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    overflow: hidden;
    backdrop-filter: blur(20px);
    font-family: "Rajdhani", sans-serif;
}


/*testimoial Style 13*/

.testimonial-item.style13 .author_box {
    float: left;
    margin-right: 55px;
}
.testimonial-item.style13 .bio {
    display: inline-block;
    text-align: center;
    position: relative;
    left: 38%;
    top: -77px;
}
.testimonial-item.style13 h4.name {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 4px;
    font-family: "Inter", sans-serif;
}
.testimonial-item.style13 h5.designation {
    margin: 0 0 0;
    font-family: Nunito;
    font-weight: 600;
    font-size: 16px;
    color: #ffff;
    opacity: 0.7;
}
.testimonial-item.style13 .testimonial-content {
    overflow: hidden;
    padding-top: 70px;
}
.testimonial-item.style13 .quote_image {
    display: inline-block;
}

.testimonial-item.style13 p.quote {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #ffff;
    margin: 27px 0 70px;
    font-family: "Inter", sans-serif;
}
.testimonial-item.style13 .testi-title h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
    font-family: "Inter", sans-serif;
}

.testimonial-item.style13 .testi-star i {
    color: #FF9F31;
}

/*Blog Post 11*/


.post-item.style11 .categories {
    display: inline-block;
}
.post-item.style11 .meta {
    display: inline-block;
}
.post-item.style11 ul.post-categories li {
    list-style: none;
}
.post-item.style11 ul.post-categories li a {
    list-style: none;
    background: rgba(255,255,255,0.1);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.post-item.style11 ul.post-categories li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgba(230, 247, 250, 0.2) 11.41%, rgba(230, 247, 250, 0.05) 21.67%, rgba(230, 247, 250, 0.05) 79.49%, rgba(230, 247, 250, 0.2) 87.5%);
}
.post-item.style11 .date {
    color: #ffff;
    margin-left: 18px;
}

.post-item.style11 .blog_post_inner_content h3 a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffff;
    font-size: 28px;
    margin: 19px 0 0;
    transition: .5s;
    display: inline-block;
}
.post-item.style11 .blog_post_inner_content p.desc {
    color: #FFFFFFB5;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 13px 0 0;
    font-family: "Inter", sans-serif;
    width: 85%;
}
.post-item.style11 .post-thumb {
    line-height: 0;
    margin-bottom: 33px;
}

/*accroding Style 5*/
ul.my-accordion.style5 a.active {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.0509803922);
    border: transparent;
    border-bottom: transparent;
    padding: 26px 40px 20px 40px;
}

ul.my-accordion.style5 li p {
    display: none;
    padding: 0px 30px 30px 32px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: var(--text-font);
    border-radius: 0px 0px 5px 6px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: transparent;
    border-top: transparent;
}

ul.my-accordion.style5 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 20px 39px 20px 33px;
    z-index: 1;
    font-size: 20px;
    color: #fff!important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: transparent;
}


/*Form Thealth Tech*/

.form-area.style_health_tech .form-group label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 0 0 10px;
}

.form-area.style_health_tech .form-group input {
    width: 100%;
    height: 56px;
    padding-left: 25px;
    border-radius: 40px;
    color: #ffff;
    transition: 0.5s;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #00B4D859;
    backdrop-filter: blur(20px);
    outline: 0;
}

.form-area.style_health_tech .form-group.last-box textarea {
    width: 100%;
    height: 154px;
    padding-left: 25px;
    border-radius: 20px;
    color: #ffff;
    transition: 0.5s;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #00B4D859;
    backdrop-filter: blur(20px);
}
.form-area.style_health_tech .buttons input {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: inline-block !important;
    color: #fff;
    background: #00B4D8 !important;
    border-radius: 45px;
    padding: 13px 35px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    width: 211px !important;
    border: 0;
}



/*heading Style 12*/
.heading.style-12 h1.heading-text {
    font-family: Inter;
    font-weight: 600;
    font-size: 75px;
    line-height: 85px;
    text-align: center;
    color: #060F2D;
    z-index: 22;
    position: relative;
}
.heading.style-12 p.heading-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #616161;
    width: 56%;
    margin: 31px auto 0px;
    text-align: center;
}
.heading.style-12 .animation-code svg {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
    height: 213px;
}
/*dream-it Button Style 16*/
.dreamit-button.style16 a.button {
    background: #8851FF;
    color: #fff;
    display: inline-block;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 20px 14px 36px;
    border-radius: 15px;
    position:relative;
    z-index:1;
}
.dreamit-button.style16 a.button:hover{
    color:#8851FF;
}
.dreamit-button.style16 a.button:before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:50%;
    top:0;
    background:#fff;
    z-index:-1;
    transition:0.5s;
    border-radius: 15px;
}
.dreamit-button.style16 a.button:hover:before{
    width:100%;
    left:0;
}
.dreamit-button.style16 a.button i {
    display: inline-block;
    width: 34px;
    height: 34px;
    top: 0;
    left: 10px;
    position: relative;
    line-height: 34px;
    background: #FFFFFF33;
    border-radius: 30px;
    border: 1px solid #FFFFFF33;
    transition:0.5s;
}
.dreamit-button.style16 a.button:hover i{
    background:#8851FF;
    color:#ffff;
}
/*section Title Style 18*/
.section-title.style18 h5.subtitle {
    color: #8851FF !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 14px;
    padding: 5px 24px;
    background: transparent;
    border: 1px solid #8851FF;
    position: relative;
    display: inline-block;
}
.section-title.style18 h5.subtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 100%;
    top: 14px;
    background: linear-gradient(90deg, #8851FF 0%, rgba(136, 81, 255, 0) 100%);
}
.section-title.style18 h5.subtitle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: -100%;
    top: 14px;
    background: linear-gradient(270deg, #8851FF 0%, rgba(136, 81, 255, 0) 100%);
}

.section-title.style18 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}
.section-title.style18 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    width: 46%;
    margin: 26px auto 0;
}


/*icon Box Style 32*/
.icon-box.style32 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 16px 18px 22px;
}
.icon-box.style32 .title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    margin: 33px 0 13px;
}

.icon-box.style32 .description p {
    width: 95%;
}
.icon-box.style32 .svg-icon {
    margin-top: 31px;
}
.icon-box.style32 .icon-box-content {
    margin-left: 28px;
}

.icon-box.style32 .svg-icon-thumb {
    border: 1px solid #6161611A;
    border-radius: 20px;
    padding: 0 0;
}

.icon-box.style32 .chart {
    width: 100%;
    height: 255px;
    position: relative;
    z-index: 22;
}

/*icon Box Stlye 34*/
.icon-box.style34 {
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/icon-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37px 39px 16px;
}
.icon-box.style34 .title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin: 42px 0 25px;
}
.icon-box.style34 .description p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.7;
}
.icon-box.style34 .number {
    position: absolute;
    top: -101px;
    left: 37%;
}
.icon-box.style34 .number h2 {
    width: 90px;
    height: 50px;
    background: #FFFFFF0D;
    border-radius: 30px;
    text-align: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: #ffff;
    margin: 0;
    line-height: 48px;
    position:relative;
    z-index:1;
}
.icon-box.style34:hover .number h2{
    background:#8851FF;
      transition:0.5s;
}
.icon-box.style34 .number h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 44px;
    left: 6px;
    top: 0;
    background: #141414;
    z-index: -1;
    border-radius: 30px;
}
.icon-box.style34 .number h2:after {
    position: absolute;
    content: "";
    width: 350px;
    height: 1px;
    left: 90px;
    top: 24px;
    border: 1px dashed #8851FF80;
    z-index: -1;
}
.elemenetor-box .icon-box.style34 .number h2:after {
    display:none;
}
.icon-box.style34 path{
    transition:1s;
}
.icon-box.style34:hover path {
    fill: #8851FF;
    transform: rotateY(-360deg);
}


/*teastimonila Style 14*/
.testimonial-item.style14 .author img {
    width: 50px !important;
}

.testimonial-item.style14 .author_box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 33px 19px 33px;
}

.testimonial-item.style14 .testimonial-content {
    background: #ffff;
    border-radius: 20px;
    padding: 37px 26px 41px;
    margin-top: 14px;
    position:relative;
    z-index:1;
}
.testimonial-item.style14 .testimonial-content:before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:50%;
    top:0;
    background:#8851FF;
    border-radius: 20px;
    z-index:-1;
    transition:0.5s;
}
.testimonial-item.style14:hover .testimonial-content:before{
    width:100%;
    left:0;
}

.testimonial-item.style14 .testi-star i {
    color: #8851FF;
    display: inline-block;
    margin-right: 4px;
    transition:0.5s;
}
.testimonial-item.style14:hover .testi-star i{
    color:#fff;
}
.testimonial-item.style14 p.quote {
    color: #616161;
    margin: 26px 0 42px;
    font-size: 17px;
    transition:0.5s;
}
.testimonial-item.style14:hover p.quote{
    color:#fff;
}
.testimonial-item.style14 .testi-title h4 {
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    transition:0.5s;
}
.testimonial-item.style14:hover .testi-title h4{
    color:#fff;
}
.testimonial-item.style14.active-box .author_box.two {
    margin-top: 13px;
    display: flex;
}
.testimonial-item.style14.active-box .author_box.one {
  display:none;
}

.testimonial-item.style14.active-box .author_box.two {
    margin-top: 13px;
}
.testimonial-item.style14 .author_box.two {
    display: none;
}
.testimonial-item.style14.active-box .testimonial-content {
    margin-top: 0;
}




/*pricing Style Seven*/

.pricing.style-seven {
    background: #F8F5FF;
    border-radius: 20px;
    padding: 28px 28px 25px;
}
.pricing.style-seven h5.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #060F2D;
    margin: 0 0 55px 65px;
    position: relative;
}
.pricing.style-seven h5.title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -63px;
    top: -16px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/s.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 26px 0;
}
.pricing.style-seven .price-item span {
    display: inline-block;
    font-family: Inter;
    font-weight: 600;
    font-size: 50px;
    color: #060F2D;
}
.pricing.style-seven span.month {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px !important;
    color: #616161;
}
.pricing.style-seven h3.pricing-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    border: 2px dashed #61616140;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    margin: 17px 0 32px;
}
.pricing.style-seven ul.features li {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    list-style: none;
    color: #616161;
}
.pricing.style-seven ul.features li img {
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.pricing.style-seven a.pricing-button.singinp {
    background: #F8F5FF;
    padding: 14px 28px;
    display: inline-block;
    border-radius: 10px;
    color: #060F2D;
    font-weight: 600;
    margin-top: 34px;
    z-index: 1;
    position:relative;
}
.pricing.style-seven:hover a.pricing-button.singinp{
    color:#fff;
}
.pricing.style-seven a.pricing-button.singinp:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 50%;
    top: 0;
    background: #8851FF;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
}
.pricing.style-seven:hover a.pricing-button.singinp:before{
    left:0;
    width:100%;
}
.pricing.style-seven .pricing-content {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 43px 39px 34px;
}



.dreamit-faq-wrapper {
    max-width: 100%;
    margin: auto;
    background: #FFFFFF;
    padding: 42px 64px 42px;
    border-radius: 20px;
}

.dreamit-faq-item {
    border-bottom: 1px solid #61616126;
}
.dreamit-faq-title {
    display: flex;
    justify-content: space-between;
    padding: 28px 0 13px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}
.faq-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #61616126;
    font-size: 28px;
    color: #8851FF;
    position: relative;
    top: -8px;
}
.dreamit-faq-content{
    height:0;
    overflow:hidden;
    transition:height 0.4s ease;
}

.dreamit-faq-item.active .dreamit-faq-content{
    height:auto;
    padding-bottom:20px;
}

.dreamit-faq-wrapper span.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #060F2D;
    display: inline-block;
}
.dreamit-faq-wrapper .dreamit-faq-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #616161;
    margin: 0 0 34px;
    width: 83%;
}
.dreamit-faq-wrapper .dreamit-faq-content ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 41px;
    margin-left: 24px;
    list-style: none;
    position: relative;
}
.dreamit-faq-wrapper .dreamit-faq-content ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -22px;
    top: 12px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/fred.png);
    background-repeat: no-repeat;
}





.hub-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1256px;
    margin: auto;
    padding: 0px 0 0;
    flex-wrap: wrap;
}
.hub-wrapper .center-logo {
    width: 160px;
    height: 160px;
    border-radius: 30px;
    background: linear-gradient(135deg,#6c63ff,#00d4ff);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.hub-wrapper .icons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.hub-wrapper .icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 104px;
    text-align: center;
    border: 1px solid #6161611A;
    position: relative;
}

.hub-wrapper .icon.apple {
    position: relative;
    left: 90px;
}

.hub-wrapper .icon.telegram {
    position: relative;
    left: -64px;
}
.hub-wrapper .icon.discord svg {
    position: absolute;
    right: 58%;
    top: 35px;
}

/*Animation Right Css*/
.hub-wrapper .icon.right-box-0 .svg-code {
    position: absolute;
    right: 72px;
    top: 32px;
}
.hub-wrapper .icon.right-box-1 .svg-code {
    position: absolute;
    right: 73px;
    top: 30px;
}
.hub-wrapper .icon.right-box-2 .svg-code {
    position: absolute;
    top: -16px;
    right: 168px;
}

.hub-wrapper .icon.right-box-2 {
    position: relative;
    left: -89px;
    top: 0;
}
.hub-wrapper .icon.right-box-2 .svg-code {
    position: absolute;
    top: -16px;
    right: 78px;
}
.hub-wrapper .icon.right-box-3 .svg-code {
    position: absolute;
    right: 82px;
    top: -60px;
}
.hub-wrapper .icon.right-box-4 .svg-code {
    position: absolute;
    right: 80px;
    top: -139px;
}

/*Left Css*/

.hub-wrapper .icon.left-box-0 .svg-code {
    position: absolute;
    left: 79px;
    top: 39px;
}
.hub-wrapper .icon.left-box-1 .svg-code {
    position: absolute;
    top: 29px;
    left: 79px;
}
.hub-wrapper .icon.left-box-2 {
    position: relative;
    left: 94px;
}
.icon.left-box-2 .svg-code {
    position: absolute;
    left: 80px;
    top: -17px;
}

.icon.left-box-3 .svg-code {
    position: absolute;
    top: -59px;
    left: 83px;
}
.icon.left-box-4 .svg-code {
    position: absolute;
    top: -137px;
    left: 82px;
}


.task_management .mc4wp-form-fields {
    position: relative;
    z-index: 22;
    margin: 30px auto 0;
    text-align: center;
}
.task_management .mc4wp-form-fields input[type="email"] {
    background: transparent;
    border-radius: 10px;
    position: relative;
    color: #fff;
    width: 42%;
    border: 1px solid #FFFFFF1A;
    height: 66px;
    padding: 0 39px;
}
.task_management .mc4wp-form-fields button {
    color: #fff;
    font-family: var(--title-font);
    background: #6766ff;
    font-weight: 400;
    font-size: 17px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    border: none;
    height: 47px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    right: 26%;
    top: 50%;
    transform: translate(-53%, -50%);
}


.brand.style7 .brand-item {
    background: transparent;
    padding: 48px 23px;
    margin-right: 20px;
    backdrop-filter: none;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: .5s;
    height: 139px;
}

.dark .pricing.style-seven .pricing-content {
    background: #2D2D2D;
}



/* Section Mouse Amination */
.elementor-element.elementor-element-wrap {
  position: relative;
  overflow: hidden;
}

/* Wrap covers full section */
#Wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* avoid blocking clicks */
}

/* Images */
#Wrap .FollowBox {
  position: absolute;
  width: 200px;
  height: 250px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


/*section Title Stytle 20*/

.section-title.style20 h5.subtitle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 33px 10px 46px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    position:relative;
}
.section-title.style20 h5.subtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 3px;
    top: 2px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/icon-2.png);
    background-repeat: no-repeat;
}
.section-title.style20 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 66px;
    line-height: 63px;
    color: #ffff;
}

/*list Stlyel 16*/
ul.item-list.style16 {
    border-top: 1px solid #ffffff21;
    margin: 7px 0 0;
    padding-top: 27px;
}
ul.item-list.style16 li {
    display: inline-block;
    margin-right: 23px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
ul.item-list.style16 li .icon {
    display: inline-block;
    margin-right: 6px;
}
ul.item-list.style16 li i {
    color: #8851FF;
    display: inline-block;
}

/* button Style 17*/
.dreamit-button.style17 a.button {
    background: #8851FF;
    display: inline-block;
    color: #fff;
    padding: 14px 42px 14px 38px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
}
.dreamit-button.style17 a.button i {
    display: inline-block;
    color: #fff;
    position: relative;
    left: 7px;
}
/*style 18*/
.dreamit-button.style18 a.button {
    display: inline-block;
    box-shadow: -2px 0px 7px 8px #FFFFFF40 inset;
    background: #140D24;
    padding: 14px 42px 14px 38px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.dreamit-button.style18 a.button i {
    display: inline-block;
    color: #fff;
    position: relative;
    left: 7px;
}

/*icon Box Style 36*/
.icon-box.style36 {
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: inline-block;
    padding: 26px 58px 35px;
    border-radius: 10px;
    position: relative;
    transform: rotate(6deg);
    left: 14px;
    z-index: 1;
}
.icon-box.style36 .number h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 22px;
}
.icon-box.style36 .segmented-ring-wrapper{
  position:relative;
  width:260px;
  height:260px;
  margin:auto;
}
.icon-box.style36 .segmented-ring-wrapper svg{
  width:100%;
  height:100%;
}
.icon-box.style36 .ring-percent{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:48px;
  font-weight:600;
  color:#ffffff;
}
.icon-box.style36 .title {
    text-align: center;
}
.icon-box.style36 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    background: #8851FF;
    padding: 5px 16px;
    border-radius: 30px;
    text-align: center;
}
.icon-box.style36 .description p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 6px 0 19px;
}


/*icon box Stlye 37*/
.icon-box.style37 {
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: inline-block;
    padding: 78px 36px 27px;
    border-radius: 10px;
    position: absolute;
    bottom: 224px;
    right: -172px;
    transform: rotate(-10deg);
}
.icon-box.style37 .number h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 0;
}
.icon-box.style37 .description p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}
.icon-box.style37 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    background: #67DF83;
    color: #140D24;
    padding: 3px 16px;
    border-radius: 30px;
}
.icon-box.style37 .icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.icon-box.style37 .text h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0;
    color: #fff;
    position: absolute;
    top: 33px;
    left: 54px;
}
.icon-box.style37 .text h1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -39px;
    top: -6px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/icon-2.png);
    background-repeat: no-repeat;
    padding: 23px 0;
}
.icon-box.style37 .purses-text {
    display: flex;
    margin-top: 13px;
    gap: 90px;
    position: relative;
    left: 28px;
}
.icon-box.style37 .purses-text span {
    color: #fff;
}


/*icon box Stlye 38*/
.icon-box.style38 {
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 32px 27px;
    width: 60%;
    border-radius: 10px;
    position: absolute;
    bottom: 48px;
    right: -187px;
}
.icon-box.style38 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0 0 6px;
}
.icon-box.style38 .description p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

/*heading Style 13*/
.heading.style-13 .split-text {
    font-family: Inter;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin: 0 auto 0;
    width: 88%;
}
.heading.style-13 #textSection {
    padding: 50px 0 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading.style-13 .split-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}

/*style 18*/

.marquee.style8 {
    position: relative;
    margin-top: 6px;
}
.marquee.style8::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #1E172E 2%, rgba(30, 23, 46, 0) 31.74%, rgba(30, 23, 46, 0) 66.29%, #1E172E 98%);
    z-index: 1;
}
.marquee.style8 .marquee-block h3 {
    background: #ffffff1a;
    width: 100px;
    height: 100px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
}

.marquee.style8 .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 14px;
    -webkit-animation: scroll 05s linear infinite;
    animation: scroll 20s linear infinite;
    min-width: 0;
}



/*icon box Style 39*/
.icon-box.style39 {
	text-align: center;
	position: relative;
}

.icon-box.style39 .icon i {
	display: inline-block;
	color: #8851FF;
	font-size: 27px;
}
.icon-box.style39 .title h2 {
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.icon-box.style39 .description p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	opacity: 0.5;
	width: 90%;
	margin: 16px auto 0;
}

.icon-box.style39 .svg-icon-thumb {
	position: absolute;
	top: -123px;
	left: 50%;
}

.icon-box-style-three .icon-box.style39 .svg-icon-thumb {
	position: absolute;
	top: -124px;
	left: -54.4%;
}
.icon-box-style-two .icon-box.style39 .svg-icon-thumb {
	position: absolute;
	top: -123px;
	left: 49%;
}


/*service bos Stlyle48*/
.service-box.style48 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 20px 19px 34px;
    position: relative;
    z-index: 1;
}
.service-box.style48::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.service-box.style48 .content {
    position: relative;
    left: 26px;
}
.service-box.style48 h3.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin: 17px 0 17px;
}

.service-box.style48 p.description {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    margin: -2px 0 23px;
    width: 90%;
}
.service-box.style48 .service-btn a {
    display: inline-block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.service-box.style48 .service-btn i {
    display: inline-block;
    font-size: 15px;
    position: relative;
    left: 3px;
    top: 0px;
}




/*Integrations Style Two*/
.hub-wrapper.style-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1112px;
    margin: auto;
    padding: 0px 0 26px;
    flex-wrap: wrap;
    gap: 157px;
    margin-top: 44px;
}
.hub-wrapper.style-two .center-logo {
    width: inherit;
    height: inherit;
    border-radius: 0;
    background: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.hub-wrapper.style-two .icons {
    display: flex;
    flex-direction: column;
    gap: 38px;
    position: relative;
}
.hub-wrapper.style-two .icon {
    width: inherit;
    height: inherit;
    border-radius: 0;
    line-height: 0;
    text-align: center;
    border: transparent;
    position: relative;
}
.hub-wrapper.style-two .icon.left-box-0 .svg-code {
    position: absolute;
    left: 60px;
    top: 23px;
}
.hub-wrapper.style-two .icon.left-box-1 .svg-code {
    position: absolute;
    top: -10px;
    left: 59px;
}
.hub-wrapper.style-two .icon.right-box-0 .svg-code {
    position: absolute;
    right: 58px;
    top: 22px;
}
.hub-wrapper.style-two .icon.right-box-1 .svg-code {
    position: absolute;
    right: 58px;
    top: -9px;
}

.smart-tools-box{
     background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 20px 19px 34px;
    position: relative;
    z-index: 1;
}
.smart-tools-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}

/*service Box Stlye 49*/
.service-box.style49 .content {
    position: relative;
    left: 27px;
}
.service-box.style49 h3.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin: 34px 0 19px;
}
.service-box.style49 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    width: 76%;
    margin: 0 0 15px;
}
.service-box.style49 .service-btn a {
    display: inline-block;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.service-box.style49 .service-btn i {
    position: relative;
    display: inline-block;
    top: 1px;
    left: 3px;
}

.smart-immigrations-box {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 13px 10px 21px;
    position: relative;
    z-index: 1;
}
.smart-immigrations-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}


/*icon box Style 40*/

.achivement-box {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 40px 38px 36px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.achivement-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style40 {
    background: linear-gradient(270deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0.02) 100%);
    text-align: center;
    border-radius: 10px;
    padding: 25px 47px 27px;
    position: relative;
    z-index: 1;
}
.icon-box.style40::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style40 span.stars {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}
.icon-box.style40 span.stars svg {
    width: 22px;
    fill: #FF9F31;
}
.icon-box.style40 .description p {
    margin: 0;
}
.icon-box.style40 .title h2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 12px 0 0;
}
.icon-box.style40 .number h2 {
    background: #FFFFFF0D;
    width: 90px;
    height: 90px;
    color: #fff;
    border-radius: 50%;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    line-height: 90px;
    border: 1px solid #ffffff1f;
    margin: 0 auto 14px;
    position:relative;
    z-index:1;
}
.icon-box.style40 .number h2::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 63px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF1A;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px solid #ffffff2e;
}
.icon-box.style40 .svg-icon-thumb {
    position: absolute;
    top: 0;
    left: 15px;
}
.achivement-box.two .description p {
    font-family: Inter;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 22px 0 23px;
}


/*Elemenetor class*/
.icon-box-three .icon-box.style40 {
    padding: 45px 47px 45px;
}

.icon-box-three .icon-box.style40 .svg-icon-thumb {
    position:relative;
    top: 0;
    left:0px;
}

.svg-icon-five{
  transform-box: fill-box;
  transform-origin: center;
  animation: zoomInOut 2.4s ease-in-out infinite;
}

.svg-icon-five:nth-of-type(1){animation-delay:0s;}
.svg-icon-five:nth-of-type(2){animation-delay:.4s;}
.svg-icon-five:nth-of-type(3){animation-delay:.8s;}
.svg-icon-five:nth-of-type(4){animation-delay:1.2s;}
.svg-icon-five:nth-of-type(5){animation-delay:1.6s;}
.svg-icon-five:nth-of-type(6){animation-delay:2s;}

@keyframes zoomInOut{
  0%{transform:scale(1);}
  30%{transform:scale(1.25);}
  60%{transform:scale(1);}
  100%{transform:scale(1);}
}

/*icon Box Style 41*/
.icon-box.style41 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 38px 31px 33px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    clip-path: polygon(79% 0, 100% 16%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}
.icon-box.style41::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style41::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 49px;
    right: -17px;
    top: -1px;
    z-index: -1;
    border-radius: 0px 6px 0 13px;
    clip-path: polygon(0 0, 0 1%, 100% 100%, 0% 100%);
    border: 1px solid #ffffff1f;
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
}
.icon-box.style41 .description p {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 13px 0 76px;
}
.icon-box.style41 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    box-shadow: 0px 0px 12px 0px #FFFFFF40 inset;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 30px;
}

/*pricing box Stlye five */

.pricing_area.style5 .pricing-toggle {
    text-align: center;
}
.pricing_area.style5 .pricing-toggle-filter {
    border: 1px solid #ffffff14;
    display: inline-block;
    padding: 20px 34px;
    border-radius: 50px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0.02) 100%);
}
.pricing_area.style5 label.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
    top: 0;
}
.pricing_area.style5 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style5 .pricing-toggle span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style5 .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}
.pricing_single_items.style5 {
    background: linear-gradient(360deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 40px 33px 42px;
    position: relative;
    backdrop-filter: blur(12px);
}
.pricing_single_items.style5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.pricing_single_items.style5 span.basic {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.pricing_single_items.style5 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.6;
    margin: 12px 0 27px;
}
.pricing_single_items.style5 .price span {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.pricing_single_items.style5 span.bootmp {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
}
.pricing_single_items.style5 ul.features {
    margin-top: 53px;
}
.pricing_single_items.style5 ul.features li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.6;
    list-style: none;
    line-height: 33px;
}
.pricing_single_items.style5 ul.features li img {
    position: relative;
    top: 4px;
    margin-right: 9px;
}
.pricing_single_items.style5 a.pricing-button {
    box-shadow: 1px 1px 9px 3px #FFFFFF40 inset;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 14px 0 11px;
    margin-top: 30px;
}
.pricing_single_items.style5:hover a.pricing-button {
    background:#8851FF;
}
.pricing_single_items.style5 .price_item_inner{
    position:relative;
    z-index:1;
}

.pricing_single_items.style5 .price_item_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -28px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}


/*testimonial Style 16*/
.testimonial-item.style16 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 38px 31px 34px;
    position: relative;
    z-index: 1;
}
.testimonial-item.style16:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style16 h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px 49px;
    position: relative;
}
.testimonial-item.style16 h1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -45px;
    top: -7px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/03/quote2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 19px 0;
}

.testimonial-item.style16 p.quote {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    opacity: 0.6;
    margin: 54px 0 19px;
    position: relative;
    z-index:1;
}
.testimonial-item.style16 p.quote:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -23px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style16 .testi-star i {
    display: inline-block;
    color: #FF9F31;
}
.testimonial-item.style16 .author img {
    width: 60px !important;
}
.testimonial-item.style16 .author_box {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index:1;
}
.testimonial-item.style16 .author_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -23px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style16 h4.name {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0;
}
.testimonial-item.style16 h5.designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 8px 0 0;
    opacity: 0.6;
}
.testimonial-item.style16 .author_box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 48px;
}


/*contact From Help Desk*/
.form-area.quote_form.help-desk {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0) 100%);
    padding: 50px 41px 24px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
.form-area.quote_form.help-desk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    border-radius: 0px;
    border: 6px solid transparent;
    background: linear-gradient(90deg, rgba(136, 81, 255, 0) 0%, #8851FF 50%, rgba(136, 81, 255, 0) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.form-area.quote_form.help-desk:after {
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}

.form-area.quote_form.help-desk input.wpcf7-form-control.wpcf7-text.form-control {
    border: 1px solid #FFFFFF1A;
    background: transparent;
    outline: 0;
    color: #fff;
}

.form-area.quote_form.help-desk textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #FFFFFF1A;
    height: 160px;
    color: #fff;
}

.form-area.quote_form.help-desk .buttons input {
    text-align: center;
    background: #8851FF;
    color: #fff;
    border: transparent;
    padding: 12px 35px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 40px;
    font-weight: 500;
    width: 100%;
}











