.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-799 .elementor-element.elementor-element-f46cf1c{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-799 .elementor-element.elementor-element-f46cf1c{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-001a4d8 *//* --- Footer Base Styles --- */
.site-footer {
    background-color: #300D35; /* Primary Brand Purple */
    color: #ffffff; 
    padding: 100px 0 40px;
    font-family: sans-serif;
    text-align: left; /* General alignment left */
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

/* --- Logo & Bio (Big Fonts) --- */
.footer-logo {
    font-size: 2.rem;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.text-white { color: #ffffff; }
.text-gold { color: #FFCC00; } /* Brand Gold */

.footer-bio {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 35px;
    max-width: 450px;
}

/* --- Navigation Column Styles (Left Aligned) --- */
.footer-links h4 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #FFCC00;
    text-transform:capitalize;
    letter-spacing: 2px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    opacity: 0.8;
    transition: 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #FFCC00;
    opacity: 1;
    transform: translateX(8px);
}

/* --- Social Icons --- */
.social-icons {
    display: flex;
    gap: 20px;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link:hover {
    background: #FFCC00;
    color: #300D35;
    transform: translateY(-5px) rotate(8deg);
}

/* --- Footer Bottom Bar (Centered Credit) --- */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    display: flex;
    justify-content: center; /* Center the credit text */
    text-align: center;
    font-size: 1.1rem;
    opacity: 0.7;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

@media (max-width: 650px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-logo {
        font-size: 1.8rem;
    }

    .footer-bottom {
        font-size: 1rem;
    }
}/* End custom CSS */