.elementor-169 .elementor-element.elementor-element-49745d8{--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;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-169 .elementor-element.elementor-element-c63f870{--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;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-4f482fe */:root {
    --talnexa-blue: #3f73b7;
    --talnexa-purple: #662d91;
    --talnexa-gradient: linear-gradient(135deg, #3f73b7 0%, #662d91 100%);
    --bg-dark-blue: #0F172A;
    --text-gray: #aaa;
}

.talnexa-footer {
    background-color: var(--bg-dark-blue);
    color: #fff;
    padding: 80px 0 0;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
    gap: 40px;
    padding: 0 5% 60px;
}

.footer-logo { width: 180px; margin-bottom: 20px; }

.brand-info p {
    color: var(--text-gray);
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}
.footer-links a:hover { color: var(--talnexa-blue); padding-left: 5px; }

.footer-contact { display: flex; flex-direction: column; gap: 18px; }
.contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
    color: var(--text-gray);
}
.contact-item i { color: var(--talnexa-blue); font-size: 1.1rem; margin-top: 3px; }
.contact-item p { margin: 0; font-size: 0.95rem; }

.whatsapp-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--talnexa-gradient);
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 5px;
    width: fit-content;
}

.footer-bottom-white {
    background-color: #fff;
    padding: 15px 5%;
    text-align: center;
}

.footer-bottom-content p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    background: var(--talnexa-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

@media (max-width: 992px) { .footer-container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-container { grid-template-columns: 1fr; } }/* End custom CSS */