.section_1_contct {
    width: 100%;
    height: 400px;
    background-color: #041A58;
    text-align: center;
    margin-top: 150px;
    position: relative;
    color: white;
}

.section_1_contct h2 {
    position: absolute;
    top: 47%;
    left: 40%;
    font-size: 40px;
}

/* this code for section number 2 */
.section_2_conact_us_div_1,
.section_2_image_icon_ {
    display: inline;

}

.section_2_cotact_inoframation {
    display: flex;
    margin-top: 100px;
    margin-left: 100px;
}

.section_2_conact_us_div_1 {
    text-align: center;
    width: 350px;

}

.section_2_image_icon_ {
    width: 150px;
    height: 150px;
}

.section_2_span_3_whatsap_contact {
    background-color: greenyellow;
    padding: 13px 20px;
    border-radius: 6px;
    position: relative;
    top: 30px;
}

.section_2_span_3_whatsap_contact:hover {
    background-color: rgb(251, 213, 166);
}

.section_2_span_3_whatsap_contact a {
    color: white;
}

/* this code for section 3 */
.section_3_contact_div_2,
.section_3_contact {
    text-align: center;
}

.section_3_contact_div_2 h2 {
    color: #041A58;
    font-size: 40px;
}

.section_3_contact_div_2 p {
    font-size: 20px;
}

.section_3_contact {
    position: relative;
}

.section_3_div_2_contact {
    text-align: left;
    width: 60%;
    margin-left: 20%;
}

.input_non_and_email {
    width: 40%;
    height: 30px;
    padding-left: 10px;
}

.input_section_3_div_2_contact {
    width: 60%;
    height: 30px;
    padding-left: 10px;
    position: relative;
    left: 15%;
}

.input_section_3_div_2_contact_message {
    width: 90%;
    height: 200px;
    padding-left: 10px;
    padding-top: 10px;
}

.input_section_3_div_2_contact_submit {
    width: 150px;
    height: 40px;
    background-color: #041A58;
    color: white;
    padding: 10px 20px;
    border: 1px solid #041A58;
    border-radius: 4px;
    cursor: pointer;
}

.input_section_3_div_2_contact_submit:hover {
    background-color: white;
    color: #041A58;
    /* border: 1px solid white; */
}

.section_3_faq_ {
    padding: 20px;
    /* position:absolut */
    text-align: center;

    background-color: white;
    background-image: url("../img/blue-parfum.webp");
    background-size: cover;
    /* يخلي الصورة تغطي العنصر كامل */
    background-position: center;
    /* يوسّط الصورة */
    background-repeat: no-repeat;
    text-align: center;
    color: #031441;
    box-shadow: rgba(3, 20, 65, 0.845) 0px -50px 186px 48px inset;
    height: 270px;
}

/* ----- Responsive Rules for Contact Page ----- */
@media screen and (max-width: 768px) {
    .section_1_contct h2 {
        font-size: 30px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .section_2_cotact_inoframation {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-top: 50px;
    }

    .section_2_conact_us_div_1 {
        width: 90%;
        margin-bottom: 50px;
    }

    .section_3_div_2_contact {
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }

    .input_non_and_email {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .input_section_3_div_2_contact {
        width: 100%;
        left: 0;
        box-sizing: border-box;
    }

    .input_section_3_div_2_contact_message {
        width: 100%;
        box-sizing: border-box;
    }

    .section_3_contact_div_2 h2 {
        font-size: 30px;
    }

    .section_3_contact_div_2 p {
        font-size: 16px;
        padding: 0 15px;
    }
}