.elementor-10358 .elementor-element.elementor-element-723f485{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}/* Start custom CSS for html, class: .elementor-element-ba3808f */.ethics-policy {
    --ep-bg: #f7f8fa;
    --ep-card: #ffffff;
    --ep-text: #17191c;
    --ep-muted: #667085;
    --ep-border: #e6e8ec;
    --ep-dark: #111827;

    direction: rtl;

    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 20px 90px;

    color: var(--ep-text);

    background: var(--ep-bg);

    font-family: inherit;

    line-height: 2;
}


/* =========================
   HERO
========================= */

.ethics-policy__hero {
    position: relative;

    overflow: hidden;

    margin-bottom: 35px;

    padding: 55px 45px;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255,255,255,.12),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #111827,
            #202938
        );

    color: #ffffff;
}

.ethics-policy__hero::after {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    left: -90px;
    bottom: -110px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50%;
}

.ethics-policy__eyebrow {
    display: inline-block;

    margin-bottom: 15px;

    padding: 5px 14px;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 50px;

    color: #d1d5db;

    font-size: 13px;

    font-weight: 700;
}

.ethics-policy__hero h1 {
    max-width: 850px;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(28px, 4vw, 44px);

    font-weight: 800;

    line-height: 1.65;
}

.ethics-policy__hero p {
    max-width: 800px;

    margin: 0;

    color: #d1d5db;

    font-size: 17px;
}


/* =========================
   CONTENT
========================= */

.ethics-policy__content {
    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* =========================
   CARDS
========================= */

.ethics-card {
    display: grid;

    grid-template-columns: 65px 1fr;

    gap: 25px;

    padding: 30px;

    border: 1px solid var(--ep-border);

    border-radius: 20px;

    background: var(--ep-card);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.ethics-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(17,24,39,.07);
}


/* =========================
   NUMBER
========================= */

.ethics-card__number {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    border-radius: 15px;

    background: #f0f1f3;

    color: #111827;

    font-size: 14px;

    font-weight: 800;
}


/* =========================
   TYPOGRAPHY
========================= */

.ethics-card h2 {
    margin: 0 0 12px;

    color: var(--ep-text);

    font-size: 22px;

    font-weight: 800;

    line-height: 1.7;
}

.ethics-card p {
    margin: 0 0 12px;

    color: var(--ep-muted);

    font-size: 16px;
}

.ethics-card p:last-child {
    margin-bottom: 0;
}


/* =========================
   LIST
========================= */

.ethics-card ul {
    margin: 15px 0 0;

    padding: 0;

    list-style: none;
}

.ethics-card li {
    position: relative;

    margin-bottom: 9px;

    padding-right: 24px;

    color: var(--ep-muted);
}

.ethics-card li::before {
    content: "✓";

    position: absolute;

    right: 0;

    top: 2px;

    color: var(--ep-dark);

    font-weight: 800;
}


/* =========================
   VALUES
========================= */

.ethics-values {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;

    margin-top: 22px;
}

.ethics-value {
    padding: 20px;

    border: 1px solid var(--ep-border);

    border-radius: 15px;

    background: #fafafa;
}

.ethics-value strong {
    display: block;

    margin-bottom: 5px;

    color: var(--ep-text);

    font-size: 15px;
}

.ethics-value span {
    display: block;

    color: var(--ep-muted);

    font-size: 13px;
}


/* =========================
   LINK
========================= */

.ethics-card__link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 15px;

    color: var(--ep-dark);

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;
}

.ethics-card__link span {
    transition: transform .2s ease;
}

.ethics-card__link:hover span {
    transform: translateX(-4px);
}


/* =========================
   FOOTER
========================= */

.ethics-policy__footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 25px;

    padding: 40px;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            #111827,
            #252f3f
        );

    color: #ffffff;
}

.ethics-policy__footer-label {
    display: inline-block;

    margin-bottom: 8px;

    color: #cbd5e1;

    font-size: 13px;

    font-weight: 700;
}

.ethics-policy__footer h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 25px;

    font-weight: 800;
}

.ethics-policy__footer p {
    max-width: 680px;

    margin: 0;

    color: #d1d5db;

    font-size: 15px;
}

.ethics-policy__button {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 10px 25px;

    border-radius: 12px;

    background: #ffffff;

    color: #111827;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.ethics-policy__button:hover {
    transform: translateY(-2px);

    opacity: .9;
}


/* =========================
   TABLET
========================= */

@media (max-width: 850px) {

    .ethics-values {
        grid-template-columns: 1fr;
    }

    .ethics-policy__footer {
        flex-direction: column;

        align-items: flex-start;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

    .ethics-policy {
        padding: 25px 15px 60px;
    }

    .ethics-policy__hero {
        padding: 35px 24px;

        border-radius: 20px;
    }

    .ethics-policy__hero h1 {
        font-size: 28px;
    }

    .ethics-policy__hero p {
        font-size: 15px;
    }

    .ethics-card {
        grid-template-columns: 1fr;

        gap: 15px;

        padding: 24px 20px;

        border-radius: 16px;
    }

    .ethics-card__number {
        width: 45px;

        height: 45px;
    }

    .ethics-card h2 {
        font-size: 20px;
    }

    .ethics-card p,
    .ethics-card li {
        font-size: 15px;
    }

    .ethics-policy__footer {
        padding: 32px 22px;

        border-radius: 20px;
    }

    .ethics-policy__footer h2 {
        font-size: 22px;
    }

    .ethics-policy__button {
        width: 100%;
    }
}/* End custom CSS */