/*
Theme Name: Wilmer Child
Theme URI: https://wilmer.qodeinteractive.com/
Description: A child theme of Wilmer Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 3.5
Text Domain: wilmer
Template: wilmer
*/

.header-logo img {
    width: 200px;     /* albo max-width: 200px */
    height: auto;     /* zachowuje proporcje */
}

/* ── Testimonials slider: białe tło, niebieski tekst ── */

/* Usuń ciemne tło, ramkę i cień z pierwszej aktywnej karty */
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-content-inner,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-content {
    background-color: #ffffff !important;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active {
    border-left: none !important;
    box-shadow: none !important;
}

/* Usuń wszystkie ramki ze wszystkich kart */
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content {
    border: none !important;
}

/* Niebieski tekst na pierwszej aktywnej karcie */
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-text,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-position,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonials-author-job,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonials-author-name,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-author {
    color: #00235a !important;
}

/* Granatowy cudzysłów na wszystkich kartach — usuń czerwony */
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-quote-sign-holder path,
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item:hover .mkdf-quote-sign-holder path {
    fill: #00235a !important;
}

/* ── Mapa SVG – dynamiczne pojawianie się kropek ── */

/* Wszystkie kropki – animacja przez JS (functions.php) */
#Warstwa_1 #b path,
#Warstwa_1 #b ellipse {
    opacity: 0;
    transform-origin: center center;
    transform-box: fill-box;
    filter: none !important;
    will-change: transform, opacity;
}

/* Nadpisz drop-shadow z Custom CSS */
#b path.st0,
#b ellipse.st0 {
    filter: none !important;
    will-change: transform, opacity !important;
}


/* Split section PRACE BUDOWLANE + PRACE STOCZNIOWE - razem = 100vh (desktop) */
@media (min-width: 1025px) {
    .oba-splity .mkdf-ss-holder {
        height: 50vh !important;
        overflow: hidden;
    }
    .oba-splity .mkdf-ss-holder .mkdf-ss-image {
        height: 50vh !important;
    }
    .oba-splity .mkdf-ss-holder .mkdf-ss-content {
        height: 50vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .oba-splity .vc_column-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
