
/* HemaPulse - custom styles (Bootstrap base) */
:root{
  --hp-primary:#0C63D6;
  --hp-secondary:#0CC597;
  --hp-dark:#0E2B57;
  --hp-text:#2B2B2B;
  --hp-muted:#7B7B7B;
  --hp-border:#E7EAF0;
  --hp-bg:#F7F9FC;
  --hp-gradient: linear-gradient(90deg, #0C63D6 0%, #00C08B 100%);
}

html,body{scroll-behavior:smooth;}
body{
  font-family: 'Poppins', 'Tajawal', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color:var(--hp-text);
  background:#fff;
}

/* Header */
.header{border-bottom:1px solid var(--hp-border); background:#fff; position:sticky; top:0; z-index:1020}
.navbar-brand img{height:34px}
/* .navbar {padding: 0.5rem 0;} */
.navbar .nav-link{color:#15223C; font-weight:500; padding:1rem 1rem; position:relative}
.navbar .nav-link:hover{color:var(--hp-primary)}
.navbar .nav-link.active{color:var(--hp-primary)}
.header-icons {margin-left: 10% !important;}
.header-icons .bi{font-size:1.15rem; margin-left:1rem; color:#1f2b45}
.header-icons .bi:hover{color:var(--hp-primary)}

/* RTL Product card buttons */
[dir="rtl"] .hp-pill-btn.add-to-cart {margin-left: 0.5rem !important; margin-right: auto !important;}
[dir="rtl"] .equipment-card .btn-gradient {margin-left: 0.5rem !important;}

/* Breadcrumb */
.breadcrumb-custom{font-size:.95rem; color:#79809A}
.breadcrumb-custom .bi{font-size:.9rem; margin:0 .35rem}

/* Cards & product list */
.product-item{display:flex; gap:16px; align-items:center; border:1px solid var(--hp-border); border-radius:12px; padding:16px; background:#fff; transition: box-shadow .2s ease}
.product-item:hover{box-shadow:0 6px 20px rgba(17,38,146,.06)}
.product-thumb{width:95px; height:70px; border-radius:8px; overflow:hidden; background:#EFF3F9}
.product-thumb img{width:100%; height:100%; object-fit:cover}
.product-title{font-weight:600; color:#1C2540; margin-bottom:4px}
.product-meta{font-size:.8rem; color:#98A2B3}
.product-price{color:var(--hp-primary); font-weight:700}
.product-qty{display:flex; align-items:center; gap:10px}
.product-qty .btn{width:30px; height:30px; padding:0}

/* Summary card */
.summary-card{border:1px solid var(--hp-border); border-radius:12px; background:#fff}
.summary-card .card-header{background:#fff; border-bottom:1px solid var(--hp-border); font-weight:600}
.summary-card .row-line{display:flex; justify-content:space-between; color:#6B7280; margin:6px 0}
.summary-card .row-line strong{color:#111827}
.summary-card .form-control{border:1px solid var(--hp-border); height:44px}

/* Gradient button */
.btn-gradient{background:var(--hp-gradient); color:#fff; border:none; border-radius:10px; font-weight:600}
.btn-gradient:hover{opacity:.95; color:#fff}
.btn-outline-delete{border:0; background:transparent; color:#D32D2F}
.btn-outline-delete:hover{opacity:.8}

/* Payment methods */
.method{display:flex; align-items:center; gap:10px; padding:10px 0; border-bottom:1px solid var(--hp-border)}
.method:last-child{border-bottom:0}
.method input{accent-color:#0C63D6}
.method .logos img{height:18px; margin-right:6px}

/* Footer */
.footer{color:#e5ecff; background:#0C2A57; padding:56px 0 22px; margin-top:64px}
.footer .logo img{height:40px}
.footer h6{color:#fff; font-weight:700; margin-bottom:14px}
.footer a{color:#cfe0ff; text-decoration:none}
.footer a:hover{color:#fff}
.footer .app-badges img{height:38px; margin-right:10px}
.footer .social .bi{font-size:1.1rem; margin-right:.75rem; color:#cfe0ff}
.footer .social .bi:hover{color:#fff}
.footer .divider{height:1px; background:#2d4778; margin:24px 0}

/* Contact page */
.hero{background:url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?q=80&w=1887&auto=format&fit=crop') center/cover no-repeat; height:240px; display:flex; align-items:center; justify-content:center; color:#fff; text-align:center}
.hero h1{font-weight:700}
.hero p{opacity:.95; max-width:700px}

/* Address gradient card */
.aside-card{background: radial-gradient(120% 120% at 100% 0%, #12B886 0%, #0C63D6 100%); color:#fff; border-radius:14px; padding:22px; height:100%}
.aside-card .item{margin-bottom:18px}
.aside-card .item-title{font-weight:700; margin-bottom:6px}
.aside-card .social .bi{color:#fff; margin-right:12px}

/* Modal success */
.modal-success .modal-content{border:0; border-radius:16px; padding:26px 26px 34px}
.success-icon{width:86px; height:86px; border-radius:50%; background: var(--hp-gradient); display:flex; align-items:center; justify-content:center; margin: 0 auto 18px; color:#fff; font-size:36px; box-shadow: 0 12px 30px rgba(0,192,139,.35)}
.modal-success h4{font-weight:800; text-align:center; margin:6px 0 6px}
.modal-success p{color:#6B7280; text-align:center; margin:0}

/* Animations */
.reveal{opacity:0; transform:translateY(24px); transition: all .7s ease}
.reveal.visible{opacity:1; transform:none}
.rounded-12{border-radius:12px}
.shadow-soft{box-shadow:0 8px 30px rgba(20,48,96,.08)}

/* ---- Orders / Profile extras ---- */
/* Tabs */
.hp-tabs .nav-link{border:1px solid var(--hp-border); color:#27324a; font-weight:600; padding:.45rem 1rem; border-radius:10px; margin-right:8px; background:#fff}
.hp-tabs .nav-link.active{background: var(--hp-gradient); color:#fff; border-color:transparent}
/* Order cards */
.order-card{background:#fff; border:1px solid var(--hp-border); border-radius:12px; padding:18px 16px; position:relative; transition: box-shadow .2s}
.order-card:hover{box-shadow:0 8px 24px rgba(20,48,96,.08)}
.order-card__title{font-weight:700; margin-bottom:10px; color:#27324a}
.order-card .meta{color:#6B7280; font-size:.9rem}
.order-card .chev{position:absolute; right:16px; top:50%; transform:translateY(-50%); color:#A0AEC0}
/* Status chips */
.chip{font-size:.78rem; padding:.2rem .55rem; border-radius:8px; background:#eef2f7; color:#6b7280; position:absolute; right:16px; top:10px}
.chip--pending{background:#F3F4F6; color:#6B7280}
.chip--confirmed{background:#E7F1FF; color:#1774E9}
.chip--inprogress{background:#FFF3E6; color:#E08A28}
.chip--shipped{background:#EFE7FF; color:#7C3AED}
.chip--delivered{background:#E9F7EE; color:#2F9E44}
.chip--completed{background:#E7F6ED; color:#2EA44F}
.chip--cancelled{background:#FFE8E8; color:#D64545}
.chip--active{background:#E7F1FF; color:#1774E9}
.chip--upcoming{background:#F1F5F9; color:#6B7280}

/* Pagination */
.pagination .page-link{border:1px solid #E6EDFF; color:#2b3a55}
.pagination .page-item.active .page-link{background: var(--hp-gradient); border-color:transparent}

/* Details tables */
.detail-card{background:#fff; border:1px solid var(--hp-border); border-radius:12px; padding:16px}
.detail-row{display:flex; justify-content:space-between; padding:.5rem 0; border-bottom:1px solid #EDF2F7}
.detail-row:last-child{border-bottom:0}
.detail-label{color:#6B7280}
.detail-value{color:#111827; font-weight:600}

/* Timeline */
.timeline{position:relative; padding-left:22px}
.timeline::before{content:""; position:absolute; left:8px; top:0; bottom:0; width:2px; background:#E5E7EB}
.t-item{position:relative; padding:8px 0 12px 0}
.t-bullet{position:absolute; left:0; top:10px; width:14px; height:14px; border-radius:50%; background:#E5E7EB; border:2px solid #E5E7EB}
.t-item.active .t-bullet{background:#0CC597; border-color:#0CC597; box-shadow:0 0 0 3px rgba(12,197,151,.15)}
.t-date{color:#6B7280; font-size:.85rem}

/* Profile side menu */
.profile-side{background: linear-gradient(180deg, #0C63D6 0%, #0CC597 100%); border-radius:12px; padding:18px; color:#fff}
.profile-side .btn-tab{display:flex; align-items:center; gap:10px; width:100%; background:rgba(255,255,255,.1); border:0; color:#fff; padding:.7rem .9rem; border-radius:10px; margin-bottom:10px; text-decoration:none}
.profile-side .btn-tab.active{background:#fff; color:#1f2b45}
.profile-side .btn-tab .bi{font-size:1rem}
.profile-side .custom-btn-tab{display:flex; align-items:center; gap:10px; width:100%; background:rgba(255,255,255,.1); border:0; color:#fff; padding:.7rem .9rem; border-radius:10px; margin-bottom:10px; text-decoration:none}
.profile-side .custom-btn-tab.active{background:#fff; color:#1f2b45}
.profile-side .custom-btn-tab .bi{font-size:1rem}

/* Ghost button */
.btn-ghost{border:1px solid var(--hp-border); background:#fff; color:#27324a; border-radius:10px; font-weight:600}
.btn-ghost:hover{border-color:#b2c3e6}

/* Inputs */
.form-control, .input-group-text{border-radius:10px}

/* Order product mini-card */
.mini-card{border:1px solid var(--hp-border); border-radius:12px; padding:12px; display:flex; gap:14px; align-items:center; background:#fff}
.mini-thumb{width:95px; height:70px; border-radius:8px; overflow:hidden; background:#EFF3F9}
.mini-thumb img{width:100%; height:100%; object-fit:cover}

/* ---- Landing page (marketing site) ---- */
.topbar{background:var(--hp-dark); color:#e5ecff; font-size:.9rem}
.topbar a{color:#e5ecff}
.topbar .bi{vertical-align:-0.2rem}

.landing-header{box-shadow:0 6px 20px rgba(14,43,87,.06); background:#fff}
.landing-header .navbar-brand img{height:50px;width: 125px;}
.landing-header .btn-primary{background:var(--hp-primary); border-color:var(--hp-primary); border-radius:999px; font-weight:600}
.landing-header .btn-primary:hover{background:#0a4ca5; border-color:#0a4ca5}

.hero-landing{position:relative; min-height:72vh; display:flex; align-items:center; color:#fff; background:url('https://images.unsplash.com/photo-1576669807887-0f4cbd7e7b37?q=80&w=1880&auto=format&fit=crop') center/cover no-repeat}
.hero-home .overlay{position:absolute; inset:0; background:linear-gradient(110deg, rgba(12,35,73,.76) 0%, rgba(12,99,214,.45) 55%, rgba(0,192,139,.35) 100%)}
.hero-landing .container{position:relative; z-index:2}
.hero-landing .btn{border-radius:999px; padding:.8rem 2.4rem; font-weight:600}
.hero-landing .btn-outline-light{border-width:2px}
.text-white-70{color:rgba(255,255,255,.7)!important}
.text-muted-soft{color:#6f7d92!important}

.section-padding{padding:72px 0}
.section-heading-center {text-align: center;}
.section-heading {max-width:560px; margin:0 auto}
.section-heading h2{color:#10244c}
.section-heading p{color:#6f7d92}
.section-heading.text-center{max-width:640px}
.eyebrow{display:inline-block; font-size:.78rem; letter-spacing:1.25px; font-weight:600; color:var(--hp-secondary)}
.eyebrow-custom{font-size:1.78rem; font-weight:700;}
.section-tag{display:inline-block; font-size:1.3rem; letter-spacing:.25em; font-weight:700; color:var(--hp-secondary)}
.section-tag-custom{font-size:1.78rem; font-weight:650;}
.section-title{font-weight:700; color:#10244c; margin-bottom:0}
.section-subtitle{color:#6f7d92}

.services-section{background:#fff}
.hp-service-card{border:0; padding:32px 30px; border-radius:22px; background:#fff; box-shadow:0 16px 32px rgba(15,40,84,.08); transition:.3s ease}
.hp-service-card:hover{transform:translateY(-6px); box-shadow:0 22px 40px rgba(15,40,84,.12)}
.hp-service-card h5{font-weight:600; color:#123058}
.hp-service-card p{margin-bottom:0}
.hp-service-icon{width:72px; height:72px; border-radius:20px; display:grid; place-items:center; margin:0 auto; font-size:30px; color:var(--hp-primary); background:rgba(12,99,214,.12)}

.how-section{background:#f7f9fc; position:relative}
.how-section::before{content:""; position:absolute; inset:0; background:linear-gradient(135deg, rgba(12,99,214,.05), transparent 65%); pointer-events:none}
.hp-checklist{list-style:none; padding:0; margin:0; display:grid; gap:18px}
.hp-checklist li{display:flex; gap:14px; align-items:flex-start; padding:18px 20px; border-radius:16px; background:#fff; box-shadow:0 12px 24px rgba(15,46,94,.08)}
.hp-check-icon{width:42px; height:42px; border-radius:14px; display:grid; place-items:center; background:linear-gradient(135deg, var(--hp-primary), var(--hp-secondary)); color:#fff; font-size:20px; flex-shrink:0}
.how-image-wrap{position:relative}
.how-image-wrap::after{content:""; position:absolute; inset:10% -8% -10% auto; width:120px; border-radius:120px 120px 0 0; background:rgba(12,99,214,.12); z-index:-1}

.categories-section{background:#fff}
.categories-grid .category-card{border-radius:20px; overflow:hidden; position:relative; box-shadow:0 18px 36px rgba(10,36,72,.12); transition:.3s ease}
.categories-grid .category-card img{width:100%; height:100%; object-fit:cover; filter:saturate(.95)}
.categories-grid .category-card__label{position:absolute; left:18px; bottom:18px; padding:.45rem .85rem; background:rgba(10,36,72,.78); color:#fff; font-weight:600; border-radius:999px}
.categories-grid .category-card:hover{transform:translateY(-6px)}

.special-offers{background:url('https://images.unsplash.com/photo-1587502537745-84ea6df612f7?q=80&w=1880&auto=format&fit=crop') center/cover no-repeat; border-radius:0}
.special-offers__overlay{position:absolute; inset:0; background:linear-gradient(120deg, rgba(12,39,96,.82), rgba(12,197,151,.6))}
.special-offers .btn{border-radius:999px; font-weight:600}

.popular-section{background:#fff}
.equipment-card{border-radius:22px; overflow:hidden; background:#fff; box-shadow:0 18px 36px rgba(15,46,94,.08); transition:.25s ease; border:1px solid transparent}
.equipment-card:hover{transform:translateY(-6px); border-color:rgba(12,99,214,.18)}
.equipment-card__image{width:100%; height:210px; object-fit:cover}
.equipment-card__body{padding:20px 22px}
.rating-badge{color:#f59e0b; font-weight:600; display:flex; align-items:center; gap:4px}
.equipment-price{font-weight:700; color:var(--hp-primary)}

.app-section{background:#f7f9fc}
.app-benefits li{margin-bottom:10px; color:#33415c; font-size:.95rem}
.app-showcase{position:relative; display:inline-block; padding:18px 24px; border-radius:26px; background:#fff; box-shadow:0 18px 36px rgba(15,46,94,.12)}
.app-showcase img{max-width:320px}

.faq-section{background:#fff}
.accordion .accordion-button{font-weight:600; color:#123058}
.accordion .accordion-button:not(.collapsed){color:var(--hp-primary); background:#f3f6ff}
.accordion .accordion-body{color:#55627a}

.testimonials-section{background:#f7f9fc}
.testimonial-card{border-radius:22px; background:#fff; box-shadow:0 16px 32px rgba(15,46,94,.08); padding:28px 26px}
.testimonial-card h6{font-weight:600; color:#11305c}

.scrolltop{position:fixed; right:18px; bottom:18px; width:48px; height:48px; display:none; align-items:center; justify-content:center; border-radius:50%; z-index:1040; box-shadow:0 10px 30px rgba(8,35,73,.18)}

.header.scrolled, .landing-header.scrolled{box-shadow:0 12px 28px rgba(8,35,73,.08)}

/* ---- Catalog & product pages ---- */
.hp-header{background:#fff; box-shadow:0 8px 24px rgba(8,35,73,.08)}
.hp-header .navbar-brand{font-weight:700; color:#10244c}
.hp-logo-icon{width:22px; height:18px; border-radius:4px; display:inline-block; background:linear-gradient(135deg,var(--hp-primary),var(--hp-secondary))}
.hp-header .nav-link{color:#47566B; font-weight:500}
.hp-header .nav-link:hover,.hp-header .nav-link.active{color:var(--hp-primary)}
.hp-header .icon-link{color:#47566B}
.hp-header .icon-link:hover{color:var(--hp-primary)}

.hp-main{padding-top:0px; min-height:60vh}
.hp-hero{height:300px; display:flex; align-items:center; position:relative}
.hp-hero.slim{height:260px}
.hp-hero-bg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.hp-hero-overlay{position:absolute; inset:0; background:rgba(7,14,33,.45)}
.hp-hero .container{position:relative}
.hp-hero-title{font-size:2.1rem; font-weight:700; margin-bottom:.4rem; color:#fff}
.hp-hero-sub{max-width:760px; color:#e6edf6}

.hp-curves{position:relative; overflow:hidden; background:#fff}
.hp-curves::before{
  content:"";
  position:absolute;
  inset:-200px -60px -120px -60px;
  pointer-events:none;
  background:
    radial-gradient(600px 600px at -200px 400px, rgba(12,99,214,.08), transparent 60%),
    radial-gradient(700px 700px at 120% 90%, rgba(12,99,214,.08), transparent 60%);
}
.hp-img-vert{width:240px; height:360px; border-radius:16px; object-fit:cover; box-shadow:0 18px 36px rgba(8,35,73,.16)}
.hp-img-vert.small{height:300px}

.hp-feature{border:1px solid var(--hp-border); border-radius:16px; box-shadow:0 16px 32px rgba(12,39,96,.08); background:#fff}
.hp-bullet{min-width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:#eef5ff; color:var(--hp-primary); font-weight:700}

.hp-cat-card{display:block; border-radius:18px; overflow:hidden; position:relative; box-shadow:0 16px 32px rgba(12,39,96,.08)}
.hp-cat-card img{width:100%; height:230px; object-fit:cover; display:block; filter:saturate(.95)}
.hp-cat-card span{position:absolute; left:12px; bottom:10px; background:rgba(0,0,0,.55); color:#fff; padding:.25rem .55rem; border-radius:8px; font-weight:600}
.hp-cat-card:hover{transform:translateY(-2px); transition:transform .2s ease}

.hp-breadcrumb .hp-crumb{color:#47566B}
.hp-breadcrumb i{color:#9fb0c5; margin:0 .35rem}

.hp-input{border:1px solid var(--hp-border); border-radius:12px; padding:.65rem .9rem; background:#fff; padding-left:2.1rem}
.hp-input:focus{border-color:#bcd2ff; box-shadow:0 0 0 .2rem rgba(13,110,253,.08)}
.hp-search-ico{position:absolute; left:10px; top:50%; transform:translateY(-50%); color:#98A7B8}

.hp-product{border:1px solid var(--hp-border); border-radius:16px; box-shadow:0 16px 32px rgba(12,39,96,.08)}
.hp-product img{height:190px; object-fit:cover}
.hp-product .card-body{padding:.8rem 1rem}
.hp-product .card-footer{border-top:1px solid var(--hp-border)}
.hp-icon-btn{position:absolute; top:10px; right:10px; background:#fff; border:1px solid var(--hp-border); border-radius:999px; width:34px; height:34px; display:grid; place-items:center; color:#47566B}
.hp-icon-btn:hover{color:var(--hp-primary)}
.hp-pill-btn{width:28px; height:28px; border:0; border-radius:999px; background:linear-gradient(90deg,var(--hp-primary),var(--hp-secondary)); color:#fff; display:grid; place-items:center}

.hp-pagination .page-link{border:1px solid var(--hp-border); color:#47566B}
.hp-pagination .page-item.active .page-link{background:#e8f1ff; border-color:#cfe0ff; color:var(--hp-primary); border-radius:8px}

.hp-product-view{border:1px solid var(--hp-border); border-radius:16px; box-shadow:0 16px 32px rgba(12,39,96,.12); background:#fff}
.hp-thumb{width:86px; height:56px; border-radius:10px; object-fit:cover; border:1px solid var(--hp-border); cursor:pointer}
.hp-thumb:hover{filter:brightness(.95)}
.hp-tabs .nav-link{border:0; color:#6b7a8c}
.hp-tabs .nav-link.active{color:#fff; border-bottom:3px solid var(--hp-primary); border-radius:0}
.hp-tab-content .tab-pane{background:#fff; border:1px solid var(--hp-border); border-radius:12px; padding:1rem}
.hp-spec{display:flex; justify-content:space-between; border:1px solid var(--hp-border); border-radius:10px; padding:.7rem .9rem; background:#F7FAFC; margin-bottom:.6rem}
.hp-review{border:1px solid var(--hp-border); border-radius:12px; box-shadow:0 16px 32px rgba(12,39,96,.08); background:#fff}

.hp-footer{background:var(--hp-dark); color:#dbe6ff}
.hp-footer a{color:#dbe6ff}
.hp-footer a:hover{color:#fff}
.hp-footer .hp-social{width:34px; height:34px; border-radius:999px; background:rgba(255,255,255,.12); display:grid; place-items:center; color:#fff}
.hp-footer-bottom{background:#071b3f}

.hp-btn-gradient{background:linear-gradient(90deg,var(--hp-primary),var(--hp-secondary)); color:#fff; border:0; border-radius:10px; font-weight:600; box-shadow:0 12px 28px rgba(12,39,96,.15)}
.hp-btn-gradient:hover{filter:brightness(1.04)}

.hp-switcher{position:fixed; right:16px; bottom:16px; z-index:999}

.btn-tag{border:1px solid var(--hp-border); border-radius:999px; padding:.35rem 1rem; color:#566179; background:#fff}
.btn-tag.active{background:linear-gradient(90deg,var(--hp-primary),var(--hp-secondary)); color:#fff; border-color:transparent}
.hp-green{color:var(--hp-secondary)}
.hp-link{color:var(--hp-primary); text-decoration:none}
.hp-link:hover{color:#0a4ca5}

.how-it-works-tabs {
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .header-icons {
    margin-left: 0px !important;
  }
  .how-it-works-img {
    width: 100%;
  }
  .how-it-works-tabs {
    margin-bottom: 0px;
  }
  .ndl__phone--center {
    top: 0% !important;
    left: 16% !important;
    width: 67% !important;
  }
  .container-testimonials {
    height: 685px !important;
  }
  .clients-blob, .pulse {
    bottom: -55px !important;
    height: 606px !important;
  }
}
@media (min-width: 2500px) {
  .clients-blob, .pulse {
    left: 92% !important;
  }
}

/* ===== New Categories ===== */
.nc-title{
  font-weight:800; font-size:1.8rem; letter-spacing:.2px;
  color:#0F254A;
}
.nc-title span{
  background:linear-gradient(90deg,#1B6DDC 0%, #1BBE90 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.nc-arrow{
  width:34px; height:34px; border-radius:50%;
  background:#ecf4ff; border:none; color:#0e356e;
  display:inline-flex; align-items:center; justify-content:center;
  box-shadow:0 5px 12px rgba(0,0,0,.08);
  transition:transform .18s ease, background .18s ease, opacity .18s ease;
}
.nc-arrow:hover{ transform:translateY(-1px); background:#e6f7ff; opacity:.95 }

.nc-card{
  position:relative; display:block; border-radius:18px; overflow:hidden;
  box-shadow:0 10px 24px rgba(16,24,40,.10);
}
.nc-card__media{ aspect-ratio: 4 / 3; position:relative; overflow:hidden }
.nc-card__media img{ width:100%; height:100%; object-fit:cover; transform:scale(1.02); filter:grayscale(.05); transition:transform .35s ease, filter .35s ease }
.nc-card__overlay{
  position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.10) 100%);
}
.nc-card__title{
  position:absolute; left:50%; bottom:16px; transform:translateX(-50%);
  color:#fff; font-weight:700; font-size:1.05rem; text-align:center; z-index:2; text-shadow:0 2px 4px rgba(0,0,0,.2);
}
.nc-card:hover .nc-card__media img{ transform:scale(1.07); filter:grayscale(0) }

.nc-btn-outline{
  display:inline-flex; align-items:center; justify-content:center;color: #6b9b90 !important;
  height:42px; padding:0 26px; border-radius:999px; font-weight:600; font-size:.95rem; color:#0F254A; position:relative;
}
.nc-btn-outline::before{
  content:""; position:absolute; inset:0; border-radius:inherit;
  padding:1px; background:linear-gradient(90deg,#1B6DDC,#1BBE90);
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.nc-btn-outline:hover{ color:#0F254A; opacity:.9 }

#new-categories.reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease}
#new-categories.reveal.in-view{opacity:1; transform:none}

.nb{
  position:relative; overflow:hidden; padding:13.8rem 0; isolation:isolate;
  opacity:1; transform:none;
}
.nb__bg{
  position:absolute; inset:0; background-size:cover; background-position:center;
  filter:brightness(.68); z-index:0;
  background-attachment: fixed;
}
.nb__overlay{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(0deg, rgba(6,20,40,.38), rgba(6,20,40,.18));
}
.nb__hex{
  position:absolute; inset:0; z-index:2; opacity:.25; pointer-events:none;
  background-image:
    radial-gradient(transparent 22px, rgba(255,255,255,.18) 23px, transparent 24px),
    radial-gradient(transparent 22px, rgba(255,255,255,.18) 23px, transparent 24px);
  background-size: 160px 92px;
  background-position: 0 0, 80px 46px;
  mix-blend-mode:screen;
}
.nb__title{
  color:#fff; font-weight:800; letter-spacing:.2px;
  font-size:clamp(1.6rem, 2.4vw + 1rem, 2.4rem);
  margin-bottom:.6rem;
}
.nb__subtitle{
  color:#e6eef7; max-width:800px; margin:0 auto 1.25rem; line-height:1.6;
}
.nb-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:190px; height:42px; padding:0 18px; border-radius:8px;
  color:#fff; font-weight:700;
  background:linear-gradient(90deg,#1B58D8 0%, #12C29B 100%);
  box-shadow:0 8px 20px rgba(18,162,200,.25);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.nb-btn:hover{ transform:translateY(-1px); box-shadow:0 12px 24px rgba(18,162,200,.32); filter:saturate(1.05) }


@supports (animation-timeline: view()) {
  .nb{
    opacity:0; transform:translateY(22px);
    animation: nb-reveal 1s ease-out both;
    animation-timeline: view();                 
    animation-range: entry 20% cover 35%;       
  }
  @keyframes nb-reveal{
    from { opacity:0; transform:translateY(22px) }
    to   { opacity:1; transform:none }
  }
  
  .nb__bg{
    background-attachment: scroll;              
    transform:translateY(-12px);
    animation: nb-parallax linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 100%;
  }
  @keyframes nb-parallax{
    from { transform:translateY(-12px) }
    to   { transform:translateY(12px) }
  }
}

@media (prefers-reduced-motion: reduce){
  .nb, .nb__bg{ animation:none !important; transform:none !important }
}

@media (max-width: 575.98px){
  .nb{padding:3.8rem 0}
  .nb-btn{min-width:170px; height:40px}
}

.new-banar-fonts .nb__title{
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.15; 
  font-size: clamp(2.2rem, 4.2vw + .6rem, 2.8rem);
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
  margin-bottom: 1rem;
}

.new-banar-fonts .nb__subtitle{
  color: #e9f1fb;
  line-height: 1.6;
  font-size: clamp(1rem, 1.2vw + .6rem, 1.35rem);
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: 1.6rem;
  text-shadow: 0 1px 6px rgba(0,0,0,.18);
}

.new-banar-fonts .nb-btn{
  min-width: 220px;
  height: 50px;
  border-radius: 10px;
  font-size: 1rem;
  box-shadow: 0 10px 28px rgba(18,162,200,.28);
}

.new-banar-fonts .nb__overlay{
  background: linear-gradient(0deg, rgba(6,20,40,.42), rgba(6,20,40,.22));
}

@media (min-width: 1200px){
  .new-banar-fonts.nb{ padding: 12rem 0; }
}

@media (max-width: 575.98px){
  .new-banar-fonts .nb__title{
    line-height: 1.2;
  }
  .new-banar-fonts .nb-btn{
    min-width: 190px; height: 46px; font-size: .95rem;
  }
}

.ndl{padding:0 0 5rem 0; overflow:hidden}
.ndl .container{max-width:1100px}
.ndl__wrap{
  display:grid; grid-template-columns: 1fr 1.4fr; align-items:center; gap:2rem;
}

.ndl__card{
  background: linear-gradient(135deg,#D9F4F2 0%, #E9FAF7 45%, #EAF7FF 100%);
  border-radius:22px; padding:1.6rem 1.5rem 1.4rem;
  box-shadow: 0 14px 34px rgba(16,24,40,.10);
  border:1px solid #e5f0f7;
  position:relative; isolation:isolate;
}
.ndl__card::after{ 
  content:''; position:absolute; inset:18% -30% -18% -30%;
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(0,160,170,.12) 0 40%, transparent 42%) no-repeat,
    radial-gradient(70% 110% at 100% 100%, rgba(30,130,210,.10) 0 38%, transparent 40%) no-repeat;
  z-index:-1; filter: blur(0.3px);
}
.ndl__title{
  color:#0d3a66; font-weight:800; line-height:1.25;
  font-size: clamp(1.3rem, 1.4vw + 1rem, 1.8rem);
  margin:0 0 .6rem;
}
.ndl__desc{
  color:#47607a; line-height:1.7; margin:0 0 1rem; font-size:.98rem;
}
.ndl__stores{display:flex; gap:.8rem; flex-wrap:wrap}
.ndl__store img{height:42px; display:block}


.ndl__scene{position:relative; min-height:520px}
.ndl__tray{
  position:absolute; left:8%; right:-6%; bottom:16%;
  height:240px; border-radius:22px;
  background: linear-gradient(180deg,#F1F6FD 0%, #E8F1FA 100%);
  border:1px solid #e8eef6;
  box-shadow: 0 18px 44px rgba(16,24,40,.12);
}
.ndl__phones{position:absolute; inset:0; display:block}
.ndl__phone{
  position:absolute; bottom:0; border-radius:0px;
  filter: drop-shadow(0 18px 36px rgba(16,24,40,.18));
}
.ndl__phone--center{left: 1%; transform:translateX(-50%); z-index:2; width: 96%;}
.ndl__phone--left{left:28%; transform:rotate(-2deg); z-index:1; width:min(260px,24vw)}
.ndl__phone--right{right:9%; transform:rotate(2deg); z-index:1; width:min(260px,24vw)}


.ndl__decor{position:absolute; right:-6px; top:12%; display:flex; flex-direction:column; gap:14px}
.ndl__decor span{
  width:10px; height:10px; border-radius:2px; position:relative;
}
.ndl__decor span::before, .ndl__decor span::after{
  content:""; position:absolute; background:#19B1BE; border-radius:1px;
}
.ndl__decor span::before{width:10px; height:2px; top:4px; left:0; opacity:.6}
.ndl__decor span::after{width:2px; height:10px; top:0; left:4px; opacity:.6}

@supports (animation-timeline: view()) {
  .ndl__card, .ndl__tray, .ndl__phone{
    opacity:0; transform:translateY(22px);
    animation: ndl-reveal .8s ease-out both; animation-timeline:view();
  }
  .ndl__card{animation-range: entry 10% cover 30%}
  .ndl__phone{animation-range: entry 25% cover 40%}
  .ndl__tray{animation-range: entry 20% cover 35%; margin-bottom: 77px;}
  @keyframes ndl-reveal {
    to { opacity:1; transform:none }
  }
}

@media (max-width: 991.98px){
  .ndl__wrap{grid-template-columns:1fr; gap:2.2rem}
  .ndl__scene{min-height:500px}
  .ndl__tray{left:4%; right:4%; bottom:14%; height:210px}
  .ndl__phone--left{left:12%}
  .ndl__phone--right{right:4%}
}
@media (max-width: 575.98px){
  .ndl{padding:2.6rem 0}
  .ndl__store img{height:38px}
  .ndl__scene{min-height:420px}
  .ndl__tray{height:190px}
}

/* ===== FAQ Vars (used here only) ===== */
:root{
  --border:#E7ECF3;
  --faq-blue:#053594;
  --faq-blue-2:#009978;
}

/* ===== FAQ ===== */
#faq .container-sm{max-width:990px; margin-bottom: 50px;}

#faq .faq-head{
  font-weight:800;
  color:#133E7C;
  margin-bottom:.15rem;
  font-size: 47px;
}

#faq .faq-box{
  border-radius:10px;
  overflow:hidden;
  background:transparent;
  border:none;
}

#faq .accordion-clean .accordion-item{
  border:none;
  margin-bottom:.5rem;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.04));
}
#faq .accordion-clean .accordion-item:last-child{margin-bottom:0}

#faq .faq-item__btn{
  height:52px;
  border-radius:8px;
  /* border:1px solid var(--border); */
  box-shadow:none;
  padding:.6rem 1rem;
  display:flex;
  align-items:center;
  gap:.75rem;
  background:#fff;
  color:#0f172a;
}

#faq .faq-item__text{font-size:.95rem}

#faq .faq-item__badge{
  margin-left:auto;
  width:28px;height:28px;
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#E9F6FA; color:#19A7B5; border:1px solid #D8EEF2;
  flex:0 0 28px;
}
#faq .faq-item__badge--active{
  background:#21c1cf; color:#fff; border-color:#1fb3c1;
}

#faq .accordion-button::after{display:none}

#faq .accordion-clean .accordion-button:not(.collapsed){
  color:#fff;
  background:linear-gradient(90deg,var(--faq-blue) 0%, var(--faq-blue-2) 100%);
  border-color:transparent;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

#faq .accordion-clean .accordion-body{
  border:1px solid var(--border);
  border-top:0;
  border-radius:0 0 8px 8px;
  background:#fff; color:#1f2937;
  padding:.9rem 1rem;
  background: linear-gradient(90deg, var(--faq-blue) 0%, var(--faq-blue-2) 100%);
  color: white;
}
#faq .special-q {
  color: linear-gradient(90deg, var(--faq-blue) 0%, var(--faq-blue-2) 100%);
}

:root{
  --clients-primary:#1A8BA5;
  --clients-primary-dark:#0C3B6A;
  --clients-dark:#0F172A;
  --clients-muted:#6B7280;
  --clients-border:#EEF2F7;
  --clients-shadow:0 14px 28px rgba(16,24,40,.12);
  --clients-soft-shadow:0 10px 22px rgba(16,24,40,.08);
}

.clients-wrap{position:relative; overflow:hidden}
.clients-title{
  font-weight:800; margin-bottom:1.25rem; line-height:1.2;
}
.clients-title__muted{color:#133E7C}
.clients-title__color{color:var(--clients-primary)}

.testi-card{
  position:relative;
  background:#fff; border-radius:14px; padding:18px 22px;
  border:1px solid var(--clients-border); box-shadow:var(--clients-shadow);
  height:100%;
}
.testi-card__stars i{color:#f7b500; margin-right:2px; font-size:1.05rem}
.testi-card__text{color:#111827; line-height:1.55; margin:0}
.avatar{width:44px; height:44px; border-radius:50%; object-fit:cover}

.in-card-arrows{
  position:absolute; top:14px; right:18px; display:flex; gap:.5rem; z-index:2;
}
.in-arrow{
  width:30px; height:30px; border-radius:50%; border:none; cursor:pointer;
  background:var(--clients-primary); color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  box-shadow:0 10px 20px rgba(0,0,0,.18);
  transition:transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.in-arrow:hover{transform:translateY(-1px); opacity:.92}
.in-arrow:active{transform:translateY(0); box-shadow:var(--clients-soft-shadow)}

.clients-blob{
  position:absolute; right:-120px; bottom:-120px; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(closest-side, rgba(40,200,210,1) 0%, var(--clients-primary) 35%, var(--clients-primary-dark) 70%);
  /* filter:drop-shadow(0 18px 40px rgba(0,0,0,.18)); */
  z-index:0; pointer-events:none;
}

.reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease}
.reveal.in-view{opacity:1; transform:none}

.anim-pop{animation:pop .45s ease-out both}
.anim-pop:nth-child(1){animation-delay:.05s}
.anim-pop:nth-child(2){animation-delay:.18s}
@keyframes pop{
  0%{transform:translateY(14px) scale(.98); opacity:0}
  100%{transform:none; opacity:1}
}

.pulse{animation:pulse 4.2s ease-in-out infinite}
@keyframes pulse{
  0%,100%{transform:scale(1); opacity:.95}
  50%{transform:scale(1.04); opacity:1}
}

@media (max-width: 991.98px){
  .in-card-arrows{top:10px; right:12px}
}

@media (max-width: 575.98px){
  .clients-blob{right:-160px; bottom:-160px; width:360px; height:360px}
  .testi-card{padding:16px 18px}
  .testi-card__stars i{font-size:1rem}
}

.container-testimonials{
  max-width: 90% 100%;
}
.group-5-icon {
    /* position: absolute; */
    right: 26%;
    margin-top: 245px;
}
.nav-item .nav-link .active {
  color: #053594;
  font-weight: bold !important;
}

body { padding-top: 0px; }
.navbar.fixed-top { box-shadow: 0 6px 24px rgba(0,0,0,.06); z-index: 1050; }
.landing-header { position: sticky; top: 0; z-index: 1050; }
.landing-header .navbar { background: #fff; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.navbar.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.08); }



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Base */
:root{
  --hp-bg:#F7F9FC;
  --hp-text:#1F2B3A;
  --hp-muted:#6B7A8C;
  --hp-border:#E6ECF1;
  --hp-card-shadow:0 8px 24px rgba(0,0,0,.06);
  --hp-radius:16px;
  --hp-radius-sm:10px;
  --hp-grad-start:#0d47a1;
  --hp-grad-end:#00b894;
}

*{box-sizing:border-box}
body{
  font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color:var(--hp-text);
  background:var(--hp-bg);
}
a{text-decoration:none}
a:hover{text-decoration:underline}

/* Navbar */
.hp-navbar{box-shadow:none}
.hp-logo-icon{
  width:22px;height:18px;border-radius:4px;
  background:linear-gradient(135deg,var(--hp-grad-start),var(--hp-grad-end));
  display:inline-block;
}
.hp-brand-text{letter-spacing:.2px}
.navbar .nav-link{
  color:#47566B;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{color:#0d6efd}
.hp-icons a{font-size:1.1rem}
.hp-icons a:hover{color:#0d6efd}

.hp-main{padding-top:110px;padding-bottom:60px}
.hp-page-switch .btn{border-color:#D9E2EC}
.hp-page{display:none;opacity:0;transform:translateY(8px);transition:all .25s ease}
.hp-page.active{display:block;opacity:1;transform:none}

/* Card */
.hp-card{
  border:1px solid var(--hp-border);
  border-radius:var(--hp-radius);
  box-shadow:var(--hp-card-shadow);
}

/* Tabs */
.hp-tabs .hp-tab{
  font-weight:600;
  color:#9AA6B2;
  cursor:pointer;
  position:relative;
}
.hp-tabs .hp-tab.active{
  color:#0d6efd;
  background:linear-gradient(90deg,var(--hp-grad-start),var(--hp-grad-end));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hp-tabs .hp-tab:hover{color:#0d6efd}

/* Inputs */
.hp-input{
  border:1px solid var(--hp-border);
  border-radius:12px;
  padding:.75rem .9rem;
  background:#fff;
}
.hp-input:focus{
  border-color:#bcd2ff;
  box-shadow:0 0 0 .2rem rgba(13,110,253,.08);
}
.hp-input-group .hp-cc{
  background:#F3F6FA;border:1px solid var(--hp-border);border-right:0;
  border-top-left-radius:12px;border-bottom-left-radius:12px;color:#2C3E50;
}
.hp-input-group .form-control{border-left:0}

/* Eye button */
.hp-eye-btn{
  position:absolute;right:.75rem;top:50%;transform:translateY(-50%);
  border:0;background:transparent;color:#9AA6B2;font-size:1.1rem;
}
.hp-eye-btn:hover{color:#0d6efd}

/* Links */
.hp-link{color:#2F80ED;cursor:pointer}
.hp-link:hover{color:#1b66c6}

/* Gradient button */
.hp-btn-gradient{
  background:linear-gradient(90deg,var(--hp-grad-start),var(--hp-grad-end));
  color:#fff;font-weight:600;border:0;padding:.8rem 1rem;border-radius:12px;
  box-shadow:0 6px 18px rgba(13,71,161,.15);
}
.hp-btn-gradient:hover{filter:brightness(1.02)}
.hp-btn-disabled,
.hp-btn-gradient:disabled{
  background:#EDEFF2!important;color:#9AA6B2!important;box-shadow:none;border:0;
}

/* Upload */
.hp-upload{
  border:2px dashed var(--hp-border);
  border-radius:16px;background:#FAFBFE;
}
.hp-upload .hp-upload-btn{
  background:#fff;border-radius:999px;padding:.5rem 1rem;
}

/* OTP */
.hp-otp-input{
  width:56px;height:56px;text-align:center;font-size:20px;font-weight:600;
  border:1.8px solid var(--hp-border);border-radius:12px;
  outline:none;transition:border .15s, box-shadow .15s;
}
.hp-otp-input:focus{
  border-color:#7db7ff;box-shadow:0 0 0 .2rem rgba(13,110,253,.08);
}

/* Helper */
.form-label{font-weight:500;color:#2C3E50}
.text-body-secondary{color:var(--hp-muted)!important}

.fly-clone {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: all 700ms cubic-bezier(.75,-0.5,0,1.75);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

.btn-gradient{ background: linear-gradient(135deg,#0ea5e9,#10b981); color:#fff;border:0; }
.btn-gradient:hover{ opacity:.95;color:#fff; }
.form-check-input:checked { background-color:#0ea5e9; border-color:#0ea5e9; }

.wishlist-btn{
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  display: inline-flex; align-items: center; justify-content: center;
}
.wishlist-btn.active i { color: #e63946; }
.wishlist-btn:hover { background: #fff; }

/* Language Dropdown */
.lang-dropdown{display:inline-flex; align-items:center}
.lang-dropdown .dropdown-toggle{color:#1f2b45; padding:0}
.lang-dropdown .dropdown-toggle::after{display:none}
.lang-dropdown .dropdown-toggle .bi{font-size:1.15rem; margin-left:1rem}
.lang-dropdown .dropdown-toggle:hover .bi{color:var(--hp-primary)}
.lang-dropdown .dropdown-menu{
  min-width:120px; border:1px solid var(--hp-border); border-radius:10px;
  box-shadow:0 8px 24px rgba(8,35,73,.1); padding:.5rem 0; margin-top:.5rem;
}
.lang-dropdown .dropdown-item{
  padding:.5rem 1rem; font-size:.9rem; color:#1f2b45; font-weight:500;
}
.lang-dropdown .dropdown-item:hover{background:#f7f9fc; color:var(--hp-primary)}
.lang-dropdown .dropdown-item.active{
  background:linear-gradient(90deg,var(--hp-primary),var(--hp-secondary));
  color:#fff;
}

/* =================== RTL Support =================== */
[dir="rtl"] {
  text-align: right;
}

/* Header & Navbar RTL */
[dir="rtl"] .header-icons {
  margin-left: 0 !important;
  margin-right: 10% !important;
}
[dir="rtl"] .header-icons .bi {
  margin-left: 0;
  margin-right: 1rem;
}
[dir="rtl"] .navbar-nav {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir="rtl"] .lang-dropdown .dropdown-toggle .bi {
  margin-left: 0;
  margin-right: 1rem;
}

/* Clients/Testimonials Section - Always LTR (dir="ltr" set on element) */

/* Footer RTL */
[dir="rtl"] .footer .app-badges img {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .footer .social .bi {
  margin-right: 0;
  margin-left: .75rem;
}
[dir="rtl"] .footer .bi {
  margin-right: 0 !important;
  margin-left: .5rem !important;
}

/* Cards & General RTL */
[dir="rtl"] .order-card .chev {
  right: auto;
  left: 16px;
}
[dir="rtl"] .chip {
  right: auto;
  left: 16px;
}
[dir="rtl"] .hp-tabs .nav-link {
  margin-right: 0;
  margin-left: 8px;
}

/* Service Cards RTL */
[dir="rtl"] .method .logos img {
  margin-right: 0;
  margin-left: 6px;
}

/* Timeline RTL */
[dir="rtl"] .timeline {
  padding-left: 0;
  padding-right: 22px;
}
[dir="rtl"] .timeline::before {
  left: auto;
  right: 8px;
}
[dir="rtl"] .t-bullet {
  left: auto;
  right: -6px;
}
[dir="rtl"] .timeline-data {
  margin-left: 0;
  margin-right: 3%;
  text-align: right;
}
[dir="rtl"] .t-item {
  text-align: right;
}

/* About Page RTL */
[dir="rtl"] .title-hp-bullet {
  margin-left: 0;
  margin-right: 13px;
}
[dir="rtl"] .side-img {
  /* left: auto; */
  right: 0;
}

/* How It Works RTL */
.hp-checklist[dir="rtl"] li,
.hp-checklist[dir="rtl"] .how-it-works-tabs {
  flex-direction: row !important;
  text-align: right;
  justify-content: flex-end;
}
.hp-checklist[dir="rtl"] li .hp-check-icon,
.hp-checklist[dir="rtl"] .how-it-works-tabs .hp-check-icon {
  margin-left: 0;
  margin-right: 14px;
  order: 2;
}
.hp-checklist[dir="rtl"] li > div,
.hp-checklist[dir="rtl"] .how-it-works-tabs > div {
  order: 1;
  text-align: right;
}

/* Slick Carousel RTL */
[dir="rtl"] .slick-track {
  direction: rtl;
}

/* Misc RTL */
[dir="rtl"] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
[dir="rtl"] .me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
[dir="rtl"] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir="rtl"] .ms-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
[dir="rtl"] .header-icons {
  margin-right: 8.5rem !important;
}

/* Arrows stay same in RTL - no changes needed */

