@media (min-width: 1024px) {
    .process-style-one-item:nth-child(2n) .item {
        display: flex;
        flex-direction: column-reverse;
    }
    .blurry-shape-left::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 200px;
        width: 200px;
        background: var(--primary-color);
        z-index: -1;
        border-radius: 50%;
        filter: blur(120px);
    }
}
@media (max-width: 991px) {
    .timeline-line {
        left: 20px;
    }
    .timeline-item {
        flex-direction: row !important;
        margin-left: 20px;
    }
    .timeline-content {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .timeline-point {
        left: 20px;
        transform: translateX(-50%);
    }
    .about-style-six-info .d-flex img {
        display: none;
    }
    .contact-panel {
        padding: 70px 0;
        min-height: auto;
    }
}
@media (max-width: 810px){
    .how-it-works {
        height: 9100px;
    }
    .how-it-works .horizontal-scroll {
        align-items: flex-start;
        height: 9100px;
        position: relative;
        top: unset;
    }
    .horizontal-container {
        flex: 1 0 0px;
        flex-direction: column;
        height: min-content;
        width: 1px;
        background: var(--horizontal-part-mobile-gradient);
    }
    .horizontal-container .spacer {
     height: 0;
    }
    .hz-inner-container {
        height: 1300px;
        width: 100%;
    }
    .hz-inner-container .image-hiw-1 {
        bottom: 0;
        left: 0;
        top: unset;
        width: unset;
    }
    .image-hiw-1 .con-img img{
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .hz-inner-container .screen-hiw {
        left: 50%;
        right: unset;
        transform: translate(-50%);
    }
    .screen-recording-1 {
        aspect-ratio: .48333333333333334 / 1;
        height: 600px;
    }
    .hz-inner-container .copy {
        bottom: unset;
        gap: 46px;
        left: 24px;
        right: 24px;
        top: 35px;
        width: unset;
    }
    .hz-inner-container .copy .main-text {
        align-self: unset;
        height: min-content;
        width: 100%;
    }
    .main-text .big-text {
        white-space: normal;
        height: auto;
        width: auto;
    }
    .main-text h1 {
        font-size: 10vw;
        line-height: 30vw;
        margin: 0;
        line-height: normal;
    }
    .text-desc {
        width: 100%;
    }
    .our-story {
        height: min-content;
        padding: 56px 24px;
        background: radial-gradient(155.1% 68.524406779661% at 0% 1%,#545454 0%,rgb(0,0,0) 100%);
    }
    .our-story .os-container {
        flex-direction: column;
        gap: 20px;
    }
    .os-container .figcaption {
        width: 100%;
        height: 342px;
    }
    .os-container .os-copy {
        width: 100%;
        max-width: 100%;
    }
    .story-desc-container p {
        font-size: 14px;
    }
    .os-container .os-copy .bg-font h1 {
        font-size: 60px;
    }
}
@media (max-width: 768px) {
    .section-padding {
        padding: 70px 0;
    }
    .section-title,
    .clients-title ,
    .site-heading h2,
    .contact-panel .title.h_title{
        font-size: 2.2rem;
    }
    .card-style-one {
        max-width: 100%;
    }
    .about-style-six-area {
        padding-bottom: 50px;
    }
    .services-style-one-items .single-item {
        padding: 0 15px;
    }
    .services-style-one-item {
        padding: 50px 30px;
    }
    .site-heading h2 br,
    .brand-info .clients-title br,
    .testimonial-section::after,
    .testimonial-section::before {
        display: none;
    }
    .service-card {
        margin-bottom: 30px;
        height: 350px;
    }

    .testimonial-card {
        margin: 0 10px;
        min-height: 250px;
    }

    .testimonial-text {
        font-size: 1rem;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    
    .years-content .section-title {
        font-size: 3rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .social-links {
        justify-content: center;
        margin-top: 2rem;
    }
    .service-style-three-items,
    .client-info {
        flex-wrap: wrap;
    }
    .service-style-three-items li,
    .service-style-three-items li.out {
        width: 100%;
    }
    .contact-panel-bg {
        display: none;
    }
    .hero-section {
        padding-top: 30%;
    }
    .hero-graphic {
        margin-top: 35px;
    }
    .services-style-one-item {
        margin-top: 30px;
    }
    .brand-info::after {
        display: none;
    }
    .fun-fact .counter {
        font-size: 50px;
    }
    .client-style-one-item img {
        max-height: 40px;
    }
    .client-style-one-item img.ponds-logo {
        max-height: 22px;
    }
    .client-style-one-items {
        margin-top: 50px;
    }
    .contact-panel::after{
        width: 360px;
        height: 360px;
    }
    .testimonial-rating {
        margin-top: 20px;
    }
    .client-style-one-item {
        width: 49.5%;
    }
    .client-style-one-item:last-child {
        width: 100%;
    }
    ul.contact-list li {
        margin-bottom: 25px;
    }
}


@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
    }
    
    .insight-card,
    .solution-card,
    .testimonial-card {
        padding: 2rem 1.5rem;
    }
}