@font-face {
      font-family: "saudi_riyal";
      src: url("https://cdn.jsdelivr.net/npm/@emran-alhaddad/saudi-riyal-font@latest/fonts/regular/saudi_riyal.woff2") format("woff2"),
           url("https://cdn.jsdelivr.net/npm/@emran-alhaddad/saudi-riyal-font@latest/fonts/regular/saudi_riyal.woff") format("woff"),
           url("https://cdn.jsdelivr.net/npm/@emran-alhaddad/saudi-riyal-font@latest/fonts/regular/saudi_riyal.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
    }

    :root {
      --red: #fe6324;
      --red-dark: #df4f14;
      --black: #111111;
      --ink: #1c2529;
      --muted: #657176;
      --soft: #f7f7f7;
      --line: #e4e4e4;
      --white: #fff;
      --radius: 18px;
      --shadow: 0 18px 45px rgba(20, 30, 34, .11);
      --color-primary: #fe6324;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Cairo", system-ui, sans-serif;
      color: var(--ink);
      background:
        linear-gradient(rgba(20, 30, 34, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 30, 34, .035) 1px, transparent 1px),
        #fff;
      background-size: 34px 34px;
      line-height: 1.72;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .container {
      width: min(1160px, calc(100% - 34px));
      margin-inline: auto;
    }

    .site-header {
      position: fixed;
      z-index: 100;
      top: 18px;
      left: 0;
      right: 0;
      transition: all 0.3s ease;
    }

    .site-header.scrolled {
      top: 6px;
    }

    .site-header.scrolled .nav {
      min-height: 58px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 66px;
      padding: 10px 14px;
      background: rgba(255, 255, 255, .97);
      border-radius: 6px;
      box-shadow: 0 14px 42px rgba(0, 0, 0, .18);
      transition: all 0.3s ease;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
    }

    .brand-logo {
      width: 46px;
      height: 46px;
      object-fit: contain;
      display: block;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 2px;
    }

    .nav-links a {
      padding: 9px 13px;
      border-radius: 6px;
      color: #536166;
      font-size: 14px;
      font-weight: 800;
      transition: .2s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--red);
      background: #f0f0f0;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 10px 18px;
      border: 0;
      border-radius: 6px;
      font-weight: 900;
      cursor: pointer;
      transition: .22s ease;
      white-space: nowrap;
    }

    .btn.outline {
      color: #fff;
      background: transparent;
      border: 2px solid var(--red);
      box-shadow: none;
    }

    .btn.outline:hover {
      background: rgba(254, 99, 36, 0.12);
      color: #fff;
      transform: translateY(-2px);
    }

    .btn.red {
      color: #fff;
      background: var(--red);
      box-shadow: 0 15px 30px rgba(254, 99, 36, .22);
    }

    .btn.red:hover {
      background: var(--red-dark);
      transform: translateY(-2px);
    }

    .btn.white {
      color: var(--red);
      background: #fff;
    }

    .btn.dark {
      color: #fff;
      background: var(--black);
    }

    .icon-btn {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: #f0f0f0;
      color: var(--red);
      cursor: pointer;
    }

    .menu-btn {
      display: none;
    }

    .hero {
      position: relative;
      min-height: 720px;
      padding: 132px 0 100px;
      color: #fff;
      overflow: hidden;
      background: #0c1316;
    }

    .hero-video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: 0;
      pointer-events: none;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(12, 19, 22, .93) 0%, rgba(12, 19, 22, .82) 46%, rgba(12, 19, 22, .25) 100%);
      z-index: 1;
      pointer-events: none;
    }

    .hero-video-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        135deg,
        rgba(28, 27, 26, 0.75) 0%,
        rgba(28, 27, 26, 0.4) 45%,
        rgba(28, 27, 26, 0.75) 100%
      );
      z-index: 1;
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 120px;
      background: linear-gradient(transparent, rgba(0, 0, 0, .28));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      align-items: center;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--red);
      font-weight: 900;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .kicker::before {
      content: "";
      width: 24px;
      height: 2px;
      background: currentColor;
      border-radius: 999px;
    }

    .hero h1 {
      margin: 0;
      max-width: 660px;
      font-size: clamp(22px, 3vw, 32px);
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero p {
      max-width: 620px;
      margin: 18px 0 28px;
      color: rgba(255, 255, 255, .78);
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .play {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      font-weight: 800;
    }

    .play span {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      color: var(--red);
      background: #fff;
      border-radius: 50%;
    }

    .hero-cards {
      position: relative;
      z-index: 3;
      margin-top: -78px;
    }

    .hero-card-row {
      width: min(760px, calc(100% - 34px));
      margin-inline: auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: #fff;
      padding: 18px;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .mini-card {
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 8px;
    }

    .mini-card i {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      color: var(--red);
      background: #f0f0f0;
      border-radius: 50%;
      font-size: 22px;
      flex: 0 0 auto;
    }

    .hero-feature-icon {
      background: rgba(241, 90, 41, 0.1) !important;
      border: 1px solid rgba(241, 90, 41, 0.25) !important;
      color: var(--color-primary) !important;
      transition: all 0.3s ease;
    }

    .hero-feature-icon svg,
    .hero-feature-icon path {
      stroke: var(--color-primary);
    }

    .mini-card strong {
      display: block;
      font-size: 15px;
      line-height: 1.35;
    }

    .mini-card span {
      color: var(--muted);
      font-size: 12px;
    }

    .section {
      padding: 96px 0;
    }

    .section.soft {
      background: var(--soft);
    }

    .section.dark {
      color: #fff;
      background-color: #0c1316;
      background-image:
        radial-gradient(circle at 15% 15%, rgba(254, 99, 36, 0.08) 0%, rgba(254, 99, 36, 0) 50%),
        radial-gradient(circle at 85% 85%, rgba(254, 99, 36, 0.06) 0%, rgba(254, 99, 36, 0) 50%),
        linear-gradient(135deg, #0f171a 0%, #070b0d 100%);
      position: relative;
      overflow: hidden;
    }

    .section.dark::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
      background-size: 34px 34px;
      pointer-events: none;
      z-index: 0;
    }

    .section.dark>.container {
      position: relative;
      z-index: 1;
    }

    .section.red-band {
      color: #fff;
      background: var(--red);
    }

    .split {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 54px;
      align-items: center;
    }

    .media-stack {
      position: relative;
      min-height: 520px;
    }

    .media-stack img {
      position: absolute;
      object-fit: cover;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .media-stack .img-a {
      right: 0;
      top: 0;
      width: 72%;
      aspect-ratio: 1 / 1.05;
    }

    .media-stack .img-b {
      left: 0;
      bottom: 0;
      width: 62%;
      aspect-ratio: 1.08 / 1;
      border: 10px solid #fff;
    }

    .seal {
      position: absolute;
      right: 48%;
      top: 47%;
      width: 128px;
      height: 128px;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--red);
      border: 10px solid #fff;
      border-radius: 50%;
      box-shadow: var(--shadow);
      font-weight: 900;
      text-align: center;
      line-height: 1.25;
    }

    .section-title {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 38px;
    }

    .section-title.left {
      text-align: start;
      margin-inline: 0;
    }

    .section-title h2,
    .content h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(22px, 3vw, 32px);
      line-height: 1.4;
      font-weight: 700;
    }

    .section.dark h2,
    .section.red-band h2 {
      color: #fff;
    }

    .section-title p,
    .content p {
      color: var(--muted);
      margin: 13px 0 0;
    }

    .section.dark p,
    .section.red-band p {
      color: rgba(255, 255, 255, .78);
    }

    .accent {
      color: var(--red);
    }

    .content-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 28px;
      align-items: center;
    }

    .call-box {
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 14px 18px;
      background: #fff;
      border-radius: 6px;
      box-shadow: var(--shadow);
      font-weight: 900;
    }

    .call-box i {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--red);
      border-radius: 50%;
    }

    .grid {
      display: grid;
      gap: 24px;
    }

    .services {
      grid-template-columns: repeat(3, 1fr);
    }

    .feature-grid {
      grid-template-columns: 1fr minmax(280px, 430px) 1fr;
      align-items: center;
    }

    .products {
      grid-template-columns: repeat(3, 1fr);
    }

    .service-card,
    .feature-card,
    .product-card,
    .testimonial,
    .faq-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: 0 10px 30px rgba(20, 30, 34, .06);
      overflow: hidden;
    }

    .service-card {
      padding: 18px;
      text-align: center;
      transition: .2s;
    }

    .service-card:hover,
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow);
    }

    .service-card .thumb {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 44px;
    }

    .service-card img {
      width: 100%;
      aspect-ratio: 1.55 / 1;
      object-fit: cover;
    }

    .service-card .round-icon {
      position: absolute;
      right: 50%;
      bottom: -32px;
      transform: translateX(50%);
      width: 68px;
      height: 68px;
      display: grid;
      place-items: center;
      border: 6px solid #fff;
      background: var(--red);
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      box-shadow: 0 12px 24px rgba(254, 99, 36, .22);
    }

    .service-card h3,
    .feature-card h3,
    .product-card h3 {
      margin: 0;
      font-size: 20px;
      line-height: 1.3;
    }

    .service-card p,
    .feature-card p,
    .product-card p {
      color: var(--muted);
      font-size: 14px;
      margin: 10px 0 0;
    }

    .read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--red);
      font-weight: 900;
      font-size: 14px;
      margin-top: 14px;
    }

    .feature-card {
      padding: 24px;
      min-height: 170px;
    }

    .feature-card i {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      color: var(--red);
      background: #f0f0f0;
      border-radius: 50%;
      font-size: 23px;
      margin-bottom: 14px;
    }

    .center-camera {
      display: grid;
      place-items: center;
      min-height: 480px;
    }

    .center-camera img {
      width: min(430px, 100%);
      filter: drop-shadow(0 25px 25px rgba(20, 30, 34, .18));
    }

    .dark-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 44px;
      align-items: center;
    }

    .dark-panel {
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
    }

    .dark-panel img {
      width: 100%;
      aspect-ratio: 1.35 / 1;
      object-fit: cover;
    }

    .floating-stat {
      position: absolute;
      right: 22px;
      top: 22px;
      display: grid;
      gap: 12px;
    }

    .floating-stat div {
      padding: 16px 20px;
      background: #fff;
      color: var(--ink);
      border-radius: 14px;
      box-shadow: var(--shadow);
      font-weight: 900;
    }

    .floating-stat strong {
      display: block;
      color: var(--red);
      font-size: 26px;
    }

    .tools {
      max-width: 850px;
      margin: 0 auto 24px;
      display: grid;
      grid-template-columns: 1fr 190px 180px;
      gap: 12px;
    }

    .field,
    .select,
    .textarea {
      width: 100%;
      min-height: 50px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      border-radius: 6px;
      padding: 11px 18px;
      outline: none;
    }

    .textarea {
      min-height: 126px;
      resize: vertical;
      border-radius: 6px;
    }

    .field:focus,
    .select:focus,
    .textarea:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 4px rgba(254, 99, 36, .1);
    }

    .product-card img {
      width: 100%;
      aspect-ratio: 1.45 / 1;
      object-fit: cover;
    }

    .product-body {
      padding: 18px;
      position: relative;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 10px;
      color: var(--red);
      background: #f0f0f0;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 900;
    }

    .price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 16px;
    }

    .price {
      color: var(--red);
      font-weight: 900;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 24px;
      margin-top: 50px;
      border-top: 1px solid rgba(255, 255, 255, .25);
      padding-top: 40px;
    }

    .stat {
      text-align: center;
      transition: transform 0.3s ease;
    }

    .stat:hover {
      transform: translateY(-5px);
    }

    .stat strong {
      display: block;
      font-size: 38px;
      color: #fff;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 8px;
      text-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    }

    .stat span {
      color: rgba(255, 255, 255, .85);
      font-size: 14px;
      font-weight: 500;
    }

    .red-band-card {
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--radius);
      padding: 28px;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 14px;
      text-align: start;
    }

    .red-band-card:hover {
      background: rgba(255, 255, 255, 0.12);
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(254, 99, 36, 0.08);
      border-color: rgba(254, 99, 36, 0.3);
    }

    .red-band-card i {
      font-size: 38px;
      color: var(--red);
      text-shadow: 0 0 12px rgba(254, 99, 36, 0.3);
      display: inline-block;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease, text-shadow 0.3s ease;
      width: fit-content;
    }

    .red-band-card:hover i {
      color: #fff;
      transform: scale(1.15) rotate(8deg);
      text-shadow: 0 0 18px rgba(255, 255, 255, 0.6);
    }

    .red-band-card h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 800;
    }

    .red-band-card p {
      margin: 0;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8) !important;
      line-height: 1.6;
    }

    .assist-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 54px;
      align-items: center;
    }

    .cta {
      padding: 96px 0;
      overflow: hidden;
    }

    .section.dark .field,
    .section.dark .select,
    .section.dark .textarea {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.12);
      color: #fff;
    }

    .section.dark .field::placeholder,
    .section.dark .textarea::placeholder {
      color: rgba(255, 255, 255, 0.4);
    }

    .section.dark .field:focus,
    .section.dark .select:focus,
    .section.dark .textarea:focus {
      border-color: var(--red);
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 0 0 4px rgba(254, 99, 36, 0.15);
    }

    .section.dark .select option {
      background: #0f171a;
      color: #fff;
    }

    .cta-grid {
      display: grid;
      grid-template-columns: 1fr minmax(240px, 430px);
      gap: 30px;
      align-items: end;
    }

    .cta h2 {
      font-size: clamp(22px, 3vw, 32px);
      line-height: 1.4;
      font-weight: 700;
      margin: 0;
    }

    .cta p {
      color: rgba(255, 255, 255, .78);
    }

    .cta img {
      max-height: 360px;
      object-fit: contain;
      margin-inline: auto;
    }

    .testimonials {
      grid-template-columns: repeat(2, 1fr);
    }

    .testimonial {
      padding: 26px;
    }

    .person {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .person img {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      object-fit: cover;
    }

    .stars {
      color: #ffb400;
      margin-bottom: 10px;
    }

    .faq-wrap {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 42px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-card {
      padding: 18px 20px;
      cursor: pointer;
    }

    .faq-card summary {
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      font-weight: 900;
    }

    .faq-card summary::-webkit-details-marker {
      display: none;
    }

    .faq-card summary i {
      color: var(--red);
    }

    .faq-card p {
      color: var(--muted);
      margin: 12px 0 0;
    }

    .footer {
      padding: 54px 0 24px;
      color: #b8c3c7;
      background-color: #0c1316;
      background-image:
        radial-gradient(circle at 15% 15%, rgba(254, 99, 36, 0.08) 0%, rgba(254, 99, 36, 0) 50%),
        radial-gradient(circle at 85% 85%, rgba(254, 99, 36, 0.06) 0%, rgba(254, 99, 36, 0) 50%),
        linear-gradient(135deg, #0f171a 0%, #070b0d 100%);
      position: relative;
      overflow: hidden;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
      background-size: 34px 34px;
      pointer-events: none;
      z-index: 0;
    }

    .footer>.container {
      position: relative;
      z-index: 1;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.2fr repeat(3, 1fr);
      gap: 30px;
      padding-bottom: 36px;
      border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    .footer h4 {
      color: #fff;
      margin: 0 0 14px;
    }

    .footer a {
      display: block;
      color: #b8c3c7;
      margin: 8px 0;
      transition: all 0.3s ease;
      width: fit-content;
    }

    .footer a:hover {
      color: var(--red);
      transform: translateX(-4px);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      padding-top: 22px;
      font-size: 14px;
    }

    .toast {
      position: fixed;
      left: 18px;
      bottom: 18px;
      z-index: 100;
      padding: 13px 18px;
      color: #fff;
      background: var(--black);
      border-radius: 6px;
      box-shadow: var(--shadow);
      transform: translateY(120px);
      transition: .25s ease;
    }

    .toast.show {
      transform: translateY(0);
    }

    @media (max-width: 960px) {
      .menu-btn {
        display: grid;
        background: rgba(241, 90, 41, 0.1);
        border: 1px solid rgba(241, 90, 41, 0.25);
        color: var(--color-primary);
      }

      .nav-links {
        position: fixed;
        top: 96px;
        right: 18px;
        left: 18px;
        display: none;
        padding: 14px;
        background: #fff;
        border-radius: 24px;
        box-shadow: var(--shadow);
      }

      .nav-links.open {
        display: grid;
      }

      .hero-grid,
      .split,
      .dark-split,
      .assist-grid,
      .cta-grid,
      .faq-wrap {
        grid-template-columns: 1fr;
      }

      .hero-card-row,
      .services,
      .products,
      .testimonials,
      .feature-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .center-camera {
        grid-column: 1 / -1;
        min-height: auto;
      }

      .tools {
        grid-template-columns: 1fr 1fr;
      }

      .tools .field {
        grid-column: 1 / -1;
      }

      .stats {
        grid-template-columns: repeat(3, 1fr);
      }

      .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: right;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
      }

      .footer-whatsapp-link {
        display: none !important;
      }

      .logo-marquee-container {
        padding: 30px 0;
      }
      .logo-marquee-group {
        gap: 80px;
        padding-right: 80px;
      }
      .logo-marquee-group img {
        height: 120px;
        width: 280px;
      }
    }

    @media (max-width: 620px) {
      .site-header {
        top: 10px;
      }

      .site-header.scrolled {
        top: 0;
      }

      .nav {
        min-height: 58px;
        padding: 8px;
      }

      .brand span:last-child {
        display: none;
      }

      .nav-actions .btn {
        display: none;
      }

      .hero {
        min-height: 650px;
        padding: 116px 0 92px;
      }

      .hero-card-row,
      .testimonials,
      .feature-grid,
      .tools {
        grid-template-columns: 1fr;
      }



      .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .stats .stat:last-child {
        grid-column: span 2;
      }

      .stat strong {
        font-size: 28px;
      }

      .stat span {
        font-size: 12px;
      }

      .products,
      #redFeatures {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }

      #servicesGrid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .red-band-card {
        padding: 16px;
      }

      .product-body {
        padding: 12px;
      }

      .red-band-card h3,
      .product-card h3 {
        font-size: 16px;
      }

      .red-band-card p,
      .product-card p {
        font-size: 12px !important;
      }

      .price-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 12px;
      }

      .price {
        text-align: center;
        font-size: 15px;
      }

      .product-body .btn {
        width: 100%;
        min-height: 36px;
        padding: 6px 8px;
        font-size: 11px;
        gap: 4px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
        justify-content: center;
      }

      .section {
        padding: 70px 0;
      }

      .media-stack {
        min-height: 410px;
      }

      .seal {
        width: 100px;
        height: 100px;
        font-size: 13px;
      }

      .cta {
        padding-top: 42px;
      }

      .logo-marquee-container {
        padding: 20px 0;
      }
      .logo-marquee-group {
        gap: 40px;
        padding-right: 40px;
      }
      .logo-marquee-group img {
        height: 80px;
        width: 180px;
      }
    }

    .logo-marquee-container {
      overflow: hidden;
      display: flex;
      width: 100%;
      background: #fafafa;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 60px 0;
      box-shadow: var(--shadow);
      direction: ltr;
      mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
    }

    .logo-marquee-track {
      display: flex;
      width: max-content;
      animation: scroll 40s linear infinite;
    }

    .logo-marquee-track:hover {
      animation-play-state: paused;
    }

    .logo-marquee-group {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 180px;
      padding-right: 180px;
      flex-shrink: 0;
    }

    .logo-marquee-group img {
      height: 220px;
      width: 550px;
      object-fit: contain;
      opacity: 1;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .logo-marquee-group img:hover {
      transform: scale(1.1);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    /* Floating Buttons */
    .floating-btn {
      position: fixed;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      text-decoration: none;
      z-index: 999;
      border: 0;
      outline: none;
    }
    
    .floating-btn:hover {
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }
    
    /* WhatsApp Floating Button on the Right */
    .whatsapp-float {
      bottom: 24px;
      right: 24px;
      background-color: #25D366;
      color: #fff;
    }
    .whatsapp-float:hover {
      background-color: #20ba5a;
      box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
    }
    
    /* Back to Top Floating Button on the Left */
    .back-to-top {
      bottom: 24px;
      left: 24px;
      background-color: var(--red);
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
    }
    .back-to-top.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .back-to-top:hover {
      background-color: var(--red-dark);
      box-shadow: 0 12px 30px rgba(254, 99, 36, 0.4);
    }

    /* New Saudi Riyal Currency Symbol */
    .sar-symbol {
      font-family: 'saudi_riyal', sans-serif !important;
      font-weight: normal;
      margin-inline-start: 4px;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.25em;
    }