/**
 * Theme Name: Mikael Child
 * Description: This is a child theme of Mikael, generated by Merlin WP.
 * Author: <a href="https://themeforest.net/user/vlthemes">VLThemes</a>
 * Template: mikael
 * Version: 1.0
 */

/* Custom: Add + suffix to sector experiences counter */
.elementor-element-2727aa0 .counter::after {
    content: "+";
}

/* Fix AI Projects slide background - extend it above other sections */
[data-anchor="AI Projects"] .vlt-section__content {
    padding-top: 0 !important;
}
[data-anchor="AI Projects"] .elementor-499 {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    background-color: #0d0d0d;
}

/* Force AI Projects section to render above other sections when active */
html body [data-anchor="AI Projects"].active {
    z-index: 100 !important;
}

/* Hide the bottom right slider numbers block (shows 01, 02, 03 etc.) */
.vlt-fixed-action-block--slider-numbers {
    display: none !important;
}

/* Make bottom copyright text light gray */
.vlt-footer-copyright,
.vlt-footer-copyright p,
.vlt-offcanvas-menu__copyright,
.vlt-offcanvas-menu__copyright p {
    color: #999999 !important;
}