footer.footer-site {
background: #F0ECE6;
padding-top: 75px;
}

.footer-site-logo img {
max-width: 188px;
height: 44px;
object-fit: contain;
width: 100%;
}

footer.footer-site .follow-us {
font-size: 16px;
margin: 42px 0px 30px;
color: #242E30;
font-weight: 600;
}

.social-icons {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
margin-bottom: 62px;
}

.social-icons img {
width: 36px;
height: 36px;
transition: 0.3s;
}

.social-icons a:hover img {
transform: scale(1.2);
transition: 0.3s;
}

footer.footer-site .accordion .accordion-item {
background: transparent;
border: none;
border-bottom: 1px solid #ddd9d4;
box-shadow: none;
border-radius: 0
}
footer.footer-site .accordion .accordion-item h2 {
padding: 0px;
}

footer.footer-site .accordion .accordion-item h2 button {
background: rgba(0, 0, 0, 0);
border: none;
padding: 11px 0px;
font-weight: 700;
color: #242E30;
box-shadow: none;
font-size: 20px;
line-height: 30px;
letter-spacing: 0px;
vertical-align: middle;
border-radius: 0
}

footer.footer-site .accordion .accordion-item h2 button::after {
background: url('../../utility/images/icons/caret-down-ft.svg');
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 24px;
height: 24px;
}

footer.footer-site .accordion-body {
padding: 0;
}

footer.footer-site .accordion-body ul {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}

footer.footer-site .accordion-body ul li {
list-style: none;
padding: 13.5px 4px 13.5px 0px;
width: 25%;
}

footer.footer-site .accordion-body ul li a {
padding: 0;
font-weight: 400;
font-size: 14px;
color: #242E30;
line-height: 24px;
letter-spacing: 0%;
text-decoration: none;
display: inline-block;
}

footer.footer-site .col-lg-4 .accordion .accordion-item {
border: none;
}

footer.footer-site .accordion-body ul li a {
position: relative;
display: inline-block;
text-decoration: none;
}

footer.footer-site .accordion-body ul li a::before {
content: "";
position: absolute;
z-index: 1;
height: 2px;
left: 0;
right: 0;
bottom: 0;
background: #F36805;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s ease-out;
}

footer.footer-site .accordion-body ul li a:hover::before,
footer.footer-site .accordion-body ul li a:focus::before,
footer.footer-site .accordion-body ul li a:active::before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.6);
}

footer.footer-site .accordion-body ul.city-links {
display: flex;
flex-wrap: wrap;
}

footer.footer-site .accordion-body ul li {
width: 25%;
}

.copyright {
border-top: 1px solid #ddd9d4;
margin-top: 52px;
padding: 24px 0;
}

.copyright p {
font-size: 14px;
margin: 0px;
padding: 0px;
}

.copyright-links {
margin: 0px;
padding: 0px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.copyright-links li {
list-style: none;
}

.copyright-links li a {
text-decoration: underline;
font-size: 12px;
line-height: 14px;
color: #242e30;
}

.copyright-links li a:hover,
.copyright-links li a:focus,
.copyright-links li a:active {
color: #F36805;
}

.payment-method {
display: flex;
align-items: center;
justify-content: end;
flex-wrap: wrap;
gap: 8px;
}

/* ================================
Responsive View CSS Start
================================ */
@media(max-width:1199.98px) {
footer.footer-site {
padding-top: 45px;
}

footer.footer-site .follow-us {
margin: 30px 0px 20px;
}

.social-icons {
margin-bottom: 40px;
gap: 16px;
}

footer.footer-site .accordion-body ul li {
padding: 8.5px 16px;
}

footer.footer-site .accordion .accordion-item h2 button {
padding: 6px 0px;
font-size: 16px;
}

.payment-method {
gap: 4px;
}

.copyright {
margin-top: 24px;
padding: 16px 0;
}
}

@media(max-width:991.98px) {
footer.footer-site .col-lg-4 .accordion .accordion-item {
border-bottom: 1px solid #DDD9D4;
}

.copyright {
margin-top: 8px;
text-align: center;
}

.copyright-links {
margin: 0px 0px 8px 0px;
justify-content: center;
}

.payment-method {
justify-content: center;
}

footer.footer-site .accordion-body ul li {
width: 33.33%;
}

}

@media (max-width:767.98px) {

footer.footer-site .accordion-body ul.city-links li,
footer.footer-site .accordion-body ul li {
width: 50%;
}

footer.footer-site .accordion .accordion-item h2 button::after {
width: 20px;
height: 20px;
}

}

@media (max-width:575.98px) {
footer.footer-site .accordion-body ul.city-links li {
width: 100%;
}

footer.footer-site {
padding-top: 30px;
}

footer.footer-site .follow-us {
margin: 16px 0px 16px;
}

.social-icons {
margin-bottom: 20px;
gap: 9px;
}

footer.footer-site .accordion .accordion-item h2 button {
padding: 4px 0px;
font-size: 14px;
}

footer.footer-site .accordion-body ul li {
padding: 4.5px 0px;
}

footer.footer-site .accordion .accordion-item h2 button::after {
width: 18px;
height: 18px;
}
}

/* ================================
Responsive View CSS End
================================ */
