body {
    background-color: #171717 !important;
}

@media (min-width:1200px) {
    .container {
        /* this width added as per figma design  */
        max-width: 1070px !important;
    }
}

.footer-menus ul li a:hover {
    color: #FF5A24 !important;
}

footer {
    background: #171717;
    padding: 105px 0 105px 0;
}

.footer-logo img {
    margin-bottom: 56px;
}

ul.sociallinks {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

ul.sociallinks li {
    display: inline-block;
    margin-right: 28px;
}

ul.sociallinks li:last-child {
    margin-right: 0;
}

ul.sociallinks li a {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    display: inline-block;
}

ul.sociallinks li a:hover {
    transform: translateY(-8px);
}

.footer-column1 {
    position: relative;
}

.footer_address {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.footer-copyright-text {
    width: 270px;
}

.footer-copyright-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.footer-copyright-menu ul li a {
    color: #F9F9F9;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 204%;
    transition: 0.2s;
}

.footer-copyright-menu ul li a:hover {
    text-decoration: none;
    color: #FF6138;
}

.footer-copyright-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 28px;
}

.footer-copyright-menu ul li:after {
    content: "";
    position: absolute;
    background: #F9F9F9;
    width: 3px;
    height: 15px;
    top: 6px;
    right: -17px;
}

.footer-copyright-menu ul li:last-child:after {
    content: unset;
}

.footer-copyright-menu ul li:last-child {
    margin-right: 0;
}

.footer-copyright-text p {
    color: #A0A0A0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 230%;
    margin-bottom: 0;
}

.footer-menus h3 a {
    color: #F9F9F9;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 204%;
    transition: 0.2s;
    text-decoration: none;
}

.footer-menus h3 a:hover {
    color: #FF6138;
}

.footer-menus ul {
    list-style: none;
    padding-left: 0;
}

.footer-menus ul li a {
    color: #BEBEBE;
    transition: 0.2s;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 28.56px;
    text-align: left;
}

.activate-white-mode .footer-menus ul li a {
    color: #7A7A7A !important;
    transition: 0.2s;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 28.56px;
    text-align: left;
}

.footer-copyright-text p {
    color: #BEBEBE;
}

.activate-white-mode .footer-copyright-text p {
    color: #7A7A7A !important;
}


.footer-menus ul li a:hover {
    text-decoration: none;
    color: #FF6138;
}

.footer-menus-left,
.more-service-accordion {
    padding-left: 40px;
}

.more-service-accordion button.btn:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
}

.more-service-accordion button.btn.collapsed:after {
    content: "\f107";
}

.more-service-accordion .accordion>.card>.card-header {
    background: transparent;
    padding: 0;
}

.more-service-accordion .card {
    background-color: transparent;
}

.more-service-accordion .btn-link {
    color: #606161;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 204%;
}

.more-service-accordion .btn-link:hover {
    text-decoration: none;
    color: #FF6138;
}

.more-service-accordion .btn-link:focus,
.more-service-accordion .btn-link:hover,
.more-service-accordion .btn-link {
    box-shadow: 0 0 0 0.2rem #ff613861;
    text-decoration: none;
}

.more-service-accordion .btn-link {
    color: #FF6138;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 204%;
}

.more-service-accordion .btn-link.collapsed {
    box-shadow: unset;
    color: #606161;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 204%;
}

.more-service-accordion ul {
    list-style: none;
    padding-left: 0;
}

.more-service-accordion ul li a {
    color: #BEBEBE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 204%;
}

.more-service-accordion ul li a:hover {
    text-decoration: none;
    color: #FF6138;
}

/*--- Join Us Button  ---*/
.join-us-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.join-us .join-us-btn {
    margin-top: 24px;
}

.join-us-btn a {
    /* font-family: Inter; */
    font-family: Outfit;
    font-size: 18px;
    /* font-weight: 400; */
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    /* padding: 0px 20px; */
    padding: 0px 18px;
    display: inline-block;
    vertical-align: middle;
}

.join-us-btn a span {
    padding-right: 5px;
    position: relative;
    z-index: 2;
}

.join-us-btn a img,
.join-us-btn a i {
    width: 15px;
    position: relative;
    z-index: 2;
    vertical-align: baseline;
}

.join-us-btn a::after {
    content: '';
    position: absolute;
    /* background: #FF6138; */
    background: #FF5A24;
    height: 45px;
    width: 45px;
    display: inline-block;
    top: -10px;
    left: 0px;
    border-radius: 25px;
    z-index: 0;
    transition: 0.3s;
}

.join-us-btn a:hover::after {
    width: 100%;
    transition: 0.3s;
}

.join-us-btn a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/*--- New Testimonials CSS Start ---*/
.client-testimonials {
    padding: 100px 0px;
}

.client-testimonials h2 {
    margin-bottom: 48px;
}

.client-testimonials .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.testimonial-body-block {
    position: relative;
    width: 620px;
    height: 182px;
    height: auto;
    padding: 20px 20px 12px 20px;
}

.testimonial-body-block::after,
.testimonial-body-block::before {
    content: '';
    position: absolute;
    background: #171717;
    width: 60px;
    height: 50px;
    z-index: 0;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.testimonial-body-block::after {
    left: 0;
    top: 0;
}

.testimonial-body-block::before {
    right: 0;
    bottom: 0;
}

.testimonial-body-block p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.testimonial-in-body {
    border: 1px solid #7A7A7A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    width: 100%;
    height: 100%;
    padding: 50px 25px 30px 25px;
}

.inverted-start {
    width: 40px !important;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #171717;
    z-index: 1;
}

.inverted-end {
    width: 40px !important;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #171717;
    z-index: 1;
}

.testimonial-in-body .author-card {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
}

.testimonial-in-body .author-card img {
    width: 38px !important;
    height: auto;
    object-fit: none;
    border-radius: 20px;
}

.testimonial-in-body .author-card .auth-detail .auth-name,
.testimonial-in-body .author-card .auth-detail .auth-designation {
    font-family: Outfit;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/*--- New Testimonials CSS End ---*/

.join-us-btn a {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

/* :( :(  Again New Testimonials CSS :( :( */
@media (min-width:1200px) {
    .new-ui--client-testimonial .container {
        max-width: 1270px !important;
    }
}

.new-ui--client-testimonial {
    padding: 100px 0px;
}

.new-ui--client-testimonial h4 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #FF5F49;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.new-ui--client-testimonial h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.new-ui--client-testimonial .nw--testimonial-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 30px;
    /* padding: 70px 40px 30px 40px; */
    padding: 70px 39px 30px 39px;
    background: #1D1F20;
    width: 291px;
    height: 420px;
    transition: 0.5s;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile {
    width: 213px;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #F4F4F4;
    margin-bottom: 2px;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile img {
    width: 213px;
    width: 100%;
    height: 211px;
    object-fit: cover;
    /* border-radius: 15px; */
    border-radius: 6px;
    margin-bottom: 19px;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile p {
    /* text-align: center;
        min-height: 44px;
        padding: 0px 9px; */
    margin-bottom: 0px;
    color: var(--shade-of-Grey, #FAFAFA);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.28px;
}

.new-ui--client-testimonial .nw--testimonial-card p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #F4F4F4;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-content {
    width: 0px;
}

.new-ui--client-testimonial .nw--testimonial-card .nw--testi-content p {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.new-ui--client-testimonial #newClientTestimonials {
    margin: auto;
}

.new-ui--client-testimonial .nw--testi-content img.quote-mark-icon {
    display: none;
}

.new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card .nw--testi-content {
    width: 389px;
    padding-top: 27px;
}

.new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card .nw--testi-content p {
    display: block;
    transition: 0.3s;
}

.new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card {
    width: 713px;
    padding: 70px 40px 30px 50px;
    transition: 0.5s;
}

.new-ui--client-testimonial .nw--testi-starting-img .nw--testi-content img.quote-mark-icon {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 127px;
    height: auto;
    right: 40px;
    bottom: 90px;
}

.new-ui--client-testimonial .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}

.new-ui--client-testimonial #newClientTestimonials .owl-prev,
.new-ui--client-testimonial #newClientTestimonials .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
}

.new-ui--client-testimonial #newClientTestimonials .owl-prev:focus,
.new-ui--client-testimonial #newClientTestimonials .owl-next:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.new-ui--client-testimonial #newClientTestimonials .owl-prev span,
.new-ui--client-testimonial #newClientTestimonials .owl-next span {
    display: none;
}

.new-ui--client-testimonial #newClientTestimonials button.owl-next::before {
    content: '';
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/07/Surface-1.svg) center center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.new-ui--client-testimonial #newClientTestimonials button.owl-prev::before {
    content: '';
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/07/Surface-1.svg) center center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}

.new-ui--client-testimonial #newClientTestimonials .owl-next.disabled::before {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Navigation.Button-2.svg) center center/cover no-repeat;
    transform: rotate(180deg);
}

.new-ui--client-testimonial #newClientTestimonials .owl-prev.disabled::before {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Navigation.Button-2.svg) center center/cover no-repeat;
    transform: rotate(0deg);
}

.new-ui--client-testimonial #newClientTestimonials .owl-nav {
    padding-left: 680px;
    margin-top: 22px;
}

.new-ui--client-testimonial #newClientTestimonials .owl-nav .owl-prev {
    margin-right: 20px;
}

/* Light Mode  */
.activate-white-mode .new-ui--client-testimonial h4 {
    color: #FF5F49;
}

.activate-white-mode .new-ui--client-testimonial .nw--testimonial-card {
    background: #FAFAFA;
}

.activate-white-mode .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile h5,
.activate-white-mode .new-ui--client-testimonial .nw--testimonial-card p {
    color: #191B1F;
}

.activate-white-mode .new-ui--client-testimonial #newClientTestimonials .owl-prev.disabled::before {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Navigation.Button-3.svg) center center/cover no-repeat;
    transform: rotate(0deg);
}

.activate-white-mode .new-ui--client-testimonial #newClientTestimonials .owl-next.disabled::before {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Navigation.Button-3.svg) center center/cover no-repeat;
    transform: rotate(180deg);
}

/*** Testimonials ***/

/*--- Recent Blogs Section ---*/
.new-ui--recent-blogs {
    padding: 100px 0px;
}

.new-ui--recent-blogs h4 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #FF5F49;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.new-ui--recent-blogs h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;
    text-transform: capitalize;
}

.new-ui--recent-blogs .nw--recent-blogs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 204px);
    height: 100%;
    column-gap: 32px;
    row-gap: 32px;
}

.new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item {
    grid-column: 1 / 2;
}

.new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item-last {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}

.new-ui--recent-blogs .nw--recent-blog-card {
    padding: 36px 30px;
    border: 1px solid #323437;
    background: #1D1F20;
    height: 204px;
    display: flex;
    column-gap: 32px;
    grid-column: 1 / 2;
}

.new-ui--recent-blogs .nw--recent-blog-card .nw--blog-featured-img img {
    /*     width: 188px; */
    width: 215px;
    height: 132px;
    object-fit: cover;
}

.new-ui--recent-blogs .nw--recent-blog-card .nw--blog-info-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.new-ui--recent-blogs .nw--recent-blog-card span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #D2D2D2;
    margin-bottom: 0px;
}

.new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-date {
    margin-right: 8px;
}

.new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-dot-divide {
    color: #9DD23E !important;
}

.new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-time {
    margin-left: 8px;
}

.new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-cat {
    font-family: Fira Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;

    padding: 8px 12px;
    background: #FF5F4914;
    text-transform: uppercase;
    margin-left: 12px;
}

.new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-cat a {
    color: #FF5F49;
    text-decoration: none;
}

.new-ui--recent-blogs .nw--recent-blog-card h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 16px;
    padding-right: 2px;
    height: 55px;
    overflow: hidden;
}

.new-ui--recent-blogs .nw--recent-blog-card p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #D7D7D7;
    margin-bottom: 0px;
    height: 22px;
    overflow: hidden;
}

.new-ui--recent-blogs .nw--recent-blog-card p a {
    color: #D7D7D7;
    text-decoration: none;
}

.new-ui--recent-blogs .nw--recent-blog-card.nw--recent-blog-card-last {
    height: 100%;
    flex-direction: column;
    padding: 48px;
}

.new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-featured-img-last img {
    height: 316px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 32px;
}

.new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex a.nw--recent-blog-read-more {
    padding-bottom: 10px;
    border-bottom: 2px solid #FF5F49;
    text-decoration: none;
}

.new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex a span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    color: #FF5F49;
    text-transform: capitalize;
}

.new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex a i {
    color: #FF5F49;
    margin-left: 10px;

}

.new-ui--recent-blogs .nw--recent-blog-card h3 a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Recent Blog Light  */
.activate-white-mode .new-ui--recent-blogs h4 {
    color: #FF5F49;
}

.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card {
    background: #FAFAFA;
}

.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card h3,
.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card h3 a {
    color: #191B1F;
}

.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card {
    border: 1px solid transparent;
}

.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card span,
.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card p,
.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card p a {
    color: #7A7A7A;
}

.activate-white-mode .new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-dot-divide {
   color: #9DD23E !important;
}

.nw--blog-item:hover,
.nw--blog-item-last:hover {
    box-shadow: 0px 16px 40px 0px #0000001F;
    transition: 0.3s;
}

/* Trusted Brands Section */
.new-ui--trusted-brands {
    padding: 100px 0px;
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Brands.png) center center/cover no-repeat;
}

.new-ui--trusted-brands .nw--trust-img-box {
    width: 200px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-ui--trusted-brands .owl-carousel .owl-item .nw--trust-img-box img {
    width: auto;
    height: auto;
}

.activate-white-mode .new-ui--trusted-brands .nw--trust-img-box img {}

.new-ui--trusted-brands h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.new-ui--trusted-brands p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #7B848B;
    margin: auto;
    margin-bottom: 0px;
    max-width: 766px;
}

.new-ui--trusted-brands .logo--row-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 76px;
}

.new-ui--trusted-brands .logo--row-flex .new-ui--logo-block {
    padding: 12px;
    width: 220px;
}

.new-ui--trusted-brands .logo--row-flex .new-ui--logo-block.border-right-bottom-bg {
    border-right: 1px solid #222628;
    border-bottom: 1px solid #222628;
}

.new-ui--trusted-brands .logo--row-flex .border-bottom-bg {
    border-bottom: 1px solid #222628;
}

.new-ui--trusted-brands .logo--row-flex .border-right-bg {
    border-right: 1px solid #222628;
}

/* Lightmode trusted brands */
.activate-white-mode .new-ui--trusted-brands {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Brands-1.png) center center/cover no-repeat;
}

.new-ui--trusted-brands .brand-dark-logo {
    display: block !important;
}

.new-ui--trusted-brands .brand-day-logo {
    display: none !important;
}

.activate-white-mode .new-ui--trusted-brands .brand-dark-logo {
    display: none !important;
}

.activate-white-mode .new-ui--trusted-brands .brand-day-logo {
    display: block !important;
}

/*--- Real World Section ---*/


/* Real World */
.activate-white-mode .new-ui--real-world h4 {
    color: #FF5F49;
}

.activate-white-mode .new-ui--real-world .rw--card {
    background: #FFFFFF;
    border: 0px solid transparent;
    position: relative;
}

.activate-white-mode .new-ui--real-world .rw--card::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    background: linear-gradient(99.19deg, rgba(255, 77, 0, 0.38) 0%, rgba(143, 0, 255, 0.38) 99.92%);
    border-radius: 6px;
}

.activate-white-mode .new-ui--real-world .rw--card h5,
.activate-white-mode .new-ui--real-world .rw--card p.rw--cost {
    color: #191B1F;
}

.activate-white-mode .new-ui--real-world .rw--card-bg-img .join-us-btn a,
.activate-white-mode .new-ui--real-world .rw--card-bg-img .join-us-btn a span {
    color: #FFFFFF;
}

.activate-white-mode .new-ui--real-world .rw--card-bg-img {
    background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Frame-1984078071.png) center center/cover no-repeat;
}

.activate-white-mode .new-ui--real-world .rw--card-bg-img .join-us-btn a .day-mode-logo {
    display: none;
}

.activate-white-mode .new-ui--real-world .rw--card-bg-img .join-us-btn a .night-mode-logo {
    display: inline-block;
}

.activate-white-mode .new-ui--real-world .rw--card .pnch-line {
    color: #191B1F;
    text-transform: capitalize;
}

/* Recent blog */
.new-ui--recent-blogs .nw--recent-blog-card.nw--recent-blog-card-last p {
    height: auto;
    overflow: unset;
}

/* GG CSS */
.new-ui-v2--expertise {
    padding: 150px 0px;
    background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Frame-1984078443-1.png)center center/cover no-repeat;
}

.new-ui-v2--expertise h2 {
    font-family: Outfit;
    font-size: 58px;
    font-weight: 400;
    line-height: 80.48px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.new-ui-v2--expertise p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    max-width: 466px;
}

.new-ui-v2--expertise .join-us-btn {
    margin-top: 48px;
}

.new-ui-v2--expertise .new-ui-v2--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activate-white-mode .new-ui-v2--expertise {
    background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Frame-1984078444-1.png)center center/cover no-repeat;
}

.activate-white-mode .new-ui-v2--expertise h2,
.activate-white-mode .new-ui-v2--expertise p,
.activate-white-mode .new-ui-v2--expertise .join-us-btn a,
.activate-white-mode .new-ui-v2--expertise .join-us-btn a span {
    /* color: #FFFFFF; */
    color: #191B1F;
}

.activate-white-mode .new-ui-v2--expertise .join-us-btn a .night-mode-logo {
    display: none;
}

.activate-white-mode .new-ui-v2--expertise .join-us-btn a .day-mode-logo {
    display: inline-block;
}

/* V2 New Real World  */
.new-ui-v2--real-world {
    padding: 100px 0px;
}

.new-ui-v2--real-world a {
    text-decoration: none;
}

.new-ui-v2--real-world h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.new-ui-v2--real-world h4 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FF5F49;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.new-ui-v2--real-world .v2-rw--flex {
    display: flex;
    column-gap: 25px;
    row-gap: 25px;
    justify-content: space-between;
    align-items: center;
}

.new-ui-v2--real-world .v2-rw--card {
    padding: 60px 40px;
    border: 1px solid #323437;
    border-radius: 5px;
    background: #1D1F20;
    display: flex;
    /*     justify-content: space-between; */
    align-items: center;
    column-gap: 71px;
    width: calc(100% - 1px);
    margin: auto;
    cursor: none;
}

.new-ui-v2--real-world .v2-rw--card h5 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.new-ui-v2--real-world .v2-rw--card p.v2-rw--cost {
    font-family: Inter;
    font-size: 60px;
    font-weight: 600;
    line-height: 72.61px;
    text-align: left;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.new-ui-v2--real-world .v2-rw--card p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #7B848B;
    margin-bottom: 5px;
}

.new-ui-v2--real-world .v2-rw--card a {
    text-decoration: none;
}

.new-ui-v2--real-world .v2-rw--card .v2-rw--highlght-txt {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-transform: capitalize;
    color: #93C644;
}

.new-ui-v2--real-world .v2-rw--card .v2-pnch-line {
    color: #FFFFFF;
}

.new-ui-v2--real-world .v2-rw--card-bg-img {
    padding: 38px 26px;
    padding: 45px 26px;
    padding-right: 330px;
    background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Card6-3-png.avif) left center/cover no-repeat;
    border-radius: 5px;
}

.new-ui-v2--real-world .v2-rw--card-bg-img p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn {
    padding: 7px 0px;
}

.new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a {
    padding: 0px 14px;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
}

.new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a::after {
    background: #96CD42;
    height: 38px;
    width: 38px;
    top: -10px;
}

.new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a:hover:after {
    width: 100%;
}

.new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a img {
    position: relative;
    top: 2px;
    vertical-align: unset;
}

.new-ui-v2--real-world .v2-rw--logo-img {
    /*     width: 220px; */
}

.new-ui-v2--real-world .v2-rw--logo-img img {
    width: 100%;
}

.new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items {
    width: 291px;
    transition: 0.5s;
    height: 250px;
}

.new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.v2-rw--card-max {
    width: 600px;
    transition: 0.5s;
}

.new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.hover-in {
    width: 600px !important;
    transition: 0.5s;
}

.new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.hover-out {
    width: 291px !important;
    transition: 0.5s;
}

.new-ui-v2--real-world .v2-rw--card p {
    width: 229px;
}

.new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.v2-rw--card-bg-img.hover-out {
    padding: 46px 26px;
    padding-right: 26px;
}

.activate-white-mode .new-ui-v2--real-world .v2-rw--flex .v2-rw--card {
    background: #FFFFFF;
    border: none;
    position: relative;
}

.activate-white-mode .new-ui-v2--real-world .v2-rw--card h5,
.activate-white-mode .new-ui-v2--real-world .v2-rw--card p.v2-rw--cost {
    color: #191B1F;
}

.activate-white-mode .new-ui-v2--real-world .v2-rw--card .v2-pnch-line {
    color: #191B1F;
    text-transform: capitalize;
}

.activate-white-mode .new-ui-v2--real-world .v2-rw--card::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    background: linear-gradient(99.19deg, rgba(255, 77, 0, 0.38) 0%, rgba(143, 0, 255, 0.38) 99.92%);
    border-radius: 6px;
}

.activate-white-mode .new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a,
.activate-white-mode .new-ui-v2--real-world .v2-rw--card-bg-img .join-us-btn a span {
    color: #FFFFFF;
}

.activate-white-mode .new-ui-v2--real-world h4 {
    color: #FF5F49;
}


/* Cursor hover */
.cursor--content {
    align-items: center;
    display: flex;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: #FFFFFF;
    opacity: 0;
}

.cursor-drag {
    align-items: center;
    display: flex;
    height: 84px;
    justify-content: center;
    left: -42px;
    mix-blend-mode: normal;
    top: -42px;
    width: 84px;
    background: #FF6138;
}

.cursor-dynamic {
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 9999999;
}

.cursor {
    border-radius: 50%;
    cursor: none;
    opacity: 1;
    transition: width .3s, height .3s, opacity .3s;
}

.cursor-default {
    background: #FF6138;
    left: 0%;
    top: 0%;
    height: 10px;
    width: 10px;
    opacity: 0;
}

.activate-white-mode .new-ui-v2--real-world .night-mode-logo {
    display: none;
}

.activate-white-mode .new-ui-v2--real-world .day-mode-logo {
    display: block;
}

/* V2 Tech Stack Section  */
.new-ui-v2--tech-stack {
    padding: 100px 0px;
}

.new-ui-v2--tech-stack h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 72px;
    text-transform: capitalize;
}

.new-ui-v2--tech-stack .tab-slider-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 71px;
    column-gap: 31px;
}

.new-ui-v2--tech-stack .tab-slider-tab {
    padding: 16px 40px;
    background: #1D1F20;
    cursor: pointer;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.06px;
    text-align: left;
    color: #7A7A7A;
    border: none;
    border-radius: 4px;
    position: relative;
    transition: 0.5s;
}

.new-ui-v2--tech-stack .tab-slider-tab::after {
    content: '';
    position: absolute;
    background: linear-gradient(275.45deg, #FF5A24 -76.14%, #AF4B73 10.87%, #613DC1 96.16%);
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 4px;
    transition: 0.3s;
    opacity: 0;
}

.new-ui-v2--tech-stack .tab-slider-tab:hover::after {
    transition: 0.3s;
    opacity: 1;
}

.new-ui-v2--tech-stack .tab-slider-tab.active-stack::after {
    height: calc(100% + 0px);
    width: calc(100% + 0px);
    left: 0px;
    top: 0px;
    transition: 0s;
}

.new-ui-v2--tech-stack .tab-slider-tab.active-stack {
    color: #fff;
    background: none;
    transition: 0.5s;
}

.new-ui-v2--tech-stack .tab-slider-tab.active-stack::after {
    opacity: 1;
    transition: 0.5s;
}

.new-ui-v2--tech-stack .tab-slider-panel {
    display: none;
    transition: 0.8s;
}

.new-ui-v2--tech-stack .tab-slider-panel.active-stack {
    display: block;
    transition: 0.8s;
}

.new-ui-v2--tech-stack .tab-slider-tab:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.new-ui-v2--tech-stack .nw-v2--stack-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 25px;
}

.new-ui-v2--tech-stack .nw-v2--stack-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 96px;
}

.new-ui-v2--tech-stack .tab-slider-header::-webkit-scrollbar {
    display: none;
}

.activate-white-mode .new-ui-v2--tech-stack .nw-v2--stack-img .night-mode-logo {
    display: none;
}

.activate-white-mode .new-ui-v2--tech-stack .nw-v2--stack-img .day-mode-logo {
    display: block;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab {
    background: #FFF;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab.active-stack {
    background: transparent;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab::before {
    content: '';
    position: absolute;
    background: linear-gradient(99.19deg, rgba(255, 77, 0, 0.38) 0%, rgba(143, 0, 255, 0.38) 99.92%);
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 4px;
    transition: 0.3s;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab:hover::after {
    display: none;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab.active-stack:hover::after {
    display: block;
}

.activate-white-mode .new-ui-v2--tech-stack .tab-slider-tab.active-stack::before {
    background: linear-gradient(96.96deg, #613DC1 -7.92%, #B24C71 53.99%, #FF5A24 113.47%);
}

.activate-white-mode .logo--row-flex * {
    border-color: #7A7A7A !important;
}




@media(min-width:1200px) {
    .new-ui--recent-blogs .container {
        max-width: 1270px !important;
    }

    .new-ui--trusted-brands .container {
        max-width: 1270px !important;
    }

    .new-ui--real-world .container {
        max-width: 1273px !important;
    }

    section.new-ui-v2--expertise .container,
    .new-ui-v2--tech-stack .container.cutaner {
        max-width: 1270px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #cursor {
        display: none;
    }

    /*--- Real World ---*/
    .new-ui--real-world .rw--flex {
        column-gap: 12px;
        column-gap: 8px;
    }

    .new-ui--real-world .rw--card.rw--max-width-502 {
        width: calc(40% - 18px);
    }

    .new-ui--real-world .rw--card.rw--max-width-291,
    .new-ui--real-world .rw--card.rw--max-width-397 {
        width: calc(30% - 4px);
    }

    .new-ui--real-world .rw--card {
        min-height: 225px;
        padding: 20px 10px;
    }

    .new-ui--real-world .rw--card-bg-img {
        padding: 20px 10px;
    }

    .new-ui--real-world .rw--card p.rw--cost {
        font-size: 42px;
        line-height: 60px;
    }

    .new-ui--real-world .rw--card h5 {
        font-size: 13px;
    }

    /*--- Trusted Brands ---*/
    .new-ui--trusted-brands .logo--row-flex .new-ui--logo-block {
        padding: 12px;
        width: calc(100%/5);
    }

    .new-ui--trusted-brands .nw--trust-img-box {
        width: 100%;
        height: 70px;
    }

    .new-ui--trusted-brands .owl-carousel .owl-item .nw--trust-img-box img {
        width: 100px;
        height: 30px;
        object-fit: contain;
    }

    /*--- Testimonial ---*/
    .new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card {
        width: 420px;
        height: 420px;
        padding: 20px 20px;
        justify-content: space-between;

    }

    .new-ui--client-testimonial .nw--testimonial-card {
        align-items: center;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        margin-bottom: 19px;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile {
        width: 150px;
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card .nw--testi-content {
        width: 220px;
        padding-top: 0px;
    }

    .new-ui--client-testimonial .nw--testimonial-card {
        height: 420px;
        padding: 20px 20px;
        width: 250px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .new-ui--client-testimonial #newClientTestimonials .owl-nav {
        padding-left: 380px;
    }

    .new-ui--client-testimonial .nw--testimonial-card p {
        margin-bottom: 0px;
    }

    /*--- Recent Blog ---*/
    .new-ui--recent-blogs .nw--recent-blogs-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        column-gap: 20px;
        row-gap: 20px;
    }

    .new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item {
        grid-column: 1;
    }

    .new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item-last {
        grid-column: 1;
        grid-row: unset;
    }

    .new-ui--recent-blogs .nw--recent-blog-card {
        padding: 20px 16px;
        column-gap: 32px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card.nw--recent-blog-card-last {
        flex-direction: row;
        padding: 20px 16px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card .nw--blog-featured-img img,
    .new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-featured-img-last img {
        width: 230px;
        height: 161px;
        margin: 0px;
        object-fit: cover;
    }

    .new-ui--recent-blogs .nw--recent-blog-card p {
        height: 30px;
        overflow: hidden;
    }

    .new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex a.nw--recent-blog-read-more {
        display: inline-block;
    }

    .new-ui--recent-blogs .nw--recent-blog-card h3 {
        height: 32px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card.nw--recent-blog-card-last p {
        height: 52px;
        overflow: hidden;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-content p {
        height: 350px;
        overflow: scroll;
    }

    /* Expertise Banner New */
    .new-ui-v2--expertise {
        padding: 100px 0px;
    }

    .new-ui-v2--expertise .new-ui-v2--row {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .new-ui-v2--expertise .new-ui-v2--img {
        margin-bottom: 20px;
        max-width: 350px;
    }

    .new-ui-v2--expertise .new-ui-v2--img img {
        width: 100%;
    }

    .new-ui-v2--expertise h2 {
        line-height: normal;
        font-size: 50px;
    }

    /* V2 New Real World */
    .new-ui-v2--real-world .v2-rw--card-bg-img {
        padding-right: 26px;
        padding: 9px 26px;
    }

    .new-ui-v2--real-world .v2-rw--card p {
        width: 119px;
    }

    .new-ui-v2--real-world .v2-rw--card {
        padding: 30px 15px;
        column-gap: 20px;
        height: 180px;
    }

    .new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items {
        width: calc((100% / 3) - 76px);
        transition: 0.3s;
        height: auto;
    }

    .new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.v2-rw--card-max {
        width: calc((100% / 3) + 100px);
        transition: 0.3s;
    }

    .new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.hover-in {
        width: calc((100% / 3) + 100px) !important;
        transition: 0.3s;
    }

    .new-ui-v2--real-world .v2-rw--flex .v2-rw--flex-items.hover-out {
        width: calc((100% / 3) - 76px) !important;
        transition: 0.3s;
    }

    .new-ui-v2--real-world .v2-rw--card p {
        line-height: normal;
        font-size: 12px;
    }

    .new-ui-v2--real-world .v2-rw--card p.v2-rw--cost {
        font-size: 28px;
        line-height: normal;
    }

    .new-ui-v2--real-world .v2-rw--card .v2-rw--highlght-txt {
        font-size: 12px;
    }

    .v2-rw--flex-items.v2-rw--card-max.v2-rw--card-bg-img {
        padding: 23px 15px;
    }

    .new-ui-v2--real-world .v2-rw--card-bg-img p {
        font-size: 20px;
        line-height: normal;
    }





}

@media (min-width:768px) and (max-width:1024px) {

    /* V2 Tech Stack */
    .new-ui-v2--tech-stack .tab-slider-tab {
        text-wrap: nowrap;
    }

    .new-ui-v2--tech-stack .tab-slider-header {
        overflow-x: scroll;
        align-items: unset;
        justify-content: unset;
        padding: 5px 32px;
        column-gap: 20px;
        margin-bottom: 48px;
    }

    .new-ui-v2--tech-stack .nw-v2--stack-flex {
        justify-content: center;
        column-gap: 30px;
    }

    .new-ui-v2--tech-stack h2 {
        margin-bottom: 48px;
    }
}

.new-ui--desktop-hide {
    display: none !important;
}

@media (min-width:320px) and (max-width:767px) {
    #cursor {
        display: none;
    }

    /* V2 Real World */
    .new-ui--real-world {
        padding: 48px 0px;
    }

    .new-ui--real-world h4 {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        color: #FF5F49;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .new-ui--real-world h2 {
        font-family: Inter;
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: -0.01em;
        text-align: left;

        margin-bottom: 36px;
        color: #FFF;
    }

    .new-ui--real-world .rw--card {
        padding: 32px 13px;
        width: 238px;
        height: 150px;
        scroll-snap-align: center;
        flex: none !important;
        margin-left: 10px;
        border: 1px solid #323437;
        border-radius: 5px;
        background: #1D1F20;
    }

    .new-ui--real-world .rw--card h5 {
        padding-right: 19px;
        line-height: 18px;
    }

    .new-ui--real-world .rw--card p.rw--cost {
        font-family: Inter;
        font-size: 26px;
        font-weight: 600;
        line-height: 36.4px;
        text-align: left;
        color: #FFF;
        margin-bottom: 4px;
    }

    .new-ui--real-world .rw--card .pnch-line {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        margin-bottom: 0px;
        color: #FFF;
    }

    .new-ui--real-world .rw--card .pnch-line .rw--highlght-txt {
        color: #93C644;
    }

    .new-ui--real-world .rw--flex-mobile-1 {
        margin-bottom: 12px;
    }

    .new-ui--real-world .rw--flex-mobile-1::-webkit-scrollbar,
    .new-ui--real-world .rw--flex-mobile-2::-webkit-scrollbar {
        display: none;
    }

    .new-ui--real-world .rw--flex-mobile-1,
    .new-ui--real-world .rw--flex-mobile-2 {
        scroll-snap-type: x mandatory;
        display: flex;
        flex-direction: row;
        height: 153px;
        width: 100%;
        overflow-x: scroll;
        animation: scroll-wiggle-reverse 2s;
        scroll-snap-stop: always;
        padding-top: 2px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .new-ui--real-world .rw--flex-mobile-2 {
        height: 160px;
    }

    .new-ui--real-world .rw--flex-mobile-2 .rw--card {
        width: 210px;
        height: 150px;
    }

    .new-ui--real-world .rw--flex-mobile-2 .rw--card.rw--card-bg-img {
        width: 238px;
        padding: 23px 9px;
        padding-right: 94px;
        background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Group-1000005863-1-png.avif);
        background-size: 100% 151px;
        background-repeat: no-repeat;
        background-position: 0px -1px;
        border: none;
    }

    .new-ui--real-world .rw--card-bg-img .join-us-btn {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
        height: 30px;
    }

    .new-ui--real-world .rw--card-bg-img .join-us-btn a {
        font-size: 12px;
        padding: 0px 14px;
        line-height: normal;
        padding-top: 2px;
    }

    .new-ui--real-world .rw--card-bg-img .join-us-btn a::after {
        width: 100%;
        background: #99D43E;
        height: 30px;
        top: -5px;
    }

    .new-ui--real-world .rw--card-bg-img .join-us-btn a img {
        vertical-align: text-top;
        top: 3px;
        height: auto;
        width: 12px;
    }

    .new-ui--real-world .rw--card p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #7B848B;
        margin-bottom: 4px;
    }

    .new-ui--real-world .rw--card-bg-img p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        color: #FFF;
    }

    .new-ui--real-world .rw--flex-mobile-2 .rw--card:first-child {
        margin-left: 0px;
    }

    .new-ui--real-world .rw--flex-mobile-1 .rw--card:first-child {
        margin-left: 0px;
    }

    .activate-white-mode .new-ui--real-world .rw--card.rw--card-bg-img::after {
        background: transparent !important;
    }

    .new-ui--real-world>.container {
        padding: 0px 32px;
    }

    /* Trusted Brands  */
    .new-ui--trusted-brands {
        padding: 48px 0px;
        background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Homepage-Dark-Mobile-Version-2.png) center center/cover no-repeat;
    }

    .new-ui--trusted-brands .logo--row-flex {
        margin-top: 24px;
    }

    .new-ui--trusted-brands h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: -0.01em;
        margin-bottom: 10px;
    }

    .new-ui--trusted-brands p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }

    .new-ui--trusted-brands .logo--row-flex .new-ui--logo-block {
        padding: 0px;
        width: 128px;
        padding-bottom: 13px;
    }

    .new-ui--trusted-brands .nw--trust-img-box {
        width: 100%;
        padding: 21px 10px;
        height: 72px;
    }

    .new-ui--trusted-brands .owl-carousel .owl-item .nw--trust-img-box img {
        width: 100%;
        height: 30px;
        object-fit: contain;
    }

    .new-ui--trusted-brands .logo--row-flex .border-bottom-bg {
        border-right: 1px solid;
    }

    .new-ui--trusted-brands .logo--row-flex .border-right-bg-mobile {
        border-right: 0px !important;
    }

    .new-ui--trusted-brands .logo--row-flex .border-bottom-bg-mobile {
        border-bottom: 1px solid;
    }

    .new-ui--trusted-brands .logo--row-flex .border-bottom-bg,
    .new-ui--trusted-brands .logo--row-flex .border-right-bg-mobile,
    .new-ui--trusted-brands .logo--row-flex .border-bottom-bg-mobile {
        border-color: #222628;
    }

    .activate-white-mode .new-ui--trusted-brands {
        background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Homepage-Dark-Mobile-Version-1-2.png) center center/cover no-repeat;
    }

    .activate-white-mode .new-ui--trusted-brands .logo--row-flex .border-bottom-bg,
    .activate-white-mode .new-ui--trusted-brands .logo--row-flex .border-right-bg-mobile,
    .activate-white-mode .new-ui--trusted-brands .logo--row-flex .border-bottom-bg-mobile {
        border-color: #7A7A7A;
    }

    .new-ui--mobile-hide {
        display: none !important;
    }

    .new-ui--desktop-hide {
        display: block !important;
    }

    /* Testimonial  */
    .new-ui--client-testimonial {
        padding: 48px 0px;
    }

    .new-ui--client-testimonial h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: -0.01em;
        margin-bottom: 48px;
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card,
    .new-ui--client-testimonial .nw--testimonial-card {
        width: 100%;
        padding: 32px 14px;
        transition: 0.5s;
        flex-direction: column-reverse;
        height: 100%;
        /* height: 519px; */
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card .nw--testi-content {
        width: 100%;
        position: relative;
        padding-top: 0px;
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testimonial-card .nw--testi-content p {
        text-align: center;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: unset;
        column-gap: 24px;
        margin-top: 32px;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile img {
        width: 57px;
        height: 57px;
        border-radius: 8px;
        margin-bottom: 0px;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile .flex-box-2 {
        width: calc(100% - 55px - 24px);
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile h5 {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-profile p {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-align: left;
        padding: 0px;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-content {
        width: 100%;
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testi-content img.quote-mark-icon {
        display: block;
        position: absolute;
        bottom: 0px;
        width: 127px !important;
        height: auto;
        right: 40px;
        bottom: 90px;

        right: -17px;
        bottom: -26px;
    }

    .new-ui--client-testimonial .nw--testimonial-card .nw--testi-content p {
        display: block;
    }

    .new-ui--client-testimonial .owl-carousel .owl-stage-outer .owl-stage {
        display: block;
    }

    .new-ui--client-testimonial .nw--testi-starting-img .nw--testi-content img.quote-mark-icon {
        right: -17px;
        bottom: -26px;
    }

    .new-ui--client-testimonial #newClientTestimonials .owl-nav {
        padding-left: 0px;
        text-align: center;
    }

    /* Recent Blog  */
    .new-ui--recent-blogs {
        padding: 48px 0px;
    }

    .new-ui--recent-blogs .container {
        padding: 0px 26px;
    }

    .new-ui--recent-blogs .nw--recent-blogs-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }

    .new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item {
        grid-column: 1;
    }

    .new-ui--recent-blogs .nw--recent-blog-card {
        flex-direction: column;
        height: auto;
    }

    .new-ui--recent-blogs .nw--recent-blogs-container .nw--blog-item-last {
        grid-column: 1;
        grid-row: unset;
        grid-row: 1;
    }

    .new-ui--recent-blogs h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 48px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card.nw--recent-blog-card-last,
    .new-ui--recent-blogs .nw--recent-blog-card {
        padding: 24px 16px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-featured-img-last img,
    .new-ui--recent-blogs .nw--recent-blog-card .nw--blog-featured-img img {
        /* height: 158px; */
        height: auto;
        width: 100%;
        margin-bottom: 24px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card span {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-time {
        margin-right: 8px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card span.nw--blog-cat {
        margin-left: 0px;
    }

    .new-ui--recent-blogs .nw--blog-item-last .nw--recent-blog-card h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        padding: 0px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card h3 {
        height: auto;
        overflow: unset;
    }

    .new-ui--recent-blogs .nw--recent-blog-card h3 a {
        display: block;
        width: 100%;
    }

    .new-ui--recent-blogs .nw--recent-blog-card .nw--blog-info-flex {
        flex-wrap: nowrap;
    }

    .new-ui--recent-blogs .nw--recent-blog-card p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        height: 26px;
        overflow: hidden;
    }

    .new-ui--recent-blogs .nw--recent-blog-card p a {
        width: 100%;
        display: block;
    }

    .new-ui--recent-blogs .nw--recent-blog-card-last.nw--recent-blog-card p {
        height: 75px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card-last.nw--recent-blog-card .nw--blog-content {
        margin-bottom: 24px;
    }

    .new-ui--recent-blogs .nw--recent-blog-card-last .nw--blog-content-flex a.nw--recent-blog-read-more {
        display: inline-block;
    }

    /* Join Us Button  */
    .join-us-btn a::after {
        width: 100% !important;
    }

    /* Trusted brands  */
    .new-ui--trusted-brands {
        background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Homepage-Dark-Mobile-Version-2.png) center center/cover no-repeat;
    }

    .activate-white-mode .new-ui--trusted-brands {
        background: url(https://tp-devserver.com/truperformance/wp-content/uploads/2024/08/Homepage-Dark-Mobile-Version-1-2.png) center center/cover no-repeat;
    }

    /* Project Highlights :: Real World  */

    .footer_address {
        left: 0px !important;
    }

    /* Expertise Banner New */
    .new-ui-v2--expertise {
        padding: 48px 0px;
        background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Homepage-Dark-Mobile-Version-4.png) center center/cover no-repeat;
    }

    .activate-white-mode .new-ui-v2--expertise {
        background: url(https://truperformancedigital.com/wp-content/uploads/2024/09/Homepage-Dark-Mobile-Version-3.png) center center/cover no-repeat;
    }

    section.new-ui-v2--expertise>.container {
        padding: 0px 28px;
    }

    .new-ui-v2--expertise .new-ui-v2--row {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .new-ui-v2--expertise .join-us-btn a {
        font-family: Outfit;
        font-size: 14px;
        font-weight: 500;
        line-height: 18.73px;
        text-align: left;
        padding: 0px 10px;
    }

    .new-ui-v2--expertise p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .new-ui-v2--expertise h2 {
        font-family: Outfit;
        font-size: 24px;
        font-weight: 400;
        line-height: 33.3px;
        text-align: left;
        width: 70%;
    }

    .new-ui-v2--expertise .new-ui-v2--col-1,
    .new-ui-v2--expertise .new-ui-v2--col-2 {
        width: 100%;
    }

    .new-ui-v2--expertise .new-ui-v2--img {
        margin-bottom: 48px;
    }

    .new-ui-v2--expertise .new-ui-v2--img img {
        width: 100%;
    }

    .activate-white-mode .new-ui-v2--expertise .join-us-btn a,
    .activate-white-mode .new-ui-v2--expertise .join-us-btn a span {
        color: #FFFFFF;
    }

    .activate-white-mode .new-ui-v2--expertise .join-us-btn a .day-mode-logo {
        display: none;
    }

    .activate-white-mode .new-ui-v2--expertise .join-us-btn a .night-mode-logo {
        display: inline-block;
    }

    /* V2 Tech Stack */
    .new-ui-v2--tech-stack {
        overflow: hidden;
        padding: 48px 0px;
    }

    .new-ui-v2--tech-stack .container.cutaner-mobi {
        padding: 0px;
    }

    .new-ui-v2--tech-stack h2 {
        font-family: Inter;
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 27px;
    }

    .new-ui-v2--tech-stack .tab-slider-header {
        /* overflow-x: scroll; */
        /* overflow: scroll; */
        align-items: unset;
        justify-content: unset;
        padding: 5px 32px;
        column-gap: 15px;
        margin-bottom: 27px;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .new-ui-v2--tech-stack .tab-slider-tab {
        text-wrap: nowrap;
        font-family: Outfit;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.38px;
        text-align: left;
    }

    .new-ui-v2--tech-stack .nw-v2--stack-flex {
        column-gap: 0;
        row-gap: 25px;
        align-items: center;
        justify-content: center;
    }

    .new-ui-v2--tech-stack .nw-v2--stack-img {
        width: 156px;
        height: 76px;
        padding: 18px 20px;
    }

    .new-ui-v2--tech-stack .nw-v2--stack-img img {
        object-fit: contain;
        width: 90px;
        height: 100%;
    }




}



/*=== HEADER CSS ===*/