.brand-area .brand__content {
    margin-bottom: 40px !important;
    padding-top: 40px !important;
}
.brand-area {
    border-bottom: 0px solid #e6e7f3 !important;
    padding:56px 0 !important;
}


.brand-item:hover {
        transform: translateY(-5px) !important;
 }

.slider_baner__active .slide__home7 img {
    margin-bottom: 220px !important;
}

.services__details-area {
    padding: 60px 0 !important;
}


.shortcode-projects-style-3{
  padding-top: 40px !important;
}

.steps__area-seven {
  background-color: var(--tg-heading-color) !important;
}

.slider-right-image{
    margin-top: -40px !important;
}

.counter-item {
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.01);
    position: relative;
    /* animation: unevenJump 1.5s infinite; */
}

/* .counter-area .col-xl-3:nth-child(1) .counter-item{
    animation: unevenJump 1s infinite;
}

.counter-area .col-xl-3:nth-child(2) .counter-item{
    animation: unevenJump 2s infinite;
}

.counter-area .col-xl-3:nth-child(3) .counter-item{
    animation: unevenJump 3s infinite;
}

.counter-area .col-xl-3:nth-child(4) .counter-item{
    animation: unevenJump 4s infinite;
}

@keyframes unevenJump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.counter-item::before {
    content: '';
    background: white;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    height: 100%;
    width: 100%;
}
.counter-item .icon ,
.counter-item .content {
    position: relative;
    z-index: 10000000000;
    cursor: pointer;
} */
.call-back-contact-info h4, .call-back-contact-info ul {
    display: none;
}
.call-back-area .d-grid.gap-2.d-md-block {
    display: flex !important;
    justify-content: flex-end;
    align-items: center !important;
}
.call-back-contact-info.p-4.bg-light.rounded.shadow {
    background: transparent !important;
    box-shadow: unset !important;
}

body, html{
    overflow-x: hidden;
}


/* testimonial updates */

.testimonials__area-home8 .section-title h2, .testimonials__area-home8 .section-title p {
    color: white !important;
}
.card-testimonials img {
    object-fit: cover;
    object-position: center;
}
/* .card-testimonials * {
    color: white;
} */

.card-testimonials .fa-star, .shortcode-testimonials .testimonial__rating i:last-child{
    color: #ffc107;
}
.card-testimonials {
    background: white;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.card-testimonials::before {
    content: '';
    position: absolute;
    right: -25%;
    bottom: -30%;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    transform: rotate(-45deg);
    opacity: 0.15;
    /* background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); */
    backdrop-filter: blur(10px);
    border-radius: 20px;
    /* z-index: -1; */
}
.card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.shortcode-testimonials .card-testimonials .card-info .quote-icon {
    position: absolute;
    right: 0;
    top: -85px;
}
.curved-edge {
    --c: 70px; /* control the curvature (works with percentage) */
    height: 200px;
    aspect-ratio: 3/2;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at bottom,#0000 calc(100% - 2px),#000);
    background: #40C0CB;
  }

  .services__item-five {
    overflow: hidden;
    position: relative;
    height: 100%;
    /* padding-bottom: 10px; */
}
/* .services__item-five::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 101%;
    --c: 70px;
    height: 225px;
    aspect-ratio: 3/2;
    mask: radial-gradient(60% var(--c) at bottom,#0000 calc(100% - 2px),#000);
    background: var(--tg-theme-secondary);
    border-radius: 15px;
} */
.services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
    margin-top: 0;
}
.services__area-seven .col-xl-4.col-lg-4.col-md-6 {
    margin-top: 24px;
}
.services__item-five {
    border: unset;
    border-radius: 8px;
    -ms-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0px 30px 21px 0 rgba(0,0,0,.04);
    margin-bottom: 30px;
    padding: 60px 30px 45px;
    text-align: center;
    transition: all .3s ease-out 0s;
}
.up {
    position: relative;
    top: -85px;
}
.services__item-wrap-two {
    margin-top: 65px;
}
section.counter-area.shortcode-site-statistics {
    background: linear-gradient(45deg,   hsl(60deg 47% 93%) 0%,   hsl(68deg 48% 93%) 11%,   hsl(75deg 48% 94%) 22%,   hsl(83deg 48% 95%) 33%,   hsl(92deg 47% 95%) 44%,   hsl(101deg 46% 96%) 56%,   hsl(111deg 44% 96%) 67%,   hsl(122deg 42% 97%) 78%,   hsl(132deg 43% 97%) 89%,   hsl(140deg 43% 97%) 100%);
}

.counter-item {
    background: white;
    padding: 40px 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.01);
    position: relative;
    display: flex;
    transition: 0.4s;
    cursor: pointer;
}
.counter-item .icon {
    width: 65px;
}

.counter-item:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 200;
}

section.project__area-three.project__bg-three.shortcode-projects.shortcode-projects-style-3.pt-5 {
    padding-top: 90px !important;
}
.brand-item {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 46px;
    overflow: hidden;
}
.brand-active {
    padding-bottom: 20px;
}
/* .brand-area.partners-area .swiper-slide {
    margin-left: 5px !important;
} */
img.testimonial-logo {
    max-width: 100%;
    width: 150px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    opacity: 0.1;
    /* transform: rotate(-45deg); */
}
section.testimonials__area-home8.shortcode-testimonials.shortcode-testimonials-style-3 {
    padding-bottom: 90px;
}
section.testimonials__area-home8.shortcode-testimonials.shortcode-testimonials-style-3 {
    background: var(--tg-theme-secondary) !important;
}
section.call-back-area.widget-newsletter.py-5.widget-newsletter-style-1 {
    background: var(--tg-theme-secondary) !important;
}
.footer-bottom {
    padding: 10px 0;
}
section.call-back-area.widget-newsletter.py-5.widget-newsletter-style-1 {
    background: transparent !important;
    position: relative;
    top: 160px;
    margin-top: -160px;
}
.cta-card{
    background-color: var(--tg-theme-secondary);
}
/* .footer-area {
    background: url("../../../../storage/images/main-footer.svg");
} */
footer#footer {
    padding-top: 100px;
    background-size: cover !important;
    background-position: bottom;
    position: relative;
    background: var(--tg-theme-primary);
}

footer#footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    opacity: 0.9;
}
img.cta-icon {
    height: 130px;
    margin: auto;
    display: block;
}
.project__content-three span {
    color: #FFA500;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
a:hover, button:hover {
    color: #FFA500;
    text-decoration: none;
}
.experience-year {
    background: #321E1E;
}
.call-back-area .btn:before {
    background: #FFA500;
}

.call-back-area .btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-theme-primary);
}
.ml-inline-start-20 {
    margin-inline-start: 20px;
    margin-right: 0;
}
.banner__img-two img {
    max-width: 100% !important;
}
.project__details-area section.shortcode-hero-banner.banner-area.banner-bg.banner__bg-three .row {
    align-items: center;
}
.project__details-area section.project__area-two.shortcode-projects.shortcode-projects-style-3 {
    padding-top: 20px !important;
}
.project__details-area section.project__area-two.shortcode-projects.shortcode-projects-style-3 .container {
    padding-left: 0;
}
.project__details-area section.project__area-two.shortcode-projects.shortcode-projects-style-3 h2 {
    font-size: 2rem;
}
.project__details-area section.project__area-two.shortcode-projects.shortcode-projects-style-3 .section-title {
    margin-bottom: 15px;
}
.project__details-area .project__item-two {
    margin-bottom: 0 !important;
}
.project__details-area section.project__area-two.shortcode-projects.shortcode-projects-style-3 {
    padding-bottom: 0;
}
section.project__details-area {
    padding-bottom: 50px;
}
.experience-year .icon {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    font-size: 75px;
    height: 125px;
    line-height: 0;
    width: 125px;
}
.experience-year {
    background: var(--tg-color-white-default);
}
section.call-back-area.widget-newsletter.py-5.widget-newsletter-style-1::before {
    content: '';
    background: rgb(217, 234, 211) !important;
    width: 100%;
    position: absolute;
    height: 170px;
    top: 0;
}
section.about__area-four.shortcode-about-us-information.shortcode-about-us-information-style-9 {
    padding-top: 120px !important;
    padding-bottom: 50px;
}

section.choose__area-four.shortcode-about-us-information.shortcode-about-us-information-style-12 svg {
    stroke: white !important;
}
section.choose__area-four.shortcode-about-us-information.shortcode-about-us-information-style-12 * {
    color: white;
}
.counter-item {
    align-items: center;
    display: flex;
    gap: 13px;
    margin-bottom: 30px;
}
.brand-item img {
    cursor: pointer;
    height: 100% !important;
    object-fit: contain !important;
}
.about__img-wrap-four.about__img-wrap-home8 img:last-child {
    width: 70%;
    left: -50px;
    bottom: 0;
}
.about-bottom.about-bottom-two {
    padding: 0;
    gap: 0;
}

.blog-avatar {
    display: none;
}


@media screen and (max-width: 767px){
    .tg-header__area {
        padding: 15px 0;
    }
    .shortcode-hero-banner .shortcode-hero-banner-overlay {
        background-color: white;
    }
    .shortcode-hero-banner .container .banner-content h2, .shortcode-hero-banner .container .banner-content p {
        color: var(--tg-primary-color);
    }
    .banner-content .title {
        font-size: 28px;
    }
    .banner-area .row {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .banner-content {
        margin-bottom: 50px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .section-title .title div {
        display: inline !important;
    }
    .up {
        position: relative;
        top: 0;
    }
    .services__item-wrap-two {
        margin-top: -20px;
    }
    .counter-item {
        padding: 25px 20px;
    }
    .counter-item .content .count {
        font-size: 24px;
    }
    .counter-item .icon {
        width: 55px;
    }
    .about-area {
        padding: 60px 0 20px 0;
    }
    span.quote-icon {
        display: none;
    }
    .card-testimonials::before{
        display: none;
    }
    .call-back-content {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .cta-card .card-body.p-5 {
        padding: 20px !important;
    }
    .call-back-contact-info.p-4.bg-light.rounded.shadow {
        padding: 20px 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-top .row {
        flex-direction: column;
        gap: 20px !important;
        display: flex;
    }
    footer#footer {
        padding-top: 100px;
        background-size: cover;
        background-position: bottom;
        position: relative;
    }
    .copyright-text {
        font-size: 13px;
    }
    .services__bg-seven {
        padding: 50px 0 50px;
    }
    section.project__area-three.project__bg-three.shortcode-projects.shortcode-projects-style-3.pt-5 {
        padding-top: 50px !important;
    }
    .project__area-three {
        padding: 50px 0;
    }
    .counter-area {
        padding: 50px 0 50px;
    }
    .shortcode-testimonials {
        padding-top: 50px;
    }
    section.testimonials__area-home8.shortcode-testimonials.shortcode-testimonials-style-3 .container {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 130px;
        gap: 30px;
    }
    section.testimonials__area-home8.shortcode-testimonials.shortcode-testimonials-style-3 .section-title {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        /* background: red; */
        padding: 24px;
    }
    .testimonial__nav-four {
        align-items: center;
        display: flex;
        gap: 10px;
        margin-top: 0;
        justify-content: center !important;
        align-items: center;
    }
    section.testimonials__area-home8.shortcode-testimonials.shortcode-testimonials-style-3 {
        padding-bottom: 0;
    }
    .blog-post-bg {
        padding: 50px 0 50px;
    }
    .brand-area {
        border-bottom: 0px solid #e6e7f3 !important;
        padding: 56px 0 0 0 !important;
    }
    footer#footer {
        background-size: cover !important;
    }
    .brand-area.partners-area {
        padding-top: 0 !important;
    }
    section.about__area-four.shortcode-about-us-information.shortcode-about-us-information-style-9 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }

    /* about page */
    section.about__area-four.shortcode-about-us-information.shortcode-about-us-information-style-9 .row {
        flex-direction: column-reverse;
    }
    .about__img-wrap-four.about__img-wrap-home8 {
        margin-bottom: 0;
    }
    .section-title.text-center.mb-50.tg-heading-subheading.animation-style3 {
        margin-bottom: 0;
    }
    section.choose__area-four.shortcode-about-us-information.shortcode-about-us-information-style-12 {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.counter-area.shortcode-site-statistics .title, section.project__area-three.project__bg-three.shortcode-projects.shortcode-projects-style-3.pt-5 .title {
        margin-bottom: 30px;
    }
    section.call-back-area.widget-newsletter.py-5.widget-newsletter-style-1::before {
        content: '';
        background: rgb(217, 234, 211) !important;
        width: 100%;
        position: absolute;
        height: 75%;
        top: 0;
    }
}
