/* Corporate Website Overrides - Remove Animations & Reduce Font Sizes */

/* ========================================
   CONSISTENT COLOR SCHEME - LIGHT GRADIENT
   ======================================== */

/* Apply consistent background across all pages - FORCE OVERRIDE */
body {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    background-attachment: fixed !important;
    padding-top: 120px !important;
    /* Reduced from 175px to remove extra space */
}

/* Override responsive.css hero section fixed height */
@media only screen and (max-width: 1370px) {
    .hero-section {
        height: auto !important;
        /* Remove fixed 750px height */
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }
}

/* Override ALL section backgrounds with light gradient - COMPREHENSIVE */
section:not(.capability-section):not(.cta-section):not(.trust-section):not(.cta-box-premium):not(.premium-hero-food):not(.premium-hero-redesign):not(.premium-hero-ngo):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-dedicated):not(.premium-hero-game):not(.cta-banner-ecom):not(.premium-cta-ecom):not(.premium-cta-med):not(.premium-cta-ui):not(.premium-cta-game):not(.cta-section-med):not(.premium-hero),
.hero-section:not(.premium-hero-food):not(.premium-hero-redesign):not(.premium-hero-ngo):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-ui):not(.premium-hero-game):not(.premium-hero-dedicated):not(.premium-hero),
.hero-bg-bg1,
.bg-gradient,
.dark-bg1,
.about-content-section,
section[style*="background"]:not(.capability-section):not(.cta-section):not(.trust-section):not(.cta-box-premium):not(.premium-hero-food):not(.premium-hero-redesign):not(.premium-hero-ngo):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-dedicated):not(.premium-hero-game):not(.cta-banner-ecom):not(.premium-cta-ecom):not(.premium-cta-med):not(.premium-cta-ui):not(.premium-cta-game):not(.cta-section-med):not(.premium-hero),
.hero-section[style*="background"]:not(.premium-hero-food):not(.premium-hero-redesign):not(.premium-hero-ngo):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-ui):not(.premium-hero-game):not(.premium-hero-dedicated):not(.premium-hero-game):not(.cta-banner-ecom):not(.premium-hero),
div[style*="background: linear-gradient"]:not(.capability-section):not(.cta-section):not(.trust-section):not(.cta-box-premium):not(.premium-hero-food):not(.premium-hero-redesign):not(.premium-hero-ngo):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-dedicated):not(.premium-hero-game):not(.cta-banner-ecom):not(.premium-cta-ecom):not(.premium-cta-med):not(.premium-cta-ui):not(.premium-cta-game):not(.cta-section-med):not(.premium-hero) {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    background-image: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
}

/* Remove background images from hero sections */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    z-index: -1;
}

/* Ensure text is readable on light background - EXCLUDING PREMIUM DARK HEROES */
.hero-section:not(.premium-hero-ngo):not(.premium-hero-redesign):not(.premium-hero-food):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-ui):not(.premium-hero-game):not(.premium-hero-dedicated):not(.premium-hero) .text-white,
.hero-section:not(.premium-hero-ngo):not(.premium-hero-redesign):not(.premium-hero-food):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-ui):not(.premium-hero-game):not(.premium-hero-dedicated):not(.premium-hero) p,
.hero-section:not(.premium-hero-ngo):not(.premium-hero-redesign):not(.premium-hero-food):not(.premium-hero-api):not(.premium-hero-medicine):not(.premium-hero-ecom):not(.premium-hero-ui):not(.premium-hero-game):not(.premium-hero-dedicated):not(.premium-hero) a {
    color: #0f172a !important;
    text-shadow: none !important;
}

.hero-section .text-second {
    color: #6366f1 !important;
}

/* Fix breadcrumb colors */
.hero-section ul li a {
    color: #6366f1 !important;
}

.hero-section ul li {
    color: #64748b !important;
}

/* Subtle background pattern for all sections */
section {
    position: relative;
}

section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    background-image: radial-gradient(circle, #1e293b 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}

/* Ensure content stays above the pattern */
section>* {
    position: relative;
    z-index: 1;
}

/* White sections with subtle shadow */
section.pad-tb:not(.cta-section):not(.trust-section),
section.service-section-app,
section.about-sec-premium,
.about-content-section {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
}

/* Keep specific sections with their intended backgrounds */
section.deep-dark,
section.why-choos-lg {
    background: #0f172a !important;
}

section.deep-dark::before,
section.why-choos-lg::before {
    display: none;
}

/* Override quote boxes and colored sections */
.quote-box {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
}

/* ========================================
   GLOBAL BUTTON STYLE OVERRIDES - BRAND COLOR
   ======================================== */
.bg-btn,
.bg-btn2,
.bg-btn3,
.bg-btn5,
.btn-main.bg-btn,
.btn-ecom-primary,
.btn-med-primary,
.btn-api-primary {
    background: #6366f1 !important;
    background: linear-gradient(135deg, #6366f1 0%, #4338ca 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 32px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    text-transform: none !important;
}

/* Premium Shine Effect */
.bg-btn::before,
.bg-btn2::before,
.bg-btn3::before,
.bg-btn5::before,
.btn-main.bg-btn::before,
.btn-ecom-primary::before,
.btn-med-primary::before,
.btn-api-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.bg-btn:hover,
.bg-btn2:hover,
.bg-btn3:hover,
.bg-btn5:hover,
.btn-main.bg-btn:hover,
.btn-ecom-primary:hover,
.btn-med-primary:hover,
.btn-api-primary:hover {
    background: #4f46e5 !important;
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.4) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.bg-btn:hover::before,
.bg-btn2:hover::before,
.bg-btn3:hover::before,
.bg-btn5:hover::before,
.btn-main.bg-btn:hover::before,
.btn-ecom-primary:hover::before,
.btn-med-primary:hover::before,
.btn-api-primary:hover::before {
    left: 100%;
}

/* White Premium Button (Used In NGO/Dark Hero) */
.btn-ngo-white {
    background: #ffffff !important;
    color: #4f46e5 !important;
    padding: 14px 32px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    text-transform: none !important;
}

.btn-ngo-white:hover {
    background: #eff6ff !important;
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
    color: #4338ca !important;
    text-decoration: none !important;
}

.btn-main i {
    transition: transform 0.3s ease;
}

.btn-main:hover i {
    transform: translateX(5px);
}

/* ========================================
   DISABLE ALL ANIMATIONS
   ======================================== */

/* Override all keyframe animations to do nothing */
@keyframes meshGradient {

    0%,
    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatParticle {

    0%,
    100% {
        transform: none;
    }
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow: none;
    }
}

@keyframes bubble-float {

    0%,
    100% {
        transform: none;
        opacity: 0;
    }
}

@keyframes float-y {

    0%,
    100% {
        transform: none;
    }
}

@keyframes drift {

    0%,
    100% {
        transform: none;
    }
}

@keyframes rotate-plus {

    0%,
    100% {
        transform: none;
    }
}

@keyframes pulse-circle {

    0%,
    100% {
        transform: none;
        opacity: 0.3;
    }
}

@keyframes float-x-anim {

    0%,
    100% {
        transform: none;
    }
}

@keyframes float {

    0%,
    100% {
        transform: none;
    }
}

@keyframes arrowanim {

    0%,
    100% {
        transform: none;
    }
}

/* Remove all animations globally */
*,
*::before,
*::after {
    animation: none !important;
    transition-duration: 0.2s !important;
    /* Keep minimal transition for usability */
}

/* Disable floating particles and bubbles */
.p-drifting,
.bubble,
.tech-particle,
.tech-dot,
.tech-dash,
.floating-shapes,
#hero-canvas {
    display: none !important;
}

/* Disable hover animations */
.hover-scale img:hover,
.service-card-app:hover,
.blog-card-modern:hover,
.portfolio-card-premium:hover .portfolio-card-view-img img,
.store-buttons-wrap img:hover,
.btn-modern:hover,
.btn-premium-read:hover,
.header-actions a:hover,
.hemnix-mobile-nav a:hover {
    transform: none !important;
}

/* Remove hover effects on cards */
.service-card-app:hover,
.blog-card-modern:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Disable image zoom on hover */
.service-card-app:hover img,
.blog-card-modern:hover .item-image img {
    transform: none !important;
}

/* Remove floating animation from hero image */
.hero-image-modern {
    animation: none !important;
}

/* Disable button hover animations */
.btn-call-green:hover,
.btn-menu-blue:hover {
    transform: none !important;
}

/* Remove arrow animation */
.header-heading .fa-icon {
    animation: none !important;
}

/* Disable link hover icon movement */
.link-prbs:hover i,
.btn-premium-read:hover i {
    transform: none !important;
}

/* ========================================
   REDUCE FONT SIZES - CORPORATE STANDARD
   ======================================== */

/* Body text - reduce from 17px to 15px */
body {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Main headings */
h1 {
    font-size: 32px !important;
    /* Reduced from larger sizes */
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 22px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

/* Hero section heading - reduce from 3.5rem */
.hero-heading-sec2 h2 {
    font-size: 2.5rem !important;
    /* Reduced from 3.5rem */
    font-weight: 700 !important;
    /* Reduced from 800 */
}

/* Hero section paragraph */
.hero-heading-sec2 p {
    font-size: 1rem !important;
    /* Reduced from 1.1rem */
    line-height: 1.6 !important;
}

/* Portfolio banner heading */
.portfolio-banner h1 {
    font-size: 32px !important;
    /* Reduced from 42px */
    font-weight: 700 !important;
    /* Reduced from 800 */
}

/* Portfolio card headings */
.portfolio-card-premium .app-dtls h4 {
    font-size: 28px !important;
    /* Reduced from 36px */
    font-weight: 700 !important;
    /* Reduced from 800 */
}

/* Portfolio card paragraphs */
.portfolio-card-premium .app-dtls p {
    font-size: 15px !important;
    /* Reduced from 18px */
    line-height: 1.6 !important;
}

/* Service card headings */
.home-page-services h4 {
    font-size: 1.25rem !important;
    /* Reduced from 1.5rem */
    font-weight: 600 !important;
    /* Reduced from 700 */
}

/* Blog card headings */
.blog-info h4 {
    font-size: 1.15rem !important;
    /* Reduced from 1.35rem */
    font-weight: 600 !important;
    /* Reduced from 700 */
}

/* Blog card paragraphs */
.blog-info p {
    font-size: 14px !important;
    /* Reduced from 15px */
}

/* Navigation menu links */
.menu-links {
    font-size: 12px !important;
    /* Reduced from 13px */
    font-weight: 600 !important;
    /* Reduced from 700/800 */
}

.custom-nav .nav-list>li>a.menu-links {
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* Marquee top bar */
.marquee-top {
    font-size: 11px !important;
    /* Reduced from 11px/13px */
    font-weight: 600 !important;
    /* Reduced from 800 */
}

/* Common heading */
.common-heading h2 {
    font-weight: 700 !important;
    /* Reduced from 800 */
}

/* Buttons - reduce padding and font size */
.btn-modern {
    padding: 14px 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    text-transform: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06) !important;
}

.btn-modern:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.2) !important;
}

.btn-premium-read {
    padding: 8px 20px !important;
    /* Reduced from 10px 25px */
    font-weight: 600 !important;
    /* Reduced from 700 */
    font-size: 13px !important;
    /* Reduced from 14px */
}

/* Dropdown menu items */
header .dropdown-menu li a {
    font-size: 13px !important;
    /* Reduced from 15px */
    font-weight: 500 !important;
}

/* Category badges */
.category-blog {
    font-size: 10px !important;
    /* Reduced from 11px */
    font-weight: 600 !important;
    /* Reduced from 700 */
    padding: 5px 12px !important;
}

/* Pagination */
.custom-pagination-wrap .pagination span,
.custom-pagination-wrap .pagination a {
    font-weight: 600 !important;
    /* Reduced from 700 */
    font-size: 13px !important;
}

/* ========================================
   ADDITIONAL CORPORATE REFINEMENTS
   ======================================== */

/* Reduce box shadows for more subtle look */
.service-card-app,
.blog-card-modern,
.btn-modern {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06) !important;
}

/* Simplify gradients - make them static */
.portfolio-banner {
    background: #050748 !important;
    animation: none !important;
}

/* Remove text gradient effects for better readability */
.hero-heading-sec2 h2 {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #050748 !important;
}

/* Simplify button effects */
.btn-premium-read::after {
    display: none !important;
}

/* Remove underline animations */
.menu-links:after {
    display: none !important;
}

/* Reduce border radius for more corporate look */
.service-card-app,
.blog-card-modern {
    border-radius: 12px !important;
    /* Reduced from 20px */
}

.btn-modern {
    border-radius: 6px !important;
    /* Reduced from 50px (pill shape) */
}

.btn-premium-read {
    border-radius: 6px !important;
    /* Reduced from 50px */
}

/* Make transitions faster and more subtle */
a,
button,
input,
.animation {
    transition: all 0.2s ease !important;
}

/* Remove glow effects */
@keyframes glowPulse {

    0%,
    100% {
        box-shadow: none !important;
    }
}

/* Override unwanted green text */
.text-second {
    color: #6366f1 !important;
}

.common-heading>span {
    color: #6366f1 !important;
}

.tabs-layout .nav-tabs .nav-link.active {
    color: #6366f1 !important;
    border-bottom-color: #6366f1 !important;
}

/* Fix Active Tab Background Gradient */
.tabs-layout .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

/* --- Premium Navigation Modal (Redesigned) --- */
.sidenav {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(49, 46, 129, 0.98)) !important;
    backdrop-filter: blur(15px) !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    background-image: none !important;
}

.sidenav .closebtn {
    position: absolute !important;
    top: 25px !important;
    right: 35px !important;
    font-size: 45px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    z-index: 1000 !important;
}

.sidenav .closebtn:hover {
    color: #ffffff !important;
    transform: rotate(90deg) !important;
}

.sidenav h5 {
    font-family: 'Outfit', sans-serif !important;
    color: #818cf8 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 1.1rem !important;
}

.sidenav ul li a {
    color: #cbd5e1 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 10px 0 !important;
    display: block !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.sidenav ul li a:hover {
    color: #ffffff !important;
    transform: translateX(10px) !important;
    text-decoration: none !important;
}

.sidenav ul li a i {
    color: #6366f1 !important;
    margin-right: 12px !important;
    transition: margin-right 0.3s ease !important;
}

.sidenav ul li a:hover i {
    margin-right: 18px !important;
}

.sidenav::-webkit-scrollbar {
    width: 8px;
}

.sidenav::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.5);
}

.sidenav::-webkit-scrollbar-thumb {
    background: #4338ca;
    border-radius: 4px;
}

/* --- Refined Nav Modal (No Scrollbar + Rich BG) --- */
.sidenav {
    background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.15), transparent 40%), linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(49, 46, 129, 0.98)) !important;
    overflow-y: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.sidenav::-webkit-scrollbar {
    display: none !important;
}

/* --- Compact Nav Modal (Full Screen No Scroll) --- */
.sidenav {
    padding-top: 80px !important;
    display: block !important;
}

.sidenav .container-fluid {
    max-width: 95% !important;
    margin: 0 auto !important;
}

.sidenav h5 {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    font-size: 1rem !important;
}

.sidenav ul li a {
    padding: 4px 0 !important;
    font-size: 13px !important;
}

.sidenav ul li a i {
    font-size: 11px !important;
}

.sidenav .closebtn {
    top: 15px !important;
    right: 25px !important;
    font-size: 35px !important;
}

/* --- Contact Modal & Call Button Redesign --- */
.btn-call-green {
    background: #6366f1 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 10px !important;
    transition: all 0.3s ease !important;
}

.btn-call-green:hover {
    background: #4f46e5 !important;
    transform: scale(1.1) !important;
}

.contact-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(8px);
    z-index: 9999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.contact-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: fadeUp 0.3s ease-out;
}

.contact-modal-content h3 {
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.contact-info-item:hover {
    background: #eff6ff;
    transform: translateY(-3px);
}

.contact-info-item i {
    font-size: 24px;
    color: #6366f1;
    margin-right: 15px;
}

.contact-info-item a {
    color: #334155;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s;
}

.close-modal-btn:hover {
    color: #0f172a;
}

.social-contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.social-contact-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 18px;
    transition: all 0.2s;
}

.social-contact-icons a:hover {
    background: #6366f1;
    color: #fff;
    transform: scale(1.1);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fix btn-outline hover effects */
.btn-outline {
    border: 2px solid #6366f1 !important;
    color: #6366f1 !important;
    background: transparent !important;
    padding: 12px 30px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-block !important;
    text-transform: none !important;
}

.btn-outline:hover {
    background: #6366f1 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-4px) scale(1.02) !important;
}

/* Fix ScrollUp Button Color */
#scrollUp {
    background-color: #6366f1 !important;
    border: 2px solid #ffffff !important;
    opacity: 1 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

#scrollUp:hover {
    background-color: #4f46e5 !important;
    transform: translateY(-3px) !important;
}

/* --- Corporate Footer Customization --- */
.footer-row1 {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-address-list h4,
.footer-address-list h5,
h5.text-white {
    font-family: 'Outfit', sans-serif !important;
    color: #f8fafc !important;
    font-size: 1.1rem !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.footer-address-list ul li p,
.footer-address-list ul li {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.footer-address-list ul li a {
    color: #cbd5e1 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.footer-address-list ul li a:hover {
    color: #6366f1 !important;
    padding-left: 5px !important;
    text-shadow: 0 0 20px rgba(99, 102, 241, 0.4) !important;
}

.footer-address-list ul li i {
    color: #6366f1 !important;
    margin-right: 10px !important;
    width: 20px !important;
    text-align: center !important;
}

/* Footer Row 3 - Copyright */
.footer-row3 {
    background: #020617 !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer- p {
    color: #64748b !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.footer- p a {
    color: #818cf8 !important;
    font-weight: 600 !important;
}

/* Footer Social Icons */
.footer-social-media-icons a {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #94a3b8 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    transition: all 0.3s ease !important;
}

.footer-social-media-icons a:hover {
    background: #6366f1 !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3) !important;
}

/* --- Refined Footer Link Hover (Background Pill) --- */
.footer-address-list ul li a {
    padding: 5px 10px !important;
    border-radius: 6px !important;
    margin-left: -10px !important;
    display: inline-block !important;
}

.footer-address-list ul li a:hover {
    background: rgba(99, 102, 241, 0.15) !important;
    color: #818cf8 !important;
    padding-left: 15px !important;
    margin-left: -10px !important;
    text-shadow: none !important;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.1) !important;
    transform: translateX(5px) !important;
}

/* --- ROBUST Footer Hover Fix --- */
.footer-address-list li a,
.footer-address-list ul li a,
ul.footer-address-list li a {
    padding: 8px 12px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 10 !important;
}

.footer-address-list li a:hover,
.footer-address-list ul li a:hover,
ul.footer-address-list li a:hover {
    background: rgba(99, 102, 241, 0.2) !important;
    color: #818cf8 !important;
    padding-left: 18px !important;
    text-shadow: none !important;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2) !important;
    transform: translateX(8px) !important;
}

/* Fix .dg-bg--1 Background Color */
.dg-bg--1,
.dg-bg--2 {
    background-color: #0f172a !important;
}