.hero-info-box-a3583e63 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: inherit;
    transition: transform 0.3s ease;
}

.hero-info-box-a3583e63:hover {
    transform: translateY(-2px);
}

.hero-info-box-a3583e63 .hib-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
}

.hero-info-box-a3583e63 .hib-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.hero-info-box-a3583e63 .hib-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.hero-info-box-a3583e63 .hib-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.hero-info-box-a3583e63 .hib-features li:last-child {
    margin-bottom: 0;
}

.hero-info-box-a3583e63 .hib-icon {
    color: #e53935; /* Fallback accent, customizable via Elementor */
    margin-right: 12px;
    margin-top: 2px;
    font-size: 16px;
    display: inline-flex;
}

.hero-info-box-a3583e63 .hib-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.hero-info-box-a3583e63 .hib-footer {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-style: italic;
}
