/* ===================================================================
   NEW TEMPLATE (site.template = 'new') — All section styles
    * Web - App saudiiwaa & Odoo
    *
    * PHP version >= 8.3
    *
    * @category  PHP
    * @package   AppSaudiiwaa
    * @author    Mahmoud Salama <m.salama2003@icloud.com>
    * @copyright 2026 - Mahmoud Salama
    * @license   Exclusively sold on only Call Me
    * @link      https://mahmoudsalama.net/
    * @phone     +966566366464 - +201111202057
    * @version   4.0.1
    *
    إيواء السعودية - الملف الثاني للتنسيقات
   ============================================ */
/* ---- Shared Utilities ---- */
.nt-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-a10);
    color: var(--primary, #d1162b);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.nt-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text, #111);
    margin: 0 0 10px;
    line-height: 1.25;
}
.nt-section-sub {
    font-size: 15px;
    color: var(--text-muted, #666);
    margin: 0;
    line-height: 1.7;
}
.nt-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.nt-section-head.text-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.nt-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary, #d1162b);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border-color .2s;
}
.nt-link-btn:hover { border-color: var(--primary, #d1162b); }

/* ---- New Template: Header ---- */
.nt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--header-bg, #fff);
    border-bottom: 1px solid var(--border, rgba(0,0,0,.08));
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.nt-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 24px;
}
.nt-header__logo img { height: 44px; }
.nt-header__nav {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nt-header__nav a {
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text, #111);
    text-decoration: none;
    border-radius: 8px;
    transition: background .18s, color .18s;
}
.nt-header__nav a:hover,
.nt-header__nav a.active {
    background: var(--primary-a08);
    color: var(--primary, #d1162b);
}
.nt-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nt-header__icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border, rgba(0,0,0,.12));
    background: transparent;
    color: var(--text, #111);
    font-size: 15px;
    cursor: pointer;
    transition: background .18s, color .18s;
}
.nt-header__icon-btn:hover {
    background: var(--primary, #d1162b);
    color: #fff;
    border-color: var(--primary, #d1162b);
}

/* ---- New Hero ---- */
.nt-hero {
    padding: 120px 0 0;
    background: var(--bg, #fff);
    overflow: hidden;
}

/* Title */
.nt-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    color: var(--text, #111);
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-style: normal;
}
.nt-hero__accent {
    color: var(--nt-orange, #f06b1d);
    font-style: normal;
}

/* Features row with connecting line + dots */
.nt-hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 680px;
    margin: 0 auto 44px;
    position: relative;
}
.nt-hero__features::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 16.667%;
    right: 16.667%;
    height: 2px;
    background: #ddd;
    z-index: 0;
}
[data-theme="dark"] .nt-hero__features::before { background: rgba(255,255,255,.15); }
.nt-hero__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: relative;
    padding: 0 8px;
}
.nt-hero__feat-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--nt-orange, #f06b1d);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(240,107,29,.15);
}
.nt-hero__feat span {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-muted, #555);
    text-align: center;
    line-height: 1.45;
}

/* Full-width image box */
.nt-hero__imgbox {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    line-height: 0;
}
.nt-hero__photo {
    width: 100%;
    height: clamp(260px, 38vw, 460px);
    object-fit: cover;
    display: block;
}
.nt-hero__photo-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #e8e8e8, #d4d4d4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: #bbb;
    border-radius: 16px 16px 0 0;
}

/* CTA button — bottom inline-end (visual LEFT in RTL) */
.nt-hero__cta {
    position: absolute;
    bottom: 24px;
    inset-inline-end: 24px;
    background: var(--nt-orange, #f06b1d);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 26px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 22px rgba(var(--primary-rgb, 240,107,29),.35);
    transition: transform .2s, box-shadow .2s;
    line-height: 1;
}
.nt-hero__cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(var(--primary-rgb, 240,107,29),.45);
}

/* Experience badge — bottom inline-start (visual RIGHT in RTL) */
.nt-hero__xp {
    position: absolute;
    bottom: 24px;
    inset-inline-start: 24px;
    background: rgba(255,255,255,.96);
    padding: 14px 22px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 24px rgba(0,0,0,.14);
    backdrop-filter: blur(6px);
    line-height: 1;
}
.nt-hero__xp-num {
    font-size: 30px;
    font-weight: 900;
    color: #111;
    display: block;
    line-height: 1.1;
}
.nt-hero__xp-lbl {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: block;
    margin-top: 4px;
}

@media (max-width: 640px) {
    .nt-hero { padding: 106px 0 0; }
    .nt-hero__title { font-size: clamp(1.7rem, 6vw, 2.4rem); margin-bottom: 28px; }
    .nt-hero__features { max-width: 100%; }
    .nt-hero__feat span { font-size: 11.5px; }
    .nt-hero__cta { font-size: 13px; padding: 10px 18px; bottom: 16px; inset-inline-end: 16px; }
    .nt-hero__xp { padding: 10px 16px; bottom: 16px; inset-inline-start: 16px; }
    .nt-hero__xp-num { font-size: 22px; }
}
body.has-trial-banner .nt-hero { padding-top: 124px; }

/* ---- Quote Request Section ---- */
.nt-quote {
    padding: 80px 0;
    background: var(--bg-alt, #f8f8f8);
}
.nt-quote__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.nt-quote__title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text, #111);
    margin: 0 0 12px;
}
.nt-quote__sub {
    color: var(--text-muted, #666);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
}
.nt-quote__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nt-quote__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text, #333);
}
.nt-quote__features li i {
    color: var(--primary, #d1162b);
    font-size: 16px;
    flex-shrink: 0;
}
.nt-quote__form-wrap {
    background: var(--card-bg, #fff);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
.nt-quote__form { display: flex; flex-direction: column; gap: 16px; }
.nt-quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nt-quote__field { display: flex; flex-direction: column; gap: 6px; }
.nt-quote__field label { font-size: 13px; font-weight: 700; color: var(--text, #333); }
.nt-quote__field label span { color: var(--primary, #d1162b); }
.nt-quote__field input,
.nt-quote__field select,
.nt-quote__field textarea {
    padding: 10px 14px;
    border: 1.5px solid var(--border, #e0e0e0);
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    background: var(--input-bg, #fafafa);
    color: var(--text, #111);
    transition: border-color .2s, box-shadow .2s;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.nt-quote__field input:focus,
.nt-quote__field select:focus {
    border-color: var(--primary, #d1162b);
    box-shadow: 0 0 0 3px var(--primary-a10);
    background: var(--bg, #fff);
}
.nt-quote__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primary, #d1162b);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    width: 100%;
    font-family: inherit;
}
.nt-quote__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px var(--primary-a30);
}
.nt-quote__msg {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
}
.nt-quote__msg--ok  { background: #e6f9e6; color: #1a7a1a; }
.nt-quote__msg--err { background: #fde8e8; color: #c00; }
[data-theme="dark"] .nt-quote__msg--ok  { background: #1a3d1a; color: #7dda7d; }
[data-theme="dark"] .nt-quote__msg--err { background: #3d1a1a; color: #da7d7d; }
@media (max-width: 800px) {
    .nt-quote__inner { grid-template-columns: 1fr; }
    .nt-quote__row { grid-template-columns: 1fr; }
}

/* ---- Quote Style 2: Horizontal Bar ---- */
.nt-quote--bar {
    padding: 60px 0;
    background: var(--bg-alt, #f5f5f5);
}
[data-theme="dark"] .nt-quote--bar { background: var(--bg-alt, #111); }

.nt-quote-bar__card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 40px 32px;
    box-shadow: 0 6px 32px rgba(0,0,0,.09);
}
[data-theme="dark"] .nt-quote-bar__card {
    background: #1e1e1e;
    box-shadow: 0 6px 32px rgba(0,0,0,.3);
}

/* Five equal-width fields in one row */
.nt-quote-bar__fields {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.nt-quote-bar__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.nt-quote-bar__field label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text, #333);
}
[data-theme="dark"] .nt-quote-bar__field label { color: #ccc; }
.nt-quote-bar__field label span { color: var(--primary, #d1162b); }

.nt-quote-bar__field input,
.nt-quote-bar__field select {
    height: 44px;
    padding: 0 14px;
    border: 1.5px solid var(--border, #e0e0e0);
    border-radius: 10px;
    font-size: 13.5px;
    font-family: inherit;
    background: var(--bg, #fff);
    color: var(--text, #111);
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
}
[data-theme="dark"] .nt-quote-bar__field input,
[data-theme="dark"] .nt-quote-bar__field select {
    background: #262626;
    border-color: rgba(255,255,255,.12);
    color: #e8eaed;
}
.nt-quote-bar__field input:focus,
.nt-quote-bar__field select:focus {
    border-color: var(--primary, #d1162b);
    box-shadow: 0 0 0 3px var(--primary-a10);
}
.nt-quote-bar__field input::placeholder { color: #aaa; }

/* Bottom row: message + centered button */
.nt-quote-bar__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.nt-quote-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primary, #d1162b);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 13px 48px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: filter .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 18px var(--primary-a30, rgba(209,22,43,.3));
}
.nt-quote-bar__btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--primary-a30, rgba(209,22,43,.35));
}

/* Bottom row: city + services + button */
.nt-quote-bar__bottom-row {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
.nt-quote-bar__bottom-city {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.nt-quote-bar__bottom-city label,
.nt-quote-bar__bottom-svc > label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text, #333);
}
[data-theme="dark"] .nt-quote-bar__bottom-city label,
[data-theme="dark"] .nt-quote-bar__bottom-svc > label { color: #ccc; }
.nt-quote-bar__bottom-city label span { color: var(--primary, #d1162b); }
.nt-quote-bar__bottom-city select {
    height: 44px;
    padding: 0 14px;
    border: 1.5px solid var(--border, #e0e0e0);
    border-radius: 10px;
    font-size: 13.5px;
    font-family: inherit;
    background: var(--bg, #fff);
    color: var(--text, #111);
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .18s;
}
[data-theme="dark"] .nt-quote-bar__bottom-city select {
    background: #262626;
    border-color: rgba(255,255,255,.12);
    color: #e8eaed;
}
.nt-quote-bar__bottom-city select:focus {
    border-color: var(--primary, #d1162b);
    box-shadow: 0 0 0 3px var(--primary-a10);
}
.nt-quote-bar__bottom-svc {
    flex: 2 1 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nt-quote-bar__svc-checks {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.nt-quote-bar__check-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text, #333);
    cursor: pointer;
}
[data-theme="dark"] .nt-quote-bar__check-label { color: #ccc; }

/* Tablet: 2–3 columns */
@media (max-width: 1024px) {
    .nt-quote-bar__fields { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
    .nt-quote-bar__fields { grid-template-columns: 1fr 1fr; }
    .nt-quote-bar__card { padding: 24px 20px 20px; }
    .nt-quote-bar__bottom-row {
        flex-direction: column;
        align-items: stretch;
    }
    .nt-quote-bar__bottom-city,
    .nt-quote-bar__bottom-svc {
        flex: 1 1 100%;
    }
    .nt-quote-bar__btn {
        width: 100%;
        padding: 13px 24px;
    }
}
@media (max-width: 480px) {
    .nt-quote-bar__fields { grid-template-columns: 1fr; }
    .nt-quote-bar__svc-checks { gap: 10px; }
}
/* ---- /Quote Style 2 ---- */

/* ---- Clients / Partners Carousel ---- */
.nt-clients {
    padding: 52px 0 44px;
    background: var(--bg, #fff);
}
.nt-clients__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.nt-clients__more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--primary, #f06b1d);
    text-decoration: none;
    border: 1.5px solid var(--primary, #f06b1d);
    padding: 8px 20px;
    border-radius: 50px;
    transition: background .2s, color .2s;
    white-space: nowrap;
}
.nt-clients__more-btn:hover {
    background: var(--primary, #f06b1d);
    color: #fff;
}
.nt-clients__slider-wrap {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 18px 0;
    overflow: hidden;
}
[data-theme="dark"] .nt-clients__slider-wrap { background: #1a1a1a; }
.nt-clients__nav {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.9);
    color: #666;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    transition: background .2s, color .2s, transform .15s;
    margin: 0 14px;
    position: relative;
    z-index: 2;
}
.nt-clients__nav:hover {
    background: var(--primary, #f06b1d);
    color: #fff;
    transform: scale(1.08);
}
[data-theme="dark"] .nt-clients__nav { background: rgba(255,255,255,.12); color: #ddd; }
.nt-clients__track {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.nt-clients__track::-webkit-scrollbar { display: none; }
.nt-clients__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    border-inline-end: 1px solid rgba(0,0,0,.08);
}
[data-theme="dark"] .nt-clients__item { border-inline-end-color: rgba(255,255,255,.07); }
.nt-clients__item img {
    max-width: 110px;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1) opacity(.55);
    transition: filter .3s, transform .3s;
    display: block;
}
.nt-clients__item:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.08);
}
.nt-clients__empty {
    padding: 20px 32px;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

/* ---- Services Carousel ---- */
.nt-services {
    padding: 80px 0 60px;
    background: #f5f5f5;
}
[data-theme="dark"] .nt-services { background: #161616; }

/* wrapper: relative so absolute arrows overlay the grid */
.nt-services__carousel {
    position: relative;
    margin-top: 36px;
    padding: 0 52px;
}

/* Arrow buttons — overlaid on sides */
.nt-services__nav {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #555;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
    transition: background .2s, color .2s, transform .15s;
    z-index: 2;
}
.nt-services__nav--prev { right: 0; }
.nt-services__nav--next { left: 0; }
.nt-services__nav:hover {
    background: var(--primary, #f06b1d);
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}
.nt-services__nav:disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}
[data-theme="dark"] .nt-services__nav { background: #2a2a2a; color: #ccc; }

/* Grid track — 4 equal columns by default */
.nt-services__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 8px 4px 16px;
}

/* Card */
.nt-services__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--text, #111);
    transition: transform .25s;
}
.nt-services__card:hover {
    transform: translateY(-5px);
    color: var(--text, #111);
}

/* Fixed image height — all cards identical */
.nt-services__img-wrap {
    border-radius: 18px;
    overflow: hidden;
    height: 300px;
    flex-shrink: 0;
    background: #fff;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
[data-theme="dark"] .nt-services__img-wrap { background: #242424; }
.nt-services__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}
.nt-services__card:hover .nt-services__photo { transform: scale(1.05); }
.nt-services__photo-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: var(--primary, #f06b1d);
    opacity: .28;
}

/* Text area */
.nt-services__body {
    padding: 0 6px;
    text-align: center;
}
.nt-services__name {
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.35;
    color: var(--text, #111);
}
.nt-services__desc {
    font-size: 12.5px;
    color: var(--text-muted, #666);
    margin: 0;
    line-height: 1.5;
}

/* ≥1000px → 4 columns (default above) */

/* <1000px → 3 columns */
@media (max-width: 999px) {
    .nt-services__track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .nt-services__img-wrap { height: 263px; }
}

/* <600px → 2 columns */
@media (max-width: 599px) {
    .nt-services__carousel { padding: 0 40px; }
    .nt-services__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .nt-services__img-wrap { height: 213px; border-radius: 14px; }
    .nt-services__name { font-size: 13px; }
    .nt-services__nav { width: 36px; height: 36px; font-size: 13px; }
}

/* <400px → 1 column */
@media (max-width: 399px) {
    .nt-services__carousel { padding: 0 36px; }
    .nt-services__track { grid-template-columns: 1fr; gap: 12px; }
    .nt-services__img-wrap { height: 250px; }
}

/* ---- Services → Needs CTA Divider ---- */
.nt-srv-cta-divider {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    margin: -26px 0;
    pointer-events: none;
}
.nt-srv-cta-divider__btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary, #d1162b);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 44px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 28px rgba(0,0,0,.18);
    border: 4px solid #fff;
    transition: transform .22s, box-shadow .22s, filter .22s;
    font-family: inherit;
}
.nt-srv-cta-divider__btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,.22);
    filter: brightness(1.08);
}
[data-theme="dark"] .nt-srv-cta-divider__btn {
    border-color: #222;
    box-shadow: 0 6px 28px rgba(0,0,0,.45);
}
@media (max-width: 500px) {
    .nt-srv-cta-divider__btn { font-size: 13px; padding: 12px 32px; }
}
/* ---- /Services CTA Divider ---- */

/* ---- Your Needs Section ---- */
.nt-needs { padding: 80px 0; background: var(--bg-alt, #f8f8f8); }
.nt-needs__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.nt-needs__list { display: flex; flex-direction: column; gap: 0; }
.nt-needs__item {
    display: flex;
    align-items: stretch;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: background .2s;
    position: relative;
}
.nt-needs__item-bar {
    width: 4px;
    background: transparent;
    flex-shrink: 0;
    border-radius: 4px 0 0 4px;
    transition: background .2s;
}
.nt-needs__item.active .nt-needs__item-bar {
    background: var(--nd-color, #d1162b);
}
.nt-needs__item-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    flex: 1;
    transition: background .2s;
    border-radius: 0 12px 12px 0;
}
.nt-needs__item:hover .nt-needs__item-inner,
.nt-needs__item.active .nt-needs__item-inner {
    background: var(--card-bg, #fff);
}
.nt-needs__item-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--primary-a08);
    color: var(--nd-color, #d1162b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}
.nt-needs__item.active .nt-needs__item-icon {
    background: var(--nd-color, #d1162b);
    color: #fff;
}
.nt-needs__item-text { flex: 1; }
.nt-needs__item-text h4 { font-size: 14px; font-weight: 800; margin: 0 0 3px; color: var(--text, #111); }
.nt-needs__item-text p { font-size: 12px; color: var(--text-muted, #666); margin: 0; line-height: 1.5; }
.nt-needs__item-arrow { color: var(--nd-color, #d1162b); font-size: 13px; opacity: 0; transition: opacity .2s; }
.nt-needs__item.active .nt-needs__item-arrow,
.nt-needs__item:hover .nt-needs__item-arrow { opacity: 1; }
.nt-needs__image-wrap {
    position: sticky;
    top: 100px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.nt-needs__image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: opacity .25s;
}
[dir="rtl"] .nt-needs__item-bar  { border-radius: 0 4px 4px 0; }
[dir="rtl"] .nt-needs__item-inner { border-radius: 12px 0 0 12px; }

@media (max-width: 860px) {
    .nt-needs__layout { grid-template-columns: 1fr; }
    .nt-needs__image-wrap { display: none; }
}

/* ---- Savings / Provisioning Section ---- */
.nt-savings {
    padding: 80px 0;
    background: var(--bg-alt, #f8f8f8);
}
[data-theme="dark"] .nt-savings { background: #161616; }

/* Highlighted keyword in title */
.nt-savings__keyword {
    color: var(--primary, #f06b1d);
    font-style: normal;
}

/* Head: flex row — title+sub on one side, CTA button on the other */
.nt-savings__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

/* Items grid below the head */
.nt-savings__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Item card */
.nt-savings__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 28px 22px;
    background: var(--card-bg, #fff);
    border: 1.5px solid var(--border, #eee);
    border-radius: 18px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.nt-savings__item:hover {
    border-color: var(--sv-color, var(--primary));
    box-shadow: 0 8px 28px rgba(0,0,0,.07);
    transform: translateY(-3px);
}
.nt-savings__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--primary-a08);
    color: var(--sv-color, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: background .2s;
}
.nt-savings__item:hover .nt-savings__icon {
    background: var(--sv-color, var(--primary));
    color: #fff;
}
.nt-savings__text { flex: 1; }
.nt-savings__text h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px;
    color: var(--text, #111);
    line-height: 1.35;
}
.nt-savings__text p {
    font-size: 13px;
    color: var(--text-muted, #666);
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .nt-savings__items { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
    .nt-savings__items { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .nt-savings__head { margin-bottom: 32px; }
}
@media (max-width: 420px) {
    .nt-savings__items { grid-template-columns: 1fr; }
}

/* ---- FAQs Section ---- */
.nt-faqs { padding: 80px 0; background: var(--bg-alt, #f8f8f8); }
.nt-faqs__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nt-faqs__item {
    background: var(--card-bg, #fff);
    border-radius: 14px;
    border: 1.5px solid var(--border, #eee);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.nt-faqs__item.open {
    border-color: var(--primary, #d1162b);
    box-shadow: 0 4px 16px var(--primary-a10);
}
.nt-faqs__q {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: var(--text, #111);
    text-align: start;
}
.nt-faqs__num {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary, #d1162b);
    min-width: 28px;
    opacity: .7;
}
.nt-faqs__q-text { flex: 1; line-height: 1.45; }
.nt-faqs__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-a08);
    color: var(--primary, #d1162b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    transition: transform .25s, background .2s;
}
.nt-faqs__item.open .nt-faqs__icon {
    transform: rotate(45deg);
    background: var(--primary, #d1162b);
    color: #fff;
}
.nt-faqs__a { padding: 0 22px 18px 22px; }
.nt-faqs__a p {
    font-size: 14px;
    color: var(--text-muted, #555);
    line-height: 1.8;
    margin: 0;
    padding-top: 2px;
    border-top: 1px solid var(--border, #f0f0f0);
    padding-top: 14px;
}

/* ---- Empty State ---- */
.nt-empty-state {
    padding: 32px 20px;
    text-align: center;
    color: var(--text-muted, #999);
    font-size: 14px;
    font-weight: 600;
    border: 2px dashed var(--border, #e0e0e0);
    border-radius: 14px;
    width: 100%;
}
.nt-empty-state i {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    opacity: .4;
}
.nt-needs__layout--empty {
    grid-template-columns: 1fr;
}

/* ════════════════════════════════════════════════════════════════════
   DARK MODE — New Template (comprehensive)
   ════════════════════════════════════════════════════════════════════ */

/* 1 ── Override all CSS variables used by the new template ── */
[data-theme="dark"] {
    --bg:         #0e0e0e;
    --bg-alt:     #161616;
    --card-bg:    #1e1e1e;
    --header-bg:  rgba(14,14,14,.98);
    --text:       #e8eaed;
    --text-muted: #9a9ab0;
    --border:     rgba(255,255,255,.09);
    --input-bg:   #222;
}

/* 2 ── Header ── */
[data-theme="dark"] .nt-header {
    background: var(--header-bg);
    border-bottom-color: rgba(255,255,255,.07);
    box-shadow: 0 2px 16px rgba(0,0,0,.45);
}

/* 3 ── Hero ── */
[data-theme="dark"] .nt-hero { background: var(--bg); }
[data-theme="dark"] .nt-hero::before {
    background: linear-gradient(135deg, var(--primary-a08) 0%, var(--primary-a05) 100%);
}
[data-theme="dark"] .nt-hero__photo-placeholder {
    background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
    color: #444;
}
[data-theme="dark"] .nt-hero__features::before { background: rgba(255,255,255,.12); }
[data-theme="dark"] .nt-hero__xp {
    background: rgba(30,30,30,.96);
    box-shadow: 0 6px 24px rgba(0,0,0,.5);
}
[data-theme="dark"] .nt-hero__xp-num { color: #e8eaed; }
[data-theme="dark"] .nt-hero__xp-lbl { color: #9a9ab0; }

/* 4 ── Quote section ── */
[data-theme="dark"] .nt-quote { background: var(--bg-alt); }
[data-theme="dark"] .nt-quote__form-wrap {
    background: var(--card-bg);
    border-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .nt-quote__field input,
[data-theme="dark"] .nt-quote__field select,
[data-theme="dark"] .nt-quote__field textarea {
    background: #262626;
    border-color: rgba(255,255,255,.12);
    color: #e8eaed;
}
[data-theme="dark"] .nt-quote__field input::placeholder,
[data-theme="dark"] .nt-quote__field textarea::placeholder { color: #555; }

/* 5 ── Clients carousel ── */
[data-theme="dark"] .nt-clients { background: var(--bg); }
[data-theme="dark"] .nt-clients__slider-wrap { background: #1a1a1a; }
[data-theme="dark"] .nt-clients__nav { background: rgba(255,255,255,.1); color: #ccc; }
[data-theme="dark"] .nt-clients__item { border-inline-end-color: rgba(255,255,255,.07); }
[data-theme="dark"] .nt-clients__item img { filter: grayscale(30%) brightness(.85); }
[data-theme="dark"] .nt-clients__item:hover img { filter: grayscale(0%) brightness(1); }

/* 6 ── Services carousel ── */
[data-theme="dark"] .nt-services { background: #161616; }
[data-theme="dark"] .nt-services__nav { background: #2a2a2a; color: #ccc; }
[data-theme="dark"] .nt-services__img-wrap { background: #242424; }
[data-theme="dark"] .nt-services__body { background: transparent; }
[data-theme="dark"] .nt-services__name { color: #e8eaed; }
[data-theme="dark"] .nt-services__desc { color: #9a9ab0; }

/* 7 ── Needs section ── */
[data-theme="dark"] .nt-needs { background: var(--bg-alt); }
[data-theme="dark"] .nt-needs__item-inner {
    background: transparent;
}
[data-theme="dark"] .nt-needs__item:hover .nt-needs__item-inner,
[data-theme="dark"] .nt-needs__item.active .nt-needs__item-inner {
    background: var(--card-bg);
    border-color: rgba(255,255,255,.08);
}

/* 8 ── Savings section ── */
[data-theme="dark"] .nt-savings { background: #161616; }
[data-theme="dark"] .nt-savings__item {
    background: var(--card-bg);
    border-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .nt-savings__text h4 { color: #e8eaed; }
[data-theme="dark"] .nt-savings__text p  { color: #9a9ab0; }

/* 9 ── FAQs section ── */
[data-theme="dark"] .nt-faqs { background: var(--bg-alt); }
[data-theme="dark"] .nt-faqs__item {
    background: var(--card-bg);
    border-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .nt-faqs__q { color: #e8eaed; }
[data-theme="dark"] .nt-faqs__a p { color: #9a9ab0; }

/* 10 ── Section shared (badge, title, sub) ── */
[data-theme="dark"] .nt-section-title { color: #e8eaed; }
[data-theme="dark"] .nt-section-sub   { color: #9a9ab0; }
[data-theme="dark"] .nt-badge {
    background: rgba(255,255,255,.07);
    color: var(--primary, #f06b1d);
}
/* ═══════════════════════════════════════════════════════════════════ */

/* ═══ Sticky Bottom Widget ═══════════════════════════════════════════ */
/* Positioned between chat button (right) and back-to-top (left)       */
.swe {
    position: fixed;
    bottom: 145px;
    left: 30px;
    right: auto;
    top: auto;
    transform: none;
    z-index: 9000;
}
[dir="rtl"] .swe { left: 30px; right: auto; }

.swe[data-collapsed="1"] .swe__item { display: none; }

/* Stack items upward, toggle at bottom */
.swe__list {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 8px;
}

.swe__min-item { line-height: 0; }
.swe__min-btn {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    background: #222; color: #fff;
    border: none; cursor: pointer; font-size: 14px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
    transition: background .18s;
}
.swe__min-btn:hover { background: #444; }

/* Each item: relative for tooltip positioning */
.swe__item { position: relative; }

.swe__row {
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    cursor: pointer; border: none; background: transparent; padding: 0; font-family: inherit;
}

/* Circular icon buttons */
.swe__icon {
    width: 46px; height: 46px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 20px; flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,.20);
    transition: filter .18s, transform .18s;
}
.swe__icon--primary { background: var(--primary, #f06b1d); }
.swe__icon--wa      { background: #25d366; }
.swe__icon--quote   { background: var(--primary-dark, #c05510); }
.swe__row:hover .swe__icon { filter: brightness(1.12); transform: scale(1.08); }

/* Text = label beside icon on hover (to the right, away from edge) */
.swe__text {
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    right: auto;
    transform: translateY(-50%);
    white-space: nowrap;
    max-width: none;
    height: auto;
    overflow: visible;
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 6px;
    background: var(--primary, #f06b1d);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.swe__text--wa    { background: #25d366; }
.swe__text--quote { background: var(--primary-dark, #c05510); }
.swe__item:hover .swe__text { opacity: 1; }

/* Panel: opens to the right of the widget stack */
.swe__panel {
    position: fixed;
    bottom: 145px;
    left: 82px;
    right: auto;
    top: auto;
    transform: none;
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 28px rgba(0,0,0,.18);
    overflow: hidden;
    z-index: 9001;
    animation: swePanelIn .2s ease;
}
[dir="rtl"] .swe__panel { left: 82px; right: auto; border-radius: 12px; box-shadow: 0 4px 28px rgba(0,0,0,.18); }
@keyframes swePanelIn { from { opacity:0; } to { opacity:1; } }

.swe__panel-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px; background: var(--primary, #f06b1d); color: #fff; font-size: 14px; font-weight: 800;
}
.swe__panel-close { background: none; border: none; color: rgba(255,255,255,.85); cursor: pointer; font-size: 15px; padding: 4px; }
.swe__panel-close:hover { color: #fff; }
.swe__panel-head--quote { background: var(--primary-dark, #c05510); }

.swe__form { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 16px; }
.swe__form input, .swe__form select, .swe__form textarea {
    width: 100%; background: #f7f7f7; border: 1px solid #ddd; border-radius: 8px;
    color: #111; padding: 9px 12px; font-size: 13px; font-family: inherit;
    outline: none; box-sizing: border-box; transition: border-color .2s;
}
.swe__form input:focus, .swe__form textarea:focus { border-color: var(--primary, #f06b1d); }
.swe__form textarea { height: 68px; resize: none; }
.swe__form-submit {
    background: var(--primary, #f06b1d); color: #fff; border: none; border-radius: 8px;
    padding: 10px; font-size: 14px; font-weight: 800; cursor: pointer; font-family: inherit; transition: opacity .2s;
}
.swe__form-submit:disabled { opacity: .55; cursor: not-allowed; }
.swe__form-msg { padding: 8px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; }
.swe__form-msg--ok  { background: #e6f9e6; color: #1a7a1a; }
.swe__form-msg--err { background: #fde8e8; color: #c00; }

.swe__form-submit--quote { background: var(--primary-dark, #c05510); }

[data-theme="dark"] .swe__panel { background: #1e1e1e; }
[data-theme="dark"] .swe__form input,
[data-theme="dark"] .swe__form select,
[data-theme="dark"] .swe__form textarea { background: #2a2a2a; border-color: #3a3a3a; color: #e8eaed; }
[data-theme="dark"] .swe__form-msg--ok  { background: #1a3d1a; color: #7dda7d; }
[data-theme="dark"] .swe__form-msg--err { background: #3d1a1a; color: #da7d7d; }

/* ── Tablet (<768px) ── */
@media (max-width: 768px) {
    .swe { left: 24px; bottom: 136px; }
    [dir="rtl"] .swe { left: 24px; right: auto; }
    .swe__icon { width: 40px; height: 40px; font-size: 17px; }
    .swe__min-btn { width: 38px; height: 38px; font-size: 12px; }
    .swe__list { gap: 6px; }
    .swe__panel { left: 72px; bottom: 136px; width: 270px; }
}

/* ── Mobile (<480px) ── */
@media (max-width: 480px) {
    .swe { left: 20px; bottom: 126px; }
    [dir="rtl"] .swe { left: 20px; right: auto; }
    .swe__icon { width: 36px; height: 36px; font-size: 15px; }
    .swe__min-btn { width: 34px; height: 34px; font-size: 11px; }
    .swe__list { gap: 5px; }
    .swe__panel { left: 64px; bottom: 100px; width: calc(100vw - 80px); border-radius: 14px; }
    [dir="rtl"] .swe__panel { left: 64px; right: auto; }
}
/* ═══ /Sticky Bottom Widget ════════════════════════════════════════ */

/* ═══ Register Cards (Supplier / Client) ═══════════════════════════ */
.nt-register {
    padding: 80px 0;
    background: var(--bg-alt, #f8f8f8);
}
[data-theme="dark"] .nt-register { background: var(--bg-alt, #161616); }

/* Two-column grid */
.nt-register__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (min-width: 1100px) {
    .nt-register__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Card */
.nt-register__card {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    min-height: 200px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    transition: transform .25s, box-shadow .25s;
}
.nt-register__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(0,0,0,.12);
}
[data-theme="dark"] .nt-register__card { background: #1e1e1e; }

/* Decorative circle — accent color top corner */
.nt-register__decor {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--rc-color, var(--primary, #d1162b));
    opacity: .10;
    top: -50px;
    inset-inline-start: -50px;
    pointer-events: none;
}

/* Content — left/right text area */
.nt-register__content {
    flex: 1;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.nt-register__title {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 900;
    color: var(--text, #111);
    margin: 0;
    line-height: 1.2;
}
[data-theme="dark"] .nt-register__title { color: #e8eaed; }

.nt-register__desc {
    font-size: 14px;
    color: var(--text-muted, #555);
    margin: 0;
    line-height: 1.7;
    max-width: 280px;
}
[data-theme="dark"] .nt-register__desc { color: #9a9ab0; }

/* CTA button */
.nt-register__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--rc-color, var(--primary, #d1162b));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 24px;
    border-radius: 10px;
    text-decoration: none;
    width: fit-content;
    transition: filter .2s, transform .2s;
}
.nt-register__btn:hover {
    color: #fff;
    filter: brightness(1.1);
    transform: translateX(-3px);
}
[dir="ltr"] .nt-register__btn:hover { transform: translateX(3px); }

/* Image wrap — bottom-right, visible without overflow */
.nt-register__img-wrap {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.nt-register__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* ── Responsive: tablet ── */
@media (max-width: 900px) {
    .nt-register__img-wrap { width: 150px; }
    .nt-register__content { padding: 28px 24px; }
}

/* ── Responsive: mobile ── */
@media (max-width: 600px) {
    .nt-register__grid { grid-template-columns: 1fr; gap: 16px; }
    .nt-register__img-wrap { width: 130px; }
    .nt-register__content { padding: 24px 20px; }
    .nt-register__title { font-size: 1.3rem; }
}
/* ═══ /Register Cards ═══════════════════════════════════════════════ */

/* ═══ News Section (Bento Grid) ════════════════════════════════════════ */
.nt-news { padding: 80px 0; background: var(--bg, #fff); }
[data-theme="dark"] .nt-news { background: var(--bg, #111); }

.nt-news__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 180px);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Card base */
.nt-news__card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background: #c8c8c8;
    position: relative;
}
.nt-news__card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}

/* Card sizes matching the image layout */
.nt-news__card--large {
    grid-column: span 3;
    grid-row: span 2;
}
.nt-news__card--medium {
    grid-column: span 1;
    grid-row: span 2;
}
.nt-news__card--small {
    grid-column: span 1;
    grid-row: span 1;
}

/* Plus card (red with + icon) */
.nt-news__card--plus {
    background: var(--primary, #d1162b) !important;
}
.nt-news__card-inner--plus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

/* Image overlay */
.nt-news__img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.nt-news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content overlay */
.nt-news__content {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
    margin: -20px;
    padding: 20px;
}
.nt-news__title {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.4;
}
.nt-news__summary {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
    opacity: .95;
}
.nt-news__link {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.nt-news__link:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
    .nt-news__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
    .nt-news__card--large { grid-column: span 2; grid-row: span 2; height: 280px; }
    .nt-news__card--medium { grid-column: span 1; grid-row: span 2; height: 280px; }
    .nt-news__card--small { height: 140px; }
}
@media (max-width: 560px) {
    .nt-news__grid { grid-template-columns: 1fr; }
    .nt-news__card--large,
    .nt-news__card--medium { grid-column: span 1; grid-row: span 1; height: 200px; }
}
/* ═══ /News Section ══════════════════════════════════════════════════════ */
