.navbar {
    position: sticky !important; 
}
.dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    display: none !important;
}
.nav-item:hover > .dropdown,
.dropdown:hover {
    display: block !important;
}

/*<!-- ABOUT -->*/
.about-header {
    text-align: center;
    margin-bottom: 48px;
}

/*.about-content {
    max-width: 920px;
}*/

    .about-content p {
        line-height: 1.75;
        margin-bottom: 20px;
    }

.quote {
    border-left: 4px solid #000;
    padding-left: 20px;
    font-style: italic;
    font-weight: 600;
    margin: 24px 0;
}

.philosophy-list {
    padding-left: 20px;
    margin: 24px 0;
}

    .philosophy-list li {
        margin-bottom: 10px;
    }

.pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.pillar {
    background: #f8f9fb;
    padding: 24px;
    border-radius: 14px;
}

.about-bottom {
    align-items: center;
    gap: 48px;
}

.about-media {
    text-align: center;
}

.gradient-text {
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, #7c5cff, #a855f7);
    -webkit-background-clip: text;
    color: transparent;
}

.media-card {
    margin-top: 28px;
    overflow: hidden;
    border-radius: 18px;
}

/*<!-- CLIENT SUCCESS -->*/
.success-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.badge {
    display: inline-block;
    width: fit-content;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
}

    .badge.purple {
        background: #f3e8ff;
        color: #9333ea;
    }

.success-card h3 {
    font-size: 20px;
    line-height: 1.3;
}

.success-card p {
    color: #5b5b5b;
    line-height: 1.6;
}

.btn-link {
    margin-top: auto;
    font-weight: 600;
    color: #6d5cff;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
    }
/*-------------------------------About section*/
.whowearebackimg {
    /*background-image: url('/img/ImgWhr.png');*/
    background-image: url('../img/home/whoweare.png');
    padding: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: hidden;
}
/*-------------------------------hero section*/

/*    new test hero*/
.test {
    min-height: 100vh;
    /*background-image: url('~/img/home/hero.png');*/
    background-image: url('../img/home/hero.png'); /* background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

    /* dark overlay */
    .test::before {
        content: "";
        position: absolute;
        inset: 0;
    }

.row {
    position: relative;
    width: 100%;
    display: flex;
}

.left-content {
    width: 80%; /* 70% left side */
    color: black;
}

    .left-content h1 {
        font-size: clamp(2rem, 8vw, 3.5rem);
        margin-bottom: 20px;
    }

    .left-content p {
        font-size: 18px;
        line-height: 1.7;
        max-width: 650px;
        font-weight:700;
    }

/* Responsive for mobile */
@media (max-width: 768px) {
    .left-content {
        width: 100%;
        padding: 40px;
    }

        .left-content h1 {
            font-size: clamp(2rem, 8vw, 4rem);
        }
}

/*Button style*/

/* Premium CTA Shimmer Button */
.cta-shimmer-btn {
    position: relative;
    display: inline-block;
    padding: 18px 28px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c5cff, #a855f7);
    /* idle glow */
    box-shadow: 0 10px 30px rgba(124, 92, 255, 0.35);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* shimmer sweep */
    .cta-shimmer-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.35), transparent );
        animation: shimmer 2s infinite;
    }

    /* hover interaction */
    .cta-shimmer-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 45px rgba(124, 92, 255, 0.6);
    }

/* shimmer animation */
@keyframes shimmer {
    0% {
        left: -120%;
    }

    60% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}
@media (max-width: 768px) {
    .section {
        padding: 46px 0;
    }
}


/*-------------------------GET STARTED button animate*/
.neon-button {
    font-size: 1rem !important;
    padding: 13px 21px;
    /*color: #fff;
    background-color: #222;*/
    color: #fff;
    background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 50%, var(--brand3) 100%);
    /*border: 0.2rem solid #0bf4f3;*/
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px #0bf4f3, 0 0 10px #0bf4f3, 0 0 20px #0bf4f3, 0 0 40px #0bf4f3, 0 0 80px #0bf4f3;
}

    .neon-button:hover {
        color: #222;
        background-color: #0bf4f3;
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
    }

/*    ------------------------------cursor css*/
.cursor {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #c74fff;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: trail 0.2s ease-out forwards;
}

@keyframes trail {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.5);
    }
}