.mega-menu-service-icon svg{
    max-width: 35px;
}
.mainmenu ul > li > .mega-menu-service-single:hover .mega-menu-service-icon svg path{
    fill: #fff;
}


.tj-funfact-section .heading-wrap-content .progress-item .progress-text {
    max-width: 340px;
}
.countup-item.style-2 .count-inner {
    padding-top: 30px;
}
.countup-item.style-2{
    height: 100%;
}


.home-blog-sec p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-item .blog-thumb img{
    aspect-ratio: 9 / 5;
}

.hm-service-sec .service-icon img{
    max-width: 50px;
    width: 100%;
}
.h8-about.section-gap {
    padding-bottom: 0;
}
.tj-service-section-5 .sec-heading {
    max-width: 780px;
}
.home-counter-sec .sec-heading.head-tag{
    margin-bottom: 0;
}

.post-details-wrapper .blog-text .h-listing{
    display: flex;
    gap: 9px;
    align-items: center;
    flex-wrap: wrap;
}
.post-details-wrapper .blog-text .right-icon,
.content-wrap-top span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 8px;
    line-height: 1;
    margin-top: 3px;
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-primary);
    border-radius: 50%;
}

.pillars-content-card .service-details-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-cycle p{
    font-weight: 500;
}

.service-cycle{
    padding: 1rem;
    background-color: var(--tj-color-theme-bg);
    margin-bottom: 1.875rem;
    width: fit-content;
}
.heading-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.heading-content-wrap p{
    margin-left: 30px;
}
.content-wrap-top {
    display: flex;
    gap: 10px;
}
.listing-heading-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 1rem;
}

.mainmenu ul > li > .sub-menu > li.has-dropdown > a::after {
   display: none;
}
.mainmenu ul > li > .sub-menu > li > .sub-menu{
    inset-inline-start: 100%;
    top: -15px;
    left: 324px;
}

.service-categories ul li a{
    padding: 12px 15px 12px 20px;
}

.mainmenu ul > li > .mega-menu-service, .mobile_menu ul > li > .mega-menu-service {
    width: 300px;
}
.mainmenu ul > li > .mega-menu-service li a, .mobile_menu ul > li > .mega-menu-service li a {
    padding: 12px 25px;
}

.contact-item.style-2 .contact-title{
    margin-bottom: 5px;
}
.contact-sub-text {
    font-weight: 500;
    margin-bottom: 12px;
        font-size: 14px;
}
.service-categories ul li a{
    font-weight: 400;
}
.mainmenu ul > li > .mega-menu-service-single .mega-menu-service-title{
    max-width: initial;
}
.career-banner{
    color: var(--white);
}
.contact-item.style-2{
    justify-content: flex-start;
}

.process-item {
    max-width: 18%;
}
.process-item .process-step {
    font-size: 45px;
}
/* .post-details-wrapper .title{
    font-size: 18px;
} */
 .working-process-area .title{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
 }
.process-item {
    padding: 18px 20px 24px 30px;
}
.process-item:not(:last-child)::after{
    width: 42px;
    height: 42px;
}
.process-item{
        z-index: initial;
}
.text-bold{
    font-weight: 600;
}
.details-content-box .title{
    font-weight: 500;
}

.project-slider .project-item {
    min-height: 500px;
}
.testimonial-wrapper-2 .sec-title {
    max-width: fit-content;
    width: 100%;
    background-color:var(--tj-color-theme-bg);
    border-radius: 4px;
    padding: 0;
    top: -13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.career-testimonial .sec-heading .sub-title{
    width: 100%;
        background: var(--tj-color-theme-bg);
}
.h7-cta-inner .cta-content p{
        max-width: 624px;
        color: var(--white);
        margin-top: 15px;
        line-height: 1.4;
}
.career-testimonial .sec-heading .sub-title{
    border: none;
}
.career-story .career-email{
    font-size: max(1.25rem, min(3vw, 1.625rem));
}
.blog-listing-sec .blog-item .title,
.home-blog-sec .blog-item .title,
.blog-detail-sidebar .post-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-listing-sec .blog-item p,
.home-blog-sec .blog-item p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-detail-wrap .blog-images{
    aspect-ratio: 16 / 8;
}
.blog-detail-sidebar .tj-sidebar-widget.tj-recent-posts .post-thumb a{
    height: 100%;
}
.blog-detail-sidebar .tj-sidebar-widget.tj-recent-posts .post-thumb{
    max-width: 100px;
    max-height: 70px;
}
.career-story .h7-cta-inner .cta-content  {
    display: block;
}

.h7-cta {
    /* background: url(../img/h7-cta-bg.webp) fixed center no-repeat; */
    background: url(../images/h7-cta-bg.webp) fixed center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 12px;
    margin-bottom: 15px;
}

.diagram-img{
    display: flex;
    justify-content: flex-end;
}
.corporate-profile-sec .project-btn:hover i{
    color: var(--white);
}

.success-msg {
    color: #0f9d42;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
}

.error-msg {
    color: #d93025;
    font-weight: 600;
    margin-top: 10px;
}

.error {
    color: #d93025;
    font-size: 13px;
}

.search-panel {
    background: transparent;
}


.loading-animation{
    width:100%;
    bottom:0;
    z-index:1
}

.loadingSpinner{
    display: none;
}
.spinner{
    border:5px solid var(--tj-color-theme-primary);
    border-top:4px solid var(--tj-color-common-white);
    border-radius:50%;
    width:40px;
    height:40px;
    animation:1s linear infinite spin;
    margin:20px auto 0;
}

.blog-panel .blog-text p, .blog-panel .blog-text h4 {
    margin-bottom: 12px;
}
.blog-panel .blog-text h4 {
    padding-top: 12px;
}
.blog-panel .post-details-wrapper .blog-text ul, .blog-panel .post-details-wrapper .blog-text ol {
    display: flex;
    columns: 1;
    flex-direction: column;
    margin-bottom: 12px;
    padding-left: 28px;
}
.blog-panel .post-details-wrapper .blog-text ul li, .blog-panel .post-details-wrapper .blog-text ol li {
    margin-bottom: 12px;
    display: list-item;
}
.profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 18%;
}
@keyframes spin{
    0%{transform:rotate(0)}
    100%{transform:rotate(360deg)}
}

/* ----------------------- responsive css --------------------- */

@media screen and (max-width: 1440px) {
    .h8-about-item-counter .countup-item.style-2 .inline-content {
        font-size: 100px;
    }
    .project-wrapper {
        height: 56vh;
    }
    .project-slider {
        height: 53vh;
    }
}

@media screen and (max-width: 1199px) {
    .about-us .h8-about-video{
        width: 22%;
    }
    .about-bottom-area {
        gap: 0;
    }
    .service-item .service-icon {
        width: 70px;
        height: 70px;
    }
    .solve-challenges-sec .service-icon img {
        max-width: 45px;
    }
    .h8-team-item-wrapper .team-item .title, .team-item .title {
        font-size: 18px;
    }
    .tj-primary-btn-lg {
        font-size: initial;
        padding: 5px 5px 5px 25px;
    }
    .tj-primary-btn-lg .btn-icon {
        font-size: 23px;
        width: 48px;
        height: 48px;
    }
    .project-slider {
        height: 43vh;
    }
    .project-wrapper {
        height: 50vh;
    }
    .offcanvas.career-modal{
        width: 84%;
    }
    .post-details-wrapper .blog-text h3{
        font-size: 24px;
    }
}

@media screen and (max-width: 991px){
    .about-us .h8-about-video{
        position: initial;
        margin: 20px 0;
        width: 200px;
    }
    .h8-about-content-inner .sec-title {
        margin-bottom: 40px;
    }

    .hamburger_logo {
        width: 100%;
        height: 100%;
    }

    .hamburger_logo .mobile_logo {
        display: inline-block;
        max-width: 110px;
        width: 100%;
    }

    .hamburger_logo .mobile_logo img, .mobile_menu ul > li > .mega-menu-service{
        width: 100%;
    }

    .mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-title{
        max-width: 100%;
    }

    .woosq-product.container .summary .summary-content {
        padding: 20px;
    }

    .tj-primary-btn {
        font-size: 14px;
    }
    .tj-primary-btn .btn-icon {
        width: 32px;
        height: 32px;
    }
    .tj-primary-btn .btn-icon i {
        font-size: 18px;
    }

    .process-item {
        max-width: 22%;
    }

    .contact-link{
        display: block;
    }
    .service-item .title {
        margin-bottom: 10px;
    }
    .service-item.style-5 .service-content {
        max-width: 100%;
    }
    .heading-wrap-content {
        gap: 6px;
    }
    .blog-item .blog-thumb img {
        aspect-ratio: 16 / 8;
    }
    .h5-blog-wrapper .blog-item.h5-blog-item .blog-content .title, .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.15;
    }
    .h5-blog-wrapper .blog-item.h5-blog-item .blog-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .project-slider {
        height: 43vh;
    }
    .job-des-panel {
        max-height: initial;
    }
    .tj-careers{
        gap: 30px;
    }
    .tj-careers-bottom{
        margin-top: 0;
    }
    .post-details-wrapper .blog-text h3{margin-bottom: 8px;}
}

@media screen and (max-width: 767px){
    .service-master-sec .blog-item.style-2 a{
        grid-template-columns: 100%;
    }
    .details-content-box{
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-item.style-2{
        text-align: start;
        align-items: start;
    }

    .header-area.sticky{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .h4-banner-content .banner-desc-area{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .h4-banner-content .banner-desc{
        max-width: 100%;
    }
    .service-item .service-icon {
        width: 60px;
        height: 60px;
    }
    .hm-service-sec .service-icon img {
        max-width: 30px;
    }
    .home-blog-sec .blog-item.style-2 {
        flex-direction: column;
    }
    .h5-blog-wrapper .blog-item.h5-blog-item .blog-thumb, .h5-blog-wrapper .blog-item.h5-blog-item .blog-content {
        width: 100%;
    }
    .h5-blog-wrapper .blog-item.h5-blog-item .blog-content {
        padding: 25px 0 0;
    }
    .home-blog-sec .blog-item.style-2 {
        padding: 25px 25px;
    }
    .categories a {
        font-size: 14px;
    }
    .blog-item .blog-content .desc {
        margin-top: 6px;
    }
    .about-img-area .about-img {
        aspect-ratio: 16 / 10;
    }
    .service-item.style-2 .title {
        margin-bottom: 0;
    }
    .h8-team-item-wrapper .team-item {
        padding: 20px 15px;
    }
    .team-item .team-content {
        margin-top: 10px;
    }
    .h8-team-item-wrapper .team-item .title, .team-item .title {
        font-size: 16px;
    }
    .profile-img {
        aspect-ratio: 16 / 12;
    }
    .blog-category-two{
        grid-template-columns: 100%;
    }
    .footer-contact-info .contact-item a{
        width: 100%;
    }
    .footer-widget .footer-text p{
        margin-top: 10px;
    }
}

@media screen and (max-width: 680px){
    .cta-area .cta-content .title {
        font-size: 43px;
    }
    .h7-cta-inner .cta-content {
        gap: 10px;
    }
    .process-item{
        padding: 18px 20px 24px 20px;
    }
}

@media screen and (max-width: 575px){
    
    .container{
        width: 95%;
    }
    .categories a {
        font-size: 14px;
    }
    .about-us .h8-about-video {
        width: 160px;
    }
    .h8-about-item-counter .countup-item.style-2 .inline-content {
        font-size: 70px;
    }
    .h4-banner-content .banner-title {
        font-size: 36px;
    }
    .h4-banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .h4-banner-content .banner-desc-area {
        gap: 10px;
    }
    footer .site_logo {
        max-width: 130px;
    }
    .footer-main-area {
        padding: 40px 0;
    }
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 80px;
    }
    .footer-widget .footer-text p {
        margin-top: 10px;
    }
    .service-item.style-5 .title {
        max-width: 100%;
    }
    .service-item.style-5 .tj-primary-btn {
        margin-top: 20px;
    }
    .service-item.style-5 .service-img {
        height: 240px;
    }
    .h8-team-item-wrapper .team-item .title, .team-item .title {
        font-size: 18px;
    }
    .blog-category-two .category-item .text, .blog-category-two .category-item .cate-text .title{
        font-size: 12px;
    }

    .blog-category-two .category-item .cate-icons i, .blog-category-two .category-item .cate-images{
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .category-items-wrap{
        gap: 12px;  
    }

    .blog-category-two{
        padding: 20px 15px;
    }
    .offcanvas.career-modal {
        width: 100%;
    }

    .working-process-area{gap: 8px;}
    .process-item{padding-left: 15px; padding-right: 15px;}
    .process-item .process-step{font-size: 35px; margin-bottom: 18px;}
    .carboneye-service .process-item:not(:last-child)::after{
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .working-process-area .title{
        font-size: 15px;
    }

    .post-details-wrapper .blog-text h3, .post-details-wrapper p{
        margin-bottom: 15px;
    }

    .offcanvas.career-modal {
        padding: 2rem 10px ;
    }

    .process-item:not(:last-child)::after{
        inset-inline-end: -17px;
    }
    .contact-item.style-2 {
        padding: 30px 25px;
    }
    .tj-copyright-area-4 {
        padding: 0 3rem;
    }
}

@media screen and (max-width: 480px){
    .details-content-box{
        grid-template-columns: repeat(1, 1fr);
    }

    .pillars-content-card .service-details-item{
        align-items: start;
    }

    .service-details-item{
        align-items: center;
    }

    .process-item .process-step {
        font-size: 45px;
    }

    .process-item:not(:last-child)::after {
        display: none;
    }

    .process-item {
        max-width: 100%;
        text-align: center;
        width: 120px;
    }
    
    .service-item.style-5 .title {
        font-size: 20px;
    }
    .tj-primary-btn {
        font-size: 12px;
        padding-left: 20px;
    }
    .tj-primary-btn .btn-icon i {
        font-size: 16px;
    }
    .tj-primary-btn .btn-icon {
        width: 28px;
        height: 28px;
    }
    .h4-banner-content .banner-title {
        font-size: 30px;
    }
    .h5-blog-wrapper .blog-item.h5-blog-item .blog-content .title, .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
        font-size: 22px;
    }
    .about-img-area .about-img {
        aspect-ratio: 16 / 14;
    }
    .cta-area .cta-content .title {
        font-size: 35px;
    }

    .working-process-area{
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright-content-area .copyright-menu ul li a, .copyright-content-area .copyright-text p {font-size: 14px;}
 
    .copyright-content-area .copyright-menu ul li{
    margin-inline-end: 8px;
    padding-inline-end: 8px;
    }
    
    .copyright-content-area {
    gap: 10px;
    }
    
    
}

@media screen and (max-width: 380px){
    .countup-item:last-child {
        padding-bottom: 20px;
    }
    .countup-item.style-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .profile-img {
        aspect-ratio: 16 / 14;
    }
    .modal-head h3 {
        font-size: 20px;
    }
    .modal-head span {
        font-size: 14px;
    }
    .sec-heading .sub-title {
        font-size: 12px;
    }
    .category-items-wrap{
        grid-template-columns: 100%;
    }

    .category-items-wrap, .blog-category-two {
        gap: 15px;
    }
}
