 
            * {
                margin: 0;
                padding: 0;
                /* box-sizing: border-box; */
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
                overflow-x: hidden;
            }

        /* Glassmorphism Navbar */
        .navbar {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding: 0.5rem 0;
        }

        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            color: #1a1a2e !important;
        }
.navbar .nav-link.active {
    color: #fbbf24;           /* Highlight color */
    font-weight: 600;
    border-bottom: 2px solid #fbbf24; /* Optional underline */
    transition: all 0.3s;
}

/* 
        .logo-box {
            background: linear-gradient(135deg, #0f3460, #16213e);
            padding: 8px 15px;
            border-radius: 8px;
            color: #fff;
            font-weight: 700;
            font-size: 1.2rem;
        } */

        .nav-link {
            color: #4a5568 !important;
            font-weight: 500;
            transition: all 0.3s;
            position: relative;
            padding:1rem;
            gap:20px;
        }
        .nav-link {
            padding: 1rem 1.5rem;
          }
          
        .nav-link:hover,
        .nav-link.active {
            color: #2563eb !important;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: #2563eb;
            transition: width 0.3s;
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 80%;
        }

        .btn-quote {
            background: #fbbf24;
            color: #1a1a2e;
            font-weight: 600;
            padding: 10px 15px;
            border-radius: 26px;
            border: none;
            transition: all 0.3s;
        }

        .btn-quote:hover {
            background: #f59e0b;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
        }

 
 
 /* Footer */
  .footer {
    background: linear-gradient(135deg, #0f3460 0%, #16213e 100%);
    color: #fff;
    padding: 60px 0 30px;
}

.footer-logo {
    width: 50px;
    height: 50px;
    /* background: linear-gradient(135deg, #3b82f6, #60a5fa); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-description {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 25px;
}
.footer-logo img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
}

.social-link:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-3px);
}

.footer h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.contact-item i {
    color: #3b82f6;
    font-size: 1.2rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: #fff;
}
/* Brand alignment */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}

/* Logo image */
.navbar-logo {
    height: 55px;
    width: 120px;
    display: block;
}

/* Desktop logo size */
@media (min-width: 992px) {
    .navbar-logo {
        height: 65px;
    }
}
.nav-link {
    padding: 0.75rem 1.3rem;
    font-weight: 500;
}

        /* Custom Cursor Effect */
        .cursor-dot {
            width: 8px;
            height: 8px;
            background: #3b82f6;
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 9999;
            transition: transform 0.2s, opacity 0.2s;
            opacity: 0;
        }

        .cursor-outline {
            width: 40px;
            height: 40px;
            border: 2px solid #3b82f6;
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 9998;
            transition: all 0.15s;
            opacity: 0;
        }
        /* Parallax Effect */
        .parallax-wrapper {
            position: relative;
            transition: transform 0.3s ease-out;
        }

        /* Progress Indicator */
        .progress-indicator {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 4px;
            background: linear-gradient(90deg, #3b82f6, #60a5fa);
            z-index: 9999;
            transition: width 0.3s ease-out;
        }