/* ==========================================
   CLEAN, SHARP & COLORFUL HEADING (NO ANIMATION / NO BOX)
   ========================================== */

/* Main Container */
.main-heading#brand-heading {
    position: relative !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 1.25 !important;
    margin: 15px 0 !important;
    padding: 10px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background: transparent !important;
}

/* Individual Base Style for Words */
.main-heading#brand-heading span[class^="word-"] {
    position: relative !important;
    display: inline-block !important;
    font-weight: 900 !important;
    margin: 4px 8px !important;
    padding: 2px 4px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important;
    
    /* Pure Crisp Text Rendering */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ------------------------------------------
   SOLID & VIBRANT TEXT COLORS
   ------------------------------------------ */

/* WORD 1: PREMIUM (Vibrant Neon Purple) */
.main-heading#brand-heading .word-word1 {
    font-size: 3.2rem !important;
    color: #c084fc !important;
}

/* WORD 2: WEBSITE (Vibrant Neon Cyan) */
.main-heading#brand-heading .word-word2 {
    font-size: 3.5rem !important;
    color: #38bdf8 !important;
}

/* WORD 3: SOLUTION (Vibrant Neon Pink) */
.main-heading#brand-heading .word-word3 {
    font-size: 3.2rem !important;
    color: #f472b6 !important;
    font-style: italic !important;
}

/* WORD 4: BANGLADESH (Emerald Green) */
.main-heading#brand-heading .word-location {
    font-size: 2rem !important;
    letter-spacing: 4px !important;
    color: #34d399 !important;
    text-transform: uppercase !important;
    margin-top: 8px !important;
}

/* ==========================================
   MOBILE RESPONSIVE
   ========================================== */

@media (max-width: 768px) {
    .main-heading#brand-heading {
        line-height: 1.15 !important;
        margin: 5px 0 !important;
        padding: 5px !important;
    }

    .main-heading#brand-heading span[class^="word-"] {
        margin: 2px 4px !important;
    }

    .main-heading#brand-heading .word-word1 { font-size: 2rem !important; }
    .main-heading#brand-heading .word-word2 { font-size: 2.2rem !important; }
    .main-heading#brand-heading .word-word3 { font-size: 2rem !important; }
    .main-heading#brand-heading .word-location {
        font-size: 1.2rem !important;
        letter-spacing: 2px !important;
        margin-top: 4px !important;
    }
}