.elementor-11746 .elementor-element.elementor-element-7e867536{--display:flex;}body.elementor-page-11746:not(.elementor-motion-effects-element-type-background), body.elementor-page-11746 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-58208e31 *//* ===========================
   HAMZA SURGICAL RETURN POLICY UI
   =========================== */

.return-policy-page {
    max-width: 980px;
    margin: 40px auto;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1e293b;
    line-height: 1.85;
}

/* Main Heading */
.return-policy-page h1 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Intro Paragraph */
.return-policy-page .policy-intro {
    text-align: center;
    font-size: 17px;
    color: #475569;
    max-width: 780px;
    margin: 0 auto 35px;
}

/* Each Policy Section */
.return-policy-page .policy-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #0ea5e9;
    border-radius: 16px;
    padding: 25px 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.return-policy-page .policy-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.08);
}

/* Section Titles */
.return-policy-page h2 {
    font-size: 24px;
    font-weight: 750;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.4;
}

/* Paragraphs */
.return-policy-page p {
    font-size: 16px;
    color: #334155;
    margin-bottom: 14px;
}

/* Lists */
.return-policy-page ul {
    margin: 0 0 15px 0;
    padding-left: 24px;
}

.return-policy-page li {
    font-size: 16px;
    color: #334155;
    margin-bottom: 10px;
}

/* Strong Text */
.return-policy-page strong {
    color: #0f172a;
    font-weight: 700;
}

/* Small Notes */
.return-policy-page .policy-note {
    font-size: 15px;
    color: #64748b;
    background: #f1f5f9;
    border-left: 4px solid #94a3b8;
    padding: 14px 16px;
    border-radius: 10px;
    margin-top: 15px;
}

/* Info Highlight */
.return-policy-page .policy-highlight {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-left: 5px solid #06b6d4;
    padding: 18px 20px;
    border-radius: 12px;
    margin: 18px 0;
    color: #164e63;
    font-weight: 600;
}

/* Warning Box */
.return-policy-page .policy-warning {
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-left: 5px solid #f97316;
    padding: 18px 20px;
    border-radius: 12px;
    margin: 18px 0;
    color: #9a3412;
    font-weight: 600;
}

/* Important / Parcel Refusal */
.return-policy-page .policy-danger {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-left: 5px solid #ef4444;
    padding: 20px 22px;
    border-radius: 12px;
    margin: 20px 0;
    color: #991b1b;
    font-weight: 600;
}

/* Guarantee Box */
.return-policy-page .policy-success {
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-left: 5px solid #22c55e;
    padding: 18px 20px;
    border-radius: 12px;
    margin: 18px 0;
    color: #166534;
    font-weight: 600;
}

/* Contact Box */
.return-policy-page .policy-contact {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #ffffff;
    border-radius: 18px;
    padding: 32px 25px;
    text-align: center;
    margin-top: 35px;
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.22);
}

.return-policy-page .policy-contact h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.return-policy-page .policy-contact p {
    color: #e0f2fe;
    font-size: 16px;
    margin-bottom: 16px;
}

.return-policy-page .policy-contact a {
    display: inline-block;
    background: #ffffff;
    color: #0284c7;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 999px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.return-policy-page .policy-contact a:hover {
    background: #e0f2fe;
    transform: translateY(-2px);
}

/* Final Closing Text */
.return-policy-page .policy-closing {
    margin-top: 30px;
    font-size: 16px;
    color: #475569;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

/* Mobile */
@media (max-width: 768px) {
    .return-policy-page {
        padding: 24px 18px;
        margin: 20px 12px;
        border-radius: 16px;
    }

    .return-policy-page h1 {
        font-size: 28px;
    }

    .return-policy-page h2 {
        font-size: 21px;
    }

    .return-policy-page p,
    .return-policy-page li,
    .return-policy-page .policy-intro,
    .return-policy-page .policy-closing {
        font-size: 15px;
    }

    .return-policy-page .policy-contact {
        padding: 26px 18px;
    }

    .return-policy-page .policy-contact a {
        width: 100%;
        max-width: 280px;
    }
}/* End custom CSS */