/* ─── FOOTER STYLEEEE───*/

#nvf {
    background: #1a0d2e ;
    background-image:
        radial-gradient(ellipse at 8%  0%,  rgba(109,67,157,0.32) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 100%, rgba(244,142,24,0.12) 0%, transparent 50%);
    padding: 72px 0 44px;
    position: relative;
    overflow: hidden;
}

/* Top accent — miroir du bas du header */
#nvf::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        #6D439D 25%,
        #f48e18 65%,
        transparent 100%);
    opacity: .85;
}

/* Subtle diagonal pattern */
#nvf::after {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='rgba(255,255,255,0.022)' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

#nvf .nvf-inner { position: relative; z-index: 2; }

/* --- Section title --- */
.nvf-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f48e18;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
    display: block;
}
.nvf-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 26px; height: 2px;
    background: #f48e18;
    border-radius: 2px;
}

/* --- Logo --- */
.nvf-logo-img {
    height: 38px;
    width: auto;
    display: block;  
    /* filter: brightness(0) invert(1); */
    opacity: .9;
    transition: opacity .2s;
}
.nvf-logo-img:hover { opacity: 1; }

.nvf-desc {
    color: rgba(255,255,255,0.48);
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 26px;
    max-width: 240px;
}

/* --- Social icons --- */
.nvf-socials {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0; padding: 0;
}
.nvf-socials li a {
    display: flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    text-decoration: none;
    transition: all .25s ease;
}
.nvf-socials li a:hover { transform: translateY(-3px); }
.nvf-socials li a.fb:hover  { background:#3b5998; border-color:#3b5998; color:#fff; box-shadow:0 8px 20px rgba(59,89,152,.4); }
.nvf-socials li a.ig:hover  { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366); border-color:#e6683c; color:#fff; box-shadow:0 8px 20px rgba(220,39,67,.35); }
.nvf-socials li a.yt:hover  { background:#cd201f; border-color:#cd201f; color:#fff; box-shadow:0 8px 20px rgba(205,32,31,.4); }

/* --- Nav links --- */
.nvf-links { list-style:none; margin:0; padding:0; }
.nvf-links li { margin-bottom: 9px; }
.nvf-links li a {
    display: inline-flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.52);
    font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400;
    text-decoration: none;
    transition: color .2s, padding-left .2s;
}
.nvf-links li a i { font-size: 9px; color: #6D439D; transition: color .2s, transform .2s; }
.nvf-links li a:hover { color: #fff; padding-left: 4px; }
.nvf-links li a:hover i { color: #f48e18; transform: translateX(2px); }

/* --- Contact list  --- */

.nvf-contact { list-style:none; margin:0; padding:0; }
.nvf-contact li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    color: rgba(255,255,255,0.52) !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}
.nvf-contact-icon {
    width: 34px; height: 34px;
    border-radius: 8px;
    background: rgba(109,67,157,0.2);
    border: 1px solid rgba(109,67,157,0.35);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: rgba(160,123,207,1);
    font-size: 13px;
    margin-top: 1px;
}
.nvf-contact-text {
    color: rgba(255,255,255,0.52);
    line-height: 1.65;
    word-break: break-word;
}
.nvf-contact-text a {
    color: rgba(255,255,255,0.52) !important;
    text-decoration: none !important;
    transition: color .2s;
}
.nvf-contact-text a:hover { color: #f48e18 !important; }

/* --- App badge --- */
.nvf-app-btn {
    display: inline-flex; 
    align-items: center; 
    gap: 12px; 
    padding: 12px 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 25px;
    text-decoration: none;
    margin-top: 8px;
   
    transition: all .25s ease;
}
.nvf-app-btn:hover {
    background: rgba(109,67,157,0.3);
    border-color: rgba(109,67,157,0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(109,67,157,.3);
}
.nvf-app-btn i { font-size: 26px; color: #a0dd3f; }
.nvf-app-btn-text small {
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 9px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 2px;
}
.nvf-app-btn-text strong {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px; font-weight: 700;
    color: #fff;
}

/* --- Divider --- */
.nvf-hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin: 44px 0 26px;
}

/* --- Copyright bar --- */
.nvf-copy {
    display: flex; align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; gap: 12px;
}
.nvf-copy-left {
    color: rgba(255,255,255,0.35);
    font-family: 'Roboto',sans-serif; font-size: 13px;
    margin: 0;
}
.nvf-copy-left a { color: #f48e18; font-weight: 500; text-decoration: none; transition: color .2s; }
.nvf-copy-left a:hover { color: #ffb347; }

.nvf-copy-right {
    display: flex; gap: 20px;
    list-style: none; margin: 0; padding: 0;
}
.nvf-copy-right li a {
    color: rgba(255,255,255,0.3);
    font-size: 12px; font-family: 'Roboto',sans-serif;
    text-decoration: none; transition: color .2s;
}
.nvf-copy-right li a:hover { color: rgba(255,255,255,0.65); }

/* Column bottom spacing */
#nvf [class^="col-"] { margin-bottom: 44px; }

@media (max-width: 767px) {
    #nvf { padding: 52px 0 32px; }
    .nvf-title { text-align: center; }
    .nvf-title::after { left: 50%; transform: translateX(-50%); }
    .nvf-logo-img { margin: 0 auto 18px; }
    .nvf-desc { max-width: 100%; text-align: center; }
    .nvf-socials { justify-content: center; }
    .nvf-links { text-align: center; }
    .nvf-links li a { justify-content: center; }
    .nvf-contact li { justify-content: flex-start; }
    .nvf-copy { justify-content: center; text-align: center; }
    .nvf-copy-right { justify-content: center; }
    .nvf-app-btn { margin: 0 auto; }
}
/* ─── END FOOTER STYLEEEE─── */ 