.elementor-86 .elementor-element.elementor-element-a7d0043{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ba6ba64 *//* =============================================
   TRUE FULL-WIDTH FOOTER - ALL DEVICES
   WITH HEADER COLOR SCHEME
   ============================================= */

/* Reset and Force Full Width */
.novertic-footer-fullwidth {
    background: linear-gradient(180deg, #0F172A 0%, #050911 100%) !important;
    border-top: 1px solid rgba(59, 130, 246, 0.15) !important;
    color: #a0aec0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Top Glow Effect */
.novertic-footer-fullwidth::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #3B82F6, transparent) !important;
    opacity: 0.5 !important;
}

/* Override any theme/Elementor container restrictions */
body .novertic-footer-fullwidth,
.elementor .novertic-footer-fullwidth,
.site-footer .novertic-footer-fullwidth {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
}

.footer-content-wrapper {
    padding: 60px 20px 50px;
    width: 100%;
    box-sizing: border-box;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    box-sizing: border-box;
}

/* --- BRAND COLUMN --- */
.footer-column.footer-brand {
    padding-right: 20px;
}

.footer-logo {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.footer-description {
    font-size: 14px;
    line-height: 1.7;
    color: #8b95a5;
    margin: 0 0 25px 0;
}
/* --- SOCIAL MEDIA ICONS --- */
.footer-social {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
    border: 1.5px dashed rgba(59, 130, 246, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    flex-shrink: 0;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.social-icon:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}


/* --- FOOTER COLUMNS --- */
.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #8b95a5;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #3b82f6;
    padding-left: 5px;
}

/* --- COPYRIGHT BAR (FULL WIDTH) --- */
.footer-bottom {
    background: #020408 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    letter-spacing: 0.3px;
}

/* =============================================
   RESPONSIVE DESIGN - ALL DEVICES
   ============================================= */

/* Tablet View (768px - 992px) */
@media (max-width: 992px) {
    .footer-content-wrapper {
        padding: 50px 20px 40px;
    }
    
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        padding: 0 20px;
    }
    
    .footer-column.footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        text-align: center;
    }
    
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-description {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    
    .footer-social {
        justify-content: center;
    }
}

/* Mobile View (below 640px) - FULL WIDTH */
@media (max-width: 640px) {
    .novertic-footer-fullwidth {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-content-wrapper {
        padding: 40px 20px 30px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column.footer-brand {
        margin-bottom: 10px;
    }
    
    .footer-logo {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-description {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .footer-heading {
        font-size: 17px;
        margin-bottom: 16px;
    }
    
    .footer-links {
        margin-bottom: 5px;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        font-size: 13px;
    }
    
    .footer-links a:hover {
        padding-left: 0;
    }
    
    .footer-social {
        justify-content: center;
        gap: 12px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .social-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .footer-bottom {
        padding: 18px 15px;
    }
    
    .footer-bottom p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Extra Small Mobile (below 400px) - FULL WIDTH */
@media (max-width: 400px) {
    .footer-content-wrapper {
        padding: 35px 15px 25px;
    }
    
    .footer-container {
        padding: 0 15px;
        gap: 25px;
    }
    
    .footer-logo {
        width: 200px;
    }
    
    .footer-social {
        gap: 25px;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
    }
    
    .social-icon svg {
        width: 17px;
        height: 17px;
    }
    
    .footer-heading {
        font-size: 16px;
        margin-bottom: 14px;
    }
    
    .footer-links a {
        font-size: 12px;
    }
    
    .footer-bottom {
        padding: 16px 15px;
    }
    
    .footer-bottom p {
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a7d0043 */<style>
.social-electric-widget {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 20px 0 !important;
}

.social-icon {
  position: relative !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 50px !important;
  height: 50px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* The rotating energy rings */
.social-icon::before {
  content: '' !important;
  position: absolute !important;
  inset: -5px !important;
  border: 2px solid transparent !important;
  border-top: 2px solid #3B82F6 !important;
  border-bottom: 2px solid #3B82F6 !important;
  border-radius: 50% !important;
  animation: spinRing1 3s linear infinite !important;
  opacity: 0.4 !important;
}

.social-icon::after {
  content: '' !important;
  position: absolute !important;
  inset: -10px !important;
  border: 2px dashed rgba(59, 130, 246, 0.3) !important;
  border-radius: 50% !important;
  animation: spinRing2 5s linear infinite reverse !important;
}

/* The SVG icon */
.social-icon svg {
  fill: #60A5FA !important;
  width: 24px !important;
  height: 24px !important;
  z-index: 10 !important;
  position: relative !important;
  filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.5)) !important;
  transition: all 0.3s ease !important;
}

/* HOVER EFFECTS */
.social-icon:hover svg {
  fill: #FFFFFF !important;
  filter: 
    drop-shadow(0 0 8px #FFFFFF) 
    drop-shadow(0 0 16px #3B82F6) 
    drop-shadow(0 0 24px #1D4ED8) 
    brightness(2) !important;
  transform: scale(1.2) rotate(360deg) !important;
}

.social-icon:hover::before {
  border-top-color: #FFFFFF !important;
  border-bottom-color: #60A5FA !important;
  animation-duration: 0.6s !important;
  opacity: 1 !important;
  box-shadow: 0 0 15px #3B82F6 !important;
  border-width: 3px !important;
}

.social-icon:hover::after {
  animation-duration: 1s !important;
  border-color: #3B82F6 !important;
  border-width: 3px !important;
  opacity: 1 !important;
}

/* Pulse shockwave on hover */
.social-icon:hover {
  animation: pulseShock 1s ease-out infinite !important;
}

/* ANIMATIONS */
@keyframes spinRing1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spinRing2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes pulseShock {
  0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
  50% { box-shadow: 0 0 0 20px rgba(59, 130, 246, 0); }
  100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}
</style>/* End custom CSS */
/* Start custom CSS *//* BASE - Always Visible Effect */
.social-electric .elementor-icon-list-items {
  display: flex !important;
  gap: 15px !important;
}

.social-electric .elementor-icon-list-item {
  position: relative !important;
}

.social-electric svg,
.social-electric i,
.social-electric .elementor-icon {
  fill: #60A5FA !important;
  color: #60A5FA !important;
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.6)) !important;
  transition: all 0.3s ease !important;
}

/* HOVER - Electric Effect */
.social-electric a:hover svg,
.social-electric a:hover i,
.social-electric a:hover .elementor-icon,
.social-electric .elementor-icon-list-item:hover svg,
.social-electric .elementor-icon-list-item:hover i {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  filter: 
    drop-shadow(0 0 8px #FFFFFF) 
    drop-shadow(0 0 16px #3B82F6) 
    drop-shadow(0 0 24px #1D4ED8) 
    brightness(2) !important;
  transform: scale(1.2) !important;
  animation: electricZap 0.15s infinite !important;
}

@keyframes electricZap {
  0%, 100% { transform: scale(1.2) translate(0, 0); }
  25% { transform: scale(1.22) translate(-1px, 1px); }
  50% { transform: scale(1.2) translate(1px, -1px); }
  75% { transform: scale(1.22) translate(-1px, -1px); }
}/* End custom CSS */