/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.why-choose-us-section .illustration-container {
    text-align: center;
}

.why-choose-us-section .illustration-container img {
    max-width: 100%;
    height: auto;
}

.why-choose-us-section .content-container h6 {
    color: #ee7212;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose-us-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.why-choose-us-section .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.why-choose-us-section .feature-list {
    margin-top: 2rem;
}

.why-choose-us-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.why-choose-us-section .feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.why-choose-us-section .feature-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.why-choose-us-section .feature-content p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .why-choose-us-section .section-title {
        font-size: 2rem;
    }
    
    .why-choose-us-section .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .why-choose-us-section .feature-icon {
        margin: 0 auto 1rem;
    }
}
