/* Why Choose Us - Final Refinements */
.choose-us-section-3 {
    margin-top: 50px !important;
    padding-top: 50px !important; 
    padding-bottom: 80px !important;
}

.choose-us-wrapper-3 {
    max-width: 1240px; 
    margin: 0 auto;
    padding: 0 15px;
}

/* Reduced gap for column balance */
.choose-us-wrapper-3 .row.g-4 {
    --bs-gutter-x: 3.5rem; 
}

/* Image styling for the new single image layout */
.choose-us-image-wrap img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    display: block;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

/* Content Styling */
.choose-us-content .section-title h2 {
    font-size: 34px; 
    margin-bottom: 10px;
    line-height: 1.2;
}

.choose-us-content .text {
    font-size: 16px;
    margin-bottom: 15px; 
    padding-bottom: 5px !important; 
}

/* Bullet List Fixes */
.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; 
    width: 100%;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

/* Icon Fix - Forced Visibility and Styling */
.why-choose-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: var(--theme) !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important; 
    margin-top: 0;
}

.why-choose-icon i {
    color: #fff !important;
    display: inline-block !important;
    line-height: 1;
}

.why-choose-text {
    flex: 1;
}

.why-choose-text h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.why-choose-text p {
    font-size: 14.5px;
    line-height: 1.4;
    color: var(--text);
    max-width: 100%; 
}

@media (max-width: 991px) {
    .choose-us-wrapper-3 .row.g-4 {
        --bs-gutter-x: 1.5rem;
    }
}
