.elementor-10348 .elementor-element.elementor-element-f847695{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-38cc7d1 */.feedback-policy {
    --fp-bg: #f7f8fa;
    --fp-card: #ffffff;
    --fp-text: #17191c;
    --fp-muted: #667085;
    --fp-border: #e6e8ec;
    --fp-accent: #111827;

    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px 90px;

    color: var(--fp-text);
    background: var(--fp-bg);

    font-family: inherit;
    line-height: 2;
}


/* =========================
   HERO
========================= */

.feedback-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;
}

.feedback-policy__hero::after {
    content: "";

    position: absolute;
    width: 180px;
    height: 180px;

    left: -80px;
    bottom: -100px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.feedback-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;
}

.feedback-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;
}

.feedback-policy__hero p {
    max-width: 780px;

    margin: 0;

    color: #d1d5db;

    font-size: 17px;
}


/* =========================
   CONTENT
========================= */

.feedback-policy__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================
   CARDS
========================= */

.feedback-card {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 25px;

    padding: 30px;

    border: 1px solid var(--fp-border);
    border-radius: 20px;

    background: var(--fp-card);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.feedback-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(17,24,39,.07);
}


/* Number */

.feedback-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;
}


/* Headings */

.feedback-card h2 {
    margin: 0 0 12px;

    color: var(--fp-text);

    font-size: 22px;
    font-weight: 800;
    line-height: 1.7;
}

.feedback-card h3 {
    margin: 0 0 8px;

    font-size: 18px;
    font-weight: 800;
}


/* Text */

.feedback-card p {
    margin: 0 0 12px;

    color: var(--fp-muted);

    font-size: 16px;
}

.feedback-card p:last-child {
    margin-bottom: 0;
}


/* =========================
   LIST
========================= */

.feedback-card ul {
    margin: 15px 0 0;
    padding: 0;

    list-style: none;
}

.feedback-card li {
    position: relative;

    margin-bottom: 9px;
    padding-right: 24px;

    color: var(--fp-muted);
}

.feedback-card li::before {
    content: "✓";

    position: absolute;
    right: 0;
    top: 2px;

    font-weight: 800;
    color: #111827;
}


/* =========================
   PROCESS
========================= */

.feedback-process {
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    gap: 10px;

    margin-top: 25px;
}

.feedback-process__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 105px;

    padding: 12px;

    border: 1px solid var(--fp-border);
    border-radius: 15px;

    background: #fafafa;

    text-align: center;
}

.feedback-process__item strong {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    margin-bottom: 8px;

    border-radius: 50%;

    background: #111827;
    color: #ffffff;

    font-size: 12px;
}

.feedback-process__item span {
    color: #4b5563;

    font-size: 13px;
    font-weight: 700;
}


/* =========================
   PRIORITY
========================= */

.priority-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 20px;
}

.priority-item {
    padding: 22px;

    border-radius: 16px;

    background: #f7f8fa;
}

.priority-item p {
    font-size: 14px;
}


/* =========================
   CTA
========================= */

.feedback-policy__cta {
    margin-top: 25px;
    padding: 50px 35px;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            #111827,
            #252f3f
        );

    color: #ffffff;

    text-align: center;
}

.feedback-policy__cta-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #cbd5e1;

    font-size: 13px;
    font-weight: 700;
}

.feedback-policy__cta h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 30px;
    font-weight: 800;
}

.feedback-policy__cta p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #d1d5db;

    font-size: 16px;
}

.feedback-policy__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 10px 28px;

    border-radius: 12px;

    background: #ffffff;
    color: #111827;

    font-size: 15px;
    font-weight: 800;

    text-decoration: none;

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.feedback-policy__button:hover {
    transform: translateY(-2px);
    opacity: .9;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 800px) {

    .feedback-policy {
        padding: 25px 15px 60px;
    }

    .feedback-policy__hero {
        padding: 35px 24px;
        border-radius: 20px;
    }

    .feedback-policy__hero h1 {
        font-size: 28px;
    }

    .feedback-policy__hero p {
        font-size: 15px;
    }

    .feedback-card {
        grid-template-columns: 1fr;

        gap: 15px;

        padding: 24px 20px;

        border-radius: 16px;
    }

    .feedback-card__number {
        width: 45px;
        height: 45px;
    }

    .feedback-card h2 {
        font-size: 20px;
    }

    .feedback-card p,
    .feedback-card li {
        font-size: 15px;
    }

    .feedback-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .priority-grid {
        grid-template-columns: 1fr;
    }

    .feedback-policy__cta {
        padding: 35px 22px;
        border-radius: 20px;
    }

    .feedback-policy__cta h2 {
        font-size: 25px;
    }
}


@media (max-width: 450px) {

    .feedback-process {
        grid-template-columns: 1fr 1fr;
    }

    .feedback-process__item {
        min-height: 90px;
    }
}/* End custom CSS */