/* ===========================================================================
Newsletter
============================================================================*/
.newsletter {
	padding: 0;
}
.newsletter-email {
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	color: black;
	margin: 0;
	padding: 8px 10px;
    font-size: 13px;
}
.newsletter-email-button {
	border: 2px solid var(--colorHighlight1);
	background-color: var(--colorHighlight1);
	color: white;
}

html[lang="ar"] .newsletter-email-button .bi-send-fill::before {
    transform: rotate(270deg);
}

/* ===========================================================================
Common
============================================================================*/
.footer-main {
	background-color: white;
	padding: 40px 0 30px 0;
	font-size: 12px;
	margin-top: 50px;
	border-top: 1px solid #d9d9d9;
}
.footer-main h5 {
	color: rgb(13,13,13);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
html[lang="ar"] .footer-main h5 {
	font-weight: 500;
}

/* ===========================================================================
Footer Top
============================================================================*/
/* ----- module footer links ----- */
.module-footer-links a {
	color: rgb(111, 112, 113);
	transition: all 0.2s ease;
	text-transform: capitalize;
	display: flex;
	margin-bottom: 5px;
	font-size: 15px;
	padding: 3px 0;
}
.module-footer-links a:hover {
	color: black;
    text-decoration: none;
}

/* social */
.footer-social > .list-inline-item > a {
	display: inline-flex;
	font-size: 24px;
	margin-bottom: 3px;
	width: 30px;
	height: 30px;
	background-color: transparent;
    color: white;
	align-items: center;
	justify-content: center;
    transition: all 0.5s ease;
}
.footer-social > .list-inline-item > a:hover {
	/*color: var(--colorHighlight1);*/
}

/* --------- adjustments for accordion on phone ---------- */
@media(max-width: 1199.98px) {

    .module-footer-links.support-accordion ul {
        display: none;
        background: white;
        padding: 15px;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }
    .footer-main h5 {
        font-size: 14px;
        margin-bottom: 0 !important;
        padding: 10px 0;
        position: relative;
    }
    .module-footer-links.support-accordion h5 {
        background: white;
        padding: 15px;
        border-radius: 2px;
        border: 1px solid #e7e7e7;
    }

    /* .applinks + li > h5 {
        margin-bottom: 0 !important;
        padding-bottom: 10px;
    } */

    .module-footer-links.support-accordion > h5::after {
        content: "\F282";
        font-family: "bootstrap-icons";
        color: #7a838d;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s ease;
    }
    html[lang="en"] .module-footer-links.support-accordion > h5::after {
        right: 15px;
    }
    html[lang="ar"] .module-footer-links.support-accordion > h5::after {
        left: 15px;
    }

    .module-footer-links.support-accordion > h5.active::after {
        transform: translateY(-50%) rotate(180deg);
    }

}


/* ===========================================================================
Footer Bottom
============================================================================*/
/* .footer-social > .list-inline-item > a {
	display: inline-flex;
	font-size: 20px;
	margin-bottom: 3px;
	width: 40px;
	height: 40px;
	background-color: #e84f47;
    color: white;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
    transition: all 0.5s ease;
}
.footer-social > .list-inline-item > a:hover {
	background-color: white;
	color: #e84f47;
} */
/* html[lang="en"] .footer-social > .list-inline-item:not(:first-of-type) > a {
	margin-left: 3px;
}
html[lang="ar"] .footer-social > .list-inline-item:not(:first-of-type) > a {
	margin-right: 3px;
} */

/* .footer-social .facebook a {
	color: #0866ff;
}
.footer-social .twitter a {
	color: #1d9bf0;
}
.footer-social .youtube a {
	color: #ff0000;
}
.footer-social .instagram a {
	color: #262626;
}
.footer-social .linkedin a {
	color: #0a66c2;
}
.footer-social .pinterest a {
	color: #e60023;
} */

/* ===========================================================================
Copyright
============================================================================*/
.copyright {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #180203;
	color: white;
    padding: 16px 0;
    font-weight: 500;
}
.copyright a {
    color: white;
    transition: all 0.2s ease;
}
@media(max-width: 1199.98px) {
    .col-payment-img {
        text-align: center;
    }
}
@media(max-width: 1199.98px) {
    .copyright {
        padding-bottom: 75px;
    }
}
@media(max-width: 960px) {
    .copyright {
        padding-bottom: 115px;
    }
}


/* ===========================================================================
Floating Objects
============================================================================*/
/* whatsapp */
#whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 0.9;
    z-index: 50;
    background-color: transparent;
    color: #fff;
}
html[lang="en"] #whatsapp {
    left: 15px;
}
html[lang="ar"] #whatsapp {
    right: 15px;
}
@media(max-width: 1199.98px) {
    #whatsapp {
        bottom: 70px;
    }
}

/* up btn */
.up-btn {
	bottom: 15px;
}
@media(max-width: 1199.98px) {
    .up-btn {
        bottom: 60px;
        display: none;
    }
}
