@media screen and (max-width:960px) {
    .mobileHeader {
        display: flex;
    }

    .logo {
        display: none;
    }

    .container12, .container13, .container14  {
        width: -webkit-fill-available;
        width: fill-available;
        padding: 20px;
    }

    .nav {
        flex-direction: column;
        gap: 20px;
        display: none;
    }

    .nav.active {
        display: flex;
    }

    .navList {
        flex-direction: column;
        text-align: center;
    }

    .headDesc {
        padding: 20px;
        background-size:cover;
        margin-top: 0;
    }

    .timer {
        height: auto;
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .flexContainer {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .headDesc h1 {
        font-size: 30px;
    }

    #scrollIndicator {
        display: none !important;
    }

    .timerCol {
        font-size: 30px;
        height: 60px;
        width: 60px;
    }

    .digitalWrapper {
        margin-top: 0;
        padding-top: 0;
        grid-template-columns: 1fr;
    }

    .digitalImages {
        width: -webkit-fill-available;
        width: fill-available;
    }

    .digitalImages img {
        max-width: 100%;
    }

    .title {
        font-size: 30px;
    }

    .sbTitle {
        font-size: 20px;
    }

    .toolkitWrapper {
        margin-top: 0;
    }

    .toolkitIcons {
        flex-wrap: wrap;
        padding: 30px;
    }

    .shape2, .shape3 {
        display: none;
    }

    .solutionsWrapper {
        margin-top: 0;
        flex-direction: column;
    }

    .lineCp {
        display: none;
    }

    .solutionsBlockRow {
        grid-template-columns: 1fr;
    }

    .sectionSolut {
        margin-bottom: 0;
    }

    .projectsRow {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .projectsRow a {
        text-align: center;
    }

    .projectsRow a img {
        max-width: 100%;
    }

    .clientWrapper {
        margin-top: 0;
    }

    .clientCarousel {
        position: relative;
        right: 0;
        bottom: 0;
        width: -webkit-fill-available;
        width: fill-available;
        margin-top: 20px;
    }

    .clientRow {
        width: -webkit-fill-available;
        width: fill-available;
    }

    .clientImg {
        max-width: 100%;
    }

    .sectionClient {
        margin-bottom: 0;
    }

    .inputWrapper {
        grid-template-columns: 1fr;
    }

    .formTitle {
        margin-top: 0;
    }

    .sectionProjects {
        padding-top: 0;
    }

    .solutionsBlockCol img {
        max-width: 100%;
    }

    .mobileHeader {
        position: fixed;
        z-index: 100;
        width: -webkit-fill-available;
        width: fill-available;
    }

    .header {
        padding: 25px 0 0 0;
    }

    .nav {
        margin-top: 20px;
        position: fixed;
        z-index: 101;
        width: -webkit-fill-available;
        background: #000000;
        top: 41px;
        left: 0;
    }

    .carouselLeft {
        left: -10px;
    }

    .carouselRight {
        right: -10px;
    }

    .projectsRow {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .projectsCol {
        display: none;
    }

    .projectsCol.active {
        display: block;
        text-align: center;
    }

    .projectLeft, .projectRight {
        background: var(--black);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31px;
        height: 31px;
        border: none;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 10;
    }

    .projectLeft:hover, .projectRight:hover {
        opacity: 0.7;
    }

    .projectLeft {
        left: -10px;
    }

    .projectRight {
        right: -10px;
    }

    .inputWrapper {
        gap: 30px;
    }

    .mainWrapper {
        padding-top: 0px;
    }

    .btnWrapper {
        flex-wrap: wrap;
    }

    .btnOutlineOr {
        background: #000000;
    }

    .header .btnOutlineOr {
        border-color: #000000;
    }

    .headRowFlex {
        justify-content: center;
    }

    .sectionPrice .title {
        padding-top: 30px;
    }

    .sectionPrice h4 {
        line-height: 26px;
    }

    .homePricingRow {
        grid-template-columns: 1fr;
        margin-top: 30px;
        position: relative;
    }

    .homePricingCol {
        display: none;
    }

    .homePricingCol.active {
        display: flex;
    }

    .pricingLeft, .pricingRight {
        background: var(--black);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31px;
        height: 31px;
        border: none;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 10;
    }

    .pricingLeft:hover, .pricingRight:hover {
        opacity: 0.7;
    }

    .pricingLeft {
        left: -10px;
    }

    .pricingRight {
        right: -10px;
    }

    .sectionPrice {
        min-height: auto;
        overflow: hidden;
        margin: 30px 0;
    }

    .homrFaqWrapper {
        grid-template-columns: 1fr;
    }

    .homrFaqWrapper {
        margin-bottom: 0;
    }

    .headRowFlex div {
        flex-direction: row;
        width: -webkit-fill-available;
    }

    .headRowFlex div img {
        max-width: 19px;
    }

    .toolkitIcons img {
        max-width: 26px;
    }

    .inputGrid textarea {
        font-family: "Inter", sans-serif !important;
    }
    
}