.elementor-296 .elementor-element.elementor-element-bbc12f4{--display:flex;}.elementor-296 .elementor-element.elementor-element-bbc12f4:not(.elementor-motion-effects-element-type-background), .elementor-296 .elementor-element.elementor-element-bbc12f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D2327;}.elementor-296 .elementor-element.elementor-element-cabde57{--display:flex;}.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-296 .elementor-element.elementor-element-79e77f5{text-align:center;font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;color:#C2C2C2;}.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-296 .elementor-element.elementor-element-bbc12f4{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-b6db7ab */:root {
    --bg: #1D2327;
    --accent: #FF6501;
    --text: #FFFFFF;
    --dim: rgba(255, 255, 255, 0.6);
    --border: rgba(255, 255, 255, 0.1);
}

/* --- FOOTER STYLES (Kept Original) --- */
.sleek-footer {
    background-color: var(--bg);
    color: var(--text);
    padding: 40px 20px;
    font-family: 'Inter', -apple-system, sans-serif;
    border-top: 1px solid var(--border);
}

.footer-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.f-col { flex: 1; }
.f-col.wide-col { flex: 1.5; }

.f-title {
    color: var(--accent);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.f-logo { height: 35px; margin-bottom: 15px; }
.f-address { font-size: 0.85rem; line-height: 1.5; color: var(--dim); }

.f-links, .f-link-grid ul { list-style: none; padding: 0; margin: 0; }
.f-links li, .f-link-grid li { margin-bottom: 8px; }
.f-links a, .f-link-grid a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.2s;
    font-weight: 500;
}
.f-links a:hover, .f-link-grid a:hover { color: var(--accent); }
.f-link-grid { display: flex; gap: 30px; }

.f-phone {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
    margin-bottom: 5px;
    transition: 0.3s; 
}
.f-phone:hover, .f-email:hover { color: var(--accent); }
.f-email { font-size: 0.85rem; color: var(--dim); text-decoration: none; display: block; }

/* SOCIAL ICONS (REVISED) */
.f-socials { display: flex; gap: 15px; margin-top: 15px; }
.f-socials a {
    color: var(--text);
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.f-socials a svg { width: 20px; height: 20px; fill: currentColor; }
.f-socials a:hover { color: var(--accent); transform: translateY(-2px); }

.f-copy { margin-top: 25px; font-size: 0.75rem; color: var(--dim); }

/* --- MINIMALIST POPUP STYLES --- */
.m-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    align-items: center; justify-content: center;
}

.m-modal-content {
    background: #FFFFFF;
    width: 90%; max-width: 450px;
    padding: 60px 40px;
    border-radius: 25px;
    position: relative;
    color: #000000;
    font-family: 'Inter', sans-serif;
    text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    animation: popIn 0.3s ease;
}

@keyframes popIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.m-title {
    font-size: 1.8rem;
    font-weight: 300; /* Thin */
    color: var(--accent);
    margin-bottom: 25px;
}

.m-body {
    font-size: 0.95rem;
    font-weight: 300; /* Thin body text */
    line-height: 1.8;
    color: #444;
}

.m-body strong {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
}

/* THIN CSS CLOSE CROSS */
.m-close {
    position: absolute;
    top: 25px; right: 25px;
    width: 20px; height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.m-close::before, .m-close::after {
    content: '';
    position: absolute;
    top: 10px; left: 0;
    width: 100%; height: 1px; /* Very thin line */
    background: #000;
}
.m-close::before { transform: rotate(45deg); }
.m-close::after { transform: rotate(-45deg); }
.m-close:hover { transform: rotate(90deg); opacity: 0.6; }

/* Responsive */
@media (max-width: 900px) {
    .footer-wrap { flex-direction: column; gap: 40px; text-align: center; }
    .f-link-grid, .f-socials { justify-content: center; }
}/* End custom CSS */




