.elementor-211 .elementor-element.elementor-element-b7a1ebe{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-211 .elementor-element.elementor-element-b7a1ebe{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-211 .elementor-element.elementor-element-b7a1ebe{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-8b46e09 */*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    min-height: 100vh;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* Demo content */
.demo-content {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.2rem;
}

/* Footer Styles */
.footer {
    background: #5173c2;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    position: relative;
    z-index: 2;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

@media (min-width: 1024px) {
    .footer-content {
        grid-template-columns: 2fr 1fr;
        gap: 5rem;
    }
}

/* Logo Section */
.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    width: 200px;
    height: auto;
    margin-bottom: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-logo:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.footer-description {
    color: white;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 750px;
}

.footer-highlight {
    color: #a8bfef;
    font-weight: 600;
}

/* Contact Section */
.footer-contact {
    display: flex;
    flex-direction: column;
}

.contact-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.contact-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #a8bfef;
    border-radius: 2px;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(168, 191, 239, 0.5);
    transform: translateX(5px);
}

.contact-icon {
    width: 44px;
    height: 44px;
    background: #4a62b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(74, 98, 184, 0.4);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: rotate(10deg) scale(1.1);
    background: #3d52a3;
    box-shadow: 0 8px 25px rgba(61, 82, 163, 0.6);
}

.contact-info {
    flex: 1;
}

.contact-label {
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.copyright {
    color: white;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(168, 191, 239, 0.1);
    color: white;
    border: 1px solid rgba(168, 191, 239, 0.3);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.badge:hover {
    background: rgba(168, 191, 239, 0.2);
    border-color: rgba(168, 191, 239, 0.5);
    transform: translateY(-2px);
}

.badge-icon {
    font-size: 1rem;
}

/* Floating particles effect */
.footer-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(168, 191, 239, 0.6);
    border-radius: 50%;
    animation: floatParticle 15s infinite linear;
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) translateX(-10px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(10px) rotate(360deg);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-container {
        padding: 2rem 1rem 1.5rem;
        max-width: 100%;
    }
    
    .footer-content {
        gap: 2rem;
        grid-template-columns: 1fr;
    }
    
    .footer-logo {
        width: 140px;
        align-self: center;
        margin-bottom: 1rem;
    }
    
    .footer-logo-section {
        align-items: center;
        text-align: center;
    }
    
    .footer-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .contact-title {
        text-align: center;
        align-self: center;
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-item {
        padding: 0.8rem;
        gap: 0.8rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .contact-label {
        font-size: 0.8rem;
    }
    
    .contact-value {
        font-size: 1rem;
    }
    
    .footer-badges {
        gap: 0.5rem;
    }
    
    .badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 2rem 0.8rem 1rem;
    }
    
    .footer-logo {
        width: 120px;
    }
    
    .footer-description {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .contact-title {
        font-size: 1.2rem;
    }
    
    .contact-item {
        padding: 0.7rem;
        gap: 0.7rem;
    }
    
    .contact-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    
    .contact-value {
        font-size: 0.95rem;
    }
    
    .copyright {
        font-size: 0.85rem;
        padding: 0 0.5rem;
    }
    
    .footer-badges {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.7rem;
        min-width: 140px;
        justify-content: center;
    }
}

/* Smooth animations */
.footer * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects for the entire footer */
.footer:hover .particle {
    animation-duration: 10s;
}/* End custom CSS */