/* WHY CHOOSE US - High Fidelity Figma Implementation */

#why-choose-us-section {
    width: 97.01%; /* 1397/1440 */
    margin: 80px auto;
    min-height: 520px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 77px 0;
}

.why-inner {
    width: 80.55%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.why-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -1%;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    width: 100%;
    max-width: 334px;
}

.why-heading-line {
    width: 80px;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 60px;
}

.why-boxes-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.why-box {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
    padding: 16px 20px;
    min-height: 100px;
}

.why-box span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .why-box { height: auto; padding: 25px; }
}

@media (max-width: 767px) {
    .why-inner { width: 100%; padding: 0 16px; }
    .why-box { flex: 1 1 100% !important; max-width: 100% !important; }
    .why-row { gap: 12px; }
}
