/* CSS */
.grid-overlay {
    position: relative;
    width: 700px;
    height: 700px;
    background-color: #0C0E1D;
    background-image: linear-gradient(to right, #4635b92a 1px, transparent 1px), linear-gradient(to bottom, #4635b92a 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 70%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: radial-gradient(circle at center, black 50%, transparent 70%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.grid-overlay-light{
    position: relative;
    width: 700px;
    height: 700px;
    background-color: #0c0e1d;
    background-image: linear-gradient(to right, #4635b93a 1px, transparent 1px), linear-gradient(to bottom, #4635b92c 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 70%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: radial-gradient(circle at center, black 50%, transparent 70%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.psoft-contact .gfield_required{
    display: none!important;
}

.psoft-contact .gform_wrapper.gravity-theme .gfield_label {
    color: #0C0E1D;
    font-weight: 400;
}

.psoft-contact input{
    border-color: #d4d4d4;
    border-radius: 8px;
}
.psoft-contact select{
    border-color: #d4d4d4;
    border-radius: 8px;
}

.psoft-contact textarea{
    border-color: #d4d4d4;
    border-radius: 8px;
}

.psoft-contact input[type='submit']{
    background-color: #4534b4;
    color: white;
    border-color: #4534b4;
    border-radius: 99px;
}
.psoft-contact input[type='submit']:hover{
    background-color: #372896;
}

/* Service Enquiry */

.psoft-service-contact .gfield_required{
    display: none!important;
}

.psoft-service-contact .gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
    font-weight: 400;
}

.psoft-service-contact input{
    border-color: #d4d4d4;
    border-radius: 8px;
}

.psoft-service-contact textarea{
    border-color: #d4d4d4;
    border-radius: 8px;
}

.psoft-service-contact input[type='submit']{
    background-color: #4534b4;
    color: white;
    border-color: #4534b4;
    border-radius: 99px;
}
.psoft-service-contact input[type='submit']:hover{
    background-color: #372896;
}