@media screen and (max-width: 767px) {
    .headingwithlink {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    h2,
    .mission-section .mission-title,
    .core-values-section .values-main-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;

        span {
            display: inline-grid;
        }
    }

    .growth-section .g-grid .col-lg-6 {
        margin-top: 0.9375rem !important;
    }

    .growth-section .g-grid .col-lg-6:nth-child(1) {
        margin-top: 0 !important;
    }

    .contact-form-card {
        margin-top: -2.5rem;
        padding: 1rem;
        text-align: left;
    }

    .contact-area {
        gap: 0 !important;
    }

    .growth-section .case-card,
    .services-section .service-card {
        padding: 1rem;
    }

    .growth-section .case-card .case-badge {
        margin-bottom: 0.5rem;
    }

    .growth-section .case-card h3 {
        margin-bottom: 0.625rem;
    }

    section {
        padding: 3rem 0 !important;
        overflow: hidden;
    }

    .tech-marquee-container {
        padding: 0;
    }

    #testimonial-slider {
        margin-top: -3rem;
    }

    .footer-dark {
        padding: 3rem 0;
        text-align: center;
    }

    .footer-dark .footer-bottom {
        flex-direction: column;
        margin-top: 20px !important;
    }

    .footer-dark .col-lg-3 {
        margin-bottom: 0;
    }

    .footer-dark ul {
        margin-bottom: 0;
    }

    .footer-socials {
        margin-bottom: 1rem;
    }

    .footer-dark h6 {
        margin-bottom: 15px;
    }

    .footer-dark ul li a {
        margin-bottom: 5px;
    }

    .main-nav .nav-link {
        margin-right: 0;
    }

    .quote-modal-overlay .modal-header .modal-title {
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 2.3rem;
    }

    .stats-bar {
        margin-top: 2rem;
    }

    .hero-actions .action-btn.btn-fill {
        display: none;
    }

    .headingwithlink {
        align-items: center;
    }

    .growth-section,
    .services-section,
    .tech-stack-section,
    .contact-area {
        text-align: center;
    }

    .services-section .service-card .icon-box {
        margin: 0 auto 1.5rem;
    }

    .testimonials-section .testimonial-card {
        text-align: center;
        padding: 1rem;

    }

    .testimonials-section .testimonial-card .author {
        flex-direction: column;
        gap: 1rem;
    }

    .testimonials-section .testimonial-card .author .avatar {
        margin-right: 0;
    }

    .contact-area .contact-list .contact-item {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .contact-area .contact-list .contact-item .icon-box {
        margin-right: 0;
    }

    .services-zigzag {
        padding: 0px 0;
        text-align: center;
    }

    .services-zigzag .service-row .service-text-content {
        padding: 0 1rem;
    }

    .services-zigzag .service-row .service-text-content .service-list {
        text-align: left;
    }

    .services-zigzag,
    .portfolio-section {
        padding-top: 0 !important;
    }

    .services-zigzag .service-row .service-text-content .service-icon-badge {
        margin: 0 auto 20px;
    }

    .services-zigzag .service-row {
        margin-bottom: 3rem;
    }

    .services-zigzag .service-row .service-text-content .service-list li i {
        margin-top: 7px;
    }

    .services-zigzag .service-row .service-text-content .service-list li {
        align-items: flex-start;
    }

    .portfolio-section .filter-nav {
        margin-bottom: 3rem;
    }

    .portfolio-section .project-card .project-body {
        padding: 1rem;
        text-align: center;
    }

    .portfolio-section .project-card .project-body .project-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mission-section {
        text-align: center;
    }

    .mission-section .mission-title::after {
        right: 0;
        margin: 0 auto;
    }

    .custom-toast {
        bottom: 10px;
        right: 10px;
        padding: 10px 20px;
        left: 10px;
        font-size: 14px;
        text-align: center;
    }

    .quote-modal-overlay .modal-form .field-split {
        gap: 0;
    }
}