/* Rawasi Sama full storefront redesign - Salla Celia */
:root {
  --rs-navy: #061a2e;
  --rs-navy-2: #0b2e4f;
  --rs-navy-3: #123f67;
  --rs-gold: #c8a14a;
  --rs-gold-2: #ead38a;
  --rs-ink: #16202c;
  --rs-muted: #6b7788;
  --rs-bg: #f4f7f8;
  --rs-panel: #ffffff;
  --rs-border: #dce3e8;
  --rs-radius: 8px;
  --color-primary: #0b2e4f;
  --color-primary-dark: #061a2e;
  --color-primary-light: #c8a14a;
}

html {
  scroll-behavior: smooth;
  background: var(--rs-bg);
}

body {
  direction: rtl;
  background: var(--rs-bg) !important;
  color: var(--rs-ink);
  font-family: "DIN Next LT Arabic", "IBM Plex Sans Arabic", "Tajawal", "Noto Kufi Arabic", system-ui, -apple-system, sans-serif !important;
  letter-spacing: 0;
}

body.rawasi-redesign {
  --color-primary: #0b2e4f;
  --color-primary-d: #061a2e;
  --color-primary-l: #c8a14a;
}

body.rawasi-redesign a,
body.rawasi-redesign button,
body.rawasi-redesign input,
body.rawasi-redesign textarea,
body.rawasi-redesign select {
  font-family: inherit !important;
}

body.rawasi-redesign .store-header,
body.rawasi-redesign header,
body.rawasi-redesign .main-nav-container,
body.rawasi-redesign .navbar,
body.rawasi-redesign salla-navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(6, 26, 46, 0.10) !important;
  box-shadow: 0 14px 38px rgba(6, 26, 46, 0.08) !important;
  backdrop-filter: blur(16px);
}

body.rawasi-redesign .top-navbar,
body.rawasi-redesign .topnav,
body.rawasi-redesign .announcement-bar,
body.rawasi-redesign salla-announcement-bar {
  background: linear-gradient(90deg, var(--rs-navy), var(--rs-navy-2)) !important;
  color: #fff !important;
  border: 0 !important;
}

body.rawasi-redesign .main-menu a,
body.rawasi-redesign nav a,
body.rawasi-redesign .navbar a,
body.rawasi-redesign header a {
  color: var(--rs-ink);
  font-weight: 700;
}

body.rawasi-redesign .main-menu a:hover,
body.rawasi-redesign nav a:hover,
body.rawasi-redesign header a:hover {
  color: var(--rs-gold) !important;
}

.rawasi-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--rs-navy);
  font-weight: 900;
  line-height: 1.15;
}

.rawasi-brand-lockup::before {
  content: "RS";
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0) 45%),
    linear-gradient(135deg, var(--rs-navy), var(--rs-navy-3));
  border: 1px solid rgba(200, 161, 74, 0.55);
  box-shadow: 0 12px 24px rgba(6, 26, 46, 0.18);
  font-size: 14px;
  letter-spacing: 0;
}

.rawasi-brand-lockup small {
  display: block;
  margin-top: 2px;
  color: var(--rs-muted);
  font-size: 11px;
  font-weight: 700;
}

#rawasi-landing {
  direction: rtl;
  color: var(--rs-ink);
  background: var(--rs-bg);
  overflow: hidden;
}

#rawasi-landing * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.rs-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rs-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: grid;
  align-items: end;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(6, 26, 46, 0.92) 0%, rgba(6, 26, 46, 0.78) 44%, rgba(6, 26, 46, 0.30) 100%),
    url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.rs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to left, rgba(0,0,0,0.8), transparent 76%);
}

.rs-hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.58fr);
  gap: 34px;
  align-items: end;
}

.rs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(234, 211, 138, 0.13);
  border: 1px solid rgba(234, 211, 138, 0.42);
  color: var(--rs-gold-2);
  font-size: 14px;
  font-weight: 800;
}

.rs-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-gold-2);
  box-shadow: 0 0 0 6px rgba(234, 211, 138, 0.14);
}

.rs-hero h1 {
  max-width: 780px;
  margin: 20px 0 16px;
  color: #fff;
  font-size: clamp(34px, 6vw, 74px);
  line-height: 1.04;
  font-weight: 950;
}

.rs-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.9;
  font-weight: 500;
}

.rs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--rs-radius);
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.rs-btn:hover { transform: translateY(-2px); }

.rs-btn-primary {
  color: var(--rs-navy) !important;
  background: linear-gradient(135deg, var(--rs-gold-2), var(--rs-gold));
  box-shadow: 0 18px 34px rgba(200, 161, 74, 0.26);
}

.rs-btn-ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
}

.rs-hero-panel {
  background: rgba(255,255,255,0.93);
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.rs-panel-title {
  color: var(--rs-navy);
  font-size: 20px;
  font-weight: 950;
  margin: 0 0 16px;
}

.rs-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rs-metric {
  min-height: 96px;
  padding: 15px;
  border-radius: 8px;
  background: #f8fafb;
  border: 1px solid var(--rs-border);
}

.rs-metric strong {
  display: block;
  color: var(--rs-navy);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.rs-metric span {
  display: block;
  margin-top: 8px;
  color: var(--rs-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.rs-section {
  padding: 58px 0;
}

.rs-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.rs-eyebrow {
  color: var(--rs-gold);
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 8px;
}

.rs-section h2 {
  margin: 0;
  color: var(--rs-navy);
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 950;
}

.rs-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--rs-muted);
  line-height: 1.85;
  font-weight: 600;
}

.rs-grid-4,
.rs-grid-3 {
  display: grid;
  gap: 16px;
}

.rs-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rs-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.rs-card {
  position: relative;
  min-height: 194px;
  padding: 22px;
  border-radius: 8px;
  background: var(--rs-panel);
  border: 1px solid var(--rs-border);
  box-shadow: 0 16px 40px rgba(6, 26, 46, 0.07);
  overflow: hidden;
}

.rs-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--rs-gold), transparent);
  opacity: 0;
  transition: opacity .2s ease;
}

.rs-card:hover::after { opacity: 1; }

.rs-card b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--rs-gold-2);
  background: var(--rs-navy);
  font-size: 17px;
  font-weight: 950;
}

.rs-card h3 {
  margin: 0 0 10px;
  color: var(--rs-navy);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 950;
}

.rs-card p {
  margin: 0;
  color: var(--rs-muted);
  line-height: 1.75;
  font-size: 14px;
  font-weight: 600;
}

.rs-process {
  background: var(--rs-navy);
  color: #fff;
}

.rs-process .rs-section h2,
.rs-process .rs-section-head p { color: #fff; }
.rs-process .rs-section-head p { color: rgba(255,255,255,0.72); }

.rs-step {
  min-height: 170px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.rs-step span {
  display: block;
  color: var(--rs-gold-2);
  font-size: 28px;
  font-weight: 950;
  margin-bottom: 12px;
}

.rs-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.rs-step p {
  margin: 0;
  color: rgba(255,2ش55,255,0.72);
  line-height: 1.75;
  font-size: 14px;
}

.rs-cta {
  margin: 58px auto 10px;
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11,46,79,0.96), rgba(6,26,46,0.98)),
    linear-gradient(90deg, rgba(200,161,74,0.18), transparent);
  border: 1px solid rgba(200,161,74,0.28);
  box-shadow: 0 24px 70px rgba(6,26,46,0.18);
}

.rs-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(23px, 3vw, 36px);
  font-weight: 950;
}

.rs-cta p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.75;
}

body.rawasi-redesign .s-block,
body.rawasi-redesign section.s-block,
body.rawasi-redesign .section,
body.rawasi-redesign .home-section {
  border-radius: 0 !important;
}

body.rawasi-redesign .s-block__title,
body.rawasi-redesign .section-title,
body.rawasi-redesign .s-block h2,
body.rawasi-redesign .s-block h3 {
  color: var(--rs-navy) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

body.rawasi-redesign .s-button-primary,
body.rawasi-redesign .btn-primary,
body.rawasi-redesign button[type="submit"],
body.rawasi-redesign .product-entry__add-to-cart,
body.rawasi-redesign salla-add-product-button button {
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--rs-navy-2), var(--rs-navy)) !important;
  border: 1px solid rgba(200,161,74,0.30) !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(6,26,46,0.16) !important;
}

body.rawasi-redesign .s-button-primary:hover,
body.rawasi-redesign .btn-primary:hover,
body.rawasi-redesign button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(6,26,46,0.22) !important;
}

body.rawasi-redesign .s-product-card-entry,
body.rawasi-redesign .s-product-card,
body.rawasi-redesign .product-card,
body.rawasi-redesign .product-entry,
body.rawasi-redesign .category-card,
body.rawasi-redesign .banner-entry {
  border-radius: 8px !important;
  border: 1px solid var(--rs-border) !important;
  box-shadow: 0 14px 36px rgba(6,26,46,0.07) !important;
  overflow: hidden !important;
  background: #fff !important;
}

body.rawasi-redesign .s-product-card-content,
body.rawasi-redesign .product-card__content {
  padding: 16px !important;
}

body.rawasi-redesign .s-product-card-content-title,
body.rawasi-redesign .s-product-card-content-title a,
body.rawasi-redesign .product-card h3,
body.rawasi-redesign .product-entry h3 {
  color: var(--rs-navy) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

body.rawasi-redesign .s-product-card-price,
body.rawasi-redesign .price,
body.rawasi-redesign .total-price {
  color: var(--rs-gold) !important;
  font-weight: 950 !important;
}

body.rawasi-redesign .breadcrumb,
body.rawasi-redesign .breadcrumbs {
  background: transparent !important;
  color: var(--rs-muted) !important;
}

body.rawasi-redesign footer,
body.rawasi-redesign .store-footer,
body.rawasi-redesign salla-footer {
  background: var(--rs-navy) !important;
  color: rgba(255,255,255,0.78) !important;
  border-top: 4px solid var(--rs-gold) !important;
}

body.rawasi-redesign footer a,
body.rawasi-redesign .store-footer a,
body.rawasi-redesign footer h3,
body.rawasi-redesign footer h4 {
  color: #fff !important;
}

body.rawasi-redesign .rawasi-floating-quote {
  position: fixed;
  z-index: 99990;
  inset: auto auto 22px 22px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rs-gold-2), var(--rs-gold));
  color: var(--rs-navy) !important;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(6,26,46,0.22);
}

@media (max-width: 1024px) {
  .rs-hero-inner,
  .rs-grid-4,
  .rs-grid-3,
  .rs-cta {
    grid-template-columns: 1fr;
  }
  .rs-section-head {
    display: block;
  }
  .rs-section-head p { margin-top: 10px; }
}

@media (max-width: 640px) {
  .rs-shell,
  .rs-hero-inner,
  .rs-cta {
    width: min(100% - 22px, 1180px);
  }
  .rs-hero {
    min-height: auto;
  }
  .rs-hero-inner {
    padding: 76px 0 28px;
    gap: 22px;
  }
  .rs-hero h1 {
    font-size: 34px;
  }
  .rs-actions,
  .rs-btn {
    width: 100%;
  }
  .rs-metrics {
    grid-template-columns: 1fr;
  }
  .rs-section {
    padding: 38px 0;
  }
  .rs-card,
  .rs-step,
  .rs-cta {
    padding: 18px;
  }
  body.rawasi-redesign .rawasi-floating-quote {
    left: 12px;
    bottom: 12px;
    right: 12px;
    width: auto;
  }
}


/* Rawasi Sama CSS-only homepage fallback while Salla JS cache refreshes */
body.index:not(.rawasi-home) main {
  min-height: 720px !important;
  display: grid !important;
  align-content: center !important;
  gap: 24px !important;
  padding: clamp(48px, 8vw, 110px) clamp(18px, 5vw, 72px) !important;
  background:
    linear-gradient(90deg, rgba(6,26,46,.94), rgba(6,26,46,.78), rgba(6,26,46,.42)),
    url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
}
body.index:not(.rawasi-home) main > * {
  display: none !important;
}
body.index:not(.rawasi-home) main::before {
  content: "رواسي سما للمقاولات";
  display: block !important;
  max-width: 820px !important;
  color: #fff !important;
  font-size: clamp(42px, 7vw, 86px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  text-shadow: 0 18px 48px rgba(0,0,0,.38) !important;
}
body.index:not(.rawasi-home) main::after {
  content: "تنفيذ وتشطيب وترميم وإدارة مشاريع بنطاق عمل واضح ومراحل تسليم موثقة. اطلب عرض سعر من صفحة التواصل.";
  display: block !important;
  max-width: 760px !important;
  padding: 24px !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(234,211,138,.46) !important;
  color: #061a2e !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  line-height: 1.9 !important;
  font-weight: 850 !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.25) !important;
}
@media (max-width: 640px) {
  body.index:not(.rawasi-home) main {
    min-height: 620px !important;
    padding: 78px 18px 42px !important;
  }
  body.index:not(.rawasi-home) main::before {
    font-size: 38px !important;
  }
  body.index:not(.rawasi-home) main::after {
    padding: 18px !important;
    font-size: 16px !important;
  }
}


/* Rawasi Sama header cleanup for service-company storefront */
body.index .store-header,
body.index .main-nav-container,
body.index .main-nav-container .inner {
  background: #061a2e !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.index .store-header {
  height: auto !important;
}
body.index .main-nav-container {
  min-height: 72px !important;
}
body.index .main-nav-container .container,
body.index .main-nav-container .inner {
  min-height: 72px !important;
}
body.index .navbar-brand {
  width: auto !important;
  min-width: 230px !important;
  height: 54px !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #fff !important;
  text-decoration: none !important;
}
body.index .navbar-brand img,
body.index .navbar-brand h1,
body.index .navbar-brand > span:not(.rawasi-brand-lockup) {
  display: none !important;
}
body.index .navbar-brand::before {
  content: "RS";
  width: 44px !important;
  height: 44px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #0b2e4f, #061a2e) !important;
  border: 1px solid rgba(234,211,138,.65) !important;
  color: #ead38a !important;
  font-weight: 950 !important;
  font-size: 14px !important;
}
body.index .navbar-brand::after {
  content: "رواسي سما للمقاولات";
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
body.index .mburger,
body.index .theme-toggle,
body.index salla-cart-summary,
body.index .s-cart-summary-wrapper,
body.index .header-btn,
body.index button[aria-label="Search"],
body.index button[aria-label="Login"] {
  display: none !important;
}
body.index .top-navbar {
  height: 40px !important;
  min-height: 40px !important;
  background: #061a2e !important;
  border-bottom: 1px solid rgba(234,211,138,.18) !important;
}
body.index .top-navbar .container {
  height: 40px !important;
}
body.index .rs-hero {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  body.index .main-nav-container,
  body.index .main-nav-container .container,
  body.index .main-nav-container .inner {
    min-height: 64px !important;
  }
  body.index .navbar-brand {
    min-width: 0 !important;
  }
  body.index .navbar-brand::after {
    font-size: 15px !important;
  }
}

/* Rawasi Sama uploaded logo override */
body.index .navbar-brand {
  min-width: 260px !important;
  height: 64px !important;
  gap: 0 !important;
}
body.index .navbar-brand::before,
body.index .navbar-brand::after {
  content: none !important;
  display: none !important;
}
body.index .navbar-brand img.logo-normal,
body.index .navbar-brand img.logo-dark,
body.index header .navbar-brand img {
  display: block !important;
  width: 220px !important;
  height: 78px !important;
  max-width: 220px !important;
  max-height: 78px !important;
  object-fit: contain !important;
  object-position: center right !important;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.22)) !important;
}
body.index .navbar-brand h1,
body.index .navbar-brand .sr-only {
  display: none !important;
}
body.index .rs-hero h1::before {
  content: "";
  display: block;
  width: min(260px, 74vw);
  height: 96px;
  margin: 0 0 12px auto;
  background: url("https://cdn.salla.sa/form-builder/hMhemCmTFs259log2KwpSdSTpWcRc2n7wYab1EPT.png") center right / contain no-repeat;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.32));
}
@media (max-width: 640px) {
  body.index .navbar-brand {
    min-width: 170px !important;
    height: 58px !important;
  }
  body.index .navbar-brand img.logo-normal,
  body.index .navbar-brand img.logo-dark,
  body.index header .navbar-brand img {
    width: 154px !important;
    height: 58px !important;
    max-width: 154px !important;
    max-height: 58px !important;
  }
  body.index .rs-hero h1::before {
    width: min(210px, 70vw);
    height: 72px;
    margin-bottom: 8px;
  }
}

/* Rawasi Sama single logo cleanup */
body.index .navbar-brand {
  min-width: 220px !important;
  width: 220px !important;
  justify-content: flex-end !important;
}
body.index .navbar-brand img.logo-dark {
  display: none !important;
}
body.index .navbar-brand img.logo-normal {
  display: block !important;
  width: 196px !important;
  height: 68px !important;
  max-width: 196px !important;
  max-height: 68px !important;
}
body.index .rs-hero h1::before {
  content: none !important;
  display: none !important;
}
@media (max-width: 640px) {
  body.index .navbar-brand {
    min-width: 154px !important;
    width: 154px !important;
  }
  body.index .navbar-brand img.logo-normal {
    width: 148px !important;
    height: 56px !important;
    max-width: 148px !important;
    max-height: 56px !important;
  }
}/* شششششش-ششش-شششش */
/* Rawasi Sama luxury color refinement */
:root {
  --rs-navy: #102b42;
  --rs-navy-2: #183d5b;
  --rs-navy-3: #24516f;
  --rs-gold: #b8872f;
  --rs-gold-2: #d8b767;
  --rs-gold-3: #8f6423;
  --rs-ink: #24384b;
  --rs-muted: #708092;
  --color-primary: #183d5b;
  --color-primary-dark: #102b42;
  --color-primary-light: #b8872f;
}
body.rawasi-redesign {
  --color-primary: #183d5b !important;
  --color-primary-d: #102b42 !important;
  --color-primary-l: #b8872f !important;
}
body.index .store-header,
body.index .main-nav-container,
body.index .main-nav-container .inner,
body.index .top-navbar {
  background: #102b42 !important;
}
.rs-hero {
  background:
    linear-gradient(90deg, rgba(16,43,66,.78) 0%, rgba(16,43,66,.62) 48%, rgba(16,43,66,.28) 100%),
    url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat !important;
}
.rs-hero h1 {
  color: #f8fbfd !important;
  text-shadow: 0 14px 36px rgba(16,43,66,.36) !important;
}
.rs-section h2,
.rs-card h3,
.rs-panel-title,
body.rawasi-redesign .s-block__title,
body.rawasi-redesign .section-title,
body.rawasi-redesign .s-block h2,
body.rawasi-redesign .s-block h3 {
  color: #24384b !important;
}
.rs-metric strong,
.rs-card b,
.rs-step span,
body.rawasi-redesign .s-product-card-price,
body.rawasi-redesign .price,
body.rawasi-redesign .total-price {
  color: #b8872f !important;
}
.rs-card b {
  background: #183d5b !important;
  color: #d8b767 !important;
}
.rs-kicker,
.rs-eyebrow {
  color: #d8b767 !important;
}
.rs-kicker {
  background: rgba(184,135,47,.16) !important;
  border-color: rgba(216,183,103,.42) !important;
}
.rs-kicker::before {
  background: #d8b767 !important;
  box-shadow: 0 0 0 6px rgba(216,183,103,.16) !important;
}
.rs-btn-primary,
body.rawasi-redesign .rawasi-floating-quote {
  color: #102b42 !important;
  background: linear-gradient(135deg, #f1dfaa 0%, #d8b767 34%, #b8872f 68%, #8f6423 100%) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  box-shadow: 0 18px 38px rgba(143,100,35,.25), inset 0 1px 0 rgba(255,255,255,.46) !important;
}
.rs-btn-ghost {
  color: #fff !important;
  border-color: rgba(216,183,103,.44) !important;
  background: rgba(16,43,66,.22) !important;
}
.rs-hero-panel,
.rs-card,
.rs-metric {
  border-color: rgba(184,135,47,.18) !important;
}
.rs-process {
  background: linear-gradient(135deg, #102b42, #183d5b) !important;
}
.rs-cta {
  background:
    linear-gradient(135deg, rgba(24,61,91,.97), rgba(16,43,66,.98)),
    linear-gradient(90deg, rgba(184,135,47,.20), transparent) !important;
  border-color: rgba(216,183,103,.34) !important;
}
body.index:not(.rawasi-home) main {
  background:
    linear-gradient(90deg, rgba(16,43,66,.82), rgba(16,43,66,.62), rgba(16,43,66,.34)),
    url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat !important;
}
body.index:not(.rawasi-home) main::after {
  color: #24384b !important;
  border-color: rgba(184,135,47,.36) !important;
}