/************************ FOOTER ***********************/

#contact {
    background-color: #2E5668;
    padding: 20px 0;
    
}

.service_booking_text {
    display: block;
    text-align: center;
    color: white; 
    margin: 20px 0;
}

.link_D2:hover {
    color: grey; 
}

/**contacts*/
.info_contact_container {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    gap: 1rem;
    margin: 3% 0 10px 0;
    width: 30%;
}

.email img {
    width: 15px;
    height: 10px;
    margin-right: 5px;
}

.phone img {
    width: 15px;
    height: 15px;
}

.location img{
    width: 10px;
    height: 15px;
}


/**contact icons*/
.info_contact_container img {
    
    
}


.info_contact_container a:hover {
    color: grey; 
    text-decoration: underline;
    text-underline-offset: 0.5rem; 
    text-decoration-color: rgb(181, 181, 181)
}

/** contact and map */
.contact_map_container {
    display: flex;
    gap: 6%;
    margin-bottom: 20px;
    justify-content: center;

}

.map_container {
    margin-left: 5%;
}

/**social icons*/
.socials {
    display: flex;
    justify-content: center;
}

.socials img {
    width: 50px; 
    height: 40px;
}

.copyright {
    width: 100%;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    font-size: 10px;
}


@media screen and (max-width: 600px) {
    .service_booking_text {
        font-size: 0.9rem;
        width: 80%;       /*center div*/
        margin: 0 auto;   /*center div !!!!*/
        justify-content: center;
    }

    .contact_map_container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .info_contact_container {
        width: 80%;
        align-items: flex-start;
      
        margin: 30px 0;
    }

   
}