/* RTL styles */
[dir="rtl"] {
  /* Put rtl style here */

  .main_header{
    direction: ltr;
  }
  .arrow_icon {
    transform: rotate(-85deg);
  }
  .primary_btn_global:hover .arrow_icon {
    transform: rotate(-133deg);
  }
  .primary_btn_globalv2:hover .arrow_icon {
    transform: rotate(-133deg);
}
  .section_tag_icon {
    margin-left: 10px;
    transform: rotate(175deg);
    margin-right: 0px;
  }
  .primary_btn_globalv3:hover .arrow_icon {
    transform: rotate(-134deg);
  }
  .impact_card:hover .card_img {
    transform: translateX(50%);
  }

  .card_link .arrow_icon {
    transform: rotate(181deg);
  }
  .green_link .arrow_icon {
    transform: rotate(181deg);
  }
  .news_card::after {
    left: -70px;
    right: unset !important;
    transform: rotate(263deg);
  }
  .news_card:hover::after {
    transform: rotate(93deg) !important;
  }
  .image_date{
    direction: ltr;
  }
  footer{
    direction: ltr;
  }
  .bottom_div{
    direction: rtl;
  }
  header nav{
    direction: rtl;
  }
  .breadcrumb_item {
    border-left: 1px solid white;
    border-right: none;
  }
  .menu-level-1 .menu-item .menu_link_content {
    left: -12%;
    right: unset;
  }
  .menu-level-1 .menu-item .menu_link_content img {
    border-radius: 0px 0px 0px 8px;
  }
  .partner_location iframe {
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .locationubttoun .arrow_icon{
    transform: rotate(0deg) !important;
  }
  .search_box , .img_div_cnt_{
    direction: rtl;
  }
  .border_left {
      border-right: 3px solid var(--SPOPLIGHT-GO-GREEN);
      border-left: none;
      padding-right: 8px;
  }
  .white_header .menu-level-0 .menu-item .is-active::before{
    right: -1px;
    left: unset;
  }
  .menu-level-1 .menu-item:hover a {
    transform: translateX(-8px);
  }
  .nav_links_list li ul {
    right: 100%;
    padding-right: 15px !important;
    width: 100%;
    max-width: 219px;
    }
  .ms-5 {
    margin-right: 3rem !important;
  }
  .linkedin_news_cnt{
    margin-left: 0rem !important;
  }
  .contact_tag {
    border-right: 4px solid var(--secondary-color);
    border-left: none;
    padding-right: 10px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: 0;

  }
  .border_lw {
    border-right: 1px solid white;
    border-left: none;
  }
  .single_actulaites_arrow{
    transform: rotateY(185deg);
  }
  .link_voir_plus img{
    transform: rotateY(185deg);
  }
  .search_btn{
    transform: rotateY(185deg);
  }
  .select_icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
  }

  .who_we_are_section .content_cnt_div::after{
    background: linear-gradient(200deg, rgb(0 0 0 / 70%) 42%, rgba(0, 0, 0, 0.00) 100%) ;
  }
}