/* =========================================================
   BRAND GURU
   AI VISIBILITY SCAN
========================================================= */

:root {
    --scan-green: #AFF42B;
    --scan-black: #121212;
    --scan-grey: #666666;
    --scan-light: #f5f5f2;
    --scan-border: #dedede;
}


/* =========================================================
   PAGE
========================================================= */

.brandguru-scanner-page {
    background: #f7f7f4;
    color: var(--scan-black);
}

.scan-container {
    width: calc(100% - 80px);
    max-width: 1480px;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.scan-hero {
    position: relative;
    height: 100vh;
    min-height: 760px;
    padding: 140px 0 60px;
    margin: 0;
    overflow: hidden;

    display: flex;
    align-items: center;
}

.scan-hero .scan-container {
    width: 90%;
}

/* Marquee direct tegen hero */
.scan-hero + .tp-text-slide-area {
    margin-top: 0 !important;
}

.tp-text-slide-area {
    margin: 0;
}

.scan-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
    gap: 80px;
    align-items: center;
}

.scan-hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.scan-hero.report-is-open {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    align-items: flex-start;
}

.scan-kicker {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 28px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.scan-kicker::before {
    content: "";

    width: 9px;
    height: 9px;

    border-radius: 50%;
    background: var(--scan-green);
}

.scan-title {
    margin: 0;

    font-size: clamp(72px, 7vw, 132px);
    line-height: .83;
    letter-spacing: -7px;
    font-weight: 300;
}

.scan-title strong {
    display: inline-block;
    font-weight: 800;
}

.scan-title .accent {
    position: relative;
    z-index: 1;
}

.scan-title .accent::after {
    content: "";

    position: absolute;
    z-index: -1;

    left: 0;
    right: 0;
    bottom: 3px;

    height: 17px;

    background: var(--scan-green);
}

.scan-intro {
    max-width: 720px;

    margin: 40px 0 0;

    font-size: 22px;
    line-height: 1.55;

    color: #5f625f;
}


/* =========================================================
   HERO PILL
========================================================= */

.ai-scan-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    max-width: 100%;

    margin-top: 28px;

    padding: 6px 14px 6px 6px;

    border-radius: 999px;

    background: var(--scan-black);

    color: #ffffff;
    text-decoration: none;

    transition:
        transform .25s ease,
        opacity .25s ease;
}

.ai-scan-pill:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.ai-scan-new {
    display: flex;
    align-items: center;
    gap: 7px;

    padding: 9px 13px;

    border-radius: 999px;

    background: var(--scan-green);
    color: var(--scan-black);

    font-size: 11px;
    line-height: 1;
    font-weight: 700;

    white-space: nowrap;
}

.ai-scan-new i {
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--scan-black);
}

.ai-scan-name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    white-space: nowrap;
}

.ai-scan-question {
    padding-left: 14px;

    border-left: 1px solid rgba(175, 244, 43, .45);

    color: var(--scan-green);

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;
}

.ai-scan-arrow {
    color: var(--scan-green);

    font-size: 20px;
    line-height: 1;
}


/* =========================================================
   HERO SCANNER CARD
========================================================= */

.hero-scan-card {
    width: 100%;

    padding: 38px 42px 34px;

    background: #ffffff;

    border: 1px solid var(--scan-border);
    border-radius: 28px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);

    overflow: hidden;

    transition:
        width .45s ease,
        height .45s ease,
        margin .45s ease,
        padding .45s ease,
        box-shadow .45s ease;
}

.hero-scan-label {
    display: block;

    margin-bottom: 22px;

    color: var(--scan-black);

    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.hero-scan-copy {
    max-width: 620px;

    margin: 0 0 28px;

    color: var(--scan-black);

    font-size: 21px;
    line-height: 1.45;
}


/* =========================================================
   AIO SCANNER CROP

   De echte iframe blijft hoog.
   We laten in de hero alleen het URL-formulier zien.
========================================================= */

.hero-aioscan-crop {
    position: relative;

    width: 100%;
    height: 150px;

    overflow: hidden;

    margin-bottom: 25px;

    border-radius: 14px;
}

.hero-aioscan-frame {
    display: block;

    width: 100%;
    max-width: 100%;

    height: 760px;

    margin: 0;
    padding: 0;

    border: 0;

    background: #ffffff;
}


/* =========================================================
   SCAN USP'S
========================================================= */

.hero-scan-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    color: #555555;

    font-size: 13px;
    line-height: 1.2;
}

.hero-scan-trust span {
    display: flex;
    align-items: center;
    gap: 9px;

    white-space: nowrap;
}

.hero-scan-trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    border-radius: 50%;

    background: var(--scan-green);
    color: var(--scan-black);

    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}


/* =========================================================
   REPORT OPEN

   Zodra AIOScan na de scan een grotere hoogte stuurt:
   volledige kaart onder de hero over beide kolommen.
========================================================= */

.scan-hero-grid.report-open {
    align-items: start;
}

.hero-scan-card.is-expanded {
    grid-column: 1 / -1;

    width: 100%;

    margin-top: 55px;
    padding: 0;

    border-radius: 24px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .08);
}

.hero-scan-card.is-expanded .hero-scan-label,
.hero-scan-card.is-expanded .hero-scan-copy,
.hero-scan-card.is-expanded .hero-scan-trust {
    display: none;
}

.hero-scan-card.is-expanded .hero-aioscan-crop {
    width: 100%;
    height: auto;

    margin: 0;

    overflow: visible;

    border-radius: 24px;
}

.hero-scan-card.is-expanded .hero-aioscan-frame {
    width: 100%;

    border-radius: 24px;
}


/* =========================================================
   MARQUEE
========================================================= */

.scan-marquee {
    width: 100%;

    overflow: hidden;

    padding: 19px 0;

    background: var(--scan-black);

    color: #ffffff;
}

.scan-marquee-track {
    display: flex;
    align-items: center;
    gap: 55px;

    width: max-content;

    animation: scanMarquee 25s linear infinite;
}

.scan-marquee-item {
    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    white-space: nowrap;
}

.scan-marquee-item b {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: var(--scan-green);
}

@keyframes scanMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   SECTIONS
========================================================= */

.scan-section {
    padding: 60px 0;

    border-bottom: 1px solid #deded9;
}

.scan-intro-section {
    padding-top: 120px;
    padding-bottom: 100px;
}

.scan-section-head {
    margin-bottom: 70px;
}

.scan-section-index {
    display: block;

    margin-bottom: 30px;

    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #555555;
}

.scan-section-title {
    margin: 0;

    font-size: clamp(48px, 5vw, 88px);
    line-height: .95;
    letter-spacing: -4px;
    font-weight: 300;
}

.scan-section-title strong {
    font-weight: 800;
}

.scan-intro-wide {
    max-width: 1150px;

    margin: 30px 0 0;

    font-size: 20px;
    line-height: 1.65;

    color: #575a57;
}


/* =========================================================
   MEASURE CARDS
========================================================= */

.measure-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 15px;
}

.measure-card {
    min-height: 310px;

    padding: 32px;

    border: 1px solid #dadad5;
    border-radius: 20px;

    background: #ffffff;
}

.measure-no {
    display: block;

    margin-bottom: 90px;

    color: #888888;

    font-size: 12px;
    font-weight: 700;
}

.measure-card h3 {
    margin: 0 0 15px;

    font-size: 22px;
    font-weight: 700;
}

.measure-card p {
    margin: 0;

    color: #626562;

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   REPORT CTA
========================================================= */

.report-cta {
    padding: 120px 0;

    background: var(--scan-green);
}

.report-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;
    align-items: center;
}

.report-title {
    margin: 0 0 30px;

    font-size: clamp(56px, 6vw, 100px);
    line-height: .9;
    letter-spacing: -5px;
    font-weight: 300;
}

.report-title strong {
    font-weight: 800;
}

.report-copy {
    max-width: 650px;

    margin: 0;

    font-size: 20px;
    line-height: 1.6;
}


/* =========================================================
   LEAD FORM
========================================================= */

.lead-form {
    padding: 42px;

    border-radius: 24px;

    background: var(--scan-black);
}

.lead-form label {
    display: block;

    margin-bottom: 8px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 600;
}

.lead-form input {
    width: 100%;

    margin-bottom: 22px;
    padding: 15px 0;

    border: 0;
    border-bottom: 1px solid #555555;
    outline: 0;

    background: transparent;
    color: #ffffff;

    font-size: 17px;
}

.lead-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 24px;
    padding: 15px 26px;

    background: #121212;
    color: #ffffff !important;

    border: 0;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none;
    transition: all 0.3s ease;
}

.lead-submit:hover {
    background: #ffffff;
    color: #121212 !important;
    transform: translateY(-2px);
}

.lead-consent {
    margin: 18px 0 0;

    color: #aaaaaa;

    font-size: 11px;
    line-height: 1.5;
}

.lead-success {
    display: none;

    margin: 18px 0 0;

    color: var(--scan-green);

    font-size: 14px;
}


/* =========================================================
   FOOTER ADDITIONS
========================================================= */

.brandguru-footer-intro {
    margin: 0;

    color: #bdbdbd;

    font-size: 22px;
    line-height: 1.6;
}

.brandguru-contact-area {
    margin-top: -80px;
    padding: 0 40px 65px;

    background: var(--scan-black);
}

.brandguru-contact-item h4 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
}

.brandguru-contact-item p {
    margin: 0;

    color: #ffffff;

    font-size: 17px;
}

.brandguru-contact-item a {
    color: #ffffff;
    text-decoration: none;
}

.brandguru-contact-icon {
    margin-bottom: 25px;

    color: var(--scan-green);

    font-size: 42px;
}

.brandguru-map iframe {
    display: block;

    width: 100%;

    border: 0;
}

.brandguru-copyright-link {
    color: var(--scan-green);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .scan-container {
        width: calc(100% - 50px);
    }

    .scan-hero-grid {
        gap: 45px;

        grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
    }

    .scan-title {
        letter-spacing: -5px;
    }

    .hero-scan-card {
        padding: 32px 30px;
    }

    .hero-scan-copy {
        font-size: 18px;
    }

    .measure-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991px) {

    .scan-hero {
        min-height: auto;

        padding-top: 150px;
    }

    .scan-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .scan-title {
        font-size: clamp(68px, 13vw, 105px);
    }

    .hero-scan-card {
        max-width: 700px;
    }

    .hero-scan-card.is-expanded {
        grid-column: auto;

        max-width: none;
    }

    .ai-scan-question {
        display: none;
    }

    .measure-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .report-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .scan-container {
        width: calc(100% - 30px);
    }

    .scan-hero {
        padding: 130px 0 75px;
    }

    .scan-title {
        letter-spacing: -3px;
    }

    .scan-intro {
        margin-top: 30px;

        font-size: 18px;
    }

    .hero-scan-card {
        padding: 27px 22px;

        border-radius: 20px;
    }

    .hero-scan-copy {
        margin-bottom: 22px;

        font-size: 18px;
    }

    .hero-aioscan-crop {
        height: 150px;
    }

    .hero-scan-trust {
        flex-wrap: wrap;
        justify-content: flex-start;

        gap: 13px 22px;
    }

    .hero-scan-card.is-expanded {
        padding: 0;

        border-radius: 18px;
    }

    .scan-section {
        padding: 80px 0;
    }

    .measure-grid {
        grid-template-columns: 1fr;
    }

    .measure-card {
        min-height: auto;
    }

    .measure-no {
        margin-bottom: 50px;
    }

    .report-cta {
        padding: 80px 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .ai-scan-pill {
        gap: 8px;

        padding: 5px 11px 5px 5px;
    }

    .ai-scan-new {
        padding: 8px 10px;

        font-size: 10px;
    }

    .ai-scan-name {
        font-size: 10px;
    }

    .ai-scan-arrow {
        font-size: 17px;
    }

    .hero-scan-trust {
        font-size: 12px;
    }

}

/* =========================================================
   SCAN RESULT TOOLBAR
========================================================= */

.scan-result-toolbar {
    display: none;
    width: 100%;
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid var(--scan-border);
    text-align: right;
}

.hero-scan-card.is-expanded .scan-result-toolbar {
    display: block;
}

.scan-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 11px 18px;

    border: 0;
    border-radius: 999px;

    background: var(--scan-black);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.scan-reset-btn span {
    font-size: 17px;
    line-height: 1;
}

.scan-reset-btn:hover {
    background: var(--scan-green);
    color: var(--scan-black);
    transform: translateY(-1px);
}

/* =========================================================
   AIO SCORE UITLEG
========================================================= */

.aio-score-section {
    padding: 120px 0;
    background: #ffffff;
}


/* HEAD */

.aio-score-head {
    max-width: none;
    width: 100%;
    margin: 0 0 70px;
    text-align: left;
}

.aio-score-title {
    margin: 0;

    font-size: clamp(50px, 5vw, 86px);
    line-height: .95;
    letter-spacing: -4px;
    font-weight: 300;

    color: var(--scan-black);
}

.aio-score-title strong {
    font-weight: 800;
}

.aio-score-intro {
    max-width: 900px;
    margin: 28px 0 0;

    color: #626562;

    font-size: 19px;
    line-height: 1.65;
}


/* GRID */

.aio-score-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 16px;
}


/* CARD */

.aio-score-card {
    --score-color: #999999;
    --score-soft: #f5f5f5;

    min-width: 0;

    padding: 30px 24px 24px;

    border: 1px solid #e5e5e0;
    border-radius: 24px;

    background:
        linear-gradient(
            180deg,
            var(--score-soft) 0%,
            #ffffff 46%
        );

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.aio-score-card--bad {
    --score-color: #db3a31;
    --score-soft: #fff3f1;
}

.aio-score-card--weak {
    --score-color: #f07818;
    --score-soft: #fff6ed;
}

.aio-score-card--average {
    --score-color: #e4ad12;
    --score-soft: #fff9e8;
}

.aio-score-card--good {
    --score-color: #39ad62;
    --score-soft: #f0faf3;
}

.aio-score-card--excellent {
    --score-color: #1f8251;
    --score-soft: #edf8f2;
}


/* SCORE RING */

.aio-score-ring {
    position: relative;

    width: 165px;
    height: 165px;

    margin-bottom: 22px;

    border-radius: 50%;

    background:
        conic-gradient(
            var(--score-color)
            calc(var(--score) * 1%),
            #e9e7e1 0
        );

    display: flex;
    align-items: center;
    justify-content: center;
}

.aio-score-ring::before {
    content: "";

    position: absolute;

    width: 135px;
    height: 135px;

    border-radius: 50%;

    background: #ffffff;
}

.aio-score-ring-inner {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.aio-score-ring-inner strong {
    color: var(--scan-black);

    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.aio-score-ring-inner span {
    margin-top: 7px;

    color: #666666;

    font-size: 13px;
}


/* GRADE */

.aio-grade {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 7px 15px;

    border-radius: 999px;

    background: color-mix(
        in srgb,
        var(--score-color) 15%,
        white
    );

    color: var(--score-color);

    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}


/* TEXT */

.aio-score-card h3 {
    margin: 0 0 15px;

    color: var(--scan-black);

    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
}

.aio-score-card > p {
    margin: 0;

    color: #606360;

    font-size: 14px;
    line-height: 1.65;
}


/* TIP */

.aio-score-tip {
    width: 100%;

    margin-top: auto;
    padding: 20px;

    border-radius: 16px;

    background: rgba(255, 255, 255, .68);

    text-align: left;
}

.aio-score-tip strong {
    position: relative;

    display: block;

    margin-bottom: 8px;
    padding-left: 17px;

    color: var(--scan-black);

    font-size: 13px;
    font-weight: 700;
}

.aio-score-tip strong::before {
    content: "";

    position: absolute;

    left: 0;
    top: 5px;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--score-color);
}

.aio-score-tip span {
    display: block;

    color: #606360;

    font-size: 13px;
    line-height: 1.55;
}


/* NOTE */

.aio-score-note {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-top: 25px;
    padding: 24px 28px;

    border: 1px solid #e1e1dc;
    border-radius: 20px;

    background: #f7f7f4;
}

.aio-score-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    border-radius: 50%;

    background: var(--scan-black);
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}

.aio-score-note-copy {
    display: flex;
    align-items: center;
    gap: 30px;
}

.aio-score-note-copy strong {
    flex: 0 0 auto;

    color: var(--scan-black);

    font-size: 16px;
    font-weight: 700;
}

.aio-score-note-copy p {
    margin: 0;

    color: #626562;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   AIO SCORE RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .aio-score-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 991px) {

    .aio-score-section {
        padding: 100px 0;
    }

    .aio-score-head {
        margin-bottom: 55px;
    }

    .aio-score-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aio-score-note-copy {
        display: block;
    }

    .aio-score-note-copy strong {
        display: block;
        margin-bottom: 7px;
    }

}


@media (max-width: 767px) {

    .aio-score-section {
        padding: 80px 0;
    }

    .aio-score-head {
        text-align: left;
    }

    .aio-score-title {
        letter-spacing: -3px;
    }

    .aio-score-intro {
        font-size: 17px;
    }

    .aio-score-grid {
        grid-template-columns: 1fr;
    }

    .aio-score-card {
        padding: 30px 24px 24px;
    }

    .aio-score-note {
        align-items: flex-start;
        gap: 16px;

        padding: 22px;
    }

}

/* =========================================================
   GEO HERO - DARK / INVERT
========================================================= */

.scan-hero {
    background: #121212;
}


/* KICKER */

.scan-hero .scan-kicker {
    color: #ffffff;
}

.scan-hero .scan-kicker::before {
    background: var(--scan-green);
}


/* HERO TITLE */

.scan-hero .scan-title {
    color: #ffffff;
}

.scan-hero .scan-title strong {
    color: #ffffff;
}


/* GROENE ACCENT ACHTER WOORD */

.scan-hero .scan-title .accent::after {
    background: var(--scan-green);
}


/* INTRO TEKST */

.scan-hero .scan-intro {
    color: rgba(255, 255, 255, .68);
}


/* SCANNER CARD BLIJFT WIT */

.scan-hero .hero-scan-card {
    background: #ffffff;
    color: #121212;
}


/* TEKST IN SCANNER CARD BLIJFT DONKER */

.scan-hero .hero-scan-label,
.scan-hero .hero-scan-copy {
    color: #121212;
}

.scan-hero .ai-scan-pill {
    background: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, .18);
}

/* =========================================================
   GEO HEADER - DARK HERO
========================================================= */

/* Header transparant boven de zwarte hero */
.brandguru-scanner-page ~ * {
    /* niets - alleen ter afbakening */
}


/* ---------------------------------------------------------
   LOGO
--------------------------------------------------------- */

#header-sticky .brandguru-header-logo {
    position: relative;
    display: inline-block;
}

/* Standaard boven zwarte hero:
   wit logo zichtbaar */
#header-sticky .brandguru-header-logo .logo-light {
    display: block;
}

/* Zwart logo standaard verbergen */
#header-sticky .brandguru-header-logo .logo-dark {
    display: none;
}


/* ---------------------------------------------------------
   NAVIGATIE BOVEN ZWARTE HERO
--------------------------------------------------------- */

#header-sticky:not(.header-sticky)
.tp-header-menu > nav > ul > li > a {
    color: #ffffff !important;
}

/* dropdown indicator / eventuele iconen */
#header-sticky:not(.header-sticky)
.tp-header-menu > nav > ul > li > a i {
    color: #ffffff !important;
}


/* ---------------------------------------------------------
   DIRECT CONTACT BOVEN ZWARTE HERO
--------------------------------------------------------- */

#header-sticky:not(.header-sticky) .tp-btn-pill-box {
    color: #ffffff !important;
}

#header-sticky:not(.header-sticky) .tp-btn-pill-text,
#header-sticky:not(.header-sticky) .tp-btn-pill-icon {
    color: #ffffff !important;
}


/* ---------------------------------------------------------
   MOBILE MENU BOVEN ZWARTE HERO
--------------------------------------------------------- */

#header-sticky:not(.header-sticky)
.tp-header-black-bar span i {
    background: #ffffff !important;
}

#header-sticky
.brandguru-header-logo
.logo-light
.logo-dark
.tp-header-menu
.tp-btn-pill-box
.tp-btn-pill-text
.tp-btn-pill-icon
.tp-header-black-bar