.get_in_touch-parent-main-div {
    width: 100%;
    height: auto;
    background-color: #021832;
    padding-top: 3%;
}

.get_in_touch-parent {
    background: linear-gradient(1.15deg, #021832 1.2%, #00316D 85.78%);
    padding-bottom: 2%;
}

.get_in_touch-parent-child {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 2% 0;
    align-items: center;
}



.get_in_touch-parent-child-child1 {
    width: 90%;
}

.get_in_touch-parent-child-child2 {
    width: 5%;
}

.get_in_touch-parent-child-child2 i {
    font-size: 43px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.get_in_touch-parent-child .get_in_touch-heading {
    font-family: var(--secondary-font-family);
    font-size: 56px;
    font-weight: var(--custom-subheading-font-weight);
    line-height: var(--desktop-subheading-line-height);
    letter-spacing: var(--desktop-subheading-letter-spacing);
    text-align: left;
}

.get_in_touch-parent-child .get_in_touch-paragraph,
.service_order-child-child2-1 .paragraph {
    font-size: var(--desktop-paragraph-font-size);
    font-weight: var(--custom-paragraph-font-weight);
    line-height: var(--desktop-paragraph-line-height);
    text-align: left;
}

.get_in_touch-parent-child .get_in_touch-heading,
.get_in_touch-parent-child .get_in_touch-paragraph,
.get_in_touch-parent-child-child2 i,
.get_in_touch-parent-child-child2-1 .get_in_touch-paragraph {
    color: #fff;
}

/* .get_in_touch-parent-child2 {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 2% 0;
} */

.visibility-show-lower-div {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    padding: 2% 0;

}

.get_in_touch-parent-child-child2-1 {
    width: 50%;
}

.get_in_touch-parent-child-child2-2 {
    width: 50%;
}

.get_in_touch-parent-child-child2-1 .get_in_touch-paragraph {
    font-size: var(--desktop-paragraph-font-size);
    font-weight: var(--custom-paragraph-font-weight);
    line-height: var(--desktop-paragraph-line-height);
    text-align: left;

}

.form-child-child2-2 {
    border: 1px solid #fff;
}

.form-child-child2-2 .get-in-touch-input-feild-label {
    font-size: var(--desktop-subparagraph-font-size);
    font-weight: var(--desktop-subheading-font-weight);
    line-height: 12.89px;
    text-align: left;
    margin: 10px 0;
    color: #fff;
}


.form-child-child2-2 section {
    margin-top: 0;
    margin-bottom: 0;
}

.form-child-child2-2 section .inputField {
    margin: 0% 0;
}

.form-child-child2-2 section .button-feild {
    margin: 2% 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.form-child-child2-2 section.contact-us #contact {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    padding: 1rem 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.form-child-child2-2 .input {
    height: 50px;
    padding: 0px 15px;
    font-size: var(--desktop-subparagraph-font-size);
    font-weight: var(--desktop-paragraph-font-weight);
    line-height: 15.23px;
    text-align: left;
}

.form-child-child2-2 input,
.form-child-child2-2 textarea {
    width: 100%;
    position: relative;
    display: block;
    background-color: transparent;
    font-size: var(--desktop-subparagraph-font-size);
    font-weight: var(--desktop-subparagraph-font-weight);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.form-child-child2-2 textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.form-child-child2-2 input {
    height: 50px;
    padding: 0px 15px;
    font-size: var(--desktop-subparagraph-font-size);
    font-weight: var(--desktop-paragraph-font-weight);
    line-height: 15.23px;
    text-align: left;
}

/* Focus state */
.form-child-child2-2 input:focus,
.form-child-child2-2 textarea:focus {
    outline: 2px solid #fff;
    background-color: transparent;
}

/* Autofill styling */
.form-child-child2-2 input:-webkit-autofill,
.form-child-child2-2 textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    font-size: var(--desktop-subparagraph-font-size);
    color: #fff !important;
    border: 1px solid #fff;
}

/* Autofill focus state for consistency */
.form-child-child2-2 input:-webkit-autofill:focus,
.form-child-child2-2 textarea:-webkit-autofill:focus {
    outline: 1px solid #fff !important;
    background-color: transparent !important;
}

.get_in_touch-parent-child-child2-1-time-left i,
.get_in_touch-parent-child-child2-1-address-left i,
.get_in_touch-parent-child-child2-1-email-left i,
.get_in_touch-parent-child-child2-1-follow-us-right i,
.get_in_touch-parent-child-child2-1-time-right,
.get_in_touch-parent-child-child2-1-address-right,
.get_in_touch-parent-child-child2-1-email-right,
.get_in_touch-parent-child-child2-1-follow-us .follow-us-heading,
.service_order-child-child2-1 .paragraph {
    color: #fff;
}

.get_in_touch-parent-child-child2-1-email,
.get_in_touch-parent-child-child2-1-address,
.get_in_touch-parent-child-child2-1-time,
.get_in_touch-parent-child-child2-1-follow-us {
    display: flex;
    width: 100%;
    justify-content: left;
    height: auto;
    align-items: center;
    gap: 20px;
    margin-top: 5%;
}

.get_in_touch-parent-child-child2-1-follow-us .follow-us-heading {
    font-size: 19px;
    font-weight: 600;
    line-height: 28.5px;
    text-align: left;
}

.get_in_touch-parent-child-child2-1-follow-us-right {
    display: flex;
    gap: 10%;
}

.get_in_touch-parent-child-child2-1-time-left i,
.get_in_touch-parent-child-child2-1-address-left i,
.get_in_touch-parent-child-child2-1-email-left i,
.get_in_touch-parent-child-child2-1-follow-us-right i {
    font-size: 20px;
}

.get_in_touch-parent-child-child2-1-follow-us-right a {
    text-decoration: none;
}

.visibility-hidden-lower-div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.visibility-show-lower-div {
    visibility: visible;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

/* .service_order-child2 {
    padding: 2% 0 5% 0;
} */

.service_order-child2 .service_order-child-child2-1 {
    width: 60%;
}

.right-get-in-touch-submit-button,
.service_order-button {
    margin-top: 2%;
    color: var(--primary-color);
    background-color: #fff;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: var(--desktop-subheading-font-weight);
    line-height: 28.5px;
    text-align: left;
    border: none;
    cursor: pointer;
}

.right-get-in-touch-submit-button:hover,
.service_order-button:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.get_in_touch-parent-child-child2-1-time-right .heading,
.get_in_touch-parent-child-child2-1-address-right .heading,
.get_in_touch-parent-child-child2-1-email-right .heading {
    font-size: 19px;
    font-weight: 600;
    line-height: 28.5px;
    text-align: left;
}

.get_in_touch-parent-child-child2-1-time-right .paragraph,
.get_in_touch-parent-child-child2-1-address-right .paragraph,
.get_in_touch-parent-child-child2-1-email-right .paragraph {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

}

.get_in_touch-parent-child-child2-1-address-left,
.get_in_touch-parent-child-child2-1-email-left,
.get_in_touch-parent-child-child2-1-time-left {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Increased shadow */

}




@media (max-width: 768px) {


    .get_in_touch-parent-child {

        padding: auto;
    }

    .get_in_touch-parent-child .get_in_touch-heading {
        font-size: var(--mobile-subheading-font-size);
        line-height: var(--mobile-subheading-line-height);
        letter-spacing: var(--mobile-subheading-letter-spacing);
        text-align: center;
        text-align: left;
    }

    .get_in_touch-parent-child .get_in_touch-paragraph,
    .service_order-child-child2-1 .paragraph {
        font-size: var(--mobile-paragraph-font-size);
        font-weight: var(--custom-paragraph-font-weight);
        line-height: var(--desktop-paragraph-line-height);
        text-align: left;
    }

    .get_in_touch-parent-child-child2 i {
        font-size: var(--mobile-paragraph-font-size);
        cursor: pointer;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }


    .service_order-child2 .service_order-child-child2-1 {
        width: 100%;
    }

    /* .get_in_touch-parent-child2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2% 0;
        gap: 5%;
    } */

    .visibility-show-lower-div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2% 0;
        gap: 5%;
    }


    .get_in_touch-parent-child-child2-1,
    .get_in_touch-parent-child-child2-2 {
        width: 100%;
        padding: 2%;
    }

    .get_in_touch-parent-child-child2-1 .get_in_touch-paragraph {
        font-size: var(--mobile-paragraph-font-size);
        font-weight: var(--custom-paragraph-font-weight);
        line-height: var(--desktop-paragraph-line-height);
    }

    .get_in_touch-parent-child-child2-1-time-right .heading,
    .get_in_touch-parent-child-child2-1-address-right .heading,
    .get_in_touch-parent-child-child2-1-email-right .heading {
        font-size: var(--mobile-paragraph-font-size);
        line-height: var(--desktop-paragraph-line-height);
    }

    .get_in_touch-parent-child-child2-1-time-right .paragraph,
    .get_in_touch-parent-child-child2-1-address-right .paragraph,
    .get_in_touch-parent-child-child2-1-email-right .paragraph {
        font-size: var(--mobile-paragraph-font-size);
        line-height: var(--desktop-subparagraph-line-height);
    }

    .form-child-child2-2 .get-in-touch-input-feild-label {
        font-size: var(--mobile-paragraph-font-size);
        line-height: var(--desktop-subparagraph-line-height);
    }

    .get_in_touch-parent-child-child2-1-follow-us .follow-us-heading {
        font-size: var(--mobile-paragraph-font-size);
        line-height: var(--desktop-subparagraph-line-height);
    }

    .right-get-in-touch-submit-button,
    .service_order-button {
        font-size: var(--mobile-paragraph-font-size);
        line-height: var(--desktop-subparagraph-line-height);

    }

    .form-child-child2-2 section.contact-us #contact {
        padding: 0.5rem;

    }

    .get_in_touch-parent-child-child2-1-email,
    .get_in_touch-parent-child-child2-1-address,
    .get_in_touch-parent-child-child2-1-time,
    .get_in_touch-parent-child-child2-1-follow-us {
        margin-top: 2%;
    }

    .form-child-child2-2 textarea {
        min-height: 100px;
    }

    .form-child-child2-2 input {
        height: 40px;
    }

    .get_in_touch-parent {
        padding: 2%;
    }

}