: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;
}

/* Shared page hero */
.breadcrumb-hero-section {
    min-height: 440px;
    padding: 2rem 0 !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #1f2530;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrumb-hero-section .breadcrumb-hero-overlay {
    background-color: #101820 !important;
    opacity: 0.58;
}

.breadcrumb-hero-section > .container {
    width: 100%;
}

.breadcrumb-hero-section .breadcrumb-wrapper {
    padding: 0 !important;
    margin: 0 0 2.5rem;
}

.breadcrumb-hero-section .breadcrumb-wrapper > .breadcrumb {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none !important;
}

.breadcrumb-hero-section .breadcrumb-title-wrap {
    margin: 0;
}

.breadcrumb-hero-section .breadcrumb-head-title {
    max-width: 850px;
    margin: 0 auto !important;
    font-size: 3rem !important;
    line-height: 1.25;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

@media (max-width: 991.98px) {
    .breadcrumb-hero-section {
        min-height: 340px;
        padding: 1.5rem 0 !important;
    }

    .breadcrumb-hero-section .breadcrumb-wrapper {
        margin-bottom: 1.75rem;
    }

    .breadcrumb-hero-section .breadcrumb-head-title {
        font-size: 2.25rem !important;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-hero-section {
        min-height: 280px;
        padding: 1.25rem 0 !important;
        background-position: center center !important;
    }

    .breadcrumb-hero-section .breadcrumb-wrapper {
        margin-bottom: 1.25rem;
    }

    .breadcrumb-hero-section .breadcrumb-wrapper > .breadcrumb {
        padding: 0.5rem 0.875rem !important;
    }

    .breadcrumb-hero-section .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;
}

/* HeaderAreaStyleFourteen: fixed, responsive hero independent of legacy intro rules. */
.asus-hero-slider {
  --asus-hero-height: clamp(30rem, 52vw, 600px);
}

.intro.asus-hero-slider .flickity-viewport {
  height: var(--asus-hero-height) !important;
  max-height: none !important;
  top: 0 !important;
  margin-bottom: 0 !important;
}

.asus-hero-slider .intro-item.intro-item-type-3 {
  display: block;
  height: var(--asus-hero-height) !important;
  min-height: var(--asus-hero-height) !important;
  max-height: var(--asus-hero-height) !important;
  padding: 0;
  background: #17213a;
}

.asus-hero-slider .intro-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-height: var(--asus-hero-height) !important;
  object-fit: cover;
  object-position: center;
}

.asus-hero-slider .intro-item.intro-item-type-3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 22, 42, .78) 0%, rgba(12, 22, 42, .5) 48%, rgba(12, 22, 42, .28) 100%);
  pointer-events: none;
}

.asus-hero-slider .intro-content-layer {
  padding: 3rem 0 4.5rem;
}

.asus-hero-slider .intro-box {
  width: min(100%, 48rem);
  margin: 0 auto !important;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: rgba(18, 28, 52, .48);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .2);
}

.asus-hero-slider .intro-box .section-subheading,
.asus-hero-slider .intro-box h1,
.asus-hero-slider .intro-box .section-desc {
  color: #fff;
}

.asus-hero-slider .intro-box h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.2;
}

.asus-hero-slider .intro-box .section-desc {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.8;
}

.asus-hero-slider .flickity-page-dots {
  bottom: 1.5rem;
  z-index: 3;
}

@media (max-width: 768px) {
  .asus-hero-slider {
    --asus-hero-height: clamp(25rem, 118vw, 32.5rem);
  }

  .asus-hero-slider .intro-content-layer {
    padding: 2rem 1rem 4rem;
  }

  .asus-hero-slider .intro-box {
    max-width: 100%;
    padding: 1.5rem;
  }

  .asus-hero-slider .intro-box h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .asus-hero-slider .intro-box .section-desc {
    font-size: .9375rem;
    line-height: 1.7;
  }

  .asus-hero-slider .flickity-page-dots {
    bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asus-hero-slider .flickity-slider {
    transition: none !important;
  }
}

@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%);
}
