.elementor-2244 .elementor-element.elementor-element-ef189e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.78;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2244 .elementor-element.elementor-element-ef189e6::before, .elementor-2244 .elementor-element.elementor-element-ef189e6 > .elementor-background-video-container::before, .elementor-2244 .elementor-element.elementor-element-ef189e6 > .e-con-inner > .elementor-background-video-container::before, .elementor-2244 .elementor-element.elementor-element-ef189e6 > .elementor-background-slideshow::before, .elementor-2244 .elementor-element.elementor-element-ef189e6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2244 .elementor-element.elementor-element-ef189e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */.is-standalone-footer-wrapper {

    --primary: #2563eb;
    --secondary: #64748b;
    --dark-secondary: #334155;
    --bg-white: #ffffff;
    --border-light: #e2e8f0;
    
    font-family: 'Inter', sans-serif;
    color: var(--secondary);
    box-sizing: border-box;
    position: relative; 
}

.is-standalone-footer-wrapper *,
.is-standalone-footer-wrapper *::before,
.is-standalone-footer-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.is-standalone-footer-wrapper footer {
    background-color: var(--bg-white);
    position: relative; 
    overflow: hidden;
    padding: 6rem 0 2rem 0;
    border-top: 1px solid var(--border-light);
}

.is-standalone-footer-wrapper footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(circle at top left, rgba(96, 165, 250, 0.12) 0%, rgba(96, 165, 250, 0) 40%);
    z-index: 1;
}

.is-standalone-footer-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.is-standalone-footer-wrapper .footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--border-light);
    align-items: start;
}

.is-standalone-footer-wrapper .footer-logo-img {
    width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
}

.is-standalone-footer-wrapper .footer-tagline {
    max-width: 40ch;
    line-height: 1.6;
    font-size: 0.95rem;
    color: var(--secondary);
}

.is-standalone-footer-wrapper .footer-links h4,
.is-standalone-footer-wrapper .footer-contact h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-secondary);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.is-standalone-footer-wrapper .footer-links ul,
.is-standalone-footer-wrapper .footer-contact ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.is-standalone-footer-wrapper .footer-links a,
.is-standalone-footer-wrapper .footer-contact a {
    text-decoration: none;
    color: var(--secondary);
    transition: color 0.3s ease;
    font-size: 1rem;
}

.is-standalone-footer-wrapper .footer-links a:hover,
.is-standalone-footer-wrapper .footer-contact a:hover {
    color: var(--primary);
}

.is-standalone-footer-wrapper .footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.is-standalone-footer-wrapper .footer-contact-item i {
    color: var(--secondary);
    font-size: 1rem;
}

.is-standalone-footer-wrapper .footer-contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.is-standalone-footer-wrapper .footer-character-group {
    position: relative;
    margin-top: auto;
    padding-top: 2rem;
    width: 220px;
}

.is-standalone-footer-wrapper .footer-character-img {
    width: 100%;
    height: auto;
    display: block;
}

.is-standalone-footer-wrapper .footer-social-link-colored {
    position: absolute;
    top: 2rem; 
    left: 0; 

    font-size: 3.4rem; 
    color: var(--primary);
    transition: transform 0.3s ease;
}
.is-standalone-footer-wrapper .footer-social-link-colored:hover {
    transform: scale(1.1);
}

.is-standalone-footer-wrapper .footer-bottom {
    display: flex;

    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.is-standalone-footer-wrapper .footer-copyright {
    font-size: 0.9rem;
    color: var(--secondary);
}


@media (max-width: 1024px) {
    .is-standalone-footer-wrapper .footer-main {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    .is-standalone-footer-wrapper .footer-about,
    .is-standalone-footer-wrapper .footer-links ul,
    .is-standalone-footer-wrapper .footer-contact ul,
    .is-standalone-footer-wrapper .footer-character-group {
        align-items: center;
        justify-content: center;
        display: flex;
        width: auto;
        position: relative;
    }
    .is-standalone-footer-wrapper .footer-about {
        flex-direction: column;
    }
    .is-standalone-footer-wrapper .footer-contact {
        height: auto;
    }
    .is-standalone-footer-wrapper .footer-character-group {
        margin-top: 2rem;
        padding-top: 0;
        gap: 1rem;
    }
    .is-standalone-footer-wrapper .footer-character-img {
        width: 130px; 
    }
    .is-standalone-footer-wrapper .footer-social-link-colored {
        position: static;

        font-size: 2rem;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .is-standalone-footer-wrapper footer {
        padding: 4rem 0 2rem;
    }
    .is-standalone-footer-wrapper .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
    }
    .is-standalone-footer-wrapper .footer-copyright {
        text-align: center;
    }
}/* End custom CSS */