/* Minimal styling for the trust badges section */
.elementor-element-1988df9f .elementor-widget-icon-box {
    margin-bottom: 20px;
    background: transparent !important; /* Force transparent background */
    border: none !important; /* Remove any borders */
    box-shadow: none !important; /* Remove any shadows */
    font-family: 'Poppins', sans-serif !important; /* Apply Poppins font */
}

.elementor-element-1988df9f .elementor-icon-box-icon .elementor-icon {
    color: #000000; /* Black icon */
    fill: #000000; /* Black for SVGs */
    background: transparent !important; /* Force transparent background for the icon itself */
    transition: transform 0.3s ease;
}

.elementor-element-1988df9f .elementor-widget-icon-box:hover .elementor-icon-box-icon .elementor-icon {
    transform: scale(1.1) rotate(5deg);
}

.elementor-element-1988df9f .elementor-icon-box-title {
    color: #000000; /* Black title */
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}

.elementor-element-1988df9f .elementor-icon-box-description {
    color: #000000; /* Black description */
    font-family: 'Poppins', sans-serif !important;
}
