﻿.business-focus {
    background: #fff;
    font-family: inherit;
    padding: 80px 0;
}

    .business-focus .section-title {
        font-family: bsans;
        font-size: 30px;
        line-height: 1.8;
        color: #202020;
        letter-spacing: -1px;
        margin: 0 auto 70px;
    }

.feature-card {
    background: #f1f1f1;
    border-radius: 6px;
    padding: 30px 20px 30px;
    min-height: 380px;
    margin-bottom:10px;
}

.feature-icon {
    height: 56px;
    object-fit: contain;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-family: bsans;
    font-size: 20px;
    line-height: 1.8;
    color: #1f1f1f;
    margin-bottom: 20px;
    height:60px;
}

.feature-card p {
    font-family: sans;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    height:160px;
}

@media (max-width: 991px) {
    .business-focus .section-title {
        font-size: 36px;
    }

    .feature-card {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    .business-focus .section-title {
        font-size: 30px;
    }

    .feature-card {
        min-height: auto;
    }
}

.edr-features-section {
    padding: 80px 0;
}
.edr-content h2 {
    font-family:bsans;
    font-size: 30px;
    line-height: 1.8;
    color: #1f1f1f;
    margin-bottom: 40px;
}

.edr-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 45px;
}

.edr-btn {
    display: inline-block;
    background: #181818;
    color: #fff !important;
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

    .edr-btn:hover {
        background: #333;
        color: #fff;
    }
.security-features {
    max-width: 900px;
    margin: auto;
    direction: rtl;
}

.feature-item {
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom:20px;
}

    .feature-item.active {
        background: #f1f1f1;
    }

.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    cursor: pointer;
}

.feature-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

    .feature-right img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .feature-right span {
        font-size: 20px;
        color: #222;
    }

.feature-icon {
    font-size: 38px;
    font-weight: 300;
    color: #222;
    min-width: 40px;
    text-align: center;
}

.feature-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    transition: all .45s ease;
}

.feature-item.active .feature-content {
    display: block;
}
.edr-compare-section {
    padding: 40px 0;
}
    .edr-compare-section h2 {
        font-family: bsans;
        font-size: 30px;
        line-height: 1.8;
        color: #202020;
        letter-spacing: -1px;
        margin: 0 auto 24px;
        text-align: center;
    }
    .edr-compare-section h3 {
        font-family: bsans;
        font-size: 20px;
        line-height: 1.8;
        color: #444;
        letter-spacing: -1px;
        margin: 0 auto 70px;
        text-align: center;
    }
    .color-white {
        color: white;
    }

@media only screen and (min-width: 768px) {
    .Feature_feature {
        display: flex;
        align-items: center;
    }
}

.Feature_feature {
    color: #1d1d1b;
    margin-top: 50px;
}

@media only screen and (min-width: 1232px) {
    .Feature_feature.Feature_isOdd .Feature_image {
        margin: 0 0 0 105px;
    }
}

@media only screen and (min-width: 1232px) {
    .Feature_feature.Feature_isEven .Feature_image {
        margin: 0 105px 0 0;
    }
}

.Feature_image {
    flex: 0 0 41.88%;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .Feature_feature {
        display: flex;
        align-items: center;
    }
}

.Feature_feature {
    color: #1d1d1b;
    margin-top: 50px;
}

@media only screen and (min-width: 1232px) {
    .Feature_feature.Feature_isOdd .Feature_image {
        margin: 0 0 0 105px;
    }
}

@media only screen and (min-width: 1232px) {
    .Feature_feature.Feature_isEven .Feature_image {
        margin: 0 105px 0 0;
    }
}

.Feature_image {
    flex: 0 0 41.88%;
    max-width: 100%;
}

.edr-free-section {
    background: rgb(29, 29, 27);
    padding: 40px 0;
}

.edr-free-section h4 {
    font-family: bsans;
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: -1px;
    margin: 0 auto 40px;
}

.edr-free-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 45px;
}

    .edr-free-section p::before {
        margin: 0 0 8px 0;
        background-color: #aeaeae;
    }

    .edr-free-section p::before {
        content: "";
        height: 1px;
        width: 64px;
        display: block;
    }

@media only screen and (min-width: 1232px) {
    .Feature_text {
        margin: 32px 0 0 0;
        line-height: 28px;
    }
}

.Feature_list {
    margin: 8px 0 0 0;
    padding: 0;
}

.CheckedListItemLight_item {
    display: flex;
}

.CheckedListItemLight_icon {
    margin: 4px 0 0 8px;
}

.CheckedListItemLight_icon {
    fill: #00a88e;
    flex: 0 0 16px;
    max-width: 16px;
    height: 12px;
}

.Feature_listItem {
    font-size: 14px;
    line-height: 28px;
    color: #444;
    font-weight: 300;
}

.f_button_container {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
}

.f_btn {
    border-radius: 4px;
    min-height: 50px;
    display: inline-flex;
    text-decoration: none !important;
    padding: 0 16px;
    text-align: center;
    transition: all .3s;
    font-family: Bsans;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1 1 auto;
}

.p_btn {
    border-radius: 4px;
    min-height: 48px;
    display: inline-flex;
    text-decoration: none !important;
    padding: 0 16px;
    text-align: center;
    transition: all .3s;
    font-family: Bsans;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1 1 auto;
}

.btn_green {
    background: #00a88e;
    color: #fff !important;
}

.p_btn.btn_green {
    background: #23d1ae;
    color: #000;
}

    .p_btn.btn_green:hover {
        background: #00a88e;
        color: #000;
    }

.btn_green:hover {
    background: #265951;
    color: #fff;
}

.btn_trans {
    background: none;
    color: #23d1ae !important;
    border-color: #265951;
    border: solid 2px #23d1ae;
}

    .btn_trans:hover {
        border-color: #00a88e;
        color: #00a88e !important;
    }
.ksp-related-section {
    background: #fff;
    padding: 70px 0 80px;
    direction: rtl;
}

.ksp-related-title {
    font-family: bsans;
    font-size: 30px;
    line-height: 1.8;
    color: #202020;
    letter-spacing: -1px;
    margin: 0 auto 70px;
    text-align: center;
}

.ksp-related-row {
    margin-left: -16px;
    margin-right: -16px;
}

    .ksp-related-row > div {
        padding-left: 16px;
        padding-right: 16px;
    }

.ksp-related-card {
    background: #fff;
    min-height: 340px;
    padding: 38px 24px 34px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    border-radius: 3px;
}

.ksp-related-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 28px;
}

.ksp-related-line {
    display: block;
    width: 56px;
    height: 2px;
    background: #1f1f1f;
    margin-bottom: 10px;
}

.ksp-related-card h3 {
    font-family: bsans;
    font-size: 20px;
    line-height: 1.4;
    color: #1f1f1f;
    margin: 0 0 26px;
    height: 45px;
}

.ksp-related-card p {
    font-size: 16px;
    line-height: 1.4;
    color: #6b6b6b;
    margin: 0 0 44px;
}

.ksp-related-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #008f84;
    font-size: 16px;
    text-decoration: none;
}

    .ksp-related-link span {
        font-size: 26px;
        line-height: 1;
    }

    .ksp-related-link:hover {
        color: #006f66;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .ksp-related-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .ksp-related-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .ksp-related-card {
        min-height: auto;
    }
}