:root {
    --sarie-primary: #0cbaa4;
    --sarie-primary-dark: #078d7b;
    --sarie-navy: #2e3e4e;
    --sarie-navy-deep: #183440;
    --sarie-soft: #edf8f6;
    --sarie-border: #d9e9e6;
    --sarie-text: #263842;
    --sarie-muted: #718189;
}

html,
body,
button,
input,
textarea,
select {
    font-family: "Cairo", sans-serif !important;
}

body {
    color: var(--sarie-text);
    background: #f7fbfa;
}

/* =========================
   الهيدر بعرض كامل الصفحة
========================= */
.navbar-top,
header,
.navbar-bottom {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.navbar-top {
    background: var(--sarie-navy-deep) !important;
}

header {
    border-bottom: 1px solid rgba(12, 186, 164, .12);
    background: #eff9ff !important;
    box-shadow: 0 8px 24px rgba(26, 55, 63, .06);
}

.navbar-bottom {
    background: #eff9ff !important;
}

.navbar-top .container,
.navbar-bottom .container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 52px !important;
    padding-left: 52px !important;
}

.navbar-top-wrapper {
    min-height: 43px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.navbar-top .mode--toggle {
    display: none !important;
}

.navbar-top .top-padding {
    padding: 0 !important;
}

.navbar-top .tel-link,
.navbar-top .topbar-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.9) !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.navbar-top .tel-link:hover,
.navbar-top .topbar-link:hover {
    color: #a8fff2 !important;
}

.navbar-top .tel-link i,
.navbar-top .topbar-link .material-icons {
    color: #a8fff2 !important;
    font-size: 17px;
}

.navbar-bottom-wrapper {
    width: 100% !important;
    min-height: 88px;
    display: flex !important;
    align-items: center;
    gap: 28px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.navbar-bottom-wrapper .logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 185px;
}

.navbar-bottom-wrapper .logo img {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 58px;
    object-fit: contain;
}

.navbar-bottom-wrapper .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 7px;
    padding: 0 !important;
    margin: 0 auto !important;
}

.navbar-bottom-wrapper .menu li {
    margin: 0 !important;
}

.navbar-bottom-wrapper .menu li a {
    position: relative;
    display: block;
    padding: 12px 14px;
    color: #40555e !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.navbar-bottom-wrapper .menu li a::after {
    position: absolute;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: var(--sarie-primary);
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transition: .2s ease;
}

.navbar-bottom-wrapper .menu li a:hover,
.navbar-bottom-wrapper .menu li a.active {
    color: var(--sarie-primary-dark) !important;
}

.navbar-bottom-wrapper .menu li a:hover::after,
.navbar-bottom-wrapper .menu li a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar-bottom-wrapper > .cmn--btn {
    min-height: 45px;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--sarie-primary), var(--sarie-primary-dark)) !important;
    box-shadow: 0 10px 20px rgba(12, 186, 164, .22);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.navbar-bottom-wrapper > .cmn--btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sarie-primary-dark), #056f61) !important;
    transform: translateY(-2px);
}

.nav-toggle {
    width: 43px;
    height: 43px;
    padding: 8px;
    border: 1px solid var(--sarie-border);
    border-radius: 11px;
    background: #fff;
}

.nav-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 4px auto !important;
    background: var(--sarie-navy) !important;
}

/* =========================
   النشرة البريدية
========================= */
.subscribe-newsletter {
    padding: 65px 0 !important;
    background: #edf8f6 !important;
}

.subscribe-newsletter .row {
    align-items: center;
    padding: 34px 38px;
    border: 1px solid rgba(12,186,164,.15);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(23, 60, 68, .07);
}

.subscribe-newsletter h3 {
    color: var(--sarie-navy) !important;
    font-size: 24px;
    font-weight: 800;
    text-transform: none !important;
}

.subscribe-newsletter p {
    color: var(--sarie-muted) !important;
    font-size: 13px;
}

.subscribe-newsletter .form-control {
    height: 51px;
    border: 1px solid var(--sarie-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.subscribe-newsletter .subscribe-btn {
    min-width: 120px;
    height: 51px;
    border-radius: 12px !important;
    background: var(--sarie-primary) !important;
    font-weight: 800;
}

/* =========================
   الفوتر — ترتيب كامل وواضح
========================= */
footer {
    direction: rtl !important;
    overflow: hidden;
    color: rgba(255,255,255,.78);
    background:
        radial-gradient(circle at 10% 5%, rgba(12,186,164,.18), transparent 30%),
        linear-gradient(135deg, #17303b, #1d3c47) !important;
}

footer .main-footer {
    background: transparent !important;
}

footer .footer-top {
    padding: 62px 0 45px !important;
}

footer .footer__wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
}

footer .footer__wrapper-widget {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer .footer__wrapper-widget:nth-child(1) {
    flex: 1.8 1 250px !important;
}

footer .footer__wrapper-widget:nth-child(2) {
    flex: 1.15 1 165px !important;
}

footer .footer__wrapper-widget:nth-child(3),
footer .footer__wrapper-widget:nth-child(4),
footer .footer__wrapper-widget:nth-child(5) {
    flex: 1 1 175px !important;
}

/* الشعار والوصف */
footer .footer__wrapper .logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px !important;
    padding: 10px 14px;
    border-radius: 13px;
    background: rgba(255,255,255,.97);
}

footer .footer__wrapper .logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
}

footer .app-btns {
    display: none !important;
}

footer .footer__wrapper-widget:first-child .cont > p {
    display: none !important;
}

footer .footer__wrapper-widget:first-child .cont::after {
    display: block;
    max-width: 300px;
    color: rgba(255,255,255,.78);
    content: "سريع للخدمات منصة موثوقة تجمع احتياجاتك وخدماتك في مكان واحد، بتجربة أسرع وأسهل.";
    font-size: 13px;
    line-height: 2;
}

/* روابط الموقع */
footer .footer__wrapper-widget:nth-child(2)::before {
    display: block;
    margin: 5px 0 18px;
    color: #fff;
    content: "روابط الموقع";
    font-size: 15px;
    font-weight: 800;
}

footer .footer__wrapper-link {
    padding: 0 !important;
    margin: 0 !important;
}

footer .footer__wrapper-link li {
    margin: 0 0 11px !important;
}

footer .footer__wrapper-link li a {
    display: inline-block !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1.8 !important;
    text-decoration: none;
    white-space: normal;
}

footer .footer__wrapper-link li a::after {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 600;
}

footer .footer__wrapper-link li a:hover::after {
    color: #b9fff4;
}

footer .footer__wrapper-link li:nth-child(1) a::after { content: "الرئيسية"; }
footer .footer__wrapper-link li:nth-child(2) a::after { content: "تواصل معنا"; }
footer .footer__wrapper-link li:nth-child(3) a::after { content: "من نحن"; }
footer .footer__wrapper-link li:nth-child(4) a::after { content: "الشروط والأحكام"; }
footer .footer__wrapper-link li:nth-child(5) a::after { content: "سياسة الخصوصية"; }
footer .footer__wrapper-link li:nth-child(6) a::after { content: "سياسة الإلغاء"; }
footer .footer__wrapper-link li:nth-child(7) a::after { content: "سياسة الاسترجاع"; }

/* بطاقات الاتصال */
footer .footer__wrapper-contact {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 11px;
    align-items: start;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
}

footer .footer__wrapper-contact .icon {
    display: none !important;
}

footer .footer__wrapper-contact::before {
    display: flex;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #bafff4;
    background: rgba(12,186,164,.20);
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

footer .footer__wrapper-widget:nth-child(3) .footer__wrapper-contact::before {
    content: "✉";
}

footer .footer__wrapper-widget:nth-child(4) .footer__wrapper-contact::before {
    content: "☎";
}

footer .footer__wrapper-widget:nth-child(5) .footer__wrapper-contact::before {
    content: "⌖";
}

footer .footer__wrapper-contact h6 {
    grid-column: 2;
    margin: 2px 0 3px !important;
    color: rgba(255,255,255,.60) !important;
    font-size: 11px !important;
    font-weight: 600;
}

footer .footer__wrapper-contact a,
footer .footer__wrapper-contact p,
footer .footer__wrapper-contact li {
    grid-column: 2;
    margin: 0 !important;
    color: rgba(255,255,255,.90) !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-decoration: none;
}

footer .footer__wrapper-contact a[href^="tel:"],
footer .footer__wrapper-contact a[href^="mailto:"] {
    direction: ltr;
    text-align: right;
    white-space: nowrap;
}

footer .footer__wrapper-contact a:hover {
    color: #bafff4 !important;
}

/* أسفل الفوتر */
footer .footer-bottom {
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
    border-top: 1px solid rgba(255,255,255,.10);
    color: transparent !important;
    background: rgba(0,0,0,.13) !important;
    font-size: 0 !important;
    text-align: center;
}

footer .footer-bottom::before {
    color: rgba(255,255,255,.74);
    content: "جميع الحقوق محفوظة © 2026 سريع للخدمات";
    font-size: 12px;
    font-weight: 600;
}

/* =========================
   تجاوب الشاشات
========================= */
@media (max-width: 1199px) {
    footer .footer__wrapper {
        flex-wrap: wrap !important;
    }

    footer .footer__wrapper-widget:nth-child(1) {
        flex: 1 1 42% !important;
    }

    footer .footer__wrapper-widget:nth-child(2) {
        flex: 1 1 24% !important;
    }

    footer .footer__wrapper-widget:nth-child(3),
    footer .footer__wrapper-widget:nth-child(4),
    footer .footer__wrapper-widget:nth-child(5) {
        flex: 1 1 27% !important;
    }
}

@media (max-width: 991px) {
    .navbar-top .container,
    .navbar-bottom .container {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .navbar-bottom-wrapper {
        min-height: 76px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .navbar-bottom-wrapper .menu {
        order: 10;
        width: 100%;
        margin: 0 0 14px !important;
        padding: 10px !important;
        border: 1px solid var(--sarie-border);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 13px 28px rgba(24,56,64,.09);
    }

    .navbar-bottom-wrapper .menu li a {
        border-radius: 9px;
    }

    .navbar-bottom-wrapper .menu li a::after {
        display: none;
    }

    .navbar-bottom-wrapper .menu li a:hover,
    .navbar-bottom-wrapper .menu li a.active {
        background: var(--sarie-soft);
    }

    footer .footer__wrapper-widget:nth-child(1),
    footer .footer__wrapper-widget:nth-child(2),
    footer .footer__wrapper-widget:nth-child(3),
    footer .footer__wrapper-widget:nth-child(4),
    footer .footer__wrapper-widget:nth-child(5) {
        flex: 1 1 calc(50% - 14px) !important;
    }
}

@media (max-width: 575px) {
    .navbar-top .container,
    .navbar-bottom .container {
        padding-right: 17px !important;
        padding-left: 17px !important;
    }

    .navbar-bottom-wrapper .logo img {
        max-width: 140px;
        max-height: 48px;
    }

    .navbar-bottom-wrapper > .cmn--btn {
        display: none;
    }

    .subscribe-newsletter {
        padding: 42px 0 !important;
    }

    .subscribe-newsletter .row {
        padding: 26px 20px;
    }

    .subscribe-newsletter .input-group {
        flex-direction: column;
        gap: 10px;
    }

    .subscribe-newsletter .input-group-append,
    .subscribe-newsletter .subscribe-btn {
        width: 100%;
    }

    footer .footer-top {
        padding: 47px 0 35px !important;
    }

    footer .footer__wrapper {
        gap: 23px !important;
    }

    footer .footer__wrapper-widget:nth-child(1),
    footer .footer__wrapper-widget:nth-child(2),
    footer .footer__wrapper-widget:nth-child(3),
    footer .footer__wrapper-widget:nth-child(4),
    footer .footer__wrapper-widget:nth-child(5) {
        flex: 1 1 100% !important;
    }
}

/* ==========================================================
   SARIE SERVICES — Dynamic Pages / Privacy Policy
========================================================== */

/* رأس صفحات: سياسة الخصوصية، الشروط، من نحن */
.page-header {
    position: relative !important;
    overflow: hidden !important;
    min-height: 230px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 26px 0 0 !important;
    padding: 45px 30px !important;
    border: 0 !important;
    border-radius: 24px !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.16), transparent 25%),
        radial-gradient(circle at 90% 88%, rgba(255,255,255,.10), transparent 26%),
        linear-gradient(135deg, #1d3b47 0%, #2e3e4e 52%, #078d7b 100%) !important;
}

.page-header::before {
    position: absolute;
    top: -135px;
    right: -85px;
    width: 310px;
    height: 310px;
    border: 48px solid rgba(255,255,255,.08);
    border-radius: 50%;
    content: "";
}

.page-header::after {
    position: absolute;
    bottom: -115px;
    left: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,.055);
    content: "";
}

.page-header .title {
    position: relative !important;
    z-index: 2 !important;
    max-width: 850px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(28px, 4vw, 43px) !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    text-transform: none !important;
}

/* الحاوية الرئيسية للمحتوى القانوني */
.dynamic-page-wrapper {
    direction: rtl !important;
    max-width: 1080px !important;
    margin: 38px auto 76px !important;
    padding: 48px 52px !important;
    border: 1px solid rgba(12,186,164,.15) !important;
    border-radius: 24px !important;
    color: #364951 !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(24,58,65,.08) !important;
    font-size: 15px !important;
    line-height: 2.15 !important;
    text-align: right !important;
}

/* عنوان تمهيدي أعلى المحتوى */
.dynamic-page-wrapper::before {
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 7px 13px;
    border-radius: 100px;
    color: #078d7b;
    background: #e9f9f6;
    content: "سريع للخدمات — الشفافية وحماية البيانات";
    font-size: 12px;
    font-weight: 800;
}

/* العناوين */
.dynamic-page-wrapper h1,
.dynamic-page-wrapper h2,
.dynamic-page-wrapper h3,
.dynamic-page-wrapper h4,
.dynamic-page-wrapper h5,
.dynamic-page-wrapper h6 {
    position: relative;
    margin-top: 34px !important;
    margin-bottom: 15px !important;
    padding-right: 16px;
    color: #2e3e4e !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
}

.dynamic-page-wrapper h1 {
    font-size: 29px !important;
}

.dynamic-page-wrapper h2 {
    font-size: 23px !important;
}

.dynamic-page-wrapper h3 {
    font-size: 19px !important;
}

.dynamic-page-wrapper h1::before,
.dynamic-page-wrapper h2::before,
.dynamic-page-wrapper h3::before,
.dynamic-page-wrapper h4::before,
.dynamic-page-wrapper h5::before,
.dynamic-page-wrapper h6::before {
    position: absolute;
    top: .42em;
    right: 0;
    width: 5px;
    height: 1.2em;
    border-radius: 10px;
    background: linear-gradient(180deg, #0cbaa4, #078d7b);
    content: "";
}

/* النصوص والقوائم */
.dynamic-page-wrapper p {
    margin: 0 0 18px !important;
    color: #64757c !important;
    font-size: 15px !important;
    line-height: 2.15 !important;
}

.dynamic-page-wrapper ul,
.dynamic-page-wrapper ol {
    margin: 18px 0 24px !important;
    padding-right: 23px !important;
    padding-left: 0 !important;
}

.dynamic-page-wrapper li {
    position: relative;
    margin-bottom: 11px !important;
    padding-right: 5px;
    color: #52656d !important;
    line-height: 2 !important;
}

.dynamic-page-wrapper ul li::marker {
    color: #0cbaa4;
}

.dynamic-page-wrapper ol li::marker {
    color: #078d7b;
    font-weight: 800;
}

/* الروابط */
.dynamic-page-wrapper a {
    color: #078d7b !important;
    font-weight: 800;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(12,186,164,.55);
}

.dynamic-page-wrapper a:hover {
    color: #056f61 !important;
    border-bottom-color: #056f61;
}

/* الجداول إن وجدت */
.dynamic-page-wrapper table {
    width: 100% !important;
    margin: 22px 0 !important;
    overflow: hidden;
    border: 1px solid #deebe8 !important;
    border-radius: 14px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.dynamic-page-wrapper table th {
    color: #fff !important;
    background: #2e3e4e !important;
    font-weight: 800;
}

.dynamic-page-wrapper table th,
.dynamic-page-wrapper table td {
    padding: 13px 15px !important;
    border-color: #e3efed !important;
    text-align: right !important;
    vertical-align: top !important;
}

.dynamic-page-wrapper table td {
    color: #5c6d74 !important;
    background: #fff !important;
}

/* اقتباسات أو تنبيهات */
.dynamic-page-wrapper blockquote {
    margin: 24px 0 !important;
    padding: 18px 20px !important;
    border-right: 4px solid #0cbaa4 !important;
    border-radius: 0 14px 14px 0 !important;
    color: #42605f !important;
    background: #edf8f6 !important;
}

/* الهاتف */
@media (max-width: 767px) {
    .page-header {
        min-height: 185px !important;
        margin-top: 15px !important;
        border-radius: 17px !important;
    }

    .dynamic-page-wrapper {
        margin: 25px auto 48px !important;
        padding: 30px 22px !important;
        border-radius: 18px !important;
        font-size: 14px !important;
    }

    .dynamic-page-wrapper p {
        font-size: 14px !important;
    }

    .dynamic-page-wrapper h1 {
        font-size: 24px !important;
    }

    .dynamic-page-wrapper h2 {
        font-size: 20px !important;
    }
}

/* رابط حقوق سريع تك */
footer .footer-bottom {
    color: rgba(255,255,255,.74) !important;
    font-size: 12px !important;
}

footer .footer-bottom::before {
    display: none !important;
    content: none !important;
}

footer .sarie-rights-text {
    color: rgba(255,255,255,.74) !important;
    font-size: 12px !important;
    font-weight: 600;
}

footer .sarie-tech-rights {
    color: #bafff4 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: color .2s ease, text-decoration-color .2s ease;
}

footer .sarie-tech-rights:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* SARIE-NETWORK-START */
footer .sarie-network {
    position: relative;
    padding: 46px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .10);
    direction: rtl;
}

footer .sarie-network__head {
    max-width: 680px;
    margin: 0 auto 27px;
    text-align: center;
}

footer .sarie-network__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 12px;
    border: 1px solid rgba(186, 255, 244, .24);
    border-radius: 100px;
    color: #bafff4;
    background: rgba(12, 186, 164, .12);
    font-size: 11px;
    font-weight: 800;
}

footer .sarie-network__head h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

footer .sarie-network__head p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .70);
    font-size: 13px;
    line-height: 1.9;
}

footer .sarie-network__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

footer .sarie-network__card {
    display: flex;
    min-width: 0;
    min-height: 206px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    color: #fff !important;
    background: rgba(255, 255, 255, .055);
    text-align: center;
    text-decoration: none !important;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

footer .sarie-network__card:hover {
    border-color: rgba(186, 255, 244, .50);
    color: #fff !important;
    background: rgba(12, 186, 164, .16);
    transform: translateY(-5px);
}

footer .sarie-network__logo {
    display: flex;
    width: 100%;
    height: 76px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    padding: 8px 12px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .96);
}

footer .sarie-network__logo img {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 58px;
    object-fit: contain;
}

footer .sarie-network__logo--host img {
    max-width: 150px;
}

footer .sarie-network__name {
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer .sarie-network__desc {
    display: block;
    min-height: 42px;
    color: rgba(255, 255, 255, .70);
    font-size: 11px;
    line-height: 1.8;
}

footer .sarie-network__visit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 9px;
    color: #bafff4;
    font-size: 11px;
    font-weight: 800;
}

footer .sarie-network__visit i {
    font-size: 15px;
}

@media (max-width: 991px) {
    footer .sarie-network__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    footer .sarie-network {
        padding: 38px 0 34px;
    }

    footer .sarie-network__head h3 {
        font-size: 19px;
    }

    footer .sarie-network__grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    footer .sarie-network__card {
        min-height: 184px;
    }
}
/* SARIE-NETWORK-END */


/* SARIE-COMPANIES-START */
footer .sarie-companies {
    direction: rtl;
    padding: 48px 0 44px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.12);
}

footer .sarie-companies__heading {
    max-width: 700px;
    margin: 0 auto 28px;
    text-align: center;
}

footer .sarie-companies__heading > span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 13px;
    border: 1px solid rgba(186,255,244,.25);
    border-radius: 100px;
    color: #bafff4;
    background: rgba(12,186,164,.12);
    font-size: 11px;
    font-weight: 800;
}

footer .sarie-companies__heading h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

footer .sarie-companies__heading p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.9;
}

footer .sarie-companies__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

footer .sarie-company-card {
    display: flex;
    min-width: 0;
    min-height: 214px;
    flex-direction: column;
    align-items: center;
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    color: #fff !important;
    background: rgba(255,255,255,.055);
    text-align: center;
    text-decoration: none !important;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

footer .sarie-company-card:hover {
    border-color: rgba(186,255,244,.55);
    color: #fff !important;
    background: rgba(12,186,164,.16);
    transform: translateY(-5px);
}

footer .sarie-company-logo {
    display: flex;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    padding: 8px 12px;
    border-radius: 13px;
    background: rgba(255,255,255,.97);
}

footer .sarie-company-logo img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 62px;
    object-fit: contain;
}

footer .sarie-company-card strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

footer .sarie-company-card > span {
    display: block;
    min-height: 40px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.8;
}

footer .sarie-company-card small {
    display: block;
    margin-top: auto;
    padding-top: 10px;
    color: #bafff4;
    font-size: 11px;
    font-weight: 800;
}

footer .sarie-company-logo--host {
    gap: 9px;
}

footer .sarie-company-logo--host img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

footer .sarie-company-logo--host b {
    color: #1d3c47;
    font-size: 18px;
    font-weight: 800;
}

footer .sarie-company-logo--host em {
    color: #0cbaa4;
    font-style: normal;
}

@media (max-width: 991px) {
    footer .sarie-companies__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    footer .sarie-companies {
        padding: 39px 0 35px;
    }

    footer .sarie-companies__heading h3 {
        font-size: 20px;
    }

    footer .sarie-companies__grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    footer .sarie-company-card {
        min-height: 190px;
    }
}
/* SARIE-COMPANIES-END */
