@media (max-width: 1200px) {
    .thanks-page,
    .fullscreen {
        background-size: 50%;
    }
}

@media (max-width: 1200px) and (min-height: 1000px) {
    .fullscreen {
        padding-top: 30%;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 8px;
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-menu {
        width: 26px;
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .toggle-menu .bar {
        width: 27px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
    }

    .site-header .header-inner {
        text-align: center;
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-nav .site-logo {
        display: none;
    }

    .site-header .site-nav {
        position: fixed;
        padding: 16px;
        z-index: 100;
        width: 320px !important;
        height: 100vh;
        background: #E4EFFF;
        top: 0;
        right: -100%;
        display: block !important;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li > a {
        display: block;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .site-header .site-nav .nav-right {
        display: none;
    }

    .header-inner img {
        max-height: 65px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pix-header-fixed .site-main-menu li a {
        color: #ffffff;
    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000000;
    }

    .sidebar-open .site-header .site-nav {
        right: 0;
    }

    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }

    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        left: 0;
        padding: 30px 20px;
        cursor: pointer;
    }

    .close-menu span {
        font-size: 15px;
    }

    .mobile-hidden {
        display: none;
    }

    .title {
        font-size: 4rem;
    }

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

@media (min-width: 992px) {
    .desktop-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .block-row {
        gap: 24px;
    }

    .block-icon {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .block-row:not(:last-child) .block-icon:after {
        top: 76px;
        height: calc(100% - 105px);
    }

    .block {
        min-height: 0;
    }

    .block-ghost {
        flex: 0 0 calc(50% - 55px);
    }

    .about-content {
        padding: 24px;
        gap: 12px;
    }

    .site-header {
        padding: 1.2rem;
        margin: 0;
    }

    .contact-cards {
        flex-direction: column;
    }

    .uninstall-grid {
        flex-direction: column;
    }

    .uninstall-item {
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 16px;
    }

    .uninstall-item {
        padding: 16px 0 16px 16px;
    }

    .fullscreen {
        display: flex;
        align-items: center;
    }

    .about-content {
        flex-direction: column;
    }

    .about-image {
        max-width: 100%;
    }

    .block-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .block-row:nth-child(2) {
        flex-direction: row-reverse;
    }

    .block-ghost {
        display: none;
    }

    .contact-card {
        padding: 32px;
    }

    .block {
        padding: 24px;
    }

    .return-to-top.back-top {
        bottom: 5rem;
    }
}
