@media only screen and (max-width:1900px) {







}





@media only screen and (max-width:1280px) {



    .container {

        width:95%;

        margin: 0 3%;

    }



}





@media only screen and (max-width:1025px) {

    .container {

        width: 94%;

        margin: 0 3%;

    }





}



@media only screen and (max-width: 979px) {

    .container {

        width: 93%;

        margin: 0 3%;

    }



    .site-header {

    position: sticky;

    top: 0;

    z-index: 100;

    display:none;

    background: rgba(255, 255, 255, 0.94);

    backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}

.mobile_header_content{width:100%;background:#fff;padding:15px 10px;overflow:auto;display:block;}



.contact-form, .profile-form {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;

    background: #fff;

    border: 1px solid #dfe7ec;

    border-radius: 20px;

    padding: 24px;

    margin-top:20px;

}

.register_content_form{width:100%;display:inline-block;}



.thankyou_content_list {

    width: 100%;

    display: inline-block;

    background: #fff;

    padding: 30px;

    border-radius: 30px;

    -webkit-box-shadow: -1px 3px 15px -4px #000000;

    box-shadow: -1px 3px 15px -4px #000000;

}



}



@media only screen and (max-width: 767px) {

    .container {

        width: 93%;

        display: block;

        margin: auto;

    }
.dashboard-visual {
        padding: 15px;
        border-radius: 18px;
        margin-top:30px !important;
         transform: rotate(-0deg) !important;
    }
.service-card p {
    font-size: 13px;
    color: #c9d8e3;
    line-height: 1.65;
    margin-top:-9px !important;
}
.service-number {
    font-size: 22px;
    color: #78d58b;
}
.industry-cloud span {
    padding: 14px 18px;
    border: 1px solid #d9e5eb;
    border-radius: 999px;
    background: #fff;
    font-weight: 800;
    color: #365066;
}
.process-step p {
    font-size: 15px;
    line-height: 1.6;
}
.text-link {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 16px;
}
.text-link {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 15px;
}
.service-card h3 {
    font-size: 18px;
    min-height:auto !important;
}
.dash-lower {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}
}



@media only screen and (max-width: 479px) {

    .container {

        width: 100%;

        display: block;

        margin: auto;

    }







}





