/* 
 * Modern Footer Design - Completely Redesigned
 * Color Theme: Primary #002c85 | Secondary #63992e | Accent #ff9b00
 */

/* ========== Footer Locations Section ========== */
.footer-locations {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.footer-locations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.locations-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.locations-title i {
    color: #ff9b00;
    margin-right: 10px;
    font-size: 1.8rem;
}

.location-tags-modern {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.location-tag-modern {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.95);
    color: #002c85;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    cursor: pointer;
}

.location-tag-modern:hover {
    background: #ff9b00;
    color: #fff;
    border-color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 155, 0, 0.5);
}

/* ========== Footer Main Section ========== */
.footer-modern {
  
}

.footer-main {
  
    padding: 60px 0 40px;
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #002c85 0%, #63992e 50%, #ff9b00 100%);
}

/* ========== Footer Widget ========== */
.footer-widget {
    margin-bottom: 20px;
}

.footer-widget-title {
    color: #002c85;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 15px;
}

    .footer-widget-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #d9d9d9 0%, #ffffff 100%);
        border-radius: 2px;
    }
.title-icon {
    width: 40px;
    height: 40px;
  
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.footer-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
   
}

/* ========== Contact Info ========== */
.footer-contact-info {
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding: 1px;
    border-radius: 8px;
 
}

.contact-item:hover {
 
   
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-text {
    flex: 1;
    padding-top: 8px;
}

.contact-text a {
    color: #002c85;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #63992e;
}

/* ========== Social Links ========== */
.footer-social-modern {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.social-link.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.social-link.instagram {
    background: linear-gradient(135deg, #e1306c 0%, #fd1d1d 50%, #f77737 100%);
}

.social-link.youtube {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ========== Footer Links ========== */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.footer-links li a i {
    color: #ff9b00;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer-links li a:hover {
    color: #002c85;
    padding-left: 10px;
}

.footer-links li a:hover i {
    transform: translateX(5px);
}

/* ========== CTA Section ========== */
.cta-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer-cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 153, 46, 0.3);
    margin-bottom: 25px;
}

.footer-cta-button:hover {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 44, 133, 0.4);
    text-decoration: none;
    color: #fff;
}

.footer-cta-button i {
    margin-right: 8px;
}

/* ========== Footer Stats ========== */
.footer-stats {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.stat-item {
    flex: 1;
   
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.stat-item:hover {
    border-color: #002c85;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 44, 133, 0.15);
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #002c85;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

/* ========== Footer Bottom ========== */
.footer-bottom-modern {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    padding: 25px 0;
    border-top: 3px solid #ff9b00;
}

.copyright-text,
.developer-text {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.copyright-text strong {
    color: #ff9b00;
    font-weight: 700;
}

.developer-text a {
    color: #63992e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.developer-text a:hover {
    color: #ff9b00;
}

.developer-text i {
    margin: 0 5px;
}

/* ========== Floating Buttons ========== */
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 44, 133, 0.4);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 155, 0, 0.5);
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: whatsappPulse 2s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.7);
    color: #fff;
}

@keyframes whatsappPulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.8), 0 0 0 10px rgba(37, 211, 102, 0.2);
    }
}

/* ========== Responsive Design ========== */
@media (max-width: 991px) {
    .footer-main {
        padding: 50px 0 30px;
    }
    
    .locations-title {
        font-size: 1.7rem;
    }
    
    .footer-widget-title {
        font-size: 1.2rem;
    }
    
    .footer-stats {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .footer-locations {
        padding: 40px 0;
    }
    
    .locations-title {
        font-size: 1.5rem;
    }
    
    .location-tags-modern {
        gap: 10px;
    }
    
    .location-tag-modern {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .footer-main {
        padding: 40px 0 20px;
    }
    
    .footer-widget {
        text-align: center;
    }
    
    .footer-widget-title {
        justify-content: center;
    }
    
    .footer-widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-social-modern {
        justify-content: center;
    }
    
    .footer-links li a {
        justify-content: center;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .footer-bottom-modern {
        padding: 20px 0;
    }
    
    .copyright-text,
    .developer-text {
        font-size: 13px;
    }
    
    .scroll-to-top {
        bottom: 80px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .location-tag-modern {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .footer-widget-title {
        font-size: 1.1rem;
    }
    
    .title-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .footer-cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
}

/* ========== Scroll to Top Show/Hide ========== */
#top.show {
    opacity: 1;
    visibility: visible;
}

