@media (max-width: 1200px) {
    .solutions-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
    .right-card-description {
        padding: 2rem;
    }
}

@media (max-width: 1092px) {
    .service-contact-form {
        padding: 1rem;
    }
    input[type="email"],
    input[type="text"],
    input[type="tel"] {
        width: 90%;
    }
    .general-services {
        width: 100%;
        margin-top: 1rem;
    }  
}

@media (max-width: 1069px) {
    .image-text {
        top: 20%;
        left: 8%;
        line-height: 5px;
    }
}

@media (max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
    .menu-button {
        display: block;
    }
    .service-contact-form {
        flex-direction: column;
    }
    .general-services {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .def-cont-card {
        /* flex-direction: column; */
        display: none;
    }
    .it-card1 {
        max-width: 100%;
        text-align: center;
    }
    .it-card2 {
        max-width: 100%;
        text-align: center;
    }
    .it-card3 {
        max-width: 100%;
        text-align: center;
    }
    .act-btn {
        display: none;
    }
    .form-1 {
        padding-bottom: 0;
    }
}

/* Media queries for the footer on the services page */
@media (max-width: 600px) {
    .sidebar {
        width: 100%;
    }
    .menu-button {
        padding-right: 0;
    }
    .image-text {
        top: 20%;
        left: 10%;
    }
    .image-text h3 {
        word-spacing: 3px;
        letter-spacing: 2px;
    }
    .image-text p {
        font-size: 1rem;
        max-width: 500px;
    }
    .act-btn {
        width: 150px;
        height: 40px;
        font-size: 1rem;
        margin-top: 0.2rem;
    }
    .def-cont-card {
        bottom: 0;
    }
    .it-solutions-header p::after {
        width: 58%;
    }
    .left-card-images .float-icon {
        display: none;
    }
        .right-card-description {
        padding: 0 2rem;
    }
    .solutions-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .values-section {
        display: grid;
        grid-template-columns: auto;
        gap: 10px
    }
    .left-card-images {
        padding: 30px;
    }
    .left-card-images {
        margin-top: 0;
    }
    .service-offers ul {
        margin-bottom: 0;
        margin-top: 0;
    }
    .agile-header {
        margin-top: 60px;
    }
    .agile-header h3 {
        margin-bottom: 0;
    }
    #digital1 {
        padding-bottom: 0;
    }
    .project-title p {
        margin-bottom: 2rem;
        padding: 0 1rem;
        text-align: left;
    }
    .reach-out-tag p {
        padding-left: 5%;
    }
    .service-contact-form {
        flex-direction: column;
        padding: 0 10px;
    }
    input[type="email"],
    input[type="text"],
    input[type="tel"] {
        width: 90%;
        margin-bottom: 0.5rem;
    }
    input[type="tel"] {
        margin-bottom: -0.4rem;
    }
    .general-services {
        width: 98%;
        margin-bottom: -0.7rem;
    }
    .form-1, .form-2 {
        padding-top: 40px;
    }

    .form-2 textarea {
        width: 92%;
        /* padding-top: 0.5rem; */
    }
    .btn-request {
        margin-top: 0.4rem;
    }

    .first-input input {
        display: grid;
    }
}

@media (max-width: 600px) {
    .service-offers {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .sidebar {
        width: 100%;
    }
    .general-services {
        width: 100%;
    }
}















