/* Main Footer */
.chileghuri-main-footer {
    background-color: var(--secondery-background-color);
    padding: 60px 0 40px;
    color: var(--third-color);
}

.chileghuri-footer-column {
    height: 100%;
}

.chileghuri-footer-heading {
    color: var(--third-color);
    font-size: 18px;
    font-family:"Conthic", sans-serif; font-weight:400;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #423F3F; 
    position: relative;
}

/* .chileghuri-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
} */

/* Footer Links */
.chileghuri-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chileghuri-footer-links li {
    margin-bottom: 12px;
}

.chileghuri-footer-links a {
    color: var(--third-color);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
     font-family:"AloveraDisplay",sans-serif;font-weight:300;
}

.chileghuri-footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* Brand Section */
.chileghuri-footer-brand {
    margin-bottom: 30px;
}

.chileghuri-footer-logo {
    max-height: 70px;
    width: auto;
    filter: brightness(0) ;
}

.chileghuri-brand-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--third-color);;
    margin-top: 15px;
     font-family:"AloveraDisplay",sans-serif;
     font-weight:300;
}

/* Social Media */
.chileghuri-social-heading {
    color: var(--third-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family:"Conthic", sans-serif; font-weight:400;
}

.chileghuri-social-icons {
    display: flex;
    gap: 15px;
}

.chileghuri-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
   
}



.chileghuri-social-link:hover {
    background-color: currentColor;
    color: var(--primary-color);
    
}



/* Payment Methods */
.chileghuri-payment-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 200px;
}

.chileghuri-payment-icon {
    width: 60px;
    height: 40px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.chileghuri-payment-icon:hover {
    transform: scale(1.1);
}

/* Copyright Section */
.chileghuri-copyright-section {
    background-color: #4a4444;
    padding: 20px 0;
    color: #ccc;
    font-family: "AloveraDisplay",sans-serif;
}

.chileghuri-copyright-text {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #0f9641;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(18, 208, 88, 0.3);
    transition: all 0.3s ease;
    animation: pulse 1s infinite;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
}

.whatsapp-btn i {
    font-size: 28px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .chileghuri-main-footer {
        padding: 50px 0 30px;
    }
    
    .chileghuri-footer-heading {
        font-size: 16px;
    }
    
    .chileghuri-payment-methods {
        grid-template-columns: repeat(2, 1fr);
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .chileghuri-main-footer {
        padding: 40px 0 20px;
    }
    
    .chileghuri-footer-heading {
        margin-bottom: 20px;
        font-size: 15px;
    }
    
    .chileghuri-social-icons {
        justify-content: center;
    }
    
    .chileghuri-payment-methods {
        justify-content: center;
        margin: 0 auto;
    }
    
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-btn i {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .chileghuri-main-footer {
        padding: 30px 0 20px;
    }
    
    .chileghuri-social-link {
        width: 35px;
        height: 35px;
    }
    
    .chileghuri-payment-icon {
        width: 50px;
        height: 35px;
    }
    
    .chileghuri-brand-description {
        font-size: 13px;
    }
}

/* 
.chileghuri-payment-methods .ssl-badge{ display:block; width:350px; height:250px; border:1px solid #e9ecef; border-radius:12px; background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,.04); overflow:hidden; padding:0; }
.chileghuri-payment-methods .ssl-badge img{ width:100% !important; height:100% !important; object-fit:contain; display:block; max-width:none !important; max-height:none !important; }
@media (max-width: 576px){ .chileghuri-payment-methods .ssl-badge{ width:100%; height:180px; } } */