﻿
.whychooseus-section {
    background-color: #FFFFFF; 
} 

.section-subtitle {
    color: #b08d57;
    font-size: .85rem;
    letter-spacing: 2px;
    font-weight: 600;
}
 
.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    transition: .3s;
    border: 1px solid #D4AF37;
    height: 100%;
}
    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #c8a45d;
    background: white;
    color: #c8a45d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.8;
}

.company-highlights {
    margin: 0;
    padding: 0;
}

    .company-highlights li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
        font-size: 1rem;
        font-weight: 500;
        color: #343a40;
    }

    .company-highlights i {
        color: #b08d57;
        font-size: 1.1rem;
        flex-shrink: 0;
    }
