/* Add custom CSS styles below */ 
@font-face {
    font-family: 'Dahab';
    src: url('https://your-salla-link.com/fonts/Dahab.woff2') format('woff2'),
         url('https://your-salla-link.com/fonts/Dahab.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600-06FF; /* لتغطية الحروف العربية */
}

body {
    font-family: 'Dahab', sans-serif;
}

body{
  background: black;
   
}
body h2{
      font-size: 29px !important;
  margin-bottom: 11px;
}
/* Regular */
@font-face {
  font-family: 'Dahab';
  src: url('Dahab-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Dahab';
  src: url('Dahab-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Dahab';
  src: url('Dahab-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
p {
  font-family: 'Dahab', sans-serif;
  font-weight: 500; 
}

div#mainnav {
    background: transparent !important;
    color: #cac8ba !important;
}
.inline-flex.items-center.gap-2.px-4.py-2.rounded-full.backdrop-blur-md.mb-8 {
    margin-top: 112px;
}
.flex.flex-col.lg\:flex-row.items-center.gap-16.lg\:gap-12 {
    display: flex;
    flex-direction: column;
}
.flex-1.text-center.lg\:text-right {
    text-align: center;
}
.flex.flex-col.sm\:flex-row.items-center.gap-4.justify-center.lg\:justify-start {
    display: flex;
  flex-direction: row;
    justify-content: center;
}

div#mainnav {
    box-shadow: none;
    border-radius: 5px;
}
h2.text-2xl.md\:text-3xl.lg\:text-4xl.font-bold.mb-10.text-center {
    font-size: 55px;
}
.rounded-2xl.p-6.border.border-white\/5.transition-all.group {
  
background: linear-gradient(to top right, rgb(0 0 0), rgb(97 98 99)) !important;
  border: 1px solid #cdcabd;
}
.w-12.h-12.rounded-xl.flex.items-center.justify-center.mb-4 {
    background: #b44626 !important;
    box-shadow: 1px 0px 10px #b44626;
}
section.nova-our-story.py-8.md\:py-16.relative.overflow-hidden.block.block {
    text-align: center;
}
section#featured-products-style2-1 {
    background: black;
  margin-top: 72px;
}
button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
   color: #cdcbba !important;
        border-radius: 8px;
        background: #1a1a1a;
}
custom-salla-product-card#\37 32256414 {
    border-radius: 5px !important;
}
/* ===============================
   Rubik sevices Section
================================ */


.rubik-sevices-dark {
  background: #000;
  padding: 40px;
  color: #fff;
  margin-bottom: 57px;
}
.rubik-sevices-dark .heading {
    text-align: center;
}
.rubik-sevices-dark h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #b44626;
  margin-bottom: 57px;
}
.rubik-sevices-dark h3{
  color: #cdcbba ;
  margin-bottom: 19px;
}
.rubik-sevices-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 38px;
  direction: rtl;
}

/* ====== DESKTOP ====== */

@media(min-width: 769px){

  .rubik-sevices-wrapper {
    display: flex;
  }

  .rubik-sevices-card {
    flex: 1;
    padding: 20px;
    border-radius: 13px;
    transition: 0.5s ease;
    position: relative;
    background: linear-gradient(45deg, #b4462645, transparent) !important;
  }

  .rubik-sevices-card:not(:first-child){
    margin-right: -40px;
  }

  .rubik-sevices-card:hover {
    flex: 1.8;
    z-index: 2;
  }

}

/* ====== MOBILE ====== */

/* ====== MOBILE STACK EFFECT ====== */

@media(max-width: 768px){

  .rubik-sevices-wrapper {
    display: block;
    position: relative;
  }

  .rubik-sevices-dark {
    padding-bottom: 56px;
  }

  .rubik-sevices-card {
    padding: 35px 20px;
    border-radius: 13px;
    position: sticky;
    top: 100px;
    margin-bottom: 35px;
  height: 381px;

    backdrop-filter: blur(20px);
 
    border: 1px solid rgb(202 200 186);
 background: linear-gradient(45deg, #b4462645, transparent) !important;
    transition: 0.4s ease;
  }

  


/* ====== CARD STYLE ====== */

.rubik-sevices-card{
  backdrop-filter: blur(20px);
 background: transparent;
  border: 1px solid rgb(202 200 186);
}


.rubik-sevices-card h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  color: #cac8ba !important;
}

.nova-service-btn {
  font-size: 18px;
  margin-top: 20px;
  background: #cdcbba;
    border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
 width: 120px;
    height: 43px;
  cursor: pointer;
  transition: 0.3s ease;
 
}

.nova-service-btn:hover{
  transform: translateY(-4px);
}
.tabs-service {
    font-size: 14px;
    display: flex;
  flex-wrap: wrap;
    gap: 15px;
    margin-top: 3px;
  color: #a4a194;
}
.tabs-service span {
      border: 1px solid #42424263;
    padding: 4px 12px;
    border-radius: 13px;
}
.rubik-contact-wrapper {
   text-align: center;
    font-size: 20px;
    background: #b44626;
    padding: 7px;
    border-radius: 13px;
    display: inline-flex;
    margin: 14px 33%;
}
.rubik-contact-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}



/* =============================
   Services Section Override
============================= */

/* section */
.nova-bundles {
  padding: 70px 20px !important;
  background: #000 !important;
}

/* Grid Layout */
.nova-bundles .grid {
  display: grid !important;
  gap: 25px !important;
  grid-template-columns: 1fr !important;
}

/* Tablet */
@media (min-width: 768px) {
  .nova-bundles .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Laptop */
@media (min-width: 1024px) {
  .nova-bundles .grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Cards */
.nova-bundles .grid > div {
  background: #cdc9bb !important;
  padding: 30px !important;
  transition: all 0.4s ease !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}

/* Hover Effect عصري */
.nova-bundles .grid > div:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

/* Icons */
.nova-bundles i {
  font-size: 22px !important;
}

/* Titles */
.nova-bundles h3 {
  color: #b44626 !important;
  font-weight: 700 !important;
}

/* Paragraph */
.nova-bundles p {
  color: #444 !important;
  line-height: 1.7;
}

/* Links */
.nova-bundles a {
  color: #b44626 !important;
  font-weight: 600;
  position: relative;
  text-decoration: none !important;
}

.nova-bundles a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #b44626;
  transition: 0.3s;
}

.nova-bundles a:hover::after {
  width: 100%;
}
/* =========================
   Mobile: 2 cards per row
========================= */

@media (max-width: 767px) {

  /* نكسر grid-cols-1 */
  .nova-bundles .grid.grid-cols-1 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  /* نخلي الكروت نفس الارتفاع */
  .nova-bundles .grid.grid-cols-1 > div {
    padding: 18px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
  }

  /* تصغير الخط ليزبط مع عرض النصف */
  .nova-bundles h3 {
    font-size: 14px !important;
  }

  .nova-bundles p {
    font-size: 12px !important;
    line-height: 1.5;
  }

  /* نشيل hover بالموبايل */
  .nova-bundles .grid > div:hover {
    transform: none !important;
    box-shadow: none !important;
  }

}



/*package*/
section#featured-products-style2-3 {
    background: #000000 !important;
}
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

/*package*/
section#featured-products-style2-2 {
    background: black;
    margin-top: 0;
}
button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    color: #ffffff;
}



/* =====ليش تختار روبيك ===== */

section.nova-step-process.py-8.md\:py-16.block.block {
    margin-top: -40px !important;
}
.w-10.h-10.rounded-full.font-bold.text-lg.flex.items-center.justify-center.mx-auto.mb-4 {
    background: none !important;
    font-size: 29px;
  color: rgb(158 60 32);
}
.bg-nova-bg.border.border-white\/10.p-6.rounded-2xl.text-center.hover\:-translate-y-2.transition-transform.duration-300 {
 display: flex;
    align-items: center;
    border: none;
    padding: 0 23px;
    background: linear-gradient(343deg, #d7d4c94a, transparent, transparent);
    margin-bottom: 7px;
    flex-direction: column;
}
.grid.grid-cols-1.md\:grid-cols-3.lg\:grid-cols-4.gap-8.relative.z-10 {
    display: flex;
    flex-direction: column;
  gap: 13px;
}
@media (max-width: 768px) {
  .nova-step-process h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 15px;
  }
}
.absolute.inset-0.backdrop-blur-\[2px\] {
    display: none;
}
.container.mx-auto.px-4.relative.z-10 {
    display: none;
}
section.nova-step-process.py-8.md\:py-16.block.block {
    margin-top: -126px;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #b44626;
    background-color: #b44626;
}




/* خلي الكرت محاذاة يمين */
.nova-step-process .bg-nova-bg {
  text-align: right !important;
  position: relative;
  padding-bottom: 24px;
}

/* ترتيب الرقم مع النص جنب بعض */
.nova-step-process .bg-nova-bg {
  display: flex;
  align-items: flex-start;
  gap: 12px; /* مسافة بسيطة بينهم */
}

/* الغاء توسيط الرقم */
.nova-step-process .bg-nova-bg > div:first-child {
  margin: 0 !important;
  font-weight: 400 !important;
  flex-shrink: 0;
}

/* العنوان ياخد باقي المساحة */
.nova-step-process .bg-nova-bg h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
}
/*الشكل الجديد*/
/* توسيط القسم */
.nova-step-process .container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* نخلي الجريد عمودي ومتوسط */
.nova-step-process .grid {
    align-items: center !important;
}

/* كل كارد يكون لحاله وبعرض مرتب */
.nova-step-process .grid > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* تحسين شكل الكارد */
.nova-step-process .grid > div {
    background: #000;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 30px;
}

/* الأيقونة بالنص */
.nova-step-process .rounded-full {
    margin: 0 auto 15px auto !important;
}

/* العنوان داخل الكارد */
.nova-step-process h3 {
    text-align: center;
}



/*ليش تختار روبيك*/

/*كارد ارقام*/
/* الخلفية على كامل السكشن */
.rubik-enhanced {
  position: relative;
 background: linear-gradient(45deg, #a6a396, transparent);
  overflow: hidden;
}

.rubik-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 0;
}

.rubik-enhanced > * {
  position: relative;
  z-index: 2;
}

/* حاوية الكروت على اليسار */
.rubik-left-stats {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 25px;
  pointer-events: none;
}

/* الكارد */
/* الخلفية على كامل السكشن */
.rubik-enhanced {
  position: relative;
 background: linear-gradient(45deg, #a6a396, transparent);
  overflow: hidden;
}

.rubik-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 0;
}

.rubik-enhanced > * {
  position: relative;
  z-index: 2;
}

/* حاوية الكروت Grid */
.rubik-grid-stats {
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(2, 180px);
  grid-template-rows: repeat(2, auto);
  gap: 25px;
  pointer-events: none;
}

/* الكارد */
.rubik-stat-card {
  padding: 20px;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  text-align: center;
  color: white;
  animation: float 6s ease-in-out infinite;
}

.rubik-stat-card:nth-child(2) { animation-delay: 1s; }
.rubik-stat-card:nth-child(3) { animation-delay: 2s; }
.rubik-stat-card:nth-child(4) { animation-delay: 3s; }

.rubik-stat-card h3 {
  font-size: 28px;
  color: #cdc9bb;
  margin-bottom: 8px;
}

.rubik-stat-card p {
  font-size: 14px;
  opacity: 0.9;
}

/* حركة Floating */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* موبايل */
@media (max-width: 768px) {

  .rubik-grid-stats {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 15px;
    margin-bottom: 20px;
    padding: 29px;
  }

  .rubik-stat-card {
    padding: 15px;
    animation: none;
  }

  .rubik-stat-card h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
    .md\:block {
        display: none;
    }
}




/*استراتيجيتنا*/
.strategy-section {
  background: linear-gradient(45deg, #3c241b, transparent);
  padding: 120px 20px;
  color: #fff;
}

.strategy-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 100px;
  font-weight: bold;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}


/* العناصر */
.item {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.item.left {
  justify-content: flex-start;
  padding-right: 55%;
}

.item.right {
  justify-content: flex-end;
  padding-left: 55%;
}

.text {
 font-size: 27px;
    padding-right: 19px;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  transition: 0.4s ease;
}

/* عند التفعيل */
.item.active {
  opacity: 1;
}

.item.active .text {
  transform: translateY(0);
}

.item.active .dot {
  background: #94391f;
  box-shadow: 0 0 12px #94391f;
}

/* موبايل — نفس التناوب لكن بعرض أصغر */
@media (max-width: 768px) {

  .timeline {
    max-width: 100%;
  }

  .item.left {
    padding-right: 60%;
  }

  .item.right {
    padding-left: 60%;
  }

  .text {
    max-width: 240px;
    font-size: 16px;
  }

}

.text {
 font-size: 27px;
    padding-right: 19px;
      padding-left: 19px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.item.active .text {
  opacity: 1;
  transform: translateY(0);
  color: #a9a699;
}

.line-progress {
  transition: height 0.4s ease;
}
.num {
    background: #94391f;
    padding: 8px;
    border-radius: 5px;
}


/*استراتيجيتنا*/

@media (min-width: 992px) {
  .tabs-service {
    font-size: 10px;
    padding: 11px 0px 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 3px;
    color: #a4a194;
  }
.rubik-sevices-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.rubik-sevices-card {
 border: 1px solid #cdcbba;
        border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.nova-service-btn {
  margin-top: auto;
  
}

}

  .tabs.hide-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}


  @media (max-width: 576px) {
  .s-block--fixed-banner .banner img {
    content: url("https://res.cloudinary.com/dvirvwqgr/image/upload/v1773010907/Artboard_%D9%A5_6_jt0u8x.png");
  }
}
.banner--fixed img {
  background: none !important;
}
  section.s-block.s-block--fixed-banner.wide-placeholder {
    padding: 0 !important;
    margin: 0 !important;
}

  /*استراتيجية سلة*/
  .border.border-white\/10.rounded-xl.p-6.text-center.hover\:border-var\(--hover-border\).hover\:-translate-y-1.transition-all.group {
    background: linear-gradient(45deg, black, transparent) !important;
    border: none !important;
    border-radius: 11px !important;
}
  /*استراتيجية سلة*/

  button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after,
  button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after{
    color: #cdcbba !important;
    border-radius: 13px;
    background: #1a1a1a;
}



#featured-products-style2-2.s-block {
    background: #000 !important;
}
custom-salla-product-card .custom-content ul {
    list-style: none !important;
    padding: 0 !important;
}

custom-salla-product-card .custom-content ul li {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

custom-salla-product-card .custom-content ul li img {
    width: 16px !important;
    height: 16px !important;
}


  .s-product-card-image {
    background: black !important;
    border-radius: 0 !important;
}

      .s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
        margin: auto;
        text-align: center;
        margin-bottom: 29px;
        font-size: 19px !important;
        margin-top: -55px;
    }
  h3.s-product-card-content-title {
    text-align: center !important;
}
  .s-product-card-entry .s-product-card-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc8bb;
    padding-right: 10px;
    border-radius: 18px;
    margin-top: -22px;
  }
  button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
   border-radius: 18px !important;
    padding: 0;
    margin: 0;
}
  .s-product-card-entry .s-product-card-content-footer .s-product-card-price {
        font-size: 16px !important;
    }