/* Why Choose Section */
.why-choose-section {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.icon-box {
    text-align: center;
    padding: 25px;
    transition: all 0.3s ease;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.icon-box img {
    max-height: 190px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}



.why-choose-section h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}
