.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Remove all icon styling and borders */
.infography-icon .material-icons {
    font-size: 48px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Remove hover effects */
.infography-style-1:hover .infography-icon .material-icons {
    font-size: 48px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.infography-style-2:hover .infography-icon .material-icons {
    font-size: 48px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.infography-style-5:hover .infography-icon .material-icons {
    font-size: 48px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.infography-style-6:hover .infography-icon .material-icons {
    font-size: 48px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Restore rounded borders for first three columns only */
.core-specialization .infography-style-5 {
    border: 1px solid #e9e9e9 !important;
    border-radius: 10px !important;
    padding: 30px 20px !important;
}

/* Add rounded borders to expertise section */
.our-expertise .infography-style-5 {
    border: 1px solid #e9e9e9 !important;
    border-radius: 10px !important;
    padding: 30px 20px !important;
}

/* Hide icons in expertise section */
.our-expertise .infography-icon {
    display: none !important;
}

/* Center icons */
.infography-icon {
    text-align: center;
    margin-bottom: 10px;
}

/* Style SVG icons in core specialization */
.core-specialization .infography-icon img {
    filter: brightness(0) invert(1); /* Make SVGs white */
    width: 148px !important;
    height: 148px !important;
}

/* Add spacing between rows in expertise section */
.our-expertise .row .col-md-4:nth-child(4),
.our-expertise .row .col-md-4:nth-child(5),
.our-expertise .row .col-md-4:nth-child(6) {
    margin-top: 30px;
}

/* Responsive layout improvements */
@media (max-width: 768px) {
    /* Prevent horizontal overflow */
    body, html {
        overflow-x: hidden !important;
    }
    .container, .container-fluid {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .our-expertise .col-md-4 {
        margin-bottom: 30px;
    }
    .our-expertise .row .col-md-4:nth-child(4),
    .our-expertise .row .col-md-4:nth-child(5),
    .our-expertise .row .col-md-4:nth-child(6) {
        margin-top: 0;
    }
    
    /* Fix team images on mobile - shrink but keep aligned */
    .team-images-container {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 2px !important;
    }
    .team-image-item {
        margin-right: 0 !important;
        flex-shrink: 1 !important;
    }
    .team-image-item img {
        width: 60px !important;
        height: 80px !important;
        object-fit: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-expertise .col-md-4:nth-child(2n+1) {
        clear: left;
    }
    .our-expertise .row .col-md-4:nth-child(3),
    .our-expertise .row .col-md-4:nth-child(5) {
        margin-top: 30px;
    }
}

/* Disable hover animations for UnoLock features section */
#features .infography-style-3:hover .infography-icon i,
#features .infography-style-6:hover .infography-icon i,
#features .infography-style-3 .infography-icon i,
#features .infography-style-6 .infography-icon i {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Disable ALL hover animations for UnoLock section - FORCE OVERRIDE */
#unolock .infography-style-3:hover .infography-icon .material-icons,
#unolock .infography-style-6:hover .infography-icon .material-icons,
#unolock .infography-style-3:hover .infography-icon i,
#unolock .infography-style-6:hover .infography-icon i {
    font-size: 35px !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Force consistent size in UnoLock section */
#unolock .infography-style-3 .infography-icon .material-icons,
#unolock .infography-style-6 .infography-icon .material-icons,
#unolock .infography-style-3 .infography-icon i,
#unolock .infography-style-6 .infography-icon i {
    font-size: 35px !important;
    width: auto !important;
    height: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Nuclear option - override infography-style-3 and infography-style-6 hover completely */
.infography-style-3:hover .infography-icon .material-icons,
.infography-style-6:hover .infography-icon .material-icons {
    font-size: 48px !important;
}