/* 28-07-2026 */


li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    display: block;
    top: 27px;
}

li.menu-item-has-children {
    position: relative;
}


.nav-links a {
    padding: 6px 10px !important;
    font-size: 11px !important;
}

.btn-sm {
    padding: 10px 13px !important;
    font-size: 12px;
}

ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #171616;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: -1px 1px 0px 4px #39b8ee21;
}

.ind-visual.indstrs_imgs .ind-icon-large {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: .9;
    object-fit: cover;
}

.ind-visual.indstrs_imgs {
    height: 150px !important;
}

.ind-visual.indstrs_imgs .ind-icon-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hamburger{
    display: none !important;
}
.prob-card p {
    color: #fff !important;
}
.hero-sub {
    color: #fff !important;
}
.prob-card p {
    color: #fff !important;
}
.plat-card p { 
    color: #fff !important;
}
/* 28-07-2026 */