/*!
Theme Name: Aleanda
Theme URI: https://concept1.co.il/
Author: Roman Dudnyk
Author URI: http://dudnyk.rb@gmail.com
Description: This is wordpress theme made by Concept1. The url: <a href=\"https://concept1.co.il/\">concept1.co.il</a>
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://concept1.co.il/
Text Domain: Aleanda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*Moving all direction (text, positions) via language type*/

body, body select, body input, body textarea {
    direction: ltr; /*before language plugin (when use return ltr)*/
}
html,
body,
body * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.employee-container {
	flex-wrap: wrap;}

/* Fix overlapping titles in 3D model section */
#tractor-three .section-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
#tractor-three .section-title h2 {
    margin-top: 0 !important;
    line-height: 1.1;
}
