/* Dreys Technologies custom overrides */

/* Logo sizing in navbar */
.navbar-brand img.logo {
    max-height: 70px;
    width: auto;
    max-width: 260px;
    /* Remove white background on dark navbar using multiply blend mode */
    mix-blend-mode: multiply;
}

/* Mobile sidebar logo */
.navbar-collapse > img[alt="Logo"] {
    max-height: 70px;
    width: auto;
    max-width: 260px;
}

/* Footer logo — no blend mode needed on dark background */
footer .f-item.about .logo img {
    max-height: 60px;
    width: auto;
    max-width: 200px;
    mix-blend-mode: screen;
}

/* CTA section checklist icon spacing */
.brand-style-two-area li .fa-check-circle {
    margin-right: 10px;
}
