:root {
    --font-family: 'system-ui', sans-serif;
    --font-size: 17px;
    --font-weight: 500;
    --font-style: normal;
    --line-height: 1.625;
    --heading-font-family: 'system-ui', sans-serif;
    --heading-font-size: 2.5rem;
    --heading-line-height: 1.5;
    --heading-font-weight: 700;
    --accent-color: #186ADC;
    --el-gradient-start: #3c3c3c;
    --el-gradient-end: #171717;
    --background-color: #ffffff;
    --background-secondary-color: #F0F4F8;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #D4D4E1;
    --placeholder-color: #6F6F76;
    --error-color: #ff3d0d;
    --alert-primary: #0065D1;
    --alert-success: #1CAB55;
    --alert-danger: #E91C1C;
    --alert-warning: #C79C00;
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}




body,
.content,
p,
a,
span,
li,
div,
.about-container .content p {
    direction: rtl;
    text-align: justify;
}

embed,
iframe,
object {
    width: 100%;
    min-height: 500px !important;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: .5rem;
    min-height: 21.625rem;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
    position: relative;
    font-size: 1.7rem !important;
    margin: 0;
    text-align: center;
}

.items {
    margin-bottom: inherit;
}

/* Counter Section Title Styles */
.counter-section-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.counter-section-subtitle {
    color: #f8f9fa !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ini-desc {
    color: #020202;
}

.breadcrumb-head-title {
    font-size: 1.75rem !important;
}

.intro {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.intro .flickity-viewport {
  width: 100%;
}

.intro .flickity-slider {
  width: 100%;
}

.intro-item.intro-item-type-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff
}

.intro-slide-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.intro-content-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.intro-content-layer a,
.intro-content-layer button {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .intro-item.intro-item-type-3 {
    min-height: auto;
  }

  .intro-slide-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .intro-content-layer {
    position: absolute;
    inset: 0;
  }

  .intro-box {
    max-width: 92%;
    margin: 0 auto;
  }

  .intro-box h1 {
    font-size: 28px;
    line-height: 1.35;
  }
.card-front .front-content p {
    font-size: 0.65rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}
  .intro-box .section-desc {
    font-size: 14px;
    line-height: 1.7;
  }
    .intro .flickity-viewport {
            width: 100%;
        max-height: 314px !important;
        top: -52px;
        margin-bottom: -66px;
    }
.about-content h2 {
    font-size: 1.5rem !important;
    padding-top: 1rem !important;
    text-align: center !important;
    line-height: 2.2rem !important;
}
p {
    margin: 0 0 1rem 0;
}
    h2 {
        font-size: 1.45rem;
    }
}

.intro-item::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
}