﻿
.why-choose-section {
    padding: 80px 0;
}

.feature-box {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    text-align: left !important;
    height: 100% !important;
    border: 3px solid #e9ecef !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    border-left: 5px solid #0b509b !important;
}

    .feature-box:hover {
        transform: translateY(-10px) !important;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    }

.feature-icon {
    font-size: 4rem;
    margin-bottom: 25px;
    display: block;
}




.feature-title {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    color: #052c65 !important;
}

.feature-description {
    line-height: 1.6 !important;
    font-size: 1rem !important;
}

.section-title-Product-Range {
    text-align: center !important;
    margin-bottom: 60px !important;
    font-size: 2.5rem !important;
    font-weight: bold !important;
    color: white;
}

    .section-title-Product-Range::after {
        content: "";
        display: block;
        margin: 8px auto 0;
        width: 10%;
        height: 5px;
        background: #ff6b35;
        border-radius: 10px;
    }

.section {
    padding: 4rem 0 ;
    background: white;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}




    
}
