/* These styles not needed, already set by Arabic Language Pack For Joomla */

/* * {
    direction: rtl !important;
    text-align: right !important;
}
*/

/* Styles for text alignment in Arabic */

body, div, p {
    text-align: right !important;
}

h3 {
    text-align: right !important;
}

h2 {
    text-align: right !important;
}

h1, .title-slide {
    text-align: right !important;
}

#sp-top1 > .sp-column {
    text-align: right !important;
}

.rounded-image-container > .sppb-column-addons > .sppb-addon-wrapper > .clearfix > .sppb-addon > .sppb-addon-content > p { /* For text of image like in the building picture */
    text-align: right !important;
}

.table-technical-specs tr th, .table-technical-specs tr td {
    text-align: right !important;
}

.table-technical-specs caption {
    text-align: right !important;
}

/* Other styles */

.company-presentation {
   box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
}

.feature-box-odd-row ul li { /* For list items feature boxes */
    list-style-type: none;
    position: relative; /* To align text items */
    padding-right: var(--padding-right-marker-list-items-feature-box-newline); /* To align text items */
    text-indent: calc(var(--padding-right-marker-list-items-feature-box-newline) * -1); /* To align text items */
}

.feature-box-odd-row ul li:before { /* For list items feature boxes */
    content: "✔";
    font-weight: bold;
    padding-left: var(--padding-right-marker-list-items-feature-box);
    color: var(--color-list-items-feature-box);
}

.feature-box-even-row ul li { /* For list items feature boxes */
    list-style-type: none;
    position: relative; /* To align text items */
    padding-right: var(--padding-right-marker-list-items-feature-box-newline); /* To align text items */
    text-indent: calc(var(--padding-right-marker-list-items-feature-box-newline) * -1); /* To align text items */
}

.feature-box-even-row ul li:before { /* For list items feature boxes */
    content: "✔";
    font-weight: bold;
    padding-left: var(--padding-right-marker-list-items-feature-box);
    color: var(--color-list-items-feature-box);
}

