/* Why Choose Trinswa Section Styling */
.why-choose-section {
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-choose-img {
    border-radius: 12px;
    width: 100%;
    max-width: 552px;
    height: 368px;
    aspect-ratio: 552 / 368;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.why-choose-title {
    color: #78A865;
    font-family: 'Open Sans', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.15;
    padding-right: 5px;
}

.feature-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.feature-title {
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.feature-desc {
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 520px;
}

/* Responsive Padding & Font Sizes */
@media (max-width: 991.98px) {
    .why-choose-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .why-choose-img {
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .why-choose-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why-choose-title {
        font-size: 28px;
    }

    .feature-title {
        font-size: 20px;
    }
}
