
.feature-card {
    background-color: #fff !important ;
    padding: 40px;
    border-radius: 4px;
    height: 100%;
    box-shadow: 1px 3px 17px 10px #eaeaeaab;
border-radius: 10px !important;
}

.feature-card h4 {
    margin-bottom: 20px;
}

.feature-card p {
    margin-bottom: 0;
}


/* Highlight card Blade*/
.feature-highlight {
    padding-bottom: 40px;
}

.text-orange {
    color: #ff7300;
}
.feature-card {
    transition: 0.3s ease;
}

.feature-card:hover {
    border: 2px solid #ff7300;
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: scale(1.05);
}

