/* Mawada Theme Overrides */
:root {
    --mawada-primary: #e75a8a;
    --mawada-primary-2: #d84a79;
    --mawada-soft: #ffe1f3;
    --mawada-card: #ffffff;
    --mawada-bg: #ffffff;
    --mawada-text: #1f2937;
    --mawada-muted: #6b7280;
}

body {
    background: var(--mawada-bg);
}

.mawada-navbar {
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(231, 90, 138, 0.14);
}

.mawada-navbar--hero {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0;
    box-shadow: none !important;
    position: relative;
    z-index: 50;
}

.mawada-navbar-hero {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.mawada-navbar-hero__left {
    justify-self: start;
}

.mawada-navbar-hero__center {
    justify-self: center;
}

.mawada-navbar-hero__right {
    justify-self: end;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.mawada-lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.92);
    color: rgba(17, 24, 39, 0.9);
    font-weight: 800;
    border: 1px solid rgba(231, 90, 138, 0.10);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.mawada-lang-pill:hover {
    color: rgba(17, 24, 39, 0.95);
    background: rgba(255, 255, 255, 0.92);
}

.mawada-lang-pill i {
    font-size: 12px;
    opacity: 0.85;
}

.mawada-lang-pill span {
    font-size: 13px;
}

.mawada-navbar-hero__brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.mawada-navbar-hero__logo {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: block;
    background: rgba(255, 255, 255, 0.75);
    padding: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.mawada-navbar-hero__brandName {
    color: var(--mawada-primary);
    font-weight: 900;
    letter-spacing: 0.2px;
    line-height: 1;
}

.mawada-hero-btn {
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.mawada-navbar--hero .mawada-hero-btn.btn-light {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.65);
}

.mawada-navbar--hero .mawada-hero-btn.btn-primary {
    background: #0d5f98;
    border-color: #0d5f98;
}

.mawada-navbar--hero .mawada-hero-btn.btn-light {
    color: #0d5f98;
    border-color: rgba(13, 95, 152, 0.22);
}

.mawada-navbar--hero .mawada-hero-btn {
    padding: 8px 16px;
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

@media (max-width: 575.98px) {
    .mawada-navbar-hero {
        grid-template-columns: auto 1fr auto;
        padding: 10px 0;
    }

    .mawada-lang-pill {
        padding: 8px 12px;
        font-size: 13px;
    }

    .mawada-navbar-hero__logo {
        width: 40px;
        height: 40px;
    }

    .mawada-hero-btn {
        padding: 9px 12px;
        font-size: 13px;
    }
}

.mawada-navbar .navbar-brand,
.mawada-navbar .nav-link,
.mawada-navbar .navbar-toggler {
    color: var(--mawada-text) !important;
}

.mawada-navbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mawada-navbar__logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: block;
}

.mawada-navbar__name {
    font-weight: 900;
}

.mawada-navbar .navbar-nav {
    gap: 6px;
}

.mawada-navbar__actions {
    gap: 10px;
    align-items: center;
}

.mawada-navbar .nav-link i {
    margin-inline-end: 6px;
}

.mawada-nav-pill {
    border-radius: 999px;
    padding: 8px 14px !important;
    font-weight: 800;
    color: rgba(31, 41, 55, 0.92) !important;
    border: 1px solid transparent;
}

.mawada-nav-pill:hover {
    background: rgba(231, 90, 138, 0.10);
    border-color: rgba(231, 90, 138, 0.18);
}

.mawada-nav-pill.active,
.mawada-navbar .nav-item.show > .mawada-nav-pill {
    background: rgba(231, 90, 138, 0.12);
    border-color: rgba(231, 90, 138, 0.22);
}

.mawada-navbar__cta {
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 800;
}

.navbar .dropdown-menu {
    border-radius: 12px;
}

.btn-primary {
    background-color: var(--mawada-primary);
    border-color: var(--mawada-primary);
}

.btn-primary:hover {
    background-color: var(--mawada-primary-2);
    border-color: var(--mawada-primary-2);
}

.card {
    border-radius: 14px;
}

/* Profile layout helpers for Mawada-like pages */
.mawada-profile-wrap .mawada-side-card {
    border-radius: 16px;
    background: var(--mawada-card);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.mawada-profile-wrap .mawada-main-card {
    border-radius: 16px;
    background: var(--mawada-card);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.mawada-member-sidebar {
    overflow: visible;
}

.mawada-member-sidebar__hero {
    border-radius: 16px;
    background: rgba(231, 90, 138, 0.10);
}

.mawada-member-sidebar__hero-inner {
    padding: 18px 16px;
    background:
        radial-gradient(circle at 15% 20%, rgba(231, 90, 138, 0.22) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(135deg, #ffffff 0%, #fff6fb 55%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid rgba(231, 90, 138, 0.14);
}

.mawada-member-sidebar__promo {
    text-align: center;
}

.mawada-member-sidebar__promo-img {
    width: 140px;
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.mawada-member-sidebar:not(.mawada-member-sidebar--premium) .mawada-member-sidebar__hero {
    background: rgba(14, 165, 233, 0.08);
}

.mawada-member-sidebar:not(.mawada-member-sidebar--premium) .mawada-member-sidebar__hero-inner {
    background:
        radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.18) 0%, rgba(14, 165, 233, 0) 60%),
        linear-gradient(135deg, #ffffff 0%, #f0fbff 55%, #ffffff 100%);
    border-color: rgba(14, 165, 233, 0.16);
}

.mawada-member-sidebar:not(.mawada-member-sidebar--premium) .mawada-member-sidebar__title {
    font-size: 1.15rem;
}

.mawada-member-sidebar:not(.mawada-member-sidebar--premium) .mawada-member-sidebar__title strong {
    color: #0ea5e9;
    font-size: 1.55rem;
}

.mawada-member-sidebar:not(.mawada-member-sidebar--premium) .mawada-member-sidebar__cta {
    background: #e75a8a;
    border-color: #e75a8a;
}

.mawada-member-sidebar--premium .mawada-member-sidebar__hero-inner {
    background:
        radial-gradient(circle at 18% 22%, rgba(245, 158, 11, 0.22) 0%, rgba(245, 158, 11, 0) 55%),
        radial-gradient(circle at 78% 22%, rgba(231, 90, 138, 0.18) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(135deg, #fff6e9 0%, #ffffff 35%, #f7fbff 100%);
    border-color: rgba(245, 158, 11, 0.22);
}

.mawada-member-sidebar__title {
    font-weight: 900;
    color: var(--mawada-text);
    margin-bottom: 8px;
}

.mawada-member-sidebar__title strong {
    color: var(--mawada-primary);
}

.mawada-member-sidebar--premium .mawada-member-sidebar__title i {
    color: #f59e0b;
}

.mawada-member-sidebar__subtitle {
    color: rgba(31, 41, 55, 0.75);
    margin-bottom: 12px;
    font-size: 0.92rem;
}

.mawada-member-sidebar__cta {
    border-radius: 999px;
}

.mawada-member-sidebar__quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mawada-quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--mawada-text);
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.mawada-quick-link .icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 90, 138, 0.08);
    flex: 0 0 auto;
}

.mawada-quick-link .icon img {
    width: 26px;
    height: 26px;
    display: block;
}

.mawada-quick-link .text {
    font-weight: 800;
    font-size: 0.95rem;
}

.mawada-member-sidebar--premium .mawada-quick-link .icon {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

.mawada-profile-header__body {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-top: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.mawada-profile-header__left {
    flex: 0 0 auto;
    min-width: 0;
    padding-inline-start: 6px;
}

.mawada-profile-header__right {
    flex: 1 1 auto;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mawada-profile-header__identity {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: row;
    direction: ltr;
    justify-content: flex-end;
    width: 100%;
}

.mawada-profile-header__identity > .mawada-profile-header__meta {
    order: 1;
}

.mawada-profile-header__identity > img {
    order: 2;
}

.mawada-profile-header__meta {
    text-align: right;
}

.mawada-profile-header__subline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 0.92rem;
}

.mawada-profile-header__subline .sep {
    opacity: 0.45;
}

.mawada-profile-header__subline .item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mawada-subline-strong {
    color: #e11d48;
    font-weight: 900;
}

.mawada-profile-avatar {
    border: 6px solid rgba(231, 90, 138, 0.14);
    box-shadow: 0 14px 32px rgba(0,0,0,0.10);
}

.mawada-profile-header--premium .mawada-profile-avatar {
    margin-top: -18px;
    border-color: rgba(255,255,255,0.85);
}

.mawada-profile-login-note {
    margin-top: 10px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.18);
    color: rgba(3, 105, 161, 0.95);
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
}

.mawada-profile-actions {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 0;
    border-top: 0;
    direction: ltr;
    width: auto;
}

.mawada-profile-action {
    appearance: none;
    border: 0;
    background: transparent;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.mawada-profile-action__icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.05);
    color: rgba(17, 24, 39, 0.68);
    font-size: 0.98rem;
}

.mawada-profile-action__text {
    font-size: 0.82rem;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.72);
}

.mawada-profile-action--disabled {
    opacity: 0.95;
}

.mawada-profile-action--disabled .mawada-profile-action__icon {
    background: rgba(17, 24, 39, 0.04);
    color: rgba(17, 24, 39, 0.55);
}

.mawada-profile-action--message .mawada-profile-action__icon {
    background: rgba(59, 130, 246, 0.14);
    color: #2563eb;
}

.mawada-profile-action--interest .mawada-profile-action__icon {
    background: rgba(156, 163, 175, 0.18);
    color: rgba(17, 24, 39, 0.65);
}

.mawada-profile-action--interest.like-btn.liked .mawada-profile-action__icon {
    background: rgba(231, 90, 138, 0.16);
    color: #e75a8a;
}

.mawada-profile-action--ignore .mawada-profile-action__icon {
    background: rgba(244, 63, 94, 0.14);
    color: #e11d48;
}

.mawada-profile-action--report .mawada-profile-action__icon {
    background: rgba(245, 158, 11, 0.20);
    color: #d97706;
}

@media (max-width: 575px) {
    .mawada-profile-actions {
        gap: 12px;
    }
    .mawada-profile-action__icon {
        width: 50px;
        height: 50px;
    }
    .mawada-profile-action__text {
        font-size: 0.85rem;
    }
}

@media (max-width: 991px) {
    .mawada-profile-header__body {
        flex-direction: column;
    }
    .mawada-profile-header__right {
        min-width: 0;
        width: 100%;
    }
    .mawada-profile-actions {
        padding-top: 14px;
        justify-content: flex-start;
        gap: 18px;
    }
}

.mawada-profile-wrap .mawada-section-title {
    font-weight: 700;
    color: var(--mawada-primary);
}

.mawada-profile-info-section__head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    direction: rtl;
    color: #e11d48;
    font-weight: 800;
    margin: 6px 0 12px;
}

.mawada-profile-info-section__head i {
    color: #e11d48;
    font-size: 18px;
}

.mawada-profile-info-box {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.14);
    border-radius: 18px;
    padding: 22px;
}

.mawada-profile-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 22px;
}

.mawada-profile-field {
    text-align: center;
}

.mawada-profile-field .label {
    color: rgba(17, 24, 39, 0.55);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.mawada-profile-field .value {
    color: rgba(17, 24, 39, 0.92);
    font-weight: 900;
    line-height: 1.35;
}

.mawada-profile-field .value small {
    color: rgba(17, 24, 39, 0.72);
    font-weight: 700;
}

.mawada-profile-info-text {
    color: rgba(17, 24, 39, 0.72);
    font-weight: 600;
    line-height: 1.9;
    text-align: right;
}

.mawada-profile-summary {
    background: #fff;
}

.mawada-profile-summary__row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    align-items: stretch;
}

.mawada-profile-summary__meta {
    border-inline-end: 1px solid rgba(17, 24, 39, 0.08);
    padding-inline-end: 18px;
    display: grid;
    gap: 12px;
}

.mawada-profile-summary__meta-item .label {
    color: rgba(17, 24, 39, 0.55);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.mawada-profile-summary__meta-item .value {
    color: rgba(17, 24, 39, 0.9);
    font-weight: 900;
    font-size: 0.95rem;
}

.mawada-profile-summary__grid {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.14);
    border-radius: 16px;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
}

.mawada-profile-summary__cell .label {
    color: rgba(17, 24, 39, 0.55);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.mawada-profile-summary__cell .value {
    color: rgba(17, 24, 39, 0.92);
    font-weight: 900;
}

@media (max-width: 991px) {
    .mawada-profile-summary__row {
        grid-template-columns: 1fr;
    }
    .mawada-profile-summary__meta {
        border-inline-start: 0;
        padding-inline-start: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .mawada-profile-summary__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px;
    }
    .mawada-profile-summary__meta {
        grid-template-columns: 1fr;
    }

    .mawada-profile-info-box {
        padding: 16px;
    }

    .mawada-profile-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 14px;
    }
}

@media (max-width: 380px) {
    .mawada-profile-info-grid {
        grid-template-columns: 1fr;
    }
}

.mawada-profile-wrap .card.shadow-lg {
    border-radius: 18px;
    overflow: hidden;
}

.mawada-profile-wrap .profile-header {
    background: linear-gradient(135deg, var(--mawada-primary) 0%, var(--mawada-primary-2) 100%);
    color: #fff;
}

.mawada-profile-wrap .profile-header .btn,
.mawada-profile-wrap .profile-header .btn i {
    color: #1f2937;
}

.mawada-profile-wrap .profile-header .btn.btn-outline-light {
    border-color: rgba(255,255,255,0.65);
}

.mawada-profile-wrap .profile-header .btn.btn-outline-light:hover {
    background: rgba(255,255,255,0.12);
}

.mawada-profile-wrap .mawada-side-card .btn,
.mawada-profile-wrap .mawada-side-card .dropdown-toggle {
    border-radius: 12px;
}

.mawada-profile-wrap .mawada-side-card .btn-outline-primary {
    border-color: rgba(231, 90, 138, 0.45);
    color: var(--mawada-primary);
}

.mawada-profile-wrap .mawada-side-card .btn-outline-primary:hover {
    background: rgba(231, 90, 138, 0.08);
    border-color: rgba(231, 90, 138, 0.55);
    color: var(--mawada-primary-2);
}

.mawada-profile-wrap .mawada-main-card h2,
.mawada-profile-wrap .mawada-main-card h3,
.mawada-profile-wrap .mawada-main-card h4,
.mawada-profile-wrap .mawada-main-card h5 {
    color: var(--mawada-text);
}

.mawada-home {
    padding-top: 18px;
}

body.mawada-homepage {
    overflow-x: hidden;
}

body.mawada-homepage main {
    padding-top: 0 !important;
}

body.mawada-homepage .mawada-home {
    padding-top: 0;
}

body.mawada-homepage .mawada-home-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    margin-top: -144px;
    padding-top: 206px;
    background:
        url("../images/eee5bb3de343d2a25e0e.svg") left 500px bottom 14px / 350px auto no-repeat,
        linear-gradient(180deg, rgba(255, 245, 250, 1) 0%, rgba(255, 235, 244, 0.78) 55%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    body.mawada-homepage .mawada-home-hero {
        background-position: left 30% bottom 14px, 0 0;
        background-size: 360px auto, auto;
    }

    body.mawada-homepage .mawada-home-hero__head {
        margin-right: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.mawada-homepage .mawada-home-hero {
        background-position: left 30% bottom -6px, 0 0;
        background-size: 370px auto, auto;
    }

    body.mawada-homepage .mawada-home-hero__head {
        margin-right: 140px;
    }
}

body.mawada-homepage .mawada-home-search {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(1040px, calc(100% - 36px));
}

.mawada-home-hero {
    position: relative;
    border-radius: 18px;
    padding: 72px 18px 260px;
    min-height: 560px;
    margin-bottom: 320px !important;
    z-index: 10;
    background:
        url("../images/eee5bb3de343d2a25e0e.svg") left 500px bottom 16px / 400px auto no-repeat,
        linear-gradient(180deg, rgba(255, 245, 250, 1) 0%, rgba(255, 235, 244, 0.78) 55%, rgba(255, 255, 255, 0) 100%);
    overflow: visible;
}

@media (max-width: 991px) {
    .mawada-home-hero {
        min-height: 0;
        margin-bottom: 300px !important;
        background:
            url("../images/eee5bb3de343d2a25e0e.svg") left 300px bottom 70px / 340px auto no-repeat,
            linear-gradient(180deg, rgba(255, 245, 250, 1) 0%, rgba(255, 235, 244, 0.78) 55%, rgba(255, 255, 255, 0) 100%);
    }

    body.mawada-homepage .mawada-home-hero {
        margin-top: -132px;
        padding-top: 186px;
        background-position: left 30% bottom -12px, 0 0;
        background-size: 340px auto, auto;
    }

    .mawada-home-search {
        bottom: -110px;
    }
}

@media (max-width: 575px) {
    .mawada-home-hero {
        background:
            linear-gradient(180deg, rgba(255, 236, 246, 0.92) 0%, rgba(255, 236, 246, 0.70) 60%, rgba(255, 255, 255, 0) 100%);
    }

    body.mawada-homepage .mawada-home-hero {
        margin-top: 0;
        padding-top: 120px;
        padding-bottom: 240px;
        min-height: 620px;
        margin-bottom: 220px !important;
        background:
            url("../images/eee5bb3de343d2a25e0e.svg") left 30% bottom 56px / 240px auto no-repeat,
            linear-gradient(180deg, rgba(255, 236, 246, 0.92) 0%, rgba(255, 236, 246, 0.70) 60%, rgba(255, 255, 255, 0) 100%);
    }

    body.mawada-homepage .mawada-home-hero__head {
        display: block;
        margin-right: 16px;
        margin-left: 16px;
        margin-top: 0;
        position: relative;
        top: -64px !important;
        width: auto;
        text-align: right;
    }

    .mawada-home-search {
        position: absolute !important;
        left: 18px !important;
        right: 18px !important;
        top: auto !important;
        bottom: -90px !important;
        transform: none !important;
        width: auto !important;
        margin: 0 !important;
        z-index: 10 !important;
    }

    body.mawada-homepage .mawada-home-search {
        left: 18px !important;
        right: 18px !important;
        top: auto !important;
        bottom: -90px !important;
        transform: none !important;
        width: auto !important;
    }

    body.mawada-homepage .mawada-navbar--hero {
        position: relative;
        z-index: 50;
    }

    body.mawada-homepage .mawada-home-search__field--country,
    body.mawada-homepage .mawada-home-search__field--city,
    body.mawada-homepage .mawada-home-search__field--marital-status,
    body.mawada-homepage .mawada-home-search__field--age {
        display: none !important;
    }

    body.mawada-homepage .mawada-home-search__tabs {
        display: none !important;
    }

    body.mawada-homepage .mawada-home-search__header {
        justify-content: flex-start;
    }
}

.mawada-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 55%, rgba(231, 90, 138, 0.18) 0 12px, transparent 13px),
        radial-gradient(circle at 30% 35%, rgba(231, 90, 138, 0.16) 0 10px, transparent 11px),
        radial-gradient(circle at 78% 48%, rgba(231, 90, 138, 0.16) 0 11px, transparent 12px),
        radial-gradient(circle at 50% 22%, rgba(231, 90, 138, 0.12) 0 8px, transparent 9px),
        radial-gradient(circle at 62% 28%, rgba(231, 90, 138, 0.12) 0 9px, transparent 10px);
    opacity: 0.10;
    pointer-events: none;
}

.mawada-home-hero::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    bottom: 0;
    height: 360px;
    background: url("../images/be1c5a5f833fce777a7a.svg") bottom center / 1200px auto repeat-x;
    pointer-events: none;
    opacity: 0.95;
    z-index: 0;
}

.mawada-home-hero__head {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    text-align: center;
}

body.mawada-homepage .mawada-home-hero__head {
    text-align: right;
    width: min(560px, 100%);
    margin-left: auto;
    margin-right: 120px;
}

.mawada-success-page .mawada-main-card {
    border-radius: 18px;
}

.mawada-success-story__row {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 0;
}

.mawada-success-story__media {
    position: relative;
    background: rgba(231, 90, 138, 0.06);
    border-left: 1px solid rgba(231, 90, 138, 0.10);
}

.mawada-success-story__media img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    display: block;
}

.mawada-success-story__media-placeholder {
    height: 100%;
    min-height: 150px;
    background: radial-gradient(circle at 20% 30%, rgba(231, 90, 138, 0.18) 0 10px, transparent 11px),
        radial-gradient(circle at 65% 55%, rgba(231, 90, 138, 0.14) 0 12px, transparent 13px),
        linear-gradient(180deg, rgba(255, 245, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.mawada-success-story__body {
    padding: 18px 18px 18px 18px;
}

.mawada-success-story__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgba(31, 41, 55, 0.65);
    font-size: 0.9rem;
}

.mawada-success-story__meta .sep {
    opacity: 0.5;
}

.mawada-success-story__title {
    margin-top: 8px;
    font-weight: 900;
    color: var(--mawada-text);
    font-size: 1.05rem;
}

.mawada-success-story__excerpt {
    margin-top: 10px;
    color: rgba(31, 41, 55, 0.72);
    line-height: 1.9;
}

.mawada-success-story__actions {
    margin-top: 12px;
}

.mawada-success-detail__cover {
    position: relative;
    height: 320px;
    background: rgba(231, 90, 138, 0.06);
}

.mawada-success-detail__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mawada-success-detail__content {
    line-height: 2;
    color: rgba(31, 41, 55, 0.9);
}

@media (max-width: 575px) {
    .mawada-success-story__row {
        grid-template-columns: 1fr;
    }

    .mawada-success-story__media {
        border-left: 0;
        border-bottom: 1px solid rgba(231, 90, 138, 0.10);
    }

    .mawada-success-detail__cover {
        height: 220px;
    }
}

@media (max-width: 991px) {
    body.mawada-homepage .mawada-home-hero__head {
        margin-right: 24px;
        margin-left: auto;
    }
}

.mawada-home-hero__kicker {
    font-weight: 800;
    color: var(--mawada-primary);
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

.mawada-home-hero__title {
    font-weight: 800;
    color: var(--mawada-text);
    margin-bottom: 10px;
}

.mawada-home-hero__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d5f98;
    font-weight: 800;
    margin-bottom: 10px;
}

.mawada-home-hero__subtitle i {
    color: var(--mawada-primary);
}

.mawada-home-hero__stats {
    display: none !important;
    color: var(--mawada-muted);
    font-size: 0.95rem;
}

.mawada-home-hero__stats .sep {
    margin: 0 10px;
    opacity: 0.6;
}

.mawada-home-search {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -120px;
    z-index: 4;
    margin-top: 0;
}

.mawada-home-search__card {
    background: #fff;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
    border: 1px solid rgba(231, 90, 138, 0.12);
    transform: none;
    max-width: 1120px;
    margin: 0 auto;
}

.mawada-home-search__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.mawada-home-search__title {
    font-weight: 900;
    color: var(--mawada-text);
    font-size: 1.05rem;
    margin: 0;
}

.mawada-home-search__tabs {
    display: inline-flex;
    gap: 10px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    margin: 0;
}

.mawada-home-search__tab {
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1;
}

.mawada-home-search__tab.is-active {
    background: #0b4a7a;
    color: #fff;
}

.mawada-home-search__card .form-label {
    color: var(--mawada-muted);
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.mawada-home-search__card .form-control,
.mawada-home-search__card .form-select {
    border-radius: 12px;
}

.mawada-quick-features {
    position: relative;
    z-index: 0;
}

.mawada-join {
    position: relative;
    padding: 54px 0 18px;
    text-align: center;
}

.mawada-join::before {
    content: "";
    transform: scaleX(-1);
    position: absolute;
    left: 64px;
    top: 92px;
    background: url(../images/94b1e48d358bd94b079a.svg) left top / contain no-repeat;
    width: 280px;
    height: 200px;
    opacity: 0.95;
    pointer-events: none;
}

.mawada-join__title {
    font-weight: 900;
    color: var(--mawada-primary);
    margin: 0 0 12px;
}

.mawada-join__desc {
    max-width: 820px;
    margin: 0 auto 18px;
    color: rgba(15, 23, 42, 0.74);
    font-weight: 700;
    line-height: 1.9;
}

.mawada-join__icon {
    width: 78px;
    height: auto;
    display: block;
    margin: 0 auto 8px;
}

.mawada-join__btn {
    border-radius: 999px;
    padding: 10px 26px;
}

.mawada-join__features {
    margin-top: 26px;
}

.mawada-join__features .mawada-quick-features {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 18px;
    padding: 34px 22px;
    border: 1px solid rgba(2, 6, 23, 0.05);
    box-shadow: 0 14px 40px rgba(0,0,0,0.05);
}

.mawada-join__features .mawada-quick-features .mawada-quick-item {
    border: 0;
    box-shadow: none;
    padding: 10px 8px;
    background: transparent;
}

.mawada-join__features .mawada-quick-features .mawada-quick-item .icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    margin: 0 auto 2px;
}

@media (max-width: 991px) {
    .mawada-join {
        padding-top: 38px;
    }

    .mawada-join::before {
        left: 16px;
        width: 220px;
        height: 160px;
        top: 72px;
        opacity: 0.85;
    }

    .mawada-join__desc {
        padding: 0 14px;
    }
}

@media (max-width: 575px) {
    .mawada-join {
        padding-top: 22px;
    }

    .mawada-join::before {
        display: none;
    }

    .mawada-join__features .mawada-quick-features {
        padding: 18px 14px;
    }
}

.mawada-quick-features .mawada-quick-item {
    background: #fff;
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
    border: 1px solid rgba(231, 90, 138, 0.10);
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.mawada-quick-features .mawada-quick-item .icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 90, 138, 0.10);
    color: var(--mawada-primary);
    font-size: 22px;
}

.mawada-quick-features .mawada-quick-item .title {
    font-weight: 700;
    color: var(--mawada-text);
    font-size: 0.95rem;
}

.mawada-app {
    position: relative;
}

.mawada-app__inner {
    border-radius: 18px;
    padding: 34px 22px;
    background:
        radial-gradient(circle at 15% 30%, rgba(231, 90, 138, 0.18) 0%, rgba(231, 90, 138, 0) 52%),
        radial-gradient(circle at 85% 60%, rgba(231, 90, 138, 0.12) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 55%, #ffffff 100%);
    border: 1px solid rgba(231, 90, 138, 0.10);
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}

.mawada-store-btn {
    border-radius: 12px;
    padding: 10px 14px;
}

.mawada-store-btn i {
    margin-left: 8px;
}

.mawada-app__mock {
    position: relative;
    min-height: 240px;
}

.mawada-app__mock .phone-card {
    width: 220px;
    height: 260px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 22px 55px rgba(0,0,0,0.10);
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}

.mawada-app__mock .phone-card.alt {
    top: 40px;
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

.mawada-app__mock .phone-card .top {
    height: 56px;
    background: linear-gradient(135deg, var(--mawada-primary) 0%, var(--mawada-primary-2) 100%);
}

.mawada-app__mock .phone-card .body {
    padding: 16px;
}

.mawada-app__mock .phone-card .line {
    height: 10px;
    border-radius: 8px;
    background: rgba(31, 41, 55, 0.10);
    margin-bottom: 10px;
}

.mawada-app__mock .phone-card .chips {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.mawada-app__mock .phone-card .chips span {
    flex: 1;
    height: 26px;
    border-radius: 10px;
    background: rgba(231, 90, 138, 0.12);
}

@media (max-width: 991px) {
    .mawada-app__mock {
        min-height: 290px;
    }
    .mawada-app__mock .phone-card {
        left: 0;
        right: auto;
    }
    .mawada-app__mock .phone-card.alt {
        right: 0;
    }
}

.mawada-quote {
    background: #fff;
    border-radius: 16px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(231, 90, 138, 0.10);
    box-shadow: 0 14px 38px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.mawada-quote .q {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 64px;
    line-height: 1;
    color: rgba(231, 90, 138, 0.22);
    font-weight: 900;
}

.mawada-quote .t {
    position: relative;
    color: var(--mawada-text);
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 68px;
}

.mawada-quote .a {
    position: relative;
    color: var(--mawada-muted);
    font-size: 0.95rem;
}

.mawada-story {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(231, 90, 138, 0.10);
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    min-height: 180px;
}

.mawada-story .thumb {
    width: 40%;
    background:
        radial-gradient(circle at 30% 30%, rgba(231, 90, 138, 0.22) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(135deg, #fff6fb 0%, #f7fbff 100%);
}

.mawada-story .thumb.alt {
    background:
        radial-gradient(circle at 60% 40%, rgba(231, 90, 138, 0.18) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(135deg, #f7fbff 0%, #fff6fb 100%);
}

.mawada-story .content {
    width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mawada-story .title {
    font-weight: 800;
    color: var(--mawada-text);
    margin-bottom: 8px;
}

.mawada-story .text {
    color: var(--mawada-muted);
    margin-bottom: 12px;
}

/* About page sidebar (Mawada-like) */
.mawada-about .mawada-about-stats {
    border: 1px solid rgba(231, 90, 138, 0.10);
    background:
        radial-gradient(circle at 15% 20%, rgba(231, 90, 138, 0.12) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 55%, #ffffff 100%);
}

.mawada-about-stats__illus {
    height: 140px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 30% 30%, rgba(231, 90, 138, 0.22) 0%, rgba(231, 90, 138, 0) 55%),
        radial-gradient(circle at 65% 45%, rgba(231, 90, 138, 0.16) 0%, rgba(231, 90, 138, 0) 58%),
        linear-gradient(135deg, #e9f9ff 0%, #fff6fb 100%);
}

.mawada-about .mawada-about-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 26px rgba(0,0,0,0.05);
    color: var(--mawada-text);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.mawada-about .mawada-about-link:hover {
    transform: translateY(-2px);
    background: rgba(231, 90, 138, 0.04);
}

.mawada-about .mawada-about-link .icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 90, 138, 0.10);
    color: var(--mawada-primary);
    flex-shrink: 0;
}

.mawada-about .mawada-about-link .txt {
    font-weight: 800;
    color: var(--mawada-text);
    font-size: 0.95rem;
}

/* Mawada footer */
.mawada-footer {
    position: relative;
    background: #e9f7ff;
    color: var(--mawada-text);
    overflow: hidden;
}

.mawada-footer__wave {
    position: absolute;
    left: -10%;
    right: -10%;
    top: -26px;
    height: 90px;
    background:
        radial-gradient(closest-side, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 70%) 0 0/120px 90px repeat-x;
    pointer-events: none;
}

.mawada-footer__inner {
    position: relative;
    padding: 56px 0 18px;
}

.mawada-footer__title {
    font-weight: 900;
    margin-bottom: 14px;
}

.mawada-footer__brand p {
    color: rgba(31, 41, 55, 0.75);
}

.mawada-footer__links a {
    color: rgba(31, 41, 55, 0.85);
    text-decoration: none;
}

.mawada-footer__links a:hover {
    color: var(--mawada-primary);
}

.mawada-footer__links li,
.mawada-footer__contact li {
    padding: 6px 0;
}

.mawada-footer__contact i {
    width: 18px;
    color: var(--mawada-primary);
}

.mawada-footer__bottom {
    margin-top: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(31, 41, 55, 0.10);
    color: rgba(31, 41, 55, 0.75);
}

/* Home blog feature (Mawada-like) */
.mawada-blog-feature {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.mawada-blog-feature__footer {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.mawada-blog-feature__wrap {
    position: relative;
    border-radius: 26px;
    overflow: visible;
    min-height: 300px;
}

.mawada-blog-feature__image {
    width: 100%;
    min-height: 500px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 30% 30%, rgba(231, 90, 138, 0.22) 0%, rgba(231, 90, 138, 0) 55%),
        linear-gradient(135deg, #fff6fb 0%, #f7fbff 100%);
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 60px rgba(0,0,0,0.10);
}

.mawada-blog-feature__card {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 470px;
    max-width: calc(100% - 44px);
    background: #fff;
    border-radius: 18px;
    padding: 22px 26px 18px;
    box-shadow: 0 24px 65px rgba(0,0,0,0.18);
    border: 1px solid rgba(17, 24, 39, 0.06);
    text-align: right;
}

.mawada-blog-feature__title {
    font-weight: 900;
    color: var(--mawada-text);
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.mawada-blog-feature__excerpt {
    color: var(--mawada-muted);
    margin-bottom: 14px;
}

.mawada-blog-feature__actions {
    display: flex;
    justify-content: flex-end;
}

.mawada-blog-feature__read {
    background: #1f5fd5;
    border-color: #1f5fd5;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
}

.mawada-blog-feature__read:hover {
    background: #1a52b8;
    border-color: #1a52b8;
    color: #fff;
}

.mawada-blog-feature__more {
    background: rgba(231, 90, 138, 0.75);
    color: #fff;
    border-radius: 999px;
    padding: 10px 22px;
}

.mawada-blog-feature__more:hover {
    background: rgba(231, 90, 138, 0.88);
    color: #fff;
}

/* Home latest members (Mawada-like) */
.mawada-home .mawada-latest-members {
    padding: 28px 0 10px;
}

.mawada-home .mawada-members-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding-top: 10px;
}

.mawada-home .mawada-member-card {
    text-decoration: none;
    color: inherit;
}

.mawada-home .mawada-member-card__inner {
    background: #fff;
    border-radius: 14px;
    padding: 12px 12px 10px;
    box-shadow: 0 16px 45px rgba(0,0,0,0.07);
    border: 1px solid rgba(17, 24, 39, 0.06);
    min-height: 110px;
}

.mawada-home .mawada-member-card__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mawada-home .mawada-member-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    overflow: hidden;
    background: #f3f4f6;
    border: 2px solid rgba(31, 95, 213, 0.20);
    position: relative;
    flex: 0 0 auto;
}

.mawada-home .mawada-member-card__online {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    border: 2px solid #fff;
}

.mawada-home .mawada-member-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mawada-home .mawada-member-card__name {
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 6px;
    color: #111827;
}

.mawada-home .mawada-member-card__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #6b7280;
    font-size: 0.82rem;
    margin-bottom: 4px;
}

.mawada-home .mawada-member-card__info {
    min-width: 0;
}

.mawada-home .mawada-member-card__sub {
    color: #6b7280;
    font-size: 0.82rem;
    min-height: 22px;
}

.mawada-home .mawada-member-card__actions {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mawada-home .mawada-member-card__actions .icon {
    width: 30px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.08);
    color: rgba(17, 24, 39, 0.70);
    font-size: 0.85rem;
}

.mawada-home .mawada-member-card__actions .icon--primary {
    background: rgba(31, 95, 213, 0.95);
    color: #fff;
}


.mawada-profile-header {
    position: relative;
}

.mawada-profile-header--premium {
    background: #fff;
}

.mawada-premium-strip {
    margin: -24px -24px 18px;
    height: 54px;
    background:
        linear-gradient(0deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06)),
        linear-gradient(90deg, #f59e0b 0%, #eaa015 45%, #f59e0b 100%);
    position: relative;
}

.mawada-premium-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='54' viewBox='0 0 240 54'%3E%3Cg%3E%3Cpath fill='%23fff1c1' fill-opacity='0.35' d='M24 18l3.2 7 7.6.8-5.8 5.1 1.7 7.6-6.7-4-6.7 4 1.7-7.6-5.8-5.1 7.6-.8z'/%3E%3Cpath fill='%23fff1c1' fill-opacity='0.25' d='M62 10l2.5 5.4 5.8.6-4.4 3.9 1.3 5.8-5.2-3.1-5.2 3.1 1.3-5.8-4.4-3.9 5.8-.6z'/%3E%3Cpath fill='%23fff1c1' fill-opacity='0.32' d='M102 20l2.9 6.3 6.8.7-5.2 4.6 1.5 6.8-6-3.6-6 3.6 1.5-6.8-5.2-4.6 6.8-.7z'/%3E%3Cpath fill='%23fff1c1' fill-opacity='0.24' d='M144 12l2.5 5.4 5.8.6-4.4 3.9 1.3 5.8-5.2-3.1-5.2 3.1 1.3-5.8-4.4-3.9 5.8-.6z'/%3E%3Cpath fill='%23fff1c1' fill-opacity='0.35' d='M186 18l3.2 7 7.6.8-5.8 5.1 1.7 7.6-6.7-4-6.7 4 1.7-7.6-5.8-5.1 7.6-.8z'/%3E%3Cpath fill='%23fff1c1' fill-opacity='0.20' d='M216 8l2.1 4.7 5 .5-3.8 3.3 1.1 5-4.5-2.6-4.5 2.6 1.1-5-3.8-3.3 5-.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 240px 54px;
    background-position: center;
    opacity: 0.85;
}

.mawada-premium-strip__content {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    color: #fff;
    justify-content: flex-start;
    direction: ltr;
}

.mawada-premium-strip__rating {
    display: inline-flex;
    gap: 3px;
    color: #fff1c1;
    font-size: 0.95rem;
}

.mawada-premium-strip__label {
    font-weight: 900;
    font-size: 0.95rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.mawada-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    margin-inline-start: 8px;
    color: #7c2d12;
    background: rgba(245, 158, 11, 0.18);
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.mawada-badge-premium i {
    color: #f59e0b;
}

.mawada-search .member-row--premium {
    position: relative;
    border: 1px solid rgba(245, 158, 11, 0.30);
    background:
        radial-gradient(circle at 20% 30%, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0) 50%),
        linear-gradient(135deg, #ffffff 0%, #fff9ee 100%);
}

.mawada-search .member-row--premium::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='70' viewBox='0 0 240 70'%3E%3Cg%3E%3Cpath fill='%23f59e0b' fill-opacity='0.30' d='M24 18l2.6 5.7 6.2.6-4.7 4.1 1.4 6.2-5.5-3.3-5.5 3.3 1.4-6.2-4.7-4.1 6.2-.6z'/%3E%3Cpath fill='%23f59e0b' fill-opacity='0.22' d='M66 30l2.1 4.6 5 .5-3.8 3.3 1.1 5-4.4-2.6-4.4 2.6 1.1-5-3.8-3.3 5-.5z'/%3E%3Cpath fill='%23f59e0b' fill-opacity='0.28' d='M110 14l2.4 5.2 5.6.6-4.3 3.8 1.3 5.6-5-3-5 3 1.3-5.6-4.3-3.8 5.6-.6z'/%3E%3Cpath fill='%23f59e0b' fill-opacity='0.22' d='M156 26l2.1 4.6 5 .5-3.8 3.3 1.1 5-4.4-2.6-4.4 2.6 1.1-5-3.8-3.3 5-.5z'/%3E%3Cpath fill='%23f59e0b' fill-opacity='0.30' d='M200 18l2.6 5.7 6.2.6-4.7 4.1 1.4 6.2-5.5-3.3-5.5 3.3 1.4-6.2-4.7-4.1 6.2-.6z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 240px 70px;
    background-position: center;
    opacity: 0.75;
}

.mawada-search .member-row--premium .member-badge {
    background: rgba(245, 158, 11, 0.95);
}

.mawada-blog-card {
    display: flex;
    gap: 18px;
    align-items: stretch;
    flex-direction: row !important;
    direction: rtl !important;
}

.mawada-blog-card__media {
    width: 240px;
    flex: 0 0 auto;
    background: rgba(17, 24, 39, 0.04);
    order: 1 !important;
}

.mawada-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mawada-blog-card__media-placeholder {
    width: 100%;
    height: 100%;
}

.mawada-blog-card__body {
    padding: 18px 18px;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2 !important;
}

.mawada-blog-card__title {
    font-weight: 900;
    color: var(--mawada-text);
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.mawada-blog-card__excerpt {
    color: rgba(17, 24, 39, 0.68);
    font-weight: 600;
    line-height: 1.85;
    margin-bottom: 12px;
}

.mawada-blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mawada-blog-card__date {
    color: #0ea5e9;
    font-weight: 800;
    font-size: 0.95rem;
}

.mawada-blog-card__more {
    color: #e11d48;
    font-weight: 900;
    text-decoration: none;
}

.mawada-blog-card__more:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .mawada-blog-card {
        flex-direction: column;
    }
    .mawada-blog-card__media {
        width: 100%;
        height: 190px;
    }
}


@media (max-width: 1199px) {
    .mawada-home .mawada-members-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .mawada-home .mawada-members-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .mawada-home .mawada-members-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .mawada-blog-feature__wrap {
        min-height: 0;
    }
    .mawada-blog-feature__image {
        width: 100%;
    }
    .mawada-blog-feature__card {
        position: static;
        transform: none;
        width: 100%;
        max-width: none;
        margin-top: -32px;
    }
}

@media (max-width: 767px) {
    .mawada-story {
        flex-direction: column;
    }
    .mawada-story .thumb,
    .mawada-story .content {
        width: 100%;
    }
    .mawada-story .thumb {
        height: 160px;
    }
}
