﻿.banner-inner .breadcrumb {
    font-size: 24px;
    padding:0;
}

    .banner-inner .breadcrumb .breadcrumb-item {
        font-weight: 600;
        font-family: var(--ridda-heading-font);
    }

        .banner-inner .breadcrumb .breadcrumb-item.active a {
            color: var(--ridda-primary-color);
        }

        .banner-inner .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            color: white;
            content: "\f054";
            margin-top: 2px;
            font-weight: 500;
            font-size: 0.7em;
            padding-right: clamp(5px, 2vw, 25px);
            font-family: "Font Awesome 5 Pro";
        }

        .banner-inner .breadcrumb .breadcrumb-item + .breadcrumb-item {
            padding-left: clamp(5px, 2vw, 25px);
        }

        @media (max-width: 700px){
            .page-banner-counter-shapes:after {
                display: none;

            }
        }
.breadcrumb-item {
    display: inline-block;
}
.active-breadcrum {
    color: var(--ridda-primary-color) !important;
}
.breadcrumb-item a:before {
    color: white;
    content: "\f054";
    margin-top: 2px;
    font-weight: 500;
    font-size: 0.7em;
    padding-right: clamp(5px, 2vw, 10px);
    padding-left: clamp(5px, 2vw, 10px);
    font-family: "Font Awesome 5 Pro";
}
.breadcrumb-item a:first-child:before{
    display:none;
}
.page-banner-counter-shapes:before {
    left: 0;
    bottom: 25%;
    -webkit-transform: translate(-35%) rotate(-9.61deg);
    -ms-transform: translate(-35%) rotate(-9.61deg);
    transform: translate(-35%) rotate(-9.61deg);
}

.page-banner-counter-shapes:after {
    right: 0;
    bottom: 10%;
    -webkit-transform: translate(60%) rotate(-9.61deg);
    -ms-transform: translate(60%) rotate(-9.61deg);
    transform: translate(60%) rotate(-9.61deg);
}

.gt-banner-section.gt-like-banner:after, .gt-banner-section.gt-like-banner:before {
    content: '';
    z-index: -1;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    position: absolute;
    width: 500px;
    height: 200px;
    background: var(--ridda-primary-color);
}
.gt-banner-section.gt-like-banner:before {
    left: 0;
    bottom: 25%;
    -webkit-transform: translate(-35%) rotate(-9.61deg);
    -ms-transform: translate(-35%) rotate(-9.61deg);
    transform: translate(-35%) rotate(-9.61deg);
}
.gt-banner-section.gt-like-banner:after {
    right: 0;
    bottom: 10%;
    -webkit-transform: translate(60%) rotate(-9.61deg);
    -ms-transform: translate(60%) rotate(-9.61deg);
    transform: translate(60%) rotate(-9.61deg);
}
@media(max-width: 600px){
    .gt-banner-section.gt-like-banner:after {
        display: none;
    }
}

.page-banner-counter-shapes .shape {
    top: -26%;
    left: -20px;
    z-index: -1;
    max-width: 36%;
    position: absolute;
    overflow: hidden;
}


.whiter-border-container.container {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.img-gt-banner-holder {
    aspect-ratio: 3/2;
}

    .img-gt-banner-holder img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.h1-fs-gt-page {
    font-size: clamp(30px, 4vw, 40px) !important;
}
p.h1-fs-gt-page {
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.gt-banner-section .marquee-wrap {
    color: rgba(255, 255, 255, 0.03);
    -webkit-text-stroke-color: rgba(14, 19, 23, 0.05);
}

.page-banner-counter-shapes img {
    width: 100%;
}

.gt-banner-section .marquee-wrap {
    z-index: -1;
    position: relative;
}

.ex-about-area .counter-wrap {
    margin-right: unset;
    margin-left: unset;
    /*    padding: 60px 80px 30px;*/
    /*position: absolute;
    bottom: 16%;
    right: 18%;*/
    width: 90%;
    max-width: 900px;
}

.service-item.style-two:not(:last-child) {
    margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
    .service-item.style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.service-item.style-two {
    background: white;
    border-radius: 10px;
    padding: 25px 40px 20px 40px;
}

.service-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 50px 70px 28px;
    border: 1px solid rgba(3, 27, 225, 0.1);
}
    .service-item.style-two .icon {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 55px;
        height: 55px;
        margin-top: 5px;
        font-size: 24px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        line-height: 55px;
        margin-right: 30px;
        margin-bottom: 20px;
        color: var(--ridda-heading-color);
        background: var(--ridda-primary-color);
    }

    .service-item .icon {
        z-index: 1;
        width: 85px;
        height: 85px;
        font-size: 45px;
        line-height: 85px;
        position: relative;
        text-align: center;
        margin-bottom: 33px;
        border-radius: 10px;
        color: var(--ridda-primary-color);
        background: rgba(var(--ridda-primary-rgb), 0.1);
        border: 1px solid rgba(var(--ridda-primary-rgb), 0.1);
        position: relative;
    }
        .service-item .icon:before {
            content: '';
            width: 95%;
            height: 95%;
            z-index: -1;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 50%;
        }
        .service-item .icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
            height: 50%;
            object-fit: cover;
        }


        @media only screen and (min-width: 480px) {
            .service-item.style-two .content h6 {
        font-size: 20px;
    }
}
.service-item.style-two .content h6 {
    margin-bottom: 10px;
}
    .service-item.style-two .content h6 a {
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
        background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(white, white);
        background-image: -o-linear-gradient(white, white), -o-linear-gradient(white, white);
        background-image: linear-gradient(white, white), linear-gradient(white, white);
    }

.service-item.style-two .content p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.service-item.style-two:hover {
    background: var(--ridda-heading-color);
}
    .service-item.style-two:hover .content p, .service-item.style-two:hover .content h6 a {
        color: white;
    }
    .service-item.style-two .content p, .service-item.style-two .content h6 a {
       background: transparent;
    }
.section-title {
    margin-top: -10px;
    position: relative;
}

.team-item.style-two {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.team-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 50px 25px 45px;
    border: 1px solid var(--ridda-border-color);
}
    .team-item.style-two .image {
        display: block;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        background: white;
        position: relative;
        border-radius: 7px;
        margin-bottom: 25px;
        padding: 20px 10px 0;
        aspect-ratio: 1200/800;
        overflow: hidden;
    }
    .team-item .image {
        padding: 5px;
        background: #1D1D1D;
        border-radius: 10px;
        margin-bottom: 30px;
        display: inline-block;
        border: 1px solid var(--ridda-border-color);
    }
    .team-item.style-two .image img {
        border-radius: 0;
    }

    .team-item .image img {
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1s ease;
    }
    .team-item.style-two:hover img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
    .team-item.style-two a:hover {
        color: black;
    }
    .team-item.style-two .image .social-style-one {
        margin: 0;
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        position: absolute;
        left: 50%;
        bottom: 30px;
        padding: 8px 20px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 5px;
        background: var(--ridda-primary-color);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -10px;
    margin-right: -10px;
}
.team-item.style-two .image .social-style-one a {
    color: #696969;
    margin-bottom: 0;
}
.social-style-one a {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.team-item.style-two .content {
    text-align: left;
}
.team-item .content h5 {
    font-size: 20px;
    margin-bottom: 0;
}
.team-item.style-two:hover {
    background: transparent;
}
    .team-item.style-two:hover .image {
        background: rgba(var(--ridda-primary-rgb), 0.2);
    }
        .team-item.style-two:hover .image .social-style-one {
            bottom: 20px;
            opacity: 1;
        }
.project-list-item:hover .content h4 a, .read-more:hover, .service-item .content h4 a:hover, .service-item.style-two .content h6 a:hover, .service-item.style-three .content h5 a:hover, .service-item.style-five h5 a:hover, .service-two-item h4 a:hover, .service-two-item.style-two h5 a:hover, .service-two-item.style-two.hover-two h6 a:hover, .feature-item .content h5 a:hover, .project-item .content h6 a:hover, .project-item .content h4 a:hover, .project-list-item .content h4 a:hover, .project-grid-item .content h4 a:hover, .np-project-item .content h6 a:hover, .blog-item .content h5 a:hover, .blog-timeline-item .content h4 a:hover, .blog-standard-item .content h3 a:hover, .next-prev-blog .item h6 a:hover, .team-item .content h5 a:hover, .product-item .content h5 a:hover, .widget-news li .content h6 a:hover {
    background-size: 0 1.5px, 100% 1.5px;
}
.project-list-item .image {
    transition: all .4s ease;
}
.project-list-item:hover .image {
    transform: translateY(-6px);
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, .2);
}
.read-more, .service-item .content h4 a, .service-item.style-two .content h6 a, .service-item.style-three .content h5 a, .service-item.style-five h5 a, .service-two-item h4 a, .service-two-item.style-two h5 a, .service-two-item.style-two.hover-two h6 a, .feature-item .content h5 a, .project-item .content h6 a, .project-item .content h4 a, .project-list-item .content h4 a, .project-grid-item .content h4 a, .np-project-item .content h6 a, .blog-item .content h5 a, .blog-timeline-item .content h4 a, .blog-standard-item .content h3 a, .next-prev-blog .item h6 a, .team-item .content h5 a, .product-item .content h5 a, .widget-news li .content h6 a {
    display: inline;
    position: relative;
    background-repeat: no-repeat;
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 85%;
    -webkit-transition: background-size 0.4s linear;
    -o-transition: background-size 0.4s linear;
    transition: background-size 0.4s linear;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--ridda-heading-color)), to(var(--ridda-heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--ridda-heading-color)), to(var(--ridda-heading-color)));
    background-image: -webkit-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color)), -webkit-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
    background-image: -o-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color)), -o-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
    background-image: linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color)), linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
}
.trustedLeaders img {
 
    width: auto;
    height: 100%;
    object-fit: contain;
}
.trustedLeaders a:has(img){
    display:block;
    text-align:center;
}
.trustedLeaders .trusted-img-holder {
    position: relative;
    aspect-ratio: 3/1.5;
}
.blog-item.style-three {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}
.blog-item {
    margin: -1px;
    padding: 10px;
    border: 1px solid var(--ridda-border-color);
}
    .blog-item .image img {
        width: 100%;
        border-radius: 6px;
    }
    .blog-item.style-three .content {
        padding: 22px 0 0;
    }
        .blog-item.style-three .content .blog-meta {
            margin-bottom: 5px;
        }

    .blog-item .content .blog-meta {
        margin-bottom: 10px;
    }

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .blog-meta li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2px;
    }
        .blog-meta li a:not(.cagetory) {
            color: var(--ridda-heading-color);
        }
.blog-item.style-three .content h5 {
    letter-spacing: 0;
    margin-bottom: 14px;
}
.theme-btn.style-two, a.theme-btn.style-two {
    background: white;
    border: 1px solid var(--ridda-border-color);
}
.blog-item .image {
    position: relative;
    aspect-ratio: 3/2;
}
.blog-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogSwiperGT a:hover {
    color: black;
}
section .breadcrumb-item a {
    font-size: clamp(14px, 2vw, 16px);
}
.blog-index-fs, .title-gt-page {
    font-size: clamp(16px, 2vw, 18px);
}
.blog-item.style-three .title-gt-page {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: unset !important;
}
.blog-item.style-three .title-gt-page:hover {
    color: black;
}
.why-choose-us-area.gt-wcu .container{
    padding-top: 100px;
    padding-bottom: 50px;
}



.pro-pagination-style ul li a.prev, .pro-pagination-style ul li a.next {
    background-color: #f0f4f6;
    color: #000000;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
}

.pro-pagination-style ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 8px;
    color: #000000;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}
.pro-pagination-style a.disabled {
    cursor: unset;
    pointer-events: none;
}
.pro-pagination-style .prev.disabled i, .pro-pagination-style .next.disabled i {
    color: #00000029;
}
.blog-item.style-three:hover img {
    transform: scale(1.05);
    transition: transform .2s linear;
}
.blog-item.style-three img {
    transition: transform .2s linear;
}
.blog-item.style-three .image {
    border-radius: 8px;
    overflow: hidden;
}
.gt-like-banner .marquee-wrap {
    position: absolute;
    bottom: 0;
}
.input-search_news.triggerInputSearch .warp-search {
    border-radius: 8px;
    overflow: hidden;
}
.pt-150-40 {
    padding-top: clamp(40px,10vw,150px);
}
.pt-50-40 {
    padding-top: clamp(40px,10vw,50px);
}
.tag-clouds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}
    .tag-clouds a {
        font-size: 16px;
        font-weight: 500;
        padding: 4px 16px;
        font-weight: 600;
        border-radius: 7px;
        color: #696969;
        margin: 10px 10px 0 0;
        border: 1px solid var(--ridda-border-color);
    }
a:visited {
    text-decoration: none;
    outline: none;
}
.tag-item:hover {
    color: black;
}
.tag-clouds a:hover {
    background-color: var(--main-colorT);
}

.tu-day-ne-bat-ngo-chua .tag-clouds a {
    margin: 0px 0px 10px 0;
}
.tu-day-ne-bat-ngo-chua .tag-clouds {
    margin-bottom: 0px;
}
.page-banner-counter-shapes {
    aspect-ratio: 3 / 2;
    overflow:hidden;
}
    .page-banner-counter-shapes .img-gt-banner-holder {
        position: absolute;
        left: 67px;
        width: 100%;
    }
.main-wrapper {
    overflow-y: hidden;
}

.feedback-marquee-inner .marquee-item .author img{
    
}

.reviews-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.reviews-track{
    display: flex;
    animation: scroll-x 40s linear infinite;
}

.logo-track {
    display: flex;
    animation: scroll-x-logo 40s linear infinite; 
}

.reviews-grid {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    min-width: 100%;
}

.logo-row {
    display: flex;
    flex-shrink: 0; 
    gap: 3rem; 
    padding: 0 1rem;
}

    .logo-row .logo-slide {
        height: 60px; 
        width: auto; 
        object-fit: contain;
    }

        .logo-row .logo-slide img {
            object-fit: contain;
            height: 100%;
            width: 100%;
        }
        
        .review {
            background: #fff;
            border-radius: 12px;
            padding: 1rem;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
            font-family: system-ui, sans-serif;
            font-size: 0.9rem;
        }

@keyframes scroll-x-logo {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@media (min-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(4, 1fr);
    }

 
}

@media (min-width: 768px) and (max-width: 1023px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
