@media (max-width: 1400px) {
    .hero-content h1 {
        font-size: 46px;
        line-height: 54px;

    }

    .our-work .row .col-lg-3.col-md-6:not(:last-child) .our-work-box::after {
        left: 77%;
        width: 150px;
        height: 11px;
    }
}

@media (max-width: 1300px) {
    .section-heading {
        font-size: 2rem;
        line-height: 40px;
    }

    .acefuture-content p {
        font-size: 1rem;

    }
}

@media (max-width: 1200px) {
    .serves-items {
        gap: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .our-work .row .col-lg-3.col-md-6:not(:last-child) .our-work-box::after {
        left: 77%;
        width: 130px;
    }
}

@media (max-width: 1199px) {
    .menu-list ul {
        gap: 30px;
    }



    section.our-clients {
        padding: 60px 0;
    }



    .footer-bottom-content p,
    .footer-bottom-content a {

        font-size: 14px;

    }

    .footer {
        padding: 60px 0;
    }

    .hero-banner {
        padding-bottom: 5.5rem;

    }

    .acefuture-wrapper {
        padding: 60px 0 200px;

    }

    .have-a-project {
        padding-bottom: 60px;
    }

    .customer-feedback .slick-prev {
        left: 36%;

    }

    .customer-feedback .slick-next {
        right: 36%;
    }

    .faq-sec {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .menu-list {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background: #233269;
        height: 100vh;
        overflow-x: hidden;
        transition: width 0.3s ease;
        z-index: 9999;
        padding-top: 60px;
        max-width: 300px;
    }

    .client-feed-box {

        margin: 0 10px;
    }

    .our-work .row .col-lg-3.col-md-6:not(:last-child) .our-work-box::after {
        display: none;
    }

    .menu-list.open {
        width: 100%;
        transition: width 0.3s ease;
    }


    .menu-list ul {
        flex-direction: column;
        padding-left: 20px;
        gap: 20px;
    }

    .menu-icon span {
        font-size: 26px;
        font-weight: 400;
        color: #fff;
    }

    span.menu-close {
        padding: 6px 6px;
        display: block;
        border-radius: 6px;
        width: 45px;
        height: 45px;
        text-align: center;
        box-shadow: 0 0 25px rgb(0 0 0 / .1);
        line-height: 32px;
        background: #e52629;
        color: #fff;
        position: absolute;
        right: 7px;
        top: 5px;
        font-size: 18px;
    }

    .dropdown:hover .sub-menu {
        opacity: 0;

    }

    .menu-icon {
        display: block;
    }

    .menu-list ul li a {
        color: #fff;
        font-size: 18px;
    }

    .menu-list ul li.active a {
        color: #fff;
    }

    .menu-list ul li:last-child a {
        margin-left: 0;
        display: inline-block;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .play-btn img {
        max-width: 60px;
    }

    .hero-content p {
        font-size: 1rem;
        max-width: 20.875rem;
    }

    .custom-btn {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .our-work .row .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    .acefuture-inner .row {
        flex-direction: column-reverse;
    }

    .acefuture-content p {
        width: 100%;
    }
  .acefuture-img::after {
    height: 260px;
    left: -5px;
}

    .acefuture-content {
        margin-top: 30px;
    }

    .contact-form-right {
        border-radius: 0px;
        padding: 40px;
    }

    .contact-form {
        border-radius: 0px;
        padding: 40px;
    }

    .customer-feedback .slick-prev {
        left: 33%;

    }

    .customer-feedback .slick-next {
        right: 33%;
    }
}


@media (max-width: 768px) {

    .projects-slider-section {
        padding: 60px 0;
    }

   .slider-content p {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 66%;
}
    .thumbnail-gallery {
        padding: 15px 20px;
        gap: 10px;
    }

    .thumbnail-item {
        min-width: 120px;
        height: 80px;
    }

    .slider-nav {
        bottom: 35px;
        right: 34px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }

    .footer-content p br {
        display: none;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .news-letter {
        margin-top: 40px;
    }

    .play-btn {
        display: none;
    }

    .hero-content h1 {
        text-align: center;
    }

    .hero-content p {
        margin: 0 auto;
        text-align: center;
    }

    .hero-button {
        justify-content: center;
    }

    .customer-feedback .client-feed-box {
        display: block;
    }

    .customer-feedback .client-img {
        height: 300px;
    }

    .client-img img {
        border-radius: 12px;

    }

    .client-feed-box {
        margin: 0 5px;
    }

    .customer-feedback .slick-prev {
        left: 28%;

    }

    .customer-feedback .slick-next {
        right: 28%;
    }
}


/* Mobile styles */
@media (max-width: 576px) {
    .projects-slider-section {
        padding: 40px 0;
    }

    .main-slider {
        height: 50vh;
    }

    .slider-overlay {
        padding: 0 15px 20px 15px;
    }

    .slider-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .slider-content h2 {
    font-size: 26px !important;
    line-height: 40px !important;
}

    .thumbnail-gallery {
        padding: 10px 15px;
        gap: 8px;
    }

    .thumbnail-item {
        min-width: 100px;
        height: 70px;
    }

    .thumbnail-overlay h4 {
        font-size: 10px;
    }


    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}



/* Mobile styles */
@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .acefuture-img img {
    height: 300px !important;
}

    .customer-feedback .slick-prev {
        left: 24%;

    }

    .customer-feedback .slick-next {
        right: 24%;
    }

    .custom-btn {
        padding: 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {


    .acefuture-btn {

        gap: 10px;

    }

    .customer-feedback .slick-prev {
        left: 20%;

    }

    .customer-feedback .slick-next {
        right: 20%;
    }
}

@media (max-width: 400px) {
    .customer-feedback .slick-prev {
        left: 18%;

    }

    .customer-feedback .slick-next {
        right: 18%;
    }
}