:root {
    --splash-bg: #f8f6f1;
    --logo-dark: #524c4e;
    --logo-gold: #998e6e;
    --text-color: #2e2a2b;
    --transition-speed: 0.75s;
          --bg: #ead4b7;
        --text-dark: #4f4952;
        --text-body: #5b5560;
        --nav-bg: rgba(255, 255, 255, 0.88);
        --accent: #a99f7d;
        --accent-dark: #9d9371;
        --shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
        --hero-image: url("../images/bg.jpg");
      }

      @font-face {
        font-family: ArchivoNarrow;
        src: url("../fonts/ArchivoNarrow-VariableFont_wght.ttf");
      }
      
      @font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Heavy-1.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Heavy2-1.ttf") format("truetype");
  font-weight: 850;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTArabic";
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Black-2.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
     

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        user-select: none;
      }

      html {
        scroll-behavior: smooth;
        width: 100%;
        overflow-x: hidden;
      }
      
     
      
      #cremat-about-section,
      #cremat-product-categories-tabs,
      #cremat-partner-benefits,
      #cremat-services-overview {
        scroll-margin-top: 65px;
      }

      body {
        font-family: "ArchivoNarrow", Arial, Helvetica, sans-serif;
        background: #fff;
        color: var(--text-dark);
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      a {
        text-decoration: none;
        color: inherit;
      }

      button {
        font: inherit;
        border: none;
        background: none;
        cursor: pointer;
      }

      svg {
        display: flex;
      }
      .hide {
        display: none !important;
      }
      .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(234, 212, 183, 0.78), rgba(234, 212, 183, 0.01));
}

body.cremat-rtl > .hero::before {
  transform: scaleX(-1) !important;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scaleX(1);
  z-index: -1;
}

      .nav-wrap {
        position: fixed;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
        width: min(calc(100% - 32px), 1480px);
        max-width: calc(100% - 32px);
        z-index: 1000;
      }

      .navbar {
        width: 100%;
        min-width: 0;
        height: 92px;
        border-radius: 999px;
        background: var(--nav-bg);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: var(--shadow);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 34px 0 42px;
      }

      .brand {
        display: flex;
        align-items: center;
        gap: 14px;
        min-width: 0;
        flex-shrink: 0;
      }

      .nav-center {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 15px;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 30px;
      }

      .nav-center a {
        font-size: 1.1rem;
        font-weight: 400;
        color: #4f4952;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
        transition:
          color 0.2s ease,
          opacity 0.2s ease;
      }

      .nav-center a:hover {
        color: #998d6d;
      }

      .divider {
        color: #b8aa8e;
        font-size: 0.8rem;
        font-weight: 500;
        user-select: none;
      }

      .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px;
        min-width: 0;
        flex-shrink: 0;
      }

      .brand-logo {
        position: relative;
        display: inline-block;
        overflow: hidden;
      }


      .brand-logo svg {
        display: block;
        max-width: 100%;
        height: auto;
      }

      .brand-logo::after {
        content: "";
        position: absolute;
        top: -20%;
        left: -60%;
        width: 30%;
        height: 140%;
        background: linear-gradient(
          115deg,
          transparent,
          rgba(255, 255, 255, 0.8),
          transparent
        );
        transform: skewX(-20deg);
        animation: simpleSweep 4.2s linear infinite;
        pointer-events: none;
      }

      @keyframes simpleSweep {
        0% {
          left: -60%;
          opacity: 0;
        }
        8% {
          opacity: 1;
        }
        28.5% {
          left: 140%;
          opacity: 1;
        }
        32%,
        100% {
          left: 140%;
          opacity: 0;
        }
      }

      .search-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: background 0.2s ease;
        color: #aa9e7c;
      }

      .search-btn:hover {
        background: rgba(169, 159, 125, 0.1);
      }

      .search-btn svg {
        width: 34px;
        height: 34px;
        fill: none;
      }

      .menu-toggle {
        display: none;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: rgba(169, 159, 125, 0.12);
        align-items: center;
        justify-content: center;
      }

      .menu-toggle span,
      .menu-toggle::before,
      .menu-toggle::after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background: #5a535c;
        border-radius: 2px;
        position: absolute;
        transition: 0.25s ease;
      }

      .menu-toggle span {
        position: relative;
      }

      .menu-toggle::before {
        transform: translateY(-7px);
      }

      .menu-toggle::after {
        transform: translateY(7px);
      }

      .menu-toggle.active span {
        opacity: 0;
      }

      .menu-toggle.active::before {
        transform: rotate(45deg);
      }

      .menu-toggle.active::after {
        transform: rotate(-45deg);
      }

      .hero-inner {
        width: min(87%, 1480px);
        min-height: 100svh;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 40px;
      }

      .hero-content {
        max-width: 760px;
        padding-left: 32px;
        padding-top: 0px;
      }

      .hero-title {
        font-size: clamp(3rem, 5.8vw, 6rem);
        line-height: 0.95;
        font-weight: 800;
        letter-spacing: -1px;
        color: var(--text-dark);
        text-transform: uppercase;
        margin-bottom: 28px;
      }

      .hero-text {
        font-size: clamp(1.2rem, 2vw, 2.05rem);
        color: var(--text-body);
        max-width: 700px;
        margin-bottom: 42px;
        opacity: 0.8;
      }

      .hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        background: var(--accent);
        color: #fff;
        height: 58px;
        padding: 0 28px;
        border-radius: 18px;
        box-shadow: 0 6px 18px rgba(169, 159, 125, 0.18);
        font-size: 1.2rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        transition:
          transform 0.2s ease,
          background 0.2s ease;
      }

      .hero-btn:hover {
        background: var(--accent-dark);
        transform: translateY(-1px);
      }

      .hero-btn svg {
        width: 34px;
        height: 34px;
        stroke: currentColor;
        stroke-width: 1.8;
        fill: none;
      }

      @media (max-width: 1200px) {
        .nav-center {
          gap: 12px;
          margin: 0 18px;
        }

        .nav-center a {
          font-size: 1rem;
        }

        .hero-content {
          max-width: 640px;
          padding-left: 10px;
        }
      }

      @media (max-width: 1100px) {
        .nav-wrap {
          width: min(calc(100% - 28px), 1480px);
          max-width: calc(100% - 28px);
          top: 16px;
        }

        .navbar {
          height: 82px;
          padding: 0 20px 0 24px;
        }

        .nav-center {
          position: absolute;
          top: calc(100% + 12px);
          left: 0;
          right: 0;
          margin: 0;
          background: rgba(255, 255, 255, 0.96);
          border-radius: 28px;
          box-shadow: var(--shadow);
          padding: 18px 22px;
          display: none;
          flex-direction: column;
          align-items: flex-start;
          gap: 14px;
          max-width: 100%;
          overflow-x: hidden;
        }

        .nav-center.open {
          display: flex;
        }

        .divider {
          display: none;
        }

        .nav-center a {
          font-size: 1rem;
          width: 100%;
        }

        .menu-toggle {
          display: inline-flex;
          position: relative;
        }

        .search-btn {
          width: 42px;
          height: 42px;
        }

        .search-btn svg {
          width: 28px;
          height: 28px;
        }
      }

      @media (max-width: 992px) {
        .nav-wrap {
          width: min(92%, 1480px);
          top: 16px;
        }

        .navbar {
          height: 82px;
          padding: 0 20px 0 24px;
        }

        .nav-center {
          position: absolute;
          top: calc(100% + 12px);
          left: 0;
          right: 0;
          margin: 0;
          background: rgba(255, 255, 255, 0.96);
          border-radius: 28px;
          box-shadow: var(--shadow);
          padding: 18px 22px;
          display: none;
          flex-direction: column;
          align-items: flex-start;
          gap: 14px;
        }

        .nav-center.open {
          display: flex;
        }

        .divider {
          display: none;
        }

        .nav-center a {
          font-size: 1rem;
          width: 100%;
        }

        .menu-toggle {
          display: inline-flex;
          position: relative;
        }

        .search-btn {
          width: 42px;
          height: 42px;
        }

        .search-btn svg {
          width: 28px;
          height: 28px;
        }

        .hero-inner {
          align-items: center;
        }

        .hero-content {
          padding-top: 70px;
          padding-left: 0;
          max-width: 100%;
        }

        .hero-text {
          max-width: 600px;
        }
      }

      @media (max-width: 768px) {
        .hero {
          background-position: 68% center;
        }

        .navbar {
          height: 76px;
          border-radius: 50px;
        }

        .brand {
          gap: 10px;
        }

        .hero-inner {
          width: min(90%, 1480px);
          padding-top: 90px;
        }

        .hero-content {
          padding-top: 40px;
        }

        .hero-title {
          max-width: 460px;
        }

        .hero-text {
          font-size: 1.1rem;
          max-width: 420px;
          line-height: 1.65;
        }

        .hero-btn {
          height: 64px;
          padding: 0 24px;
          border-radius: 14px;
          font-size: 1rem;
        }

        .hero-btn svg {
          width: 28px;
          height: 28px;
        }
      }

      @media (max-width: 480px) {
        .nav-wrap {
          width: min(94%, 1480px);
        }

        .navbar {
          padding: 0 14px 0 16px;
        }

        .hero {
          background-position: 72% center;
        }

        .hero-inner {
          width: min(92%, 1480px);
        }

        .hero-content {
          padding-top: 12px;
        }

        .hero-title {
          font-size: clamp(2.4rem, 12vw, 3.5rem);
          margin-bottom: 22px;
        }

        .hero-text {
          font-size: 1rem;
          line-height: 1.7;
          margin-bottom: 30px;
        }

        .hero-btn {
          width: fit-content;
          min-height: 58px;
          padding: 0 20px;
        }

        .search-btn {
          /*display: none;*/
        }
      }

      /* ===== Cremat Company Highlights Section ===== */

      #cremat-company-highlights {
        background: #f2f2f2;
        padding: 72px 90px 88px;
      }

      .cremat-company-highlights__container {
        width: min(1280px, 100%);
        margin: 0 auto;
      }

      .cremat-company-highlights__sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      .cremat-company-highlights__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(220px, 1fr));
        gap: 34px;
        align-items: stretch;
      }

      .cremat-company-highlights__card {
        background: #ffffff;
        border-radius: 36px;
        min-height: 250px;
        padding: 34px 24px 28px;
        text-align: center;
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition:
          transform 0.25s ease,
          box-shadow 0.25s ease;
      }

      .cremat-company-highlights__card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
      }

      .cremat-company-highlights__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
        color: #a79a74;
      }

      .cremat-company-highlights__icon svg {
        width: 56px;
        height: 56px;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .cremat-company-highlights__value {
        margin: 0 0 6px;
        font-size: clamp(3.5rem, 5vw, 5rem);
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1.5px;
        color: #a79a74;
      }

      .cremat-company-highlights__label {
        margin: 0;
        font-size: clamp(1.15rem, 1.6vw, 1.55rem);
        line-height: 1.15;
        font-weight: 400;
        color: #c8c8c8;
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-company-highlights__grid {
          grid-template-columns: repeat(2, minmax(240px, 1fr));
        }
      }

      @media (max-width: 767px) {
        #cremat-company-highlights {
          padding: 54px 16px 64px;
        }

        .cremat-company-highlights__grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .cremat-company-highlights__card {
          min-height: 220px;
          border-radius: 28px;
          padding: 26px 18px 22px;
        }

        .cremat-company-highlights__icon {
          margin-bottom: 12px;
        }

        .cremat-company-highlights__icon svg {
          width: 44px;
          height: 44px;
        }

        .cremat-company-highlights__value {
          font-size: clamp(3rem, 12vw, 4.2rem);
        }

        .cremat-company-highlights__label {
          font-size: 1.2rem;
        }
      }

      /* ===== Cremat About Section ===== */

      #cremat-about-section {
        background: #ffffff;
        padding: 78px 100px 92px;
      }

      .cremat-about-section__container {
        width: min(1360px, 100%);
        margin: 0 auto;
      }

      .cremat-about-section__header {
        display: flex;
        align-items: center;
        gap: 34px;
        margin-bottom: 46px;
      }

      .cremat-about-section__title {
        margin: 0;
        flex-shrink: 0;
        font-size: clamp(2.7rem, 4vw, 4.4rem);
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #514b55;
      }

      .cremat-about-section__title-line {
        display: block;
        width: 100%;
        height: 2px;
        background: #b2a682;
        opacity: 0.9;
        transform: translateY(6px);
      }

      .cremat-about-section__content {
        display: grid;
        grid-template-columns: minmax(0, 1.65fr) minmax(320px, 460px);
        gap: 64px;
        align-items: start;
      }

      .cremat-about-section__text-content {
        padding-left: 6px;
      }

      .cremat-about-section__text {
        margin: 0;
        font-size: clamp(1.3rem, 1.9vw, 2.05rem);
        line-height: 1.7;
        font-weight: 400;
        color: #7b7b7b;
        letter-spacing: 0.2px;
      }

      .cremat-about-section__text + .cremat-about-section__text {
        margin-top: 34px;
      }

      .cremat-about-section__media {
        margin: 0;
        display: flex;
        justify-content: center;
      }

      .cremat-about-section__image {
        display: block;
        width: 100%;
        max-width: 460px;
        aspect-ratio: 460 / 560;
        object-fit: cover;
        border-radius: 56px;
        background: #efe6e3;
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-about-section__content {
          grid-template-columns: 1.3fr 0.9fr;
          gap: 42px;
        }

        .cremat-about-section__text {
          font-size: clamp(1.15rem, 1.8vw, 1.7rem);
        }

        .cremat-about-section__image {
          border-radius: 42px;
        }
      }

      @media (max-width: 991px) {
        .cremat-about-section__header {
          gap: 20px;
          margin-bottom: 34px;
        }

        .cremat-about-section__content {
          grid-template-columns: 1fr;
          gap: 34px;
        }

        .cremat-about-section__media {
          justify-content: flex-start;
        }

        .cremat-about-section__image {
          max-width: 420px;
        }
      }

      @media (max-width: 767px) {
        #cremat-about-section {
          padding: 56px 16px 68px;
        }

        .cremat-about-section__header {
          align-items: flex-end;
          gap: 14px;
          margin-bottom: 26px;
        }

        .cremat-about-section__title {
          font-size: clamp(2.1rem, 9vw, 3rem);
        }

        .cremat-about-section__title-line {
          transform: translateY(-1px);
        }

        .cremat-about-section__text-content {
          padding-left: 0;
        }

        .cremat-about-section__text {
          font-size: 1.08rem;
          line-height: 1.8;
        }

        .cremat-about-section__text + .cremat-about-section__text {
          margin-top: 22px;
        }

        .cremat-about-section__media {
          justify-content: center;
        }

        .cremat-about-section__image {
          max-width: 100%;
          border-radius: 32px;
        }
      }

      /* ===== Cremat Services Overview Section ===== */

      #cremat-services-overview {
        background: #998e6e;
        padding: 62px 100px 74px;
      }

      .cremat-services-overview__container {
        width: min(1400px, 100%);
        margin: 0 auto;
      }

      .cremat-services-overview__header {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: start;
        gap: 38px;
        margin-bottom: 58px;
      }

      .cremat-services-overview__heading-group {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .cremat-services-overview__title {
        margin: 0;
        font-size: clamp(2.6rem, 4.2vw, 4.6rem);
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ffffff;
      }

      .cremat-services-overview__accent {
        width: 170px;
        height: 6px;
        margin-top: 18px;
        background: #a69c80;
      }

      .cremat-services-overview__line {
        display: block;
        width: 100%;
        height: 2px;
        background: rgb(191 181 149);
        transform: translateY(30px);
      }

      .cremat-services-overview__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 94px;
        row-gap: 52px;
      }

      .cremat-services-overview__item {
        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 22px;
        align-items: start;
      }

      .cremat-services-overview__icon {
        width: 64px;
        height: 64px;
        border-radius: 20px 26px 5px;
        background: rgba(255, 255, 255, 0.96);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #a89d7a;
        flex-shrink: 0;
      }

      .cremat-services-overview__icon svg {
        width: 38px;
        height: 38px;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .cremat-services-overview__content {
        min-width: 0;
      }

      .cremat-services-overview__item-title {
        margin: 4px 0 14px;
        font-size: clamp(1.8rem, 2.2vw, 2.5rem);
        line-height: 1.1;
        font-weight: 800;
        color: #ffffff;
      }

      .cremat-services-overview__item-text {
        margin: 0;
        max-width: 560px;
        font-size: clamp(1.1rem, 1.35vw, 1.55rem);
        font-weight: 400;
        color: rgba(255, 255, 255, 0.96);
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-services-overview__grid {
          column-gap: 54px;
          row-gap: 42px;
        }

        .cremat-services-overview__item {
          grid-template-columns: 64px 1fr;
          gap: 18px;
        }

        .cremat-services-overview__icon {
          width: 58px;
          height: 58px;
          border-radius: 16px;
        }

        .cremat-services-overview__icon svg {
          width: 34px;
          height: 34px;
        }
      }

      @media (max-width: 991px) {
        .cremat-services-overview__header {
          grid-template-columns: 1fr;
          gap: 16px;
          margin-bottom: 42px;
        }

        .cremat-services-overview__line {
          display: none;
        }

        .cremat-services-overview__accent {
          width: 120px;
          height: 8px;
          margin-top: 14px;
        }

        .cremat-services-overview__grid {
          grid-template-columns: 1fr;
          row-gap: 34px;
        }
      }

      @media (max-width: 767px) {
        #cremat-services-overview {
          padding: 54px 16px 60px;
        }

        .cremat-services-overview__header {
          margin-bottom: 34px;
        }

        .cremat-services-overview__title {
          font-size: clamp(2.1rem, 10vw, 3.3rem);
          text-align: center;
        }

        .cremat-services-overview__item {
          grid-template-columns: 56px 1fr;
          gap: 16px;
        }

        .cremat-services-overview__icon {
          width: 52px;
          height: 52px;
          border-radius: 14px;
        }

        .cremat-services-overview__icon svg {
          width: 30px;
          height: 30px;
        }

        .cremat-services-overview__item-title {
          margin: 2px 0 10px;
          font-size: 1.6rem;
        }

        .cremat-services-overview__item-text {
          font-size: 1rem;
          line-height: 1.7;
        }
      }

      /* ===== Cremat Product Categories Tabs ===== */

      #cremat-product-categories-tabs {
        background: #f5f5f5;
        padding: 72px 100px 84px;
      }

      .cremat-product-categories-tabs__container {
        width: min(1360px, 100%);
        margin: 0 auto;
      }

      .cremat-product-categories-tabs__header {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: start;
        gap: 44px;
        margin-bottom: 58px;
      }

      .cremat-product-categories-tabs__heading-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .cremat-product-categories-tabs__title {
        margin: 0;
        font-size: clamp(2.7rem, 4.3vw, 5rem);
        line-height: 0.95;
        font-weight: 800;
        letter-spacing: -1.5px;
        color: #4f4952;
        text-transform: uppercase;
      }

      .cremat-product-categories-tabs__title-accent {
        width: 200px;
        height: 10px;
        margin-top: 18px;
        background: #a89d7a;
      }

      .cremat-product-categories-tabs__title-line {
        width: 100%;
        height: 2px;
        background: #b2a682;
        transform: translateY(34px);
      }

      .cremat-product-categories-tabs__layout {
        display: grid;
        grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.95fr);
        gap: 96px;
        align-items: start;
      }

      .cremat-product-categories-tabs__nav-column {
        min-width: 0;
      }

      .cremat-product-categories-tabs__tablist {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 34px;
        padding-left: 4px;
      }

      .cremat-product-categories-tabs__tablist::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        width: 2px;
        height: calc(100% - 60px);
        background: #d8d8d8;
        z-index: 0;
      }

      .cremat-product-categories-tabs__tab {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 58px 1fr;
        align-items: center;
        gap: 20px;
        padding: 0;
        border: 0;
        background: transparent;
        text-align: left;
        cursor: pointer;
      }

      .cremat-product-categories-tabs__tab-marker {
        position: relative;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #d9d9d9;
        transition:
          transform 0.28s ease,
          background-color 0.28s ease,
          box-shadow 0.28s ease;
      }

      .cremat-product-categories-tabs__tab-marker::after {
        content: "";
        position: absolute;
        inset: 14px;
        border-radius: 50%;
        background: transparent;
        transition: background-color 0.28s ease;
      }

      .cremat-product-categories-tabs__tab-label {
        display: inline-block;
        font-size: clamp(1.55rem, 2.3vw, 3.15rem);
        line-height: 1.15;
        font-weight: 700;
        color: #bdbdbd;
        transition:
          color 0.28s ease,
          transform 0.28s ease,
          opacity 0.28s ease;
      }

      .cremat-product-categories-tabs__tab.is-active
        .cremat-product-categories-tabs__tab-marker {
        background: #a89d7a;
        box-shadow: 0 0 0 2px rgba(168, 157, 122, 0.18);
      }

      .cremat-product-categories-tabs__tab.is-active
        .cremat-product-categories-tabs__tab-marker::after {
        background: #f5f5f5;
      }

      .cremat-product-categories-tabs__tab.is-active
        .cremat-product-categories-tabs__tab-label {
        color: #4f4952;
        transform: translateX(2px);
      }

      .cremat-product-categories-tabs__tab:hover
        .cremat-product-categories-tabs__tab-label {
        opacity: 0.88;
      }

      .cremat-product-categories-tabs__tab:focus-visible {
        outline: none;
      }

      .cremat-product-categories-tabs__tab:focus-visible
        .cremat-product-categories-tabs__tab-label {
        color: #4f4952;
      }

      .cremat-product-categories-tabs__tab:focus-visible
        .cremat-product-categories-tabs__tab-marker {
        box-shadow: 0 0 0 4px rgba(168, 157, 122, 0.18);
      }

      .cremat-product-categories-tabs__tab.is-active::after {
        content: "";
        position: absolute;
        left: 88px;
        right: 0;
        bottom: -10px;
        height: 2px;
        background: #a89d7a;
        animation: crematProductTabsUnderline 0.32s ease;
      }

      .cremat-product-categories-tabs__content-column {
        min-width: 0;
      }

      .cremat-product-categories-tabs__panels {
        position: relative;
        min-height: 360px;
      }

      .cremat-product-categories-tabs__panel {
        animation: crematProductTabsPanelIn 0.34s ease;
      }

      .cremat-product-categories-tabs__feature-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .cremat-product-categories-tabs__feature-item {
        position: relative;
        margin: 0;
        padding-left: 40px;
        font-size: clamp(1.3rem, 1.9vw, 2rem);
        line-height: 1.45;
        color: #7c7c7c;
      }

      .cremat-product-categories-tabs__feature-item
        + .cremat-product-categories-tabs__feature-item {
        margin-top: 26px;
      }

      .cremat-product-categories-tabs__feature-item::before {
        content: "";
        position: absolute;
        top: 0.62em;
        left: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #a89d7a;
        transform: translateY(-50%);
      }

      @keyframes crematProductTabsPanelIn {
        from {
          opacity: 0;
          transform: translateY(8px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes crematProductTabsUnderline {
        from {
          opacity: 0;
          transform: scaleX(0.75);
          transform-origin: left;
        }
        to {
          opacity: 1;
          transform: scaleX(1);
          transform-origin: left;
        }
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-product-categories-tabs__layout {
          grid-template-columns: 1fr 1fr;
          gap: 56px;
        }

        .cremat-product-categories-tabs__feature-item {
          font-size: 1.5rem;
        }
      }

      @media (max-width: 991px) {
        .cremat-product-categories-tabs__header {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-bottom: 40px;
        }

        .cremat-product-categories-tabs__title-line {
          transform: none;
        }

        .cremat-product-categories-tabs__layout {
          grid-template-columns: 1fr;
          gap: 40px;
        }

        .cremat-product-categories-tabs__panels {
          min-height: auto;
        }
      }

      @media (max-width: 767px) {
        #cremat-product-categories-tabs {
          padding: 56px 16px 64px;
        }

        .cremat-product-categories-tabs__title {
          font-size: clamp(2.2rem, 10vw, 3.4rem);
        }

        .cremat-product-categories-tabs__title-accent {
          width: 120px;
          height: 8px;
          margin-top: 14px;
        }

        .cremat-product-categories-tabs__header {
          margin-bottom: 30px;
        }

        .cremat-product-categories-tabs__tablist {
          gap: 24px;
        }

        .cremat-product-categories-tabs__tablist::before {
          left: 22px;
          top: 26px;
          height: calc(100% - 52px);
        }

        .cremat-product-categories-tabs__tab {
          grid-template-columns: 46px 1fr;
          gap: 14px;
        }

        .cremat-product-categories-tabs__tab-marker {
          width: 44px;
          height: 44px;
        }

        .cremat-product-categories-tabs__tab-marker::after {
          inset: 11px;
        }

        .cremat-product-categories-tabs__tab-label {
          font-size: 1.22rem;
          line-height: 1.3;
        }

        .cremat-product-categories-tabs__tab.is-active::after {
          left: 60px;
          bottom: -7px;
        }

        .cremat-product-categories-tabs__feature-item {
          padding-left: 28px;
          font-size: 1.05rem;
          line-height: 1.7;
        }

        .cremat-product-categories-tabs__feature-item::before {
          width: 12px;
          height: 12px;
          top: 0.72em;
        }

        .cremat-product-categories-tabs__feature-item
          + .cremat-product-categories-tabs__feature-item {
          margin-top: 18px;
        }
      }

      /* ===== Cremat Partner Benefits Section ===== */

      #cremat-partner-benefits {
        background: #ffffff;
        padding: 68px 100px 86px;
      }

      .cremat-partner-benefits__container {
        width: min(1360px, 100%);
        margin: 0 auto;
      }

      .cremat-partner-benefits__header {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: start;
        gap: 42px;
        margin-bottom: 34px;
      }

      .cremat-partner-benefits__heading-group {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .cremat-partner-benefits__title {
        margin: 0;
        font-size: clamp(2.5rem, 4vw, 4.3rem);
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #4f4952;
        text-align: center;
      }

      .cremat-partner-benefits__accent {
        width: 260px;
        height: 8px;
        margin-top: 22px;
        background: #a89d7a;
      }

      .cremat-partner-benefits__line {
        display: block;
        width: 100%;
        height: 2px;
        background: #b2a682;
        transform: translateY(32px);
      }

      .cremat-partner-benefits__intro {
        max-width: 1180px;
        margin: 0 0 44px;
        font-size: clamp(1.28rem, 1.85vw, 2rem);
        font-weight: 400;
        color: #7d7d7d;
        text-align: center;
      }

      .cremat-partner-benefits__list {
        list-style: none;
        counter-reset: cremat-partner-benefits-counter;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 44px;
        margin: 0;
        padding: 0;
      }

      .cremat-partner-benefits__item {
        position: relative;
        counter-increment: cremat-partner-benefits-counter;
        padding-left: 36px;
      }

      .cremat-partner-benefits__item::before {
        content: counter(cremat-partner-benefits-counter);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #d9d9d9;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 700;
        line-height: 58px;
        text-align: center;
        z-index: 2;
      }

      .cremat-partner-benefits__card {
        min-height: 100px;
        padding: 26px 30px 24px 48px;
        border-radius: 36px;
        background: #efefef;
        display: flex;
        align-items: center;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition:
          transform 0.24s ease,
          box-shadow 0.24s ease,
          background-color 0.24s ease;
      }

      .cremat-partner-benefits__item:hover .cremat-partner-benefits__card {
        transform: translateY(-2px);
        box-shadow: 0 14px 24px rgba(0, 0, 0, 0.04);
        background: #f0f0f0;
      }

      .cremat-partner-benefits__text {
        margin: 0;
        font-size: clamp(1.18rem, 1.65vw, 1.85rem);
        line-height: 1.45;
        font-weight: 400;
        color: #7c7c7c;
      }

      .cremat-partner-benefits__item--centered {
        grid-column: 1 / -1;
        max-width: 610px;
        margin: 6px auto 0;
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-partner-benefits__list {
          gap: 26px 28px;
        }

        .cremat-partner-benefits__card {
          min-height: 118px;
          padding: 22px 24px 22px 42px;
          border-radius: 30px;
        }

        .cremat-partner-benefits__item::before {
          width: 52px;
          height: 52px;
          line-height: 52px;
          font-size: 1.7rem;
        }
      }

      @media (max-width: 991px) {
        .cremat-partner-benefits__header {
          grid-template-columns: 1fr;
          gap: 18px;
          margin-bottom: 26px;
        }

        .cremat-partner-benefits__line {
          display: none;
        }

        .cremat-partner-benefits__accent {
          width: 180px;
          margin-top: 16px;
        }

        .cremat-partner-benefits__intro {
          margin-bottom: 38px;
        }

        .cremat-partner-benefits__list {
          grid-template-columns: 1fr;
        }

        .cremat-partner-benefits__item--centered {
          grid-column: auto;
          max-width: none;
          margin: 0;
        }
      }

      @media (max-width: 767px) {
        #cremat-partner-benefits {
          padding: 56px 16px 64px;
        }

        .cremat-partner-benefits__title {
          font-size: clamp(2rem, 9vw, 3.2rem);
        }

        .cremat-partner-benefits__accent {
          width: 120px;
          height: 7px;
        }

        .cremat-partner-benefits__intro {
          font-size: 1.08rem;
          line-height: 1.75;
          margin-bottom: 28px;
        }

        .cremat-partner-benefits__list {
          gap: 18px;
        }

        .cremat-partner-benefits__item {
          padding-left: 24px;
        }

        .cremat-partner-benefits__item::before {
          width: 42px;
          height: 42px;
          line-height: 42px;
          font-size: 1.3rem;
        }

        .cremat-partner-benefits__card {
          min-height: auto;
          padding: 18px 18px 18px 34px;
          border-radius: 24px;
        }

        .cremat-partner-benefits__text {
          font-size: 1rem;
          line-height: 1.7;
        }
      }

      /* ===== Cremat Site Footer ===== */

      #cremat-site-footer {
        background: #514b4d;
        padding: 68px 100px 34px;
      }

      .cremat-site-footer__container {
        width: min(1360px, 100%);
        margin: 0 auto;
      }
      .cremat-site-footer__copyright-link {
        color: #998e6e;
        text-decoration: none;
        transition: opacity 0.2s ease;
      }

      .cremat-site-footer__copyright-link:hover {
        opacity: 0.85;
      }
      .cremat-site-footer__sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      .cremat-site-footer__top {
        display: grid;
        grid-template-columns: minmax(420px, 1.7fr) minmax(180px, 0.7fr) minmax(
            180px,
            0.7fr
          );
        gap: 72px;
        align-items: start;
      }

      .cremat-site-footer__brand-column {
        min-width: 0;
      }

      .cremat-site-footer__brand-link {
        display: inline-flex;
        align-items: center;
        margin-bottom: 30px;
      }

      .cremat-site-footer__logo {
        display: block;
        width: 320px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
      }

      .cremat-site-footer__address {
        margin: 0 0 40px;
        font-style: normal;
        font-size: clamp(1.2rem, 1.5vw, 1.8rem);
        font-weight: 400;
        color: #ffffff;
      }

      .cremat-site-footer__company-meta {
        display: flex;
        flex-direction: column;
      }

      .cremat-site-footer__meta-item {
        margin: 0;
        font-size: clamp(1.18rem, 1.45vw, 1.75rem);
        color: #ffffff;
      }

      .cremat-site-footer__meta-link {
        color: #ffffff;
        text-decoration: none;
        transition: opacity 0.2s ease;
      }

      .cremat-site-footer__meta-link:hover {
        opacity: 0.8;
      }

      .cremat-site-footer__nav-column {
        min-width: 0;
      }

      .cremat-site-footer__nav-title {
        margin: 0 0 26px;
        font-size: clamp(1.9rem, 2.4vw, 3rem);
        line-height: 1.1;
        font-weight: 800;
        color: #ffffff;
      }

      .cremat-site-footer__nav-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .cremat-site-footer__nav-item + .cremat-site-footer__nav-item {
        margin-top: 20px;
      }

      .cremat-site-footer__nav-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 16px;
        color: #ffffff;
        text-decoration: none;
        font-size: clamp(1.18rem, 1.45vw, 1.75rem);
        line-height: 1.4;
        transition:
          color 0.2s ease,
          opacity 0.2s ease;
      }

      .cremat-site-footer__nav-link::before {
        content: "•";
        color: #a89d7a;
        font-size: 1.15em;
        line-height: 1;
      }

      .cremat-site-footer__nav-link:hover {
        color: #a89d7a;
      }

      .cremat-site-footer__bottom {
        margin-top: 46px;
        padding-top: 26px;
        border-top: 2px solid rgba(255, 255, 255, 0.12);
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 28px;
        align-items: center;
      }

      .cremat-site-footer__socials {
        display: flex;
        gap: 5px;
      }

      .cremat-site-footer__social-link {
        color: #ffffff;
        transition:
          transform 0.2s ease,
          opacity 0.2s ease,
          color 0.2s ease;
      }

      .cremat-site-footer__social-link:hover {
        transform: translateY(-5px);
        color: #aa9e7c;
      }
      .cremat-site-footer__social-link svg {
        height: 32px;
        width: 32px;
      }

      .cremat-site-footer__copyright {
        margin: 0;
        text-align: right;
        font-size: clamp(1.2rem, 1.45vw, 1.75rem);
        line-height: 1.45;
        color: #ffffff;
      }

      /* ===== Responsive ===== */

      @media (max-width: 1199px) {
        .cremat-site-footer__top {
          grid-template-columns: 1.3fr 0.8fr 0.8fr;
          gap: 44px;
        }

        .cremat-site-footer__logo {
          width: 280px;
        }
      }

      @media (max-width: 991px) {
        .cremat-site-footer__top {
          grid-template-columns: 1fr;
          gap: 40px;
        }

        .cremat-site-footer__brand-link {
          margin-bottom: 22px;
        }

        .cremat-site-footer__bottom {
          grid-template-columns: 1fr;
          gap: 22px;
        }

        .cremat-site-footer__copyright {
          text-align: left;
        }
      }

      @media (max-width: 767px) {
        #cremat-site-footer {
          padding: 52px 16px 28px;
        }

        .cremat-site-footer__logo {
          width: 220px;
        }

        .cremat-site-footer__address {
          margin-bottom: 28px;
          font-size: 1.05rem;
          line-height: 1.8;
        }

        .cremat-site-footer__meta-item {
          font-size: 1rem;
          line-height: 1.7;
        }

        .cremat-site-footer__nav-title {
          margin-bottom: 18px;
          font-size: 1.8rem;
        }

        .cremat-site-footer__nav-item + .cremat-site-footer__nav-item {
          margin-top: 14px;
        }

        .cremat-site-footer__nav-link {
          font-size: 1rem;
        }

        .cremat-site-footer__bottom {
          margin-top: 34px;
          padding-top: 20px;
          flex-direction: column;
        }

        .cremat-site-footer__social-link {
          width: 44px;
          height: 44px;
        }

        .cremat-site-footer__copyright {
          font-size: 1rem;
          line-height: 1.7;
        }
      }

  


  body {
    background: #ffffff;
    color: var(--text-color);
    overflow-y: hidden;
    overflow-x: hidden;
  }

  body.is-ready {
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* Splash Screen */
  .site-splash {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at 20% 20%, rgba(153, 142, 110, 0.12), transparent 30%),
      radial-gradient(circle at 80% 80%, rgba(82, 76, 78, 0.08), transparent 30%),
      var(--splash-bg);
    transition:
      opacity var(--transition-speed) ease,
      visibility var(--transition-speed) ease,
      transform var(--transition-speed) ease;
  }

  .site-splash.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    pointer-events: none;
  }

  .site-splash__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    padding: 24px;
  }

  .site-splash__logo-wrap {
    animation: splash-float 3.2s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
  }

  #ic_logo {
    width: min(210px, 40vw);
    height: auto;
    display: block;
    overflow: visible;
    filter: drop-shadow(0 10px 24px rgba(82, 76, 78, 0.08));
  }

  /* حركة خفيفة للايقونة اليسار */
  #ic_logo_mark {
    transform-origin: center;
    animation: logo-mark-breathe 2.8s ease-in-out infinite;
  }

  /* ظهور ناعم للكتابة */
  #ic_logo_wordmark {
    transform-origin: left center;
    animation: logo-wordmark-reveal 1.2s ease both;
  }

  .site-splash__status {
    font-size: 14px;
    color: #6b6466;
    letter-spacing: 0.08em;
  }

  .site-splash__loader {
    width: min(200px, 40vw);
    height: 4px;
    background: rgba(153, 142, 110, 0.18);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
  }

  .site-splash__loader::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 45%;
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      rgba(153, 142, 110, 0.15) 0%,
      var(--logo-gold) 50%,
      rgba(153, 142, 110, 0.15) 100%
    );
    animation: loader-slide 1.4s ease-in-out infinite;
  }

  /* محتوى الموقع */
  .site-page {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  }

  body.is-ready .site-page {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-demo {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 20px;
    background:
      linear-gradient(180deg, #ffffff 0%, #f8f6f1 100%);
    text-align: center;
  }

  .hero-demo__box {
    max-width: 760px;
  }

  .hero-demo h1 {
    font-size: clamp(32px, 5vw, 58px);
    margin-bottom: 12px;
    color: var(--logo-dark);
  }

  .hero-demo p {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.8;
    color: #5f595b;
  }

  @keyframes splash-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  @keyframes logo-mark-breathe {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.03) rotate(-1deg); }
  }

  @keyframes logo-wordmark-reveal {
    0% {
      opacity: 0;
      transform: translateX(14px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes loader-slide {
    0% {
      transform: translateX(-120%);
    }
    100% {
      transform: translateX(280%);
    }
  }



/* ===== WordPress theme integration ===== */
body {
  font-family: "ArchivoNarrow", Arial, Helvetica, sans-serif;
}

.cremat-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-inline: 8px 2px;
  flex-shrink: 0;
}

.cremat-lang-switcher__link,
.cremat-lang-switcher__current,
.cremat-lang-switcher__static {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
  background: rgba(169, 159, 125, 0.12);
  color: #5a535c;
  border: 1px solid rgba(169, 159, 125, 0.15);
}

.cremat-lang-switcher__link {
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cremat-lang-switcher__link:hover {
  background: rgba(169, 159, 125, 0.2);
  color: #4f4952;
  transform: translateY(-1px);
}

.cremat-lang-switcher__current {
  background: #998e6e;
  color: #fff;
  border-color: #998e6e;
}

.cremat-lang-switcher__static {
  opacity: 0.75;
}

body.cremat-rtl {
  font-family: "DINNextLTArabic", Tahoma, Segoe UI, Arial, sans-serif;
}

body.cremat-rtl .nav-center a,
body.cremat-rtl .hero-title,
body.cremat-rtl .hero-btn,
body.cremat-rtl .cremat-company-highlights__label,
body.cremat-rtl .cremat-product-categories-tabs__title,
body.cremat-rtl .cremat-services-overview__title,
body.cremat-rtl .cremat-partner-benefits__title,
body.cremat-rtl .cremat-site-footer__nav-title {
  letter-spacing: 0;
  text-transform: none;
}

body.cremat-rtl .hero,
html[dir="rtl"] .hero {
  background-position: left center, left center;
}

body.cremat-ltr .hero,
html[dir="ltr"] .hero {
  background-position: right center, right center;
}

body.cremat-rtl .navbar {
  flex-direction: row;
  padding: 0 42px 0 34px;
}

body.cremat-rtl .nav-center {
  justify-content: flex-start;
}

body.cremat-rtl .hero-inner {
    justify-content: flex-start;
}

body.cremat-rtl .hero-content {
  padding-left: 0;
  padding-right: 32px;
  text-align: right;
}

body.cremat-rtl .hero-btn {
  flex-direction: row-reverse;
}

body.cremat-rtl .cremat-about-section__content {
  grid-template-columns: minmax(320px, 460px) minmax(0, 1.65fr);
}

body.cremat-rtl .cremat-about-section__text-content {
  padding-left: 0;
  padding-right: 6px;
  text-align: right;
}

body.cremat-rtl .cremat-services-overview__item,
body.cremat-rtl .cremat-services-overview__header,
body.cremat-rtl .cremat-partner-benefits,
body.cremat-rtl .cremat-site-footer,
body.cremat-rtl .cremat-about-section,
body.cremat-rtl .cremat-product-categories-tabs {
  text-align: right;
}

body.cremat-rtl .cremat-product-categories-tabs__layout {
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1fr);
}

body.cremat-rtl .cremat-product-categories-tabs__tablist {
  padding-left: 0;
  padding-right: 4px;
}

body.cremat-rtl .cremat-product-categories-tabs__tablist::before {
  left: 30px;
}

body.cremat-rtl .cremat-product-categories-tabs__tab {
  grid-template-columns: 1fr 58px;
  text-align: right;
}

body.cremat-rtl .cremat-product-categories-tabs__tab-marker {
  order: 2;
}

body.cremat-rtl .cremat-product-categories-tabs__tab-label {
  order: 1;
}

body.cremat-rtl .cremat-product-categories-tabs__feature-item {
  padding-left: 0;
  padding-right: 40px;
}

body.cremat-rtl .cremat-product-categories-tabs__feature-item::before {
  left: auto;
  right: 0;
}

body.cremat-rtl .cremat-site-footer__top {
  grid-template-columns: minmax(420px, 1.7fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
}

body.cremat-rtl .cremat-site-footer__nav-link {
  flex-direction: row;
}

body.cremat-rtl .cremat-site-footer__bottom {
    display: flex;
    justify-content: space-between;
}

body.cremat-rtl .cremat-site-footer__socials {
  direction: ltr;
}

body.cremat-rtl .site-splash__status {
  letter-spacing: 0;
}

body.cremat-rtl .cremat-partner-benefits__item {
    padding-right: 36px;
    padding-left: 0px !important;
}

body.cremat-rtl .cremat-partner-benefits__item::before {
    right: 0 !important;
    line-height: normal !important;
}

@media (max-width: 1100px) {
  .cremat-lang-switcher {
    margin-inline: auto 0;
  }

  body.cremat-rtl .nav-center {
    align-items: flex-end;
    text-align: right;
  }

  body.cremat-rtl .navbar {
    padding: 0 24px 0 20px;
  }
}

@media (max-width: 991px) {
  body.cremat-rtl .cremat-about-section__content,
  body.cremat-rtl .cremat-product-categories-tabs__layout,
  body.cremat-rtl .cremat-site-footer__top {
    grid-template-columns: 1fr;
  }

  body.cremat-rtl .cremat-about-section__media {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  body.cremat-rtl .hero-content {
    padding-right: 0;
  }

  .cremat-lang-switcher__link,
  .cremat-lang-switcher__current,
  .cremat-lang-switcher__static {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    font-size: 0.82rem;
  }
}

.cremat-default-page {
  width: min(92%, 1200px);
  margin: 140px auto 80px;
  font-size: 1.1rem;
  line-height: 1.8;
}
