.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-c53c883 *//* =========================================
   WHY CHOOSE US SECTION
========================================= */

.why-choose-section,
.why-choose-section * {
    box-sizing: border-box;
}

.why-choose-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 28px 0 0;
    background:#fff;
    border-top: 1px solid #efefef;
    font-family: Arial, Helvetica, sans-serif;
}

.why-choose-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    min-height: 440px;
    margin: 0 auto;
    padding-left: 55px;
}

.why-choose-content {
    position: relative;
    z-index: 2;
    padding: 5px 15px 22px 0;
}

.why-title {
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    padding-bottom: 6px;
    color: #a7162d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.why-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 3px;
    border-radius: 20px;
    background: #a7162d;
}

.why-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 45px;
    row-gap: 18px;
}

.why-feature {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
}

.why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    color: #c41f40;
    background: #fdecef;
    font-size: 21px;
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background 0.3s ease;
}

.why-feature:hover .why-icon {
    color: #ffffff;
    background: #b71935;
    transform: translateY(-4px);
}

.why-feature h3 {
    margin: 0 0 4px;
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.why-feature p {
    margin: 0;
    color: #494949;
    font-size: 12px;
    line-height: 1.4;
}

.why-bottom-text {
    max-width: 780px;
    margin-top: 20px;
    color: #b01935;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.why-image-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 440px;
    overflow: hidden;
}

.why-image-area::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -110px;
    width: 410px;
    height: 540px;
    border-left: 6px solid #be1837;
    border-bottom: 6px solid #ff6b21;
    border-radius: 48% 0 0 55%;
    transform: rotate(5deg);
    background: rgba(255, 255, 255, 0.76);
    z-index: 1;
}

.why-image-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 440px;
}

.why-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
    display: block;
    mix-blend-mode: multiply;
}

@media (max-width: 1100px) {
    .why-choose-container {
        grid-template-columns: minmax(0, 1fr) 285px;
        padding-left: 30px;
    }

    .why-features {
        column-gap: 25px;
    }
}

@media (max-width: 900px) {
    .why-choose-container {
        grid-template-columns: 1fr;
        padding: 0 25px;
    }

    .why-choose-content {
        padding-right: 0;
    }

    .why-image-area {
        min-height: 340px;
        margin-top: 20px;
    }

    .why-image-frame,
    .why-image-frame img {
        min-height: 340px;
    }

    .why-image-area::before {
        top: -30px;
        right: -90px;
        width: 470px;
        height: 430px;
    }
}

@media (max-width: 650px) {
    .why-choose-section {
        padding-top: 22px;
    }

    .why-choose-container {
        padding: 0 18px;
    }

    .why-title {
        margin-bottom: 22px;
        font-size: 25px;
    }

    .why-features {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .why-feature {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
    }

    .why-icon {
        width: 43px;
        height: 43px;
        font-size: 19px;
    }

    .why-feature h3 {
        font-size: 15px;
    }

    .why-feature p {
        font-size: 13px;
    }

    .why-bottom-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .why-image-area {
        min-height: 280px;
        margin-left: -18px;
        margin-right: -18px;
    }

    .why-image-frame,
    .why-image-frame img {
        min-height: 280px;
    }
}/* End custom CSS */