
/* ============================================
   SHARED BREADCRUMB STYLES
   ============================================ */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #94a3b8;
}
.breadcrumb a {
    color: #94a3b8;
    text-decoration: none;
    transition: color .2s;
}
.breadcrumb a:hover { color: #fff; }

/* ============================================
   ELEMENTOR BASE OVERRIDES FOR LOCAL/STATIC
   Without Elementor's remote CSS, containers
   have no layout. These provide the basics.
   ============================================ */
.frogg-footer.e-con {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.frogg-footer .e-con {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.frogg-footer .e-con-boxed {
    width: 100%;
}

.frogg-footer .e-con-boxed > .e-con-inner {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.frogg-footer .e-con-full {
    width: 100%;
}

/* All widgets must fill their containers */
.frogg-footer .elementor-widget {
    width: 100%;
    box-sizing: border-box;
}

.frogg-footer {
    background: linear-gradient(135deg, rgba(10, 25, 70, 0.92) 0%, rgba(15, 35, 90, 0.88) 50%, rgba(10, 25, 70, 0.92) 100%),
                url('../images/footer-bg-02.webp') center/cover no-repeat;
    color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    position: relative;
    padding: 80px 0 30px;
}

/* Container for non-Elementor pages */
.frogg-footer > .container {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    box-sizing: border-box;
}

.frogg-footer * {
    color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    background: transparent;
}

/* Footer Grid Layout */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
    width: 100% !important;
}

/* Elementor override: target e-con-inner when inside Elementor markup */
.footer-grid > .e-con-inner {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
    max-width: none !important;
    width: 100%;
}

/* Grid items: override e-con-boxed shrink behavior */
.footer-grid > .e-con-inner > .e-con {
    width: 100% !important;
    min-width: 0;
}

/* Remove max-width on ALL nested e-con-inner inside the grid */
.footer-grid .e-con-inner {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Footer Brand Column */
.footer-brand {
    max-width: 100%;
}

.footer-logo img {
    filter: brightness(0) invert(1);
    width: 180px;
    height: auto;
}

.footer-description p {
    color: #9ca3af;
    line-height: 1.8;
    font-size: 0.9375rem;
    margin: 0 0 20px;
    max-width: 100%;
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social.e-con {
    flex-direction: row !important;
}

.footer-social > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    max-width: none;
}

.footer-social-icon,
.frogg-footer .elementor-social-icon,
.frogg-footer .elementor-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    line-height: 44px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-transform: lowercase !important;
    text-decoration: none !important;
}

.footer-social-icon i,
.frogg-footer .elementor-social-icon i,
.frogg-footer .elementor-icon i,
.frogg-footer .elementor-social-icon svg,
.frogg-footer .elementor-icon svg {
    color: #fff !important;
    fill: #fff !important;
    font-size: 1rem !important;
    width: 1rem !important;
    height: 1rem !important;
}

.footer-social-icon:hover,
.frogg-footer .elementor-social-icon:hover,
.frogg-footer .elementor-icon:hover {
    background: #1662ed !important;
    transform: translateY(-3px);
}

/* Elementor Social Icons Widget specific */
.frogg-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
    display: flex !important;
    gap: 12px !important;
}

.frogg-footer .elementor-social-icon-facebook,
.frogg-footer .elementor-social-icon-twitter,
.frogg-footer .elementor-social-icon-x-twitter,
.frogg-footer .elementor-social-icon-linkedin,
.frogg-footer .elementor-social-icon-instagram {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Footer Links Columns */
.footer-links-column {
    max-width: 100%;
}

.footer-links-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    max-width: none;
}

.footer-link-item {
    margin: 0;
}

.footer-link {
    color: #9ca3af;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #60a5fa;
    padding-left: 8px;
}

/* Footer Bottom Bar */
.footer-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(100, 140, 255, 0.3);
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* Elementor: make e-con-inner and ALL nested wrappers horizontal */
.footer-bottom > .e-con-inner {
    width: 100%;
    max-width: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* All nested e-con-full inside footer-bottom should be horizontal rows */
.footer-bottom .e-con-full {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100% !important;
}

/* The copyright footer-legal should not justify space-between */
.footer-bottom .footer-legal:first-child {
    flex: 1;
}

/* The links footer-legal should stay together on the right */
.footer-bottom .footer-legal:last-child {
    flex: 0 0 auto;
}

.footer-copyright p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

/* Footer Legal Links */
.footer-legal {
    display: flex !important;
    flex-direction: row !important;
    gap: 32px;
}

.footer-legal.e-con {
    flex-direction: row !important;
}

.footer-legal-item {
    margin: 0;
}

.footer-legal-link {
    color: #6b7280;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: #60a5fa;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1024px) {
    .footer-grid,
    .footer-grid > .e-con-inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer-brand .footer-logo {
        margin: 0 auto;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-grid,
    .footer-grid > .e-con-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links-column {
        text-align: center;
    }
    
    .footer-links-list {
        align-items: center;
    }
    
    .footer-link:hover {
        padding-left: 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom > .e-con-inner,
    .footer-bottom .e-con-full.e-con {
        flex-direction: column !important;
        text-align: center;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .frogg-footer {
        padding: 60px 20px 20px;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 12px;
    }
}

/* ============================================
   ANIMATIONS & EFFECTS
   ============================================ */

/* Link hover animation */
.footer-link,
.footer-legal-link {
    position: relative;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #60a5fa;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

/* Fade in on scroll animation - removed opacity:0 to prevent invisible elements */
.footer-brand,
.footer-links-column {
    animation: fadeInUp 0.6s ease both;
}

.footer-brand {
    animation-delay: 0.1s;
}

.footer-links-column:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-links-column:nth-child(3) {
    animation-delay: 0.3s;
}

.footer-links-column:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer bottom slide in */
.footer-bottom {
    animation: slideInBottom 0.5s ease both;
    animation-delay: 0.5s;
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
