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