:root {
            --vb-navy: #1a2332;
            --vb-gold: #e8a536;
            --vb-gold-dark: #c8871f;
            --vb-light: #f7f8fa;
        }

        body { font-family: 'Poppins', sans-serif; color: #2c2c2c; }
        h1, h2, h3, h4, h5 { font-weight: 600; }

        .navbar { background-color: var(--vb-navy) !important; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
        .navbar-brand { font-weight: 700; font-size: 1.5rem; letter-spacing: 0.5px; color: var(--vb-gold) !important; }
        .nav-link { font-weight: 500; padding: 0.5rem 1rem !important; transition: color 0.2s ease; }
        .nav-link:hover { color: var(--vb-gold) !important; }
        .btn-getstarted { background-color: var(--vb-gold); color: #1a2332; font-weight: 600; padding: 0.5rem 1.4rem; border-radius: 30px; border: none; transition: background-color 0.2s ease; text-decoration:none; }
        .btn-getstarted:hover { background-color: var(--vb-gold-dark); color: #fff; }

        .page-title-bar { background-color: var(--vb-navy); padding: 3.5rem 0; }
        .page-title-bar h1 { color: var(--vb-gold); letter-spacing: 0.5px; }
        .breadcrumb-current { color: var(--vb-gold); font-weight: 500; }

        .vb-section { padding: 4rem 1rem; }
        .vb-section-alt { background-color: var(--vb-light); }
        .section-heading { text-align: center; margin-bottom: 3rem; }
        .section-heading h2 { color: var(--vb-navy); display: inline-block; position: relative; padding-bottom: 0.6rem; }
        .section-heading h2::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background-color: var(--vb-gold); }
        .section-heading p { color: #6c757d; margin-top: 0.8rem; }

        .pro-card { background-color: #fff; border-radius: 10px; overflow: hidden; height: 100%; box-shadow: 0 4px 16px rgba(0,0,0,0.06); transition: transform 0.25s ease, box-shadow 0.25s ease; }
        .pro-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
        .pro-card-body { padding: 1.8rem; }
        .pro-card h5 { color: var(--vb-navy); margin-bottom: 0.8rem; }
        .pro-card p { color: #6c757d; font-size: 0.95rem; margin: 0; }
        .pro-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
        .pro-card-icon { width: 55px; height: 55px; border-radius: 50%; background-color: var(--vb-navy); color: var(--vb-gold); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; margin: 1.8rem auto 0; }

        .cta-section { background: linear-gradient(135deg, var(--vb-navy), #2c3b52); padding: 4rem 1rem; text-align: center; }
        .cta-section h3 { color: var(--vb-gold); font-size: 2rem; }
        .cta-section p { color: #d8dce3; max-width: 600px; margin: 0.8rem auto 1.6rem; }
        .btn-cta { background-color: var(--vb-gold); color: var(--vb-navy); font-weight: 600; padding: 0.7rem 2rem; border-radius: 30px; border: none; transition: background-color 0.2s ease, transform 0.2s ease; text-decoration:none; display:inline-block; }
        .btn-cta:hover { background-color: var(--vb-gold-dark); color: #fff; transform: translateY(-2px); }

        footer.vb-footer { background-color: var(--vb-navy); padding: 3.5rem 1rem 1.5rem; }
        .vb-footer h4, .vb-footer h5 { color: var(--vb-gold); margin-bottom: 1.2rem; font-weight: 600; }
        .vb-footer p, .vb-footer a { color: #c7cbd3; font-size: 0.95rem; }
        .vb-footer ul { list-style: none; padding-left: 0; }
        .vb-footer ul li { margin-bottom: 0.6rem; }
        .vb-footer a { text-decoration: none; transition: color 0.2s ease; }
        .vb-footer a:hover { color: var(--vb-gold); }
        .vb-footer .form-control { border-radius: 6px 0 0 6px; }
        .vb-footer .btn-subscribe { background-color: var(--vb-gold); color: var(--vb-navy); font-weight: 600; border-radius: 0 6px 6px 0; border: none; }

        .copyright-bar { background-color: #12182a; padding: 1rem; text-align: center; }
        .copyright-bar b { font-weight: 400; font-size: 0.9rem; color: #9aa0ab; }

        .scroll-top-btn { position: fixed; bottom: 25px; right: 25px; width: 48px; height: 48px; border-radius: 50%; background-color: var(--vb-gold); color: var(--vb-navy); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.25); transition: background-color 0.2s ease, transform 0.2s ease; z-index: 1000; }
        .scroll-top-btn:hover { background-color: var(--vb-gold-dark); color: #fff; transform: translateY(-4px); }

        .whatsapp-btn { position: fixed; bottom: 25px; right: 85px; width: 48px; height: 48px; border-radius: 50%; background-color: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 700; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,0.25); transition: transform 0.2s ease; z-index: 1000; }
        .whatsapp-btn:hover { transform: translateY(-4px); color: #fff; }

        .info-icon { width: 55px; height: 55px; border-radius: 50%; background-color: var(--vb-navy); color: var(--vb-gold); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; margin: 1.8rem auto 0.8rem; }

/* Carousel (used on pages that include one, e.g. About) */
.carousel-inner img { height: 480px; object-fit: cover; width: 100%; }
.carousel-item { position: relative; }
.carousel-item::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.35); }
.carousel-caption h5 { font-size: 2rem; font-weight: 700; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.carousel-caption p { font-size: 1.1rem; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }

/* Who We Are image + checklist */
.who-we-are img { border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.who-we-are ul li { margin-bottom: 0.6rem; padding-left: 1.6rem; position: relative; }
.who-we-are ul li::before { content: "✔"; color: var(--vb-gold-dark); position: absolute; left: 0; font-weight: 700; }

/* Logo image next to brand text */
.navbar-brand { display: flex; align-items: center; gap: 10px; }
.navbar-brand img { height: 40px; width: auto; }

/* Mobile nav polish */
.navbar-toggler { border-color: var(--vb-gold); }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(232, 165, 54, 0.4); }
@media (max-width: 767px) {
    .navbar-nav { text-align: center; gap: 0.3rem; padding-top: 0.5rem; }
    .btn-getstarted { display: inline-block; margin-top: 0.8rem !important; }
}

/* ===== Mobile fit fixes ===== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

* {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .navbar {
        padding: 0.75rem 1rem !important;
    }

    .navbar-brand {
        font-size: 1rem;
        gap: 6px;
    }

    .navbar-brand img {
        height: 28px;
    }

    .page-title-bar h1 {
        font-size: 1.8rem;
    }

    .page-title-bar {
        padding: 2rem 1rem;
    }

    .vb-section {
        padding: 2.5rem 1rem;
    }

    .who-we-are img {
        margin-bottom: 1.5rem;
    }

    .carousel-inner img {
        height: 260px;
    }

    .carousel-caption h5 {
        font-size: 1.2rem;
    }

    .carousel-caption p {
        font-size: 0.85rem;
    }

    .cta-section h3 {
        font-size: 1.5rem;
    }

    .vb-footer .row > div {
        margin-bottom: 1.5rem;
    }

    .scroll-top-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 65px;
        font-size: 0.75rem;
    }
}