.footer {
    background-color: #3d585c;
    color: var(--white-color) !important;
    padding: 30px 0;
}

.footer .lists-link {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 15px 0 25px;
}
.footer .lists-link svg {
    margin-inline-end: 10px;
    position: relative;
    top: 1px;
    font-size: 14px;
    left: 0;
    right: 0;
    position: absolute;
    top: 7px;
}
.footer .lists-link li {
    font-family: "sans-arabic-light";
    padding-inline-start: 20px;
    position: relative;
}
.footer .lists-link li a {
    color: var(--white);
}
.footer form {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}
.footer form button {
    background-color: var(--orange-color);
    color: var(--white-color);
}
.footer form button:hover {
    background-color: var(--orange-color);
    color: var(--white-color);
}
.row-center {
    justify-content: center;
}
.footer form input {
    width: 235px;
    color: var(--input-color) !important;
    padding-inline-start: 50px;
    position: relative;
    border-radius: 10px;
    height: 54px;
}
.footer form input[type="text"]::placeholder {
    color: #a0a6b3;
}
.footer form svg {
    position: absolute;
    right: 10px;
    font-size: 29px;
    color: #a0a6b3;
    top: 13px;
    left: 10px;
}
.footer form button {
    width: auto;
    height: 56px;
    color: var(--white-color);
    border-radius: 10px;
}

.footer .logo-footerContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.footer .logo-footerContent img {
    margin-bottom: 10px;
}
.footer .logo-footerContent p {
    font-family: "sans-arabic-Medium";
    font-size: 18px;
    margin-bottom: 4px;
}
.footer .logo-footerContent .social-icons {
    margin: 13px 0;
}
.footer .logo-footerContent .social-icons ul li {
    width: 34px;
    height: 34px;
    background: var(--petrol-color);
    text-align: center;
    border-radius: 50%;
    padding: 6px 5px;
    margin: 0 4px;
}
.footer .logo-footerContent .social-icons ul li a {
    color: var(--white-color) !important;
}
.footer .logo-footerContent .social-icons ul li i {
    font-size: 20px;
}

.contacts-list ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.contacts-list ul li {
    padding-inline-start: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--petrol-color);
}
.contacts-list ul li:last-of-type {
    border: none;
}

.contacts-list ul li img {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 3px;
    display: block;
    width: 18px;
    height: 18px;
}

@media only screen and (max-width: 992px) {
    .row-center {
        justify-content: start;
    }
}
