.elementor-231 .elementor-element.elementor-element-ebc6e7b{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8544fd3 *//* --- Core Standard Reset --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
}

/* --- Base Footer Wrapping Frame --- */
.main-footer {
    width: 100%;
    background-color: #23124D; /* Darker variant tone of core brand background */
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

/* Thin graph layout checker block sitting behind data elements */
.footer-grid-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    z-index: 1;
    pointer-events: none;
}

/* --- Upper Grid Matrix Area --- */
.footer-top-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px 24px;
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Brand Section Styling Rules (Col 1) */
.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    width: 150px;
}

/* New custom wrapper styles for the logo image to match layout proportions */
.footer-logo-img {
    height: 38px; /* Standard header/footer logo visibility height */
    width: auto;
    object-fit: contain;
    display: block;
}

.brand-bio {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 320px;
}

/* Social Circular Media Icons Row Layout */
.social-links-row {
    display: flex;
    gap: 12px;
}

.social-links-row a {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-links-row a:hover {
    background-color: #6a4ee4;
    transform: translateY(-2px);
}

/* Universal Vertical Text Navigation Directories (Col 2, 3, 4) */
.links-list-col h3 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
}

.links-list-col ul {
    list-style: none;
}

.links-list-col ul li {
    margin-bottom: 14px;
}

.links-list-col ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.links-list-col ul li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* Icon arrow pointer rule: Changed to clean White */
.link-arrow {
    color: #ffffff; 
    font-size: 0.75rem;
    opacity: 0.8;
}

/* --- Bottom Base Sub-strip Bar --- */
.footer-bottom-bar {
    width: 100%;
    background-color: #1A0D3C; /* Deeper matching block shade container */
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24px 0;
    position: relative;
    z-index: 2;
}

.bottom-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.legal-inline-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-inline-links a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-inline-links a:hover {
    color: #ffffff;
}

.legal-inline-links .divider {
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
    pointer-events: none;
}

/* --- Media Target Responsive Matrix Rules --- */
@media (max-width: 992px) {
    .footer-top-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .footer-top-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .bottom-bar-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}/* End custom CSS */