@media (max-width: 992px) {
    html {
        font-size: 2vw;
    }

    .header-nav {
        position: absolute;
        top: 5.5rem;
        left: 0;
        width: 100%;
        background: #111;
        flex-direction: column;
        align-items: self-start;
        display: none;
        gap: 1rem;
        padding: 0 2rem;
        z-index: 99;
        height: calc(100vh - 5.5rem);
        overflow: scroll;
    }

    .header-nav.active {
        display: flex;
        padding-top: 2rem;
        margin-bottom: 2rem;
    }

    .has-mega>a::after {
        content: "";
        width: 0.75rem;
        height: 1.063rem;
        display: inline-block;
        background-image: url('../images/nextarrowheader.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

    .has-mega>.active::after {
        transform: translateY(-50%) rotate(270deg);
    }

    #headerNav>.menu-item {
        width: 100%;
        position: relative;
    }

    #headerNav>.menu-item>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #5F5F5F;
    }

    #headerNav>.menu-item>a:hover .mega-menu {
        display: block;
    }

    .mega-menu {
        background: #111;
        padding: 0;
        height: auto;
        position: static;
    }

    .mega-left {
        display: none;
    }

    .mega-right {
        width: 100%;
    }

    .header-nav a {
        padding: 1rem 1.375rem;
    }

    .header-toggle {
        display: flex;
    }

    .header-cta-btn {
        display: none;
    }

    .home-development-center-section {
        margin-top: 0;
        padding: 5rem 0;
    }

    .home-success-client-section.space {
        padding-top: 0;
        margin-top: 0;
    }

    .digital-transformation-cards {
        height: 40rem;
        width: 100%;
        flex: unset;
    }

    .home-digital-transformation-section .row {
        flex-wrap: wrap;
    }

    .display-none {
        display: none;
    }

    .home-our-client-section .row {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .about-hero-section {
        padding: 0;
        height: 45rem;
    }

    .gnss-hero-sections img {
        display: none;
    }

    footer .logo {
        margin: auto;
        padding-bottom: 2rem;
    }

    body .footer-two .footer-card {
        width: 50%;
    }

    .footer-card:first-child {
        width: 100%;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    .footer-card {
        flex: unset;
        width: 50%;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 1rem;
    }

    .servive-solution-section .row {
        flex-direction: column;
    }

    .latest-technologies-right-box,
    .latest-technologies-left-box,
    .custom-software-section h2,
    .description,
    .industries-based-section .description,
    .service-about-staqo-section .about-staqo-right,
    .service-hero-left,
    .all-gnss-left,
    .blog-details-right,
    .blog-details-left,
    .cyber-security-hero-content,
    .servive-solution-right {
        width: 100%;
    }

    .cyber-security-hero-section img {
        object-fit: cover;
    }

    .servive-solution-left,
    .about-staqo-left,
    .whystaqo-section img {
        display: none;
    }

    .whystaqo-section {
        padding: 5rem 0;
    }

    .service-about-staqo-section,
    .cybersecurity-services {
        padding: 5rem 0;
    }

    .cybersecurity-box {
        width: 45%;
    }

    #post-container article {
        width: calc(50% - 1.5rem);
    }

    .single-post-hero {
        padding: 2rem;
        flex-direction: column;
    }

    .post-title {
        font-size: 3rem;
    }

    .post-content {
        margin: 2rem 0;
    }

    .our-product-card {
        flex: unset;
        width: 48%;
    }

    .home-apart-section .row,
    .our-product-section .row {
        flex-wrap: wrap;
    }

    .all-gnss-section .row {
        flex-direction: column;
    }

    .all-gnss-right {
        width: 63%;
        margin: 2rem 0;
    }

    .all-gnss-section .row:nth-child(4),
    .all-gnss-section .row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .contact-overlay,
    .hero-contact-section img {
        display: none;
    }

    .hero-contact-section {
        padding: 8rem 0 3rem;
    }

    .contact-location-card {
        width: 48%;
        padding: 1rem;
    }

    .contact-location-text ul li a,
    .contact-location-text ul li,
    .contact-location-text p {
        font-size: 0.8rem;
    }

    .blog-list-card {
        width: 47%;
        padding: 1rem;
    }

    .blog-list-card .blog-list-img {
        height: 12rem;
    }

    .blog-list-img img {
        object-fit: cover;
    }

    .latest-technologies-right-box,
    .blog-list-cat {
        margin-top: 1rem;
    }

    .gnss-list .product-tab-btn {
        text-wrap: nowrap;
    }

    .gnss-list .product-tabs-container {
        overflow-y: scroll;
    }

    .gnss-card {
        width: 30%;
    }

    .service-hero-right {
        display: none;
    }

    .home-motion-section .row,
    .stats-section .row {
        flex-wrap: wrap;
    }

    .stats-section .card {
        width: 32%;
    }

    .why-staqo-card {
        flex: 0 0 48%;
    }

    .custom-software-card {
        flex: 0 0 50%;
    }

    .custom-software-card:nth-child(even) {
        border-right: unset;
        border-bottom: 2px solid #AFAFAF;
    }

    .custom-software-card:nth-child(odd) {
        border-bottom: 2px solid #AFAFAF;
    }

    .developemnt-process-section .card {
        flex: 0 0 46%;
    }

    .developemnt-process-head {
        flex: 0 0 100%;

    }

    .latest-technologies-section .row {
        flex-direction: column;
    }

    .skillsTabs__nav {
        background: transparent;
        gap: 1rem;
        justify-content: left;
    }

    .technologies-stack-subheading {
        max-width: 100%;
    }

    .skillsTabs__panel--active {
        gap: 1rem;
    }

    .skillsTabs__card {
        width: 31%;
    }

    .portfolios-section .row {
        width: 100%;
        margin-left: 0;
        padding: 1rem;
        flex-wrap: wrap;
    }

    .home-hero-section::before {
        content: unset;
    }

    .hero-content h2,
    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content-inner img {
        width: 3rem;
        height: 3rem;
    }

    .hero-content-inner {
        width: 100%;
        padding: 1rem;
        margin: 0;
    }

    .development-center-data {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .portfolios-section-card.slider-nav,
    .portfolios-section-card,
    .home-form-box-right,
    .home-form-box-left,
    .home-faq-section .home-faq-right,
    .home-faq-section .home-faq-left,
    .success-story-right,
    .success-story-left,
    .home-apart-section .apart-right,
    .home-apart-section .apart-left,
    .sub-heading,
    .hero-content-inner p,
    .hero-section-overlay {
        width: 100%;
    }

    .home-hero-section .slick-next,
    .home-hero-section .slick-prev {
        width: 2rem;
        height: 2rem;
        padding: 0.5rem;
    }

    .home-faq-section .home-faq-right img {
        width: 10rem;
        height: 10rem;
    }

    .vericle-line,
    .development-center-image {
        display: none;
    }

    .home-development-center-section .card {
        width: 48%;
    }

    .hero-content-inner p {
        margin-top: 1rem;
    }

    .home-success-client-section .slick-slide img {
        height: 4rem;
    }

    .success-client-box-inner {
        padding: 1rem;
    }

    .home-certificate-section .row {
        gap: 2rem;
        margin-top: 2rem;
    }

    .home-certificate-section img {
        width: 29%;
    }

    .success-story-right,
    .home-apart-section .btn {
        margin-top: 1.5rem;
    }

    .home-motion-section .motion-card {
        width: 48%;
        flex: unset;
    }

    .home-motion-section .motion-card h3 {
        font-size: 2rem;
    }

    .home-motion-section .motion-content-box {
        padding: 1rem;
    }

    .digital-transformation-cards-content h3 {
        font-size: 1.7rem;
    }

    .digital-transformation-cards-content p,
    .home-motion-section ul li a {
        font-size: 1.1rem;
    }

    .home-form-row,
    .home-faq-section .row,
    .success-story-section .row {
        flex-wrap: wrap;
    }

    span.gradient-text,
    .main-heading {
        font-size: 3rem;
    }

    .space {
        padding: 4rem 0;
    }

    .home-digital-transformation-section {
        background-size: cover;
    }

    .home-empower-section {
        margin-top: 5rem;
    }

    .connect-form {
        margin-top: 2rem;
    }

    .home-form-box-left-inner {
        width: 74%;
    }

    .our-client-card {
        width: 100%;
        flex: unset;
        text-align: left;
    }

    .hero-content {
        top: 55%;
    }

    .single-post-hero-inner {
        width: 100%;
    }

    .home-success-client-section {
        padding: 3rem 0;
    }

    .home-apart-section .btn-desktop,
    .mega-menu {
        display: none;
    }

    .home-apart-section .btn-mobile,
    .mega-menu.open {
        display: block;
    }

    .left-nav>a {
        width: 100%;
    }

    .sub-menu {
        width: 100%;
        position: static;
        padding: 1rem 1.375rem;
        max-height: none;
        overflow-y: unset;
    }

    .sub-menu li {
        width: 50%;
    }

    .left-nav.active>a {
        background-color: transparent;
    }

    .left-nav>a::after {
        background-image: url('../images/headerplus.svg');
    }

    .left-nav.active>a::after {
        background-image: url('../images/headerminus.svg');
    }

    .White-header a {
        color: #fff;
    }

}

@media (max-width: 776px) {

    .power-staqo-right,
    .power-staqo-left,
    .development-center-data {
        width: 100%;
    }

    .power-staqo-section .row,
    .home-apart-section .row {
        flex-direction: column;
    }

    .field-aplication-section .row,
    .home-motion-section .row {
        flex-wrap: wrap;
    }

    .success-story-feature-wrapper {
        height: unset;
    }

    .trustedname-section {
        padding: 3rem;
    }

    .portfolios-section-card,
    .cybersecurity-box {
        width: 100%;
    }

    .field-aplication-box {
        width: 46%;
    }

    .ar-vr,
    .all-gnss-right {
        display: none;
    }

    .all-gnss-section .row {
        margin: 2rem 0;
    }

    .hero-contact-section h1 {
        font-size: 3.2rem;
    }

    .stats-section .card {
        width: 49%;
    }

    .gnss-card {
        width: 48%;
    }

    .portfolios-section .row {
        flex-direction: column;
    }

    .portfolios-section-card:last-child {
        display: none;
    }

    .home-certificate-section img {
        width: 47%;
    }

    .error-page .error-right,
    .error-page .error-left {
        width: 100%;
    }

    .error-page .row {
        flex-wrap: wrap;
    }

    .portfolios-section-card .slick-prev,
    .portfolios-section-card .slick-next {
        top: -13%;
    }

    .sub-menu li {
        width: 100%;
    }

    .sub-menu li a {
        border-bottom: 1px solid #5F5F5F;
        padding-bottom: 0.5rem !important;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 3vw;
    }

    .development-center-data {
        flex-wrap: wrap;
    }

    .home-development-center-section .card {
        width: 49%;
    }

    .success-story-cards {
        flex: 1 1 calc(1000% - 1.5rem);
    }

    .home-empower-section .card {
        flex: 0 0 calc(100% - 1.25rem);
    }

    .footer-bottom-row ul {
        flex-wrap: wrap;
    }

    .gnss-card,
    #post-container article {
        width: 100%;
    }

    .main-heading {
        font-size: 3rem;
    }

    span.gradient-text {
        font-size: 3.5rem;
    }

    .about-hero-section {
        padding: 6rem 0 0 0;
    }

    .cyber-security-hero-content {
        margin-top: 2rem;
    }

    .our-product-card {
        width: 100%;
    }

    .contact-location-card {
        width: 100%;
    }

    .contact-location-text ul li a,
    .contact-location-text ul li,
    .contact-location-text p {
        font-size: 1rem;
    }

    .blog-list-card {
        width: 100%;
    }

    .about-staqo-inner-image {
        flex: 1 1 calc(50% - 2rem);
    }

    .stats-section .card {
        width: 100%;
    }

    .developemnt-process-section .card,
    .why-staqo-card {
        flex: 0 0 100%;
    }

    .custom-software-card {
        padding: 1rem;
    }

    .custom-software-cta a {
        font-size: 1rem;
    }

    .custom-software-cta img {
        width: 0.8rem;
        margin-left: 0.2rem;
    }

    .skillsTabs__card {
        width: 48%;
    }

    .home-development-center-section .card {
        width: 100%;
    }

    .hero-slide,
    .home-hero-section {
        height: 100vw !important;
    }

    .hero-slide img {
        object-fit: cover;
    }

    .hero-content h2,
    .hero-content h1 {
        font-size: 2.5rem;
        letter-spacing: 0;
    }

    .hero-content-inner img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .home-certificate-section img {
        width: 45%;
    }

    .home-motion-section .motion-card {
        width: 100%;
        flex: unset;
    }

    .form-container,
    .home-form-box-right-card,
    .home-form-box-left-inner {
        width: 90%;
    }

    .home-form-contact img {
        width: 2rem;
    }

    .home-form-contact {
        padding: 2rem;
    }

    .home-form-contact a,
    .home-form-contact p {
        font-size: 1.5rem;
    }

    .sitemap-section a {
        font-size: 0.9rem;
    }

}