/* in the name of Allah */

#page-title {
    /*background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/contact-bg.jpg);*/
    /*background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/contact-bg.jpg);*/
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/contact-bg.jpg);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    background-color: #4d4d4d;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b3b3b' fill-opacity='0.4'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding: 3rem 0;
    border-bottom-left-radius: var(--section-br);
    border-bottom-right-radius: var(--section-br);
}
#page-title h1 {
    margin: 0;
    text-align: center;
    font-weight: 900;
    color: var(--text-light);
    font-size: 2.5rem;
    text-shadow: 0 3px 6px #0000008c;
}
/* ==================================== */
#map {
    width: 100%; height: 350px;
    border-radius: var(--border-radius);
    border: 2px solid var(--main-color);
}
#map div:last-child {
    z-index: 9999 !important;
}
/* ==================================== */
#cards .card {
    border: 0;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition-duration: var(--tr-du);
    -o-transition-duration: var(--tr-du);
    transition-duration: var(--tr-du);
}
#cards .card * {
    -webkit-transition-duration: var(--tr-du);
    -o-transition-duration: var(--tr-du);
    transition-duration: var(--tr-du);
}
#cards .col:not(:last-child) {
    margin-bottom: 1.5rem;
}
#cards .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cards .icon {
    background-color: var(--body-bgc);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 20rem;
    -webkit-box-shadow: inset 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: inset 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
}
#cards .icon i {
    font-size: 2rem;
    color: var(--main-color);
}
#cards .title {
    position: relative;
    margin-bottom: 1rem;
    font-weight: bold;
}
#cards .title::after {
    position: absolute;
    content: '';
    top: 130%; left: calc(50% - 25px);
    width: 50px; height: 3px;
    background-color: var(--main2-color);
}
#cards .card a, #cards .card-body div {
    font-weight: 500;
    color: var(--text-dark);
}
#cards .card a:hover {
    color: var(--main2-color) !important;
}
#cards .card:hover {
    background-color: var(--main-color);
}
#cards .card:hover .icon {
    background-color: var(--text-light);
    border: 2px solid var(--mobile-menu-dark-color);
}
#cards .card:hover .title {
    color: var(--text-light);
}
#cards .card:hover a {
    color: var(--text-light);
}
/* ==================================== */
#form input::-webkit-input-placeholder, #form textarea::-webkit-input-placeholder {
    text-align: right;
    font-size: 1rem;
}
#form input::-moz-placeholder, #form textarea::-moz-placeholder {
    text-align: right;
    font-size: 1rem;
}
#form input:-ms-input-placeholder, #form textarea:-ms-input-placeholder {
    text-align: right;
    font-size: 1rem;
}
#form input::-ms-input-placeholder, #form textarea::-ms-input-placeholder {
    text-align: right;
    font-size: 1rem;
}
#form input::placeholder, #form textarea::placeholder {
    text-align: right;
    font-size: 1rem;
}
#form .btn {
    min-width: 200px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.captcha {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 400px;
    margin: 0 auto;
}
.captcha img {
    margin-right: 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
}
/* ============== medias ============== */
@media (min-width:768px) {
    #cards .col:not(:last-child) {
        margin-bottom: 0;
    }
}
@media (min-width:1200px) {
    #page-title h1 {
        font-size: 3.5rem;
    }
    #cards .container-fluid, #form .container-fluid, #map-wrap .container-fluid {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    #cards .card-body {
        padding: 2rem 1rem;
    }
    #cards .icon {
        width: 90px; height: 90px;
        margin-bottom: 1.5rem;
    }
    #cards .icon i {
        font-size: 3rem;
    }
    #cards .title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    #cards .card a {
        font-size: 1.1rem;
    }
}