@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root[dir="rtl"]{
  --theme-color: #255792;
  --primary-color: #309E47;
  --secondary-color: #255792;
  --gr-color2: #fd8900;
  --title-color: #181818;
  --body-color: #666666;
  --smoke-color: #f8f8f8;
  --smoke-color2: #ecf1ff;
  --black-color: #000000;
  --black-color2: #101018;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --body-bg: #E1E4E5;
  --light-color: #e1e4e5;
  --yellow-color: #e2b93b;
  --success-color: #27ae60;
  --error-color: #eb5757;
  --th-border-color: #fff;
  --title-font: "Cairo", sans-serif;
  --body-font: "Cairo", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}
[dir="rtl"] .fa-arrow-left:before {
    content: "\f061"
}
[dir="rtl"] .fa-arrow-right:before {
    content: "\f060"
}
html[dir="rtl"] [class*="col-"].form-group > i {
    right: unset !important;
    left: calc((var(--bs-gutter-x) / 2) + 25px);
}
html[dir="rtl"] select,
html[dir="rtl"] .form-control,
html[dir="rtl"] .form-select,
html[dir="rtl"] input {
    padding: 0 25px 0 25px;
}

/*
 html[dir="rtl"] 
 */
html[dir="rtl"] .footer-widget.widget_nav_menu a:before {
    left: unset !important;
    right: -30px;
}
html[dir="rtl"] .widget_nav_menu a::before {
    left: 0;
}

input[type="tel"] {
    text-align: right;
}

.brand-inner,
.brand-inner .swiper {
    direction: ltr !important;
}
.img-box6 .year-box {
    left: unset;
    right: -75px;
}