.footer-contant li{display: block;}
/* footer#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
} */
section.section-b-space.light-layout{
    background: #FFF5E6;
    padding: 60px 0 30px;
}
.sub-footer p{color: #fff;margin: 0;padding: 15px 0;font-size: 14px;}
.sub-footer{
    background-color: var(--theme-deafult);
}

.payment-card-bottom li{display: inline-block;}
.royo_whatsapp_img{
    position: fixed;
    z-index: 99999;
    bottom: 7%;
    left: 1%;
}

.royo_whatsapp_img img{
    width: 50px;
}
.footer-theme .sub-title li a{
    position: relative;
    color: #777;
}
.al_footer_template_three{
    background-color: #f9f9f9;
}
.footer-theme .sub-title li span,
.footer-theme .sub-title li a{
    padding: 0;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    transition: color 0.3s ease;
}
.footer-theme .sub-title li a:hover{
    color: var(--theme-deafult);
}
ul{margin: 0;}

.tap-top.top-cls i.fa{
    color: #fff;
}
.theme-layout-version{
    opacity: 0;
}
.row .col, .row div[class*=col-]{
    position: relative;
}
.al_footer_template_four .footer-theme .sub-title li{
    padding: 0;
    margin-bottom: 8px;
}
.al_footer_template_four .footer-theme .sub-title .store-btn li{
    padding: 0 5px;
}
.al_footer_template_four  .payment-card-bottom li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.al_footer_template_four .footer-theme .sub-title h4{
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-theme .sub-title .contact-list i {
	top: 4px;
}
.al_QRcode a.col-12.mt-2.p-0{
    display: block;
}
ul.social-links.d-flex a::before,
.al_QRcode a.col-12.mt-2.p-0::before{display: none;}
ul.contact-list.al i{
    color: var(--theme-deafult);
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
ul.contact-list.al li{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #666;
}
ul.contact-list.al li span{
    flex: 1;
}
ul.social-links.d-flex{
    gap: 10px;
    flex-wrap: wrap;
}
ul.social-links.d-flex a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
ul.social-links.d-flex a:hover{
    background-color: var(--theme-deafult);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
ul.social-links.d-flex a:hover i{color: #fff;}
.tap-top.top-cls {
    display: none;
}
.payment-card .payment-card-bottom {
    margin-bottom:20px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.payment-card .payment-card-bottom li{
    display: inline-block;
}
.payment-card .payment-card-bottom li a img{
    height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.payment-card .payment-card-bottom li a:hover img{
    transform: scale(1.05);
}
.payment-card ul.social-links {
    margin-top: 10px;
}

/* Footer Column Styling */
.al_footer_template_four .footer-theme.partition-f {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.al_footer_template_four .footer-theme .sub-title {
    flex: 1;
}

.al_footer_template_four .footer-theme .sub-title .footer-contant {
    margin-top: 10px;
}

/* Quick Links Section */
.al_footer_template_four .footer-theme .sub-title ul {
    list-style: none;
    padding: 0;
}

/* Contact Section Enhancement */
.al_footer_template_four .footer-theme .sub-title .contact-list li a {
    color: #666;
    text-decoration: none;
}

.al_footer_template_four .footer-theme .sub-title .contact-list li a:hover {
    color: var(--theme-deafult);
}

/* Payment Methods Section */
.al_footer_template_four .payment-card .footer-title h4 {
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .al_footer_template_four .footer-theme.partition-f {
        flex-direction: column;
        gap: 30px;
    }
    
    section.section-b-space.light-layout {
        padding: 30px 0 20px;
    }
    
    .al_footer_template_four .footer-theme .sub-title h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}