@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* ------------------------------------
1. Basics
------------------------------------ */
/* ------------------------------------
   Font-styles
  ------------------------------------ */
/* ------------------------------------
   letter-spacing
  ------------------------------------ */
/* ------------------------------------
    Desktop Font sizes
   ------------------------------------ */
/* ------------------------------------
    Desktop Line Heights
    ------------------------------------ */
/* ------------------------------------
   Mobile Font sizes
   ------------------------------------ */
/* ------------------------------------
   Mobile Line Heights
   ------------------------------------ */
/* ------------------------------------
  Font-weight
 ------------------------------------ */
/* ------------------------------------
  Base Variables
  ------------------------------------ */
/* ------------------------------------
2. Globals
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
}
p {
  font-family: "Poppins";
}
/* ------------------------------------
 3. Content Elements
 ------------------------------------ */
#main {
  display: table;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  #main {
    min-height: unset;
    height: unset;
  }
}
#main figure {
  margin: 0;
  height: 100vh;
}
@media (max-width: 576px) {
  #main figure {
    height: 34vh;
  }
}
@media (max-width: 470px) {
  #main figure {
    height: 28vh;
  }
}
@media (max-width: 412px) {
  #main figure {
    height: 27vh;
  }
}
#main .development-block {
  position: absolute;
  right: 75px;
  top: 255px;
  background-color: rgba(0, 0, 0, 0.64);
  padding: 40px 74px;
  width: 800px;
  max-width: 800px;
  color: white;
}
@media (min-width: 768px) and (max-width: 992px) {
  #main .development-block {
    right: 50%;
    transform: translate(50%);
    padding: 40px 20px;
    width: 500px;
    top: 100px;
  }
}
@media (max-width: 768px) {
  #main .development-block {
    right: 50%;
    transform: translate(50%);
    padding: 40px 20px;
    width: 500px;
    top: 150px;
  }
}
@media (max-width: 576px) {
  #main .development-block {
    right: 50%;
    transform: translate(50%);
    width: 280px;
    padding: 40px 20px;
  }
}
#main .development-block .block-title h2 {
  font-size: 56px;
  font-weight: 500;
  padding-bottom: 30px;
  line-height: 74px;
}
@media (max-width: 768px) {
  #main .development-block .block-title h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  #main .development-block .block-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
#main .development-block .block-descrption p {
  margin: 0;
  font-size: 39px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #main .development-block .block-descrption p {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  #main .development-block .block-descrption p {
    font-size: 25px;
  }
}
#main .video-bee {
  display: flex;
  justify-content: center;
  max-height: 110vh;
}
@media (max-width: 768px) {
  #main .video-bee {
    padding-top: 55px;
  }
}
#main .video-bee video {
  max-width: 800px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #sectiondevelopment {
    min-height: 0;
  }
  #sectiondevelopment .development-block {
    padding: 47px 40px;
    max-width: 600px;
  }
  #sectiondevelopment .development-block .block-title h2 {
    font-size: 45px;
  }
  #sectiondevelopment .development-block .block-descrption p {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  #sectiondevelopment .development-block {
    top: 0;
    padding: 130px 20px 40px;
    max-width: 100%;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  #sectiondevelopment .development-block .block-title h2 {
    font-size: 40px;
  }
  #sectiondevelopment .development-block .block-descrption p {
    font-size: 24px;
    text-align: justify;
    word-break: break-all;
  }
}
@media (max-width: 1400px) {
  #sectiondevelopment .development-block {
    top: 43px;
  }
  #sectiondevelopment .hide-button {
    display: none;
  }
}
#news-home container {
  max-width: 1662px;
}
#news-home h3 {
  font-size: 35px;
  line-height: 119px;
  font-weight: 400;
  margin-left: 35px;
}
@media (max-width: 768px) {
  #news-home h3 {
    font-size: 30px;
  }
}
#news-home .wrapper {
  padding: 10px 47px;
}
@media (max-width: 576px) {
  #news-home .wrapper {
    padding: unset;
  }
}
#news-home .wrapper .my-slider {
  padding: 2px 3px;
}
@media (max-width: 992px) {
  #news-home .wrapper .my-slider {
    padding: 2px 50px;
  }
}
@media (max-width: 768px) {
  #news-home .wrapper .my-slider {
    padding: 2px 37px;
  }
}
#news-home .news-list-view {
  margin: 42px 0 76px;
}
@media (max-width: 768px) {
  #news-home .news-list-view {
    margin: 0 0 76px;
  }
}
#news-home .news-list-view .article {
  margin: 0 60px;
}
@media (max-width: 768px) {
  #news-home .news-list-view .article {
    margin: 0 10px;
  }
}
#news-home .news-list-view .article .news-header-teaser .header-title-news {
  padding-top: 21px;
  text-align: justify;
}
@media (max-width: 768px) {
  #news-home .news-list-view .article .news-header-teaser .header-title-news {
    padding-top: 0;
  }
}
#news-home .news-list-view .article .news-header-teaser .header-title-news a {
  text-decoration: none;
}
#news-home .news-list-view .article .news-header-teaser .header-title-news a span {
  font-size: 17px;
  font-weight: 600;
  border: none;
  line-height: 28px;
  text-decoration: none;
  color: #1e1e1e;
}
#news-home .news-list-view .article .news-header-teaser .teaser-text-news p {
  text-align: justify;
  font-size: 17px;
  font-weight: 300;
  border: none;
  line-height: 32px;
  color: #1e1e1e;
  opacity: 0.8;
}
#news-home .news-list-view .news-img-wrap-img {
  height: 269px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  #news-home .news-list-view .news-img-wrap-img {
    height: 186px;
  }
}
#news-home .news-list-view .news-img-wrap-img > a {
  margin: 0;
  font-size: 0;
  line-height: 0;
  height: 100%;
  position: relative;
  display: block;
}
#news-home .news-list-view .news-img-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#news-home .slick-track > div {
  flex: 1;
}
#news-home .slick-prev {
  right: 0;
  top: 28%;
  left: -37px;
}
#news-home .slick-prev::before {
  content: "<";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  opacity: 1;
  color: #1e1e1e;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
#news-home .slick-next {
  right: 0;
  top: 28%;
  right: -6px;
}
#news-home .slick-next::before {
  content: "<";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  opacity: 1;
  color: #1e1e1e;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(183deg);
  background-size: 100%;
  transition: all 0.4 ease;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #news-home .slick-dots {
    bottom: -10px;
  }
}
#news-home .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* RTL - Just flip arrow positions */
[dir="rtl"] #news-home .slick-prev {
  left: auto !important;
  right: -37px !important;
}
[dir="rtl"] #news-home .slick-next {
  right: auto !important;
  left: -6px !important;
}
#Animatedinput *, #Animatedinput:focus {
  outline: none;
}
#Animatedinput .form {
  width: 500px;
  margin: 0 auto;
  margin-top: 150px;
  font-family: sans-serif;
  background: #fff;
}
@media (max-width: 768px), (max-width: 1699px) {
  #Animatedinput .form {
    width: auto;
  }
}
#Animatedinput .form-item {
  position: relative;
  margin-bottom: 15px;
}
#Animatedinput .form-item input {
  display: block;
  width: 502px;
  height: 53px;
  background: transparent;
  border: solid 2px #ccc;
  transition: all 0.3s ease;
  padding: 0 15px;
}
@media (max-width: 768px), (max-width: 1699px) {
  #Animatedinput .form-item input {
    width: auto;
  }
}
@media (min-width: 1190px) and (max-width: 1750px) {
  #Animatedinput .form-item input {
    display: block;
    text-align: center;
    width: 450px;
    height: 53px;
    background: transparent;
    border: solid 2px #ccc;
    transition: all 0.3s ease;
    padding: 0 15px;
  }
}
#Animatedinput .form-item input:focus {
  border-color: #577f65;
}
#Animatedinput .form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all 0.3s ease;
}
#Animatedinput .form-item input:focus + label, #Animatedinput .form-item input:valid + label {
  font-size: 11px;
  top: -5px;
}
#Animatedinput .form-item input:focus + label {
  color: #577f65;
}
.wrapper-news {
  padding-top: 176px;
}
@media (max-width: 470px) {
  .wrapper-news {
    padding-top: 110px;
  }
}
@media (max-width: 412px) {
  .wrapper-news {
    padding-top: 110px;
  }
}
.wrapper-news .title-header-news h1, .wrapper-news .title-header-news h2, .wrapper-news .title-header-news h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 36px;
  color: #122b2f;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  .wrapper-news .title-header-news h1, .wrapper-news .title-header-news h2, .wrapper-news .title-header-news h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .wrapper-news .title-header-news h1, .wrapper-news .title-header-news h2, .wrapper-news .title-header-news h3 {
    margin-bottom: 24px;
  }
}
.wrapper-news .news-list-home {
  padding: 22px;
}
.wrapper-news .news-list-home .f3-widget-paginator {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.wrapper-news .news-list-home .f3-widget-paginator li {
  list-style-type: none;
  position: relative;
}
.wrapper-news .news-list-home .f3-widget-paginator li::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: black;
  width: 100%;
  height: 2px;
  left: 0;
}
.wrapper-news .news-list-home .f3-widget-paginator li::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #9cc7b3;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}
.wrapper-news .news-list-home .f3-widget-paginator li a {
  text-decoration: none !important;
  color: #122b2f !important;
  font-size: 22px;
}
.wrapper-news .news-list-home .f3-widget-paginator .current {
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 768px) {
  .wrapper-news .article {
    margin: 0;
  }
}
.wrapper-news .article .news-header-teaser .header-title-news {
  padding-top: 21px;
}
@media (max-width: 768px) {
  .wrapper-news .article .news-header-teaser .header-title-news {
    padding-top: 0;
  }
}
.wrapper-news .article .news-header-teaser .header-title-news a {
  text-decoration: none;
}
.wrapper-news .article .news-header-teaser .header-title-news a span {
  font-size: 21px;
  font-weight: 500;
  border: none;
  line-height: 20px;
  text-decoration: none;
  color: #1e1e1e;
}
.wrapper-news .article .news-header-teaser .teaser-text-news p {
  font-size: 16px;
  font-weight: 400;
  border: none;
  line-height: 30px;
  color: #1e1e1e;
  opacity: 0.8;
}
.wrapper-news .news-img-wrap-img {
  height: 328px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .wrapper-news .news-img-wrap-img {
    margin-bottom: 20px;
  }
}
.wrapper-news .news-img-wrap-img > a {
  margin: 0;
  font-size: 0;
  line-height: 0;
  height: 100%;
  position: relative;
  display: block;
}
.wrapper-news .news-img-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
[dir="rtl"] .wrapper-news .article .news-header-teaser .header-title-news {
  margin-bottom: 8px;
}
#product-single .container {
  max-width: 1375px;
}
#product-single .container .single .image-product-detail {
  padding-top: 75px;
  position: relative;
  margin-bottom: 74px;
  /* 	&:before {
					position: absolute;
					content: 'Sans Permis';
					color: white;
					width: 120px;
					height: 112px;
					background-color: #1d264b;
					bottom: 5px;
					right: 25%;
					border-radius: 50%;
					display: flex;
					align-items: center;
					justify-content: center;
					padding: 20px;
					text-align: center;
					font-size: 21px;
					line-height: 23px;
					@media (min-width: $breakpoint-lg) and (max-width: $breakpoint-xl) {
						bottom: -40px;
						right: 20%;
					}
					@media (min-width: $breakpoint-md) and (max-width: $breakpoint-lg) {
						bottom: -57px;
						right: 3%;
					}
					@media (max-width: $breakpoint-md) {
						bottom: -57px;
						right: 3%;
					}
					@media (max-width: $breakpoint-sm) {
						width: 80px;
						height: 80px;
						bottom: -53px;
						right: 0%;
						font-size: 16px;
						line-height: 16px;
					}
				} */
}
#product-single .container .single .image-product-detail .product {
  width: 450px;
}
#product-single .container .single .image-product-detail .imageEvan {
  max-width: 313px;
  max-height: 326px;
  margin-top: 59px;
  margin-left: -11px;
}
@media (max-width: 320px) {
  #product-single .container .single .image-product-detail .imageEvan {
    max-width: 300px;
    max-height: 320px;
  }
}
@media (max-width: 576px) {
  #product-single .container .single .image-product-detail img {
    max-width: 300px;
    max-height: 290px;
    height: auto !important;
  }
}
#product-single .container .single .global-detail-single-product {
  background-color: #e1e1e1;
  padding: 60px 81px;
  border-radius: 17px;
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product {
    margin-bottom: 8px;
    font-size: 13px;
    padding: 42px 52px;
  }
}
#product-single .container .single .global-detail-single-product .product-name h3 {
  font-size: 40px;
  line-height: 65px;
  font-weight: 500;
  padding-left: 14px;
}
#product-single .container .single .global-detail-single-product .product-model-info {
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 11px;
  display: table;
  padding: 6px 14px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product-model-info {
    width: 155px;
  }
}
@media (max-width: 768px) {
  #product-single .container .single .global-detail-single-product .product-model-info {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product-model-info {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
#product-single .container .single .global-detail-single-product .product_details {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  #product-single .container .single .global-detail-single-product .product_details {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product_details {
    display: table;
  }
}
#product-single .container .single .global-detail-single-product .product_details .product_details-detail {
  padding-right: 50px;
  font-family: "Poppins", sans-serif;
  border-right: 1px solid #707070;
}
#product-single .container .single .global-detail-single-product .product_details .product_details-detail:last-child {
  border: 0;
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}
#product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute {
  margin-bottom: 19px;
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute {
    margin-bottom: 7px;
  }
}
#product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
    border-right: 13px;
  }
}
#product-single .container .single .global-detail-single-product .product_details .product_details-detail .value-attribute p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .value-attribute p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }
}
@media (max-width: 992px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .value-attribute p {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  #product-single .container .single .global-detail-single-product .product_details .product_details-detail .value-attribute p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }
}
#product-single .container .configurebutton {
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  background: #577f65;
  cursor: pointer;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #707070;
  padding: 9px 23px;
  width: 240px;
}
#product-single .container .configurebutton a {
  color: white;
}
@media (max-width: 768px) {
  #product-single .container .configurebutton {
    margin-top: 20px;
  }
}
#product-single .container .bookTestDrive {
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 11px;
  display: table;
  padding: 6px 14px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 19px;
  width: 240px;
  margin-top: 19px;
  color: black;
}
@media (max-width: 576px) {
  #product-single .container .bookTestDrive {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #product-single .container .bookTestDrive {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  #product-single .container .bookTestDrive {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
#product-single .container .bookTestDrive a {
  color: black;
}
#product-single .container .bookTestDriveBee {
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 11px;
  display: table;
  padding: 6px 14px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 19px;
  width: 240px;
  margin-top: 19px;
  color: black;
}
@media (max-width: 576px) {
  #product-single .container .bookTestDriveBee {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #product-single .container .bookTestDriveBee {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  #product-single .container .bookTestDriveBee {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
#product-single .container .bookTestDriveBee a {
  color: black;
}
#product-single .container .warrantybutton {
  background-color: transparent;
  border: none;
}
#product-single .container .warrantybutton a {
  color: #373737cf;
}
/* ===== PRODUCT DETAIL RTL STYLES ===== */
[dir="rtl"] #product-single .container .single .global-detail-single-product .product-name h3 {
  padding-left: 0;
  padding-right: 14px;
  text-align: right;
}
[dir="rtl"] #product-single .container .single .global-detail-single-product .product-model-info {
  text-align: right;
}
[dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail {
  padding-right: 0;
  padding-left: 50px;
  border-right: none;
  border-left: 1px solid #707070;
}
[dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail:last-child {
  border-left: 0;
}
@media (max-width: 576px) {
  [dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail {
    border-left: none;
    border-bottom: 1px solid #707070;
    padding-left: 0;
  }
}
[dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
  text-align: right;
}
@media (max-width: 576px) {
  [dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail .name-attribute span {
    border-right: 0;
    border-left: 13px;
  }
}
[dir="rtl"] #product-single .container .single .global-detail-single-product .product_details .product_details-detail .value-attribute p {
  text-align: right;
  font-weight: 300 !important;
}
.lightbox {
  margin-bottom: 6%;
}
.lightbox .lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}
.lightbox .lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}
.lightbox .lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.lightbox .modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.lightbox .modal-content {
  width: 100%;
}
.lightbox .modalscale {
  transform: scale(0);
  opacity: 0;
}
.lightbox .lightbox-container, .lightbox .lightbox-btn, .lightbox .lightbox-image-wrapper, .lightbox .lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox .lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.lightbox .lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox .lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}
.lightbox .lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.lightbox .lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox .lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  width: max;
  position: relative;
}
@media (max-width: 768px) {
  .lightbox .lightbox-image-wrapper {
    width: 700px;
  }
}
.lightbox .lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox .lightbox-btn, .lightbox #close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 40px;
}
.lightbox .lightbox-btn:focus {
  outline: none;
}
.lightbox .left {
  left: 50px;
}
.lightbox .right {
  right: 50px;
}
.lightbox #close {
  top: 50px;
  right: 50px;
}
.lightbox .lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}
@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.lightbox .slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.lightbox .slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
.lightbox .gallery {
  margin-top: 0;
}
.lightbox .gallery .title-gallery {
  color: #373737;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 500;
}
.lightbox .gallery .title-gallery h1 {
  padding-bottom: 27px;
  line-height: 58px;
}
@media (max-width: 991px) {
  .lightbox .gallery {
    padding: 0 5%;
  }
}
.lightbox .container {
  max-width: 1375px;
}
#configure-b1 {
  padding: 176px 0;
}
#configure-b1 .versions-list {
  justify-content: center;
}
#configure-b1 .versions-list h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
#configure-b1 .active {
  display: block;
}
#configure-b1 .hide {
  display: none;
}
#configure-b1 .versions-list {
  position: relative;
  padding: 32px 0;
}
#configure-b1 .versions-list .header-title h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
#configure-b1 .versions-list .car-version .top-content {
  margin-bottom: 112px;
  border: 1px solid #707070;
  border-radius: 24px;
  padding: 16px;
}
@media (max-width: 470px) {
  #configure-b1 .versions-list .car-version .top-content {
    padding: 8px;
  }
}
#configure-b1 .versions-list .car-version .data {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#configure-b1 .versions-list .car-version img {
  max-width: 377px;
  height: 403px;
  object-fit: contain;
}
#configure-b1 .configure .left-content h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
#configure-b1 .configure .left-content label, #configure-b1 .configure .left-content h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 39px;
  font-family: "Poppins", sans-serif;
}
#configure-b1 .configure .left-content .price {
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
  font-family: "Poppins", sans-serif;
}
#configure-b1 .configure .left-content .configure-data .doors .first {
  padding-bottom: 4px;
}
body #scrollToDown {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  color: white;
  border: none;
  font-size: 30px;
  font-family: "Segoe UI";
  line-height: 40px;
  letter-spacing: 0.52px;
}
@media (max-width: 576px) {
  body #scrollToDown {
    font-size: 23px;
  }
}
body .fa-3x {
  font-size: 1.5em;
}
@keyframes moveArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
body .arrowAnimation {
  animation: moveArrow 5s infinite;
}
body #sectiondevelopment {
  position: relative;
}
@media (max-width: 576px) {
  body #sectiondevelopment {
    margin-top: 80px;
  }
}
body #sectiondevelopment img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  body #sectiondevelopment img {
    max-height: 287px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 412px) {
  body #sectiondevelopment img {
    max-height: 210px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 470px) {
  body #sectiondevelopment img {
    max-height: 230px;
    object-fit: cover;
    width: 100%;
  }
}
body #sectiondevelopment .text-video {
  position: absolute;
  top: 313px;
  left: 193px;
  z-index: 1;
  color: white;
  background-color: rgba(29, 52, 54, 0.64);
  padding: 43px 56px;
  max-height: 371px;
}
@media (max-width: 1500px) {
  body #sectiondevelopment .text-video {
    top: 190px;
    left: 80px;
  }
}
@media (max-width: 576px) {
  body #sectiondevelopment .text-video {
    top: 40px;
  }
}
@media (max-width: 1450px) {
  body #sectiondevelopment .text-video {
    left: 5px;
  }
}
@media (min-width: 1190px) and (max-width: 1450px) {
  body #sectiondevelopment .text-video {
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #sectiondevelopment .text-video {
    left: 50%;
    transform: translate(-50%);
    top: 180px;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  body #sectiondevelopment .text-video {
    left: 50%;
    transform: translate(-50%);
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  body #sectiondevelopment .text-video {
    left: 23%;
    transform: translate(-50%);
    padding: 0px 12px 12px;
  }
}
@media (max-width: 470px) {
  body #sectiondevelopment .text-video {
    left: 23%;
    transform: translate(-50%);
    padding: 6px 8px 8px;
  }
}
@media (max-width: 412px) {
  body #sectiondevelopment .text-video {
    left: 23%;
    transform: translate(-50%);
    padding: 6px 4px 6px;
  }
}
body #sectiondevelopment .text-video .tech {
  display: flex;
  gap: 30px;
  margin-top: 44px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body #sectiondevelopment .text-video .tech {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body #sectiondevelopment .text-video .tech {
    display: block;
  }
}
body #sectiondevelopment .text-video .tech .btn-video {
  width: 100%;
}
@media (max-width: 470px) {
  body #sectiondevelopment .text-video .tech .btn-video {
    width: 70%;
    margin-left: 20px;
  }
}
@media (max-width: 412px) {
  body #sectiondevelopment .text-video .tech .btn-video {
    width: 70%;
    margin-left: 20px;
  }
}
body #sectiondevelopment .text-video .title-video {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 412px) {
  body #sectiondevelopment .text-video .title-video {
    padding-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 470px) {
  body #sectiondevelopment .text-video .title-video {
    padding-bottom: 20px;
    position: relative;
  }
}
body #sectiondevelopment .text-video .title-video h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1500px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
  }
}
@media (max-width: 470px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 8px;
    margin-top: 10px;
  }
}
@media (max-width: 412px) {
  body #sectiondevelopment .text-video .title-video h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 6px;
  }
}
body #sectiondevelopment .text-video .title-video p {
  font-size: 30px;
  font-weight: 400;
  margin: 15px 0;
  margin-top: 4px;
}
@media (max-width: 1500px) {
  body #sectiondevelopment .text-video .title-video p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #sectiondevelopment .text-video .title-video p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  body #sectiondevelopment .text-video .title-video p {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  body #sectiondevelopment .text-video .title-video p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  }
}
body #sectiondevelopment .text-video .identifier hr {
  margin: -2rem 0;
}
body #sectiondevelopment .arrow-direction {
  margin-top: -100px;
  color: white;
  width: 100%;
}
body #sectiondevelopment .arrow-direction .arrowAnimation {
  animation: mymove 1s infinite;
}
body #sectiondevelopment .arrow-direction .arrowAnimation .fa-3x {
  font-size: 1.5em;
}
body #sectiondevelopment .arrow-direction .arrowAnimation .fa-3x:before {
  font-size: 35px;
}
@media (max-width: 1750px) and (min-width: 1200px) {
  body .text-video {
    padding: 30px;
  }
  body .text-video .tech {
    gap: 15px;
  }
  body .text-video .title-video {
    padding-bottom: 40px;
  }
  body .text-video .title-video h1 {
    font-size: 39px;
  }
  body .text-video .btn-video a {
    padding: 7px 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .text-video {
    padding: 30px;
  }
  body .text-video .tech {
    gap: 15px;
  }
  body .text-video .title-video {
    padding-bottom: 40px;
  }
  body .text-video .title-video::before {
    width: 410px;
  }
  body .text-video .title-video h1 {
    font-size: 45px;
  }
  body .text-video .btn-video a {
    padding: 7px 25px;
  }
}
@media (max-width: 768px) {
  body .text-video {
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
  }
  body .text-video .tech {
    display: block;
    gap: 0px;
    margin-top: 35px;
  }
  body .text-video .title-video {
    padding-bottom: 40px;
  }
  body .text-video .title-video h1 {
    font-size: 28px;
  }
  body .text-video .title-video p {
    font-size: 27px;
  }
  body .text-video .btn-video {
    margin-top: 20px;
  }
  body .text-video .btn-video a {
    padding: 7px 20px;
  }
}
@media (max-width: 576px) {
  body .text-video .title-video {
    padding-bottom: 30px;
  }
  body .text-video .title-video h1 {
    font-size: 26px;
  }
  body .text-video .title-video p {
    font-size: 19px;
  }
  body .text-video .tech {
    display: block !important;
  }
  body .btn-video a {
    font-size: 10px !important;
    line-height: 15px;
    font-family: Segoe UI;
    font-weight: 400;
  }
}
.btn-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-prcommande {
  border-radius: 31px;
  color: white;
  text-decoration: none;
  background-color: #577f65;
  padding: 9px 44px;
  font-size: 26px;
  font-family: Segoe UI;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
.btn-prcommande:hover {
  background-color: #122b2f;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-prcommande {
    padding: 7px 20px;
    font-size: 20px;
  }
}
@media (min-width: 470px) {
  .btn-prcommande {
    padding: 4px 19px;
    font-size: 20px;
  }
}
@media (min-width: 412px) {
  .btn-prcommande {
    padding: 4px 39px;
    font-size: 26px;
  }
}
/* RTL button styling to prevent text wrapping */
[dir="rtl"] .btn-prcommande {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}
[dir="rtl"] body #sectiondevelopment .text-video {
  top: 255px !important;
}
@media (max-width: 470px) {
  [dir="rtl"] body #sectiondevelopment .text-video .tech .btn-video {
    width: auto !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 412px) {
  [dir="rtl"] body #sectiondevelopment .text-video .tech .btn-video {
    width: auto !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  [dir="rtl"] body #sectiondevelopment .text-video {
    top: 43px !important;
  }
}
@media (max-width: 470px) {
  [dir="rtl"] body #sectiondevelopment .text-video {
    top: 25px !important;
  }
}
#color-image {
  padding: 80px 0;
}
#color-image .styled-price {
  padding: 0px 0px 0px 250px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#color-image .option-price {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#color-image .main-styles label, #color-image .leftside label, #color-image .rightside label {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 300;
}
@media (max-width: 768px) {
  #color-image .main-styles label, #color-image .leftside label, #color-image .rightside label {
    font-size: 18px;
  }
}
#color-image .main-styles h2, #color-image .leftside h2, #color-image .rightside h2 {
  font-size: 30px;
  font-family: Poppins;
  font-weight: 500;
  color: #373737;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 470px) {
  #color-image .main-styles h2, #color-image .leftside h2, #color-image .rightside h2 {
    font-size: 25px;
  }
}
#color-image .main-styles h3, #color-image .leftside h3, #color-image .rightside h3 {
  margin-left: 15px;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 300;
  color: #373737;
}
#color-image .main-styles .cursor, #color-image .leftside .cursor, #color-image .rightside .cursor {
  cursor: pointer;
}
#color-image .main-styles .rectangleadditonalbattery, #color-image .leftside .rectangleadditonalbattery, #color-image .rightside .rectangleadditonalbattery {
  padding: 10px;
  margin: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #707070;
  padding: 3px 20px 3px 20px;
  border-radius: 10px;
}
#color-image .main-styles .switch, #color-image .leftside .switch, #color-image .rightside .switch {
  position: relative;
  display: inline-block;
  font-size: 20px;
  height: 1em;
  width: 2em;
  background: #bdb9a6;
  border-radius: 1em;
  transition: background 300ms;
  margin-left: 190px;
}
#color-image .main-styles .switch input, #color-image .leftside .switch input, #color-image .rightside .switch input {
  position: absolute;
  opacity: 0;
}
#color-image .main-styles .switch div, #color-image .leftside .switch div, #color-image .rightside .switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #fff;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  transition: all 300ms;
}
#color-image .main-styles .switch input:checked + div, #color-image .leftside .switch input:checked + div, #color-image .rightside .switch input:checked + div {
  transform: translate3d(100%, 0, 0);
}
#color-image .main-styles .switch input:checked + div, #color-image .leftside .switch input:checked + div, #color-image .rightside .switch input:checked + div {
  background: #252e5d;
}
#color-image .main-styles .soustitles, #color-image .leftside .soustitles, #color-image .rightside .soustitles {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#color-image .main-styles .soustitlesaddbattery, #color-image .leftside .soustitlesaddbattery, #color-image .rightside .soustitlesaddbattery {
  margin-left: 30px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#color-image .main-styles .decrement, #color-image .leftside .decrement, #color-image .rightside .decrement {
  color: black;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#color-image .main-styles .increment, #color-image .leftside .increment, #color-image .rightside .increment {
  color: black;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#color-image .main-styles .quantiteinput, #color-image .leftside .quantiteinput, #color-image .rightside .quantiteinput {
  padding: 5px;
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: not-allowed;
}
#color-image .main-styles .alerte, #color-image .leftside .alerte, #color-image .rightside .alerte {
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 300;
  margin-left: 40px;
}
@media (max-width: 768px) {
  #color-image .main-styles .alerte, #color-image .leftside .alerte, #color-image .rightside .alerte {
    font-size: 15px;
  }
}
#color-image .leftside {
  /* Style the radio buttons */
  /* Style the dot in the middle */
  /* Style the radio buttons when checked */
  /* Style the radio buttons when checked and active */
}
#color-image .leftside input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 45%;
  border: 1px solid black;
  /* Black border */
  outline: none;
  margin-right: 1px;
  /* Little space between radio button and text */
  position: relative;
}
#color-image .leftside input[type="radio"]::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #577f65;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* Hide the dot by default */
}
#color-image .leftside input[type="radio"]:checked::after {
  display: block;
  /* Show the dot when checked */
}
#color-image .leftside input[type="radio"]:checked:active::after {
  background-color: #4caf50;
  /* Green color when checked and active */
}
#color-image .leftside .color-choice {
  margin-bottom: 50px;
}
#color-image .leftside .color-choice .color-label {
  padding: 20px;
  border-radius: 43px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #707070;
}
@media (max-width: 412px) {
  #color-image .leftside .color-choice .color-label {
    padding: 18px;
  }
}
#color-image .leftside .color-choice .color-border {
  border: 4px solid #577f65;
}
#color-image .leftside .color-choice .hiddenradio input[type="radio"] {
  display: none;
}
#color-image .leftside .batterie-type {
  margin-bottom: 50px;
}
#color-image .leftside .batterie-type .rectangle {
  padding: 10px;
  margin: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #707070;
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
}
#color-image .leftside .batterie-type .typestyle {
  font-family: Poppins;
  color: #373737;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
#color-image .leftside .batterie-type .lifecyclestyle {
  font-family: Poppins;
  color: #414141;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
#color-image .leftside .batterie-type .rectangle {
  padding: 10px;
  margin: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #707070;
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
}
#color-image .leftside .optionstyle .pricetotal {
  font-size: 5px;
  font-family: "Poppins";
  font-weight: 300;
}
#color-image .leftside .flex-container .capacity {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
#color-image .leftside .flex-container .price {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  #color-image .leftside .flex-container .price {
    font-size: 14px;
  }
}
#color-image .rightside {
  display: block;
  margin-left: -75px;
}
#color-image .rightside .image-item {
  text-align: center;
}
#color-image .rightside .image-item .custom-image-style {
  max-width: 50%;
  height: auto;
}
@media (max-width: 1450px) {
  #color-image .rightside {
    margin-left: -95px;
  }
}
@media (max-width: 1200px) {
  #color-image .rightside {
    margin-left: -40px;
  }
}
@media (max-width: 992px) {
  #color-image .rightside {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  #color-image .rightside {
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  #color-image .rightside {
    margin-left: -20px;
  }
}
@media (max-width: 470px) {
  #color-image .rightside {
    margin-left: -10px;
  }
}
@media (max-width: 412px) {
  #color-image .rightside {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  #color-image .rightside {
    margin-left: 0;
  }
}
#color-image .rightside .votrebee {
  font-size: 37px;
  font-family: Poppins;
  font-weight: 500;
  color: #373737;
  text-align: center;
}
#color-image .rightside .votrebvan {
  font-size: 37px;
  font-family: Poppins;
  font-weight: 500;
  color: #373737;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 470px) {
  #color-image .rightside .votrebvan {
    font-size: 28px;
  }
}
@media (max-width: 412px) {
  #color-image .rightside .votrebvan {
    font-size: 24px;
  }
  #color-image .rightside .votrebvan.custom-class {
    font-size: 24px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
    color: #373737 !important;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 320px) {
  #color-image .rightside .votrebvan {
    font-size: 20px;
  }
  #color-image .rightside .votrebvan.custom-class {
    font-size: 20px !important;
  }
}
#color-image .rightside .rectangle {
  margin-top: 31px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #707070;
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
  text-align: center;
  width: auto;
}
@media (max-width: 768px) {
  #color-image .rightside .rectangle {
    width: auto;
  }
}
#color-image .rightside .rectangleprice {
  margin-top: 31px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
  text-align: center;
  width: auto;
}
@media (max-width: 768px) {
  #color-image .rightside .rectangleprice {
    width: auto;
  }
}
#color-image .rightside .ttc {
  margin-top: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
  text-align: center;
  width: 400px;
}
@media (max-width: 768px) {
  #color-image .rightside .ttc {
    width: auto;
    max-width: 100%;
  }
}
#color-image .rightside .hiddenblock {
  display: none;
}
#color-image .rightside .total-Price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 320px;
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid #707070;
  border-radius: 30px;
}
@media (max-width: 412px) {
  #color-image .rightside .total-Price {
    max-width: 280px;
    padding: 8px 15px;
  }
}
@media (max-width: 320px) {
  #color-image .rightside .total-Price {
    max-width: 250px;
    padding: 6px 12px;
  }
}
#color-image .rightside .total-Price .totalPrice-title {
  font-weight: 700;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 412px) {
  #color-image .rightside .total-Price .totalPrice-title {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  #color-image .rightside .total-Price .totalPrice-title {
    font-size: 15px;
  }
}
#color-image .rightside .total-Price .totalPrice-style {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 412px) {
  #color-image .rightside .total-Price .totalPrice-style {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  #color-image .rightside .total-Price .totalPrice-style {
    font-size: 15px;
  }
}
.info {
  text-decoration: underline;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.order {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  background: #577f65;
  cursor: pointer;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #707070;
  padding: 11px 26px;
  width: 260px;
  margin: 22px auto;
}
@media (max-width: 470px) {
  .order {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  .order {
    width: 230px;
  }
}
.order a {
  color: white;
}
.voucher {
  margin-left: 32px;
}
.spacingcapaicty {
  margin-right: 20px;
}
.quotation {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-top: 12px;
}
.quotation-bg {
  width: 97%;
  height: auto;
  filter: brightness(1.05) saturate(0.8) contrast(1.02);
}
.quotation-text {
  position: absolute;
  top: 45%;
  left: 1.5em;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #577F65;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 470px) {
  .quotation-text {
    font-size: 20px;
    left: 1.245em;
  }
}
.testdrive {
  color: #000000;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
.pricesize {
  font-weight: 500;
}
.custom-image-style-bvan {
  max-width: 40%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}
@media (max-width: 470px) {
  .custom-image-style-bvan {
    max-width: 45%;
  }
}
@media (max-width: 412px) {
  .custom-image-style-bvan {
    max-width: 45%;
  }
}
@media (max-width: 320px) {
  .custom-image-style-bvan {
    max-width: 45%;
  }
}
.bvan-image-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.bee-image-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  outline: none;
}
input[type="checkbox"]:checked {
  background-color: #577f65;
  border: 2px solid #577f65;
}
input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}
.ordernow {
  margin-top: 10px;
  margin-bottom: -6px;
  color: #577f65;
  font-weight: bold;
}
.preorder-button {
  background: #577F65;
  color: #fff;
  border-radius: 12px;
  padding: 17px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(30, 30, 30, 0.1);
  width: 300px;
  margin: 7px auto;
}
.preorder-label {
  font-weight: 500;
  white-space: nowrap;
}
.preorder-amount {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .preorder-button {
    width: 300px;
    padding: 18px 20px;
    font-size: 15px;
  }
  .preorder-amount {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .preorder-button {
    width: 273px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .preorder-amount {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .preorder-button {
    width: 256px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .preorder-amount {
    font-size: 18px;
  }
}
.payment-terms-wrapper {
  margin-top: 10px;
  width: 111%;
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
.payment-terms-wrapper .payment-terms-content {
  width: 316px;
  margin: 0 auto;
}
.payment-terms-wrapper .payment-terms-content .payment-terms-text {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .payment-terms-wrapper {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper .payment-terms-content {
    width: 300px;
  }
  .payment-terms-wrapper .payment-terms-content .payment-terms-text1 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 470px) {
  .payment-terms-wrapper {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper .payment-terms-content {
    width: 300px;
  }
  .payment-terms-wrapper .payment-terms-content .payment-terms-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 412px) {
  .payment-terms-wrapper {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper .payment-terms-content {
    width: 273px;
  }
  .payment-terms-wrapper .payment-terms-content .payment-terms-text {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media (max-width: 320px) {
  .payment-terms-wrapper {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper .payment-terms-content {
    width: 256px;
  }
  .payment-terms-wrapper .payment-terms-content .payment-terms-text {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
  }
}
.payment-terms-wrapper-bvan {
  margin-top: 10px;
  width: 105%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.payment-terms-wrapper-bvan .payment-terms-content-bvan {
  width: 316px;
  margin: 0 auto;
}
.payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .payment-terms-wrapper-bvan {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan {
    width: 300px;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 470px) {
  .payment-terms-wrapper-bvan {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan {
    width: 300px;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 412px) {
  .payment-terms-wrapper-bvan {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan {
    width: 273px;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media (max-width: 320px) {
  .payment-terms-wrapper-bvan {
    width: 100%;
    justify-content: center;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan {
    width: 256px;
  }
  .payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
  }
}
.col-md-6.mb-2.leftside.order-md-2.order-2 {
  padding-left: 0;
}
@media (max-width: 2080px) {
  .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-left: 100px;
  }
}
@media (max-width: 1880px) {
  .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-left: 165px;
  }
}
@media (max-width: 1750px) {
  .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-left: 80px;
  }
}
@media (max-width: 1500px) {
  .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-left: 47px;
  }
}
/* ===== RTL STYLES FOR PAYMENT TERMS ===== */
[dir="rtl"] #color-image .styled-price {
  padding: 0px 250px 0px 0px;
}
[dir="rtl"] #color-image .main-styles h3, [dir="rtl"] #color-image #color-image .leftside h3, #color-image [dir="rtl"] #color-image .leftside h3, [dir="rtl"] #color-image #color-image .rightside h3, #color-image [dir="rtl"] #color-image .rightside h3 {
  margin-right: 15px;
}
[dir="rtl"] #color-image .main-styles .switch, [dir="rtl"] #color-image #color-image .leftside .switch, #color-image [dir="rtl"] #color-image .leftside .switch, [dir="rtl"] #color-image #color-image .rightside .switch, #color-image [dir="rtl"] #color-image .rightside .switch {
  margin-right: 190px;
}
[dir="rtl"] #color-image .main-styles .soustitlesaddbattery, [dir="rtl"] #color-image #color-image .leftside .soustitlesaddbattery, #color-image [dir="rtl"] #color-image .leftside .soustitlesaddbattery, [dir="rtl"] #color-image #color-image .rightside .soustitlesaddbattery, #color-image [dir="rtl"] #color-image .rightside .soustitlesaddbattery {
  margin-right: 30px;
}
[dir="rtl"] #color-image .main-styles .alerte, [dir="rtl"] #color-image #color-image .leftside .alerte, #color-image [dir="rtl"] #color-image .leftside .alerte, [dir="rtl"] #color-image #color-image .rightside .alerte, #color-image [dir="rtl"] #color-image .rightside .alerte {
  margin-right: 40px;
}
[dir="rtl"] #color-image .leftside input[type="radio"] {
  margin-left: 1px;
}
[dir="rtl"] #color-image .leftside .color-choice .color-label {
  margin-left: 10px;
}
[dir="rtl"] .quotation-text {
  left: auto;
  right: 1.5em;
}
@media (max-width: 470px) {
  [dir="rtl"] .quotation-text {
    left: auto;
    right: 1.245em;
  }
}
[dir="rtl"] .quotation-bg {
  transform: scaleX(-1);
}
[dir="rtl"] .voucher {
  margin-right: 32px;
}
[dir="rtl"] .spacingcapaicty {
  margin-left: 20px;
}
[dir="rtl"] .payment-terms-wrapper .payment-terms-content .payment-terms-text {
  text-align: right;
}
[dir="rtl"] .payment-terms-wrapper-bvan .payment-terms-content-bvan .payment-terms-text-bvan {
  text-align: right;
}
@media (max-width: 2080px) {
  [dir="rtl"] .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-right: 100px;
  }
}
@media (max-width: 1880px) {
  [dir="rtl"] .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-right: 165px;
  }
}
@media (max-width: 1750px) {
  [dir="rtl"] .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-right: 80px;
  }
}
@media (max-width: 1500px) {
  [dir="rtl"] .col-md-6.mb-2.leftside.order-md-2.order-2 {
    padding-right: 47px;
  }
}
[dir="rtl"] .rightside {
  margin-right: -75px;
}
@media (max-width: 1450px) {
  [dir="rtl"] .rightside {
    margin-right: -95px;
  }
}
@media (max-width: 1200px) {
  [dir="rtl"] .rightside {
    margin-right: -40px;
  }
}
@media (max-width: 992px) {
  [dir="rtl"] .rightside {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] .rightside {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  [dir="rtl"] .rightside {
    margin-right: -20px;
  }
}
@media (max-width: 470px) {
  [dir="rtl"] .rightside {
    margin-right: -10px;
  }
}
@media (max-width: 412px) {
  [dir="rtl"] .rightside {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  [dir="rtl"] .rightside {
    margin-right: 0;
  }
}
[dir="rtl"] .price-ttc {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.flex-container label[for^="battery-"] .separator-spacing {
  padding-left: 31px;
  padding-right: 12px;
}
@media (max-width: 992px) {
  .flex-container label[for^="battery-"] .separator-spacing {
    padding-left: 15px;
    padding-right: 6px;
  }
}
@media (max-width: 768px) {
  .flex-container label[for^="battery-"] .separator-spacing {
    padding-left: 12px;
    padding-right: 5px;
  }
}
@media (max-width: 576px) {
  .flex-container label[for^="battery-"] .separator-spacing {
    padding-left: 10px;
    padding-right: 4px;
  }
}
@media (max-width: 412px) {
  .flex-container label[for^="battery-"] .separator-spacing {
    padding-left: 8px;
    padding-right: 3px;
  }
}
@media (max-width: 320px) {
  .flex-container label[for^="battery-"] .separator-spacing {
    padding-left: 6px;
    padding-right: 2px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .flex-container .col-12.col-md-9.d-flex {
    white-space: nowrap;
  }
  .flex-container .col-3 {
    flex: 0 0 auto;
    width: 43%;
  }
}
@media (max-width: 442px) {
  .flex-container .col-3 {
    flex: 0 0 auto;
    width: 43%;
  }
  .flex-container .col-4 {
    width: 30.3333%;
  }
}
#Authentification {
  padding-top: 176px;
}
#Authentification .auth-label {
  font-size: 18px;
  font-family: "Poppins";
  margin: 16px;
}
#Authentification .auth-field {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  background: #577f65;
  cursor: pointer;
  font-size: 18px;
  border-radius: 12px;
  border: 1px solid #707070;
  padding: 11px 26px;
  width: 277px;
}
#Authentification .auth-headings {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 300;
  color: white;
  border-collapse: separate;
  background-color: #a0a4b0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  border-top-left-radius: 2.25rem;
  border-top-right-radius: 2.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#Authentification .auth-style {
  border-radius: 2.25rem;
  padding: 8rem 3rem !important;
}
#Authentification .styledbutton {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #122b2f;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #707070;
  padding: 11px 26px;
  width: 250px;
}
@media (max-width: 768px), (max-width: 1699px) {
  #Authentification .styledbutton {
    width: auto;
    text-align: center;
  }
}
#Authentification .styledbutton-login {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  background-color: #577f65;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #707070;
  padding: 11px 26px;
  width: 250px;
}
@media (max-width: 768px), (max-width: 1699px) {
  #Authentification .styledbutton-login {
    width: auto;
    text-align: center;
  }
}
#Authentification .centred-button {
  text-align: -webkit-center;
}
#Authentification .formstyle {
  margin-top: -100px;
}
#Authentification .notmember {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
}
@media (max-width: 768px), (max-width: 1699px), (max-width: 412px) {
  #Authentification .tx_evoweb_sfregister .firstName {
    order: 1;
  }
  #Authentification .tx_evoweb_sfregister .lastName {
    order: 2;
  }
  #Authentification .tx_evoweb_sfregister .email {
    order: 3;
  }
  #Authentification .tx_evoweb_sfregister .password {
    order: 4;
  }
  #Authentification .tx_evoweb_sfregister .passwordRepeat {
    order: 5;
  }
  #Authentification .tx_evoweb_sfregister .telephone {
    order: 6;
  }
  #Authentification .tx_evoweb_sfregister .gender {
    order: 7;
  }
  #Authentification .tx_evoweb_sfregister .dateOfBirth {
    order: 8;
  }
  #Authentification .tx_evoweb_sfregister .city {
    order: 9;
  }
  #Authentification .tx_evoweb_sfregister .submit {
    order: 10;
  }
}
#about-us-team {
  padding-top: 176px;
}
#about-us-team #wrapper_team {
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 90%;
  top: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
}
@media (max-width: 768px) {
  #about-us-team #wrapper_team {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team {
    width: 100%;
  }
}
#about-us-team #wrapper_team .title_team {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background-color: #001f56;
  color: white;
  margin-top: 0 !important;
  padding: 2rem 0;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .title_team {
    text-align: center;
  }
}
#about-us-team #wrapper_team .title_team h1 {
  font-size: 4rem;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .title_team h1 {
    font-size: 2rem;
  }
}
#about-us-team #wrapper_team .team {
  display: block;
  max-width: unset;
}
#about-us-team #wrapper_team .team li {
  display: block;
  float: left;
  width: 16%;
  margin-right: 0px;
  padding-left: unset;
}
@media (max-width: 768px) {
  #about-us-team #wrapper_team .team li {
    width: 100% !important;
    height: auto;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .team li {
    display: block;
    float: none;
    width: 100%;
  }
}
#about-us-team #wrapper_team .team li:hover {
  cursor: pointer;
}
#about-us-team #wrapper_team .team li:last-child {
  margin-right: 0;
}
#about-us-team #wrapper_team .team .hcontent {
  display: none;
}
#about-us-team #wrapper_team .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#about-us-team #wrapper_team .clearfix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .clearfix {
    gap: 0;
    padding: 0;
  }
}
#about-us-team #wrapper_team .team_box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: inherit;
  align-items: inherit;
  width: 100%;
}
#about-us-team #wrapper_team .team_box .container-left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  float: left;
  width: 30%;
}
@media (max-width: 768px) {
  #about-us-team #wrapper_team .team_box .container-left {
    float: none;
  }
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .team_box .container-left {
    float: none;
    width: 100%;
  }
}
#about-us-team #wrapper_team .team_box .container-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  width: 50%;
}
@media (max-width: 768px) {
  #about-us-team #wrapper_team .team_box .container-right {
    width: 100%;
  }
}
#about-us-team #wrapper_team .team_box #teamcontent {
  display: none;
  margin-bottom: 15px;
}
#about-us-team #wrapper_team .team_box #teamcontent .bigimg {
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: 4rem;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  #about-us-team #wrapper_team .team_box #teamcontent .bigimg {
    float: none;
    display: table;
    margin: 0 auto 50px;
  }
}
#about-us-team ul li:before {
  display: none;
}
#about-us-team .bigimg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(15deg, rgba(19, 84, 122, 0.7) 0%, rgba(128, 208, 199, 0.7) 100%);
}
#about-us-team .profile_container::after {
  content: "";
  display: block;
  width: 70%;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
  left: -100%;
  top: 0;
  height: 100%;
  position: absolute;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#about-us-team .profile_container:hover::after {
  left: 150%;
  transition: all 1s;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
}
#about-us-team .profile_container:hover .bigimg-overlay {
  opacity: 1;
}
#about-us-team .bigimg-text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#about-us-team .profile_container {
  position: relative;
  overflow: hidden;
}
#about-us-team .profilepic {
  width: 100% !important;
  height: auto;
  display: block;
}
#about-us-team #teamdetails {
  display: block;
  float: left;
  width: 600px;
  padding-left: 15px;
}
@media only screen and (max-width: 900px) {
  #about-us-team #teamdetails {
    width: unset;
    padding-left: unset;
  }
  #about-us-team li {
    padding-left: unset;
  }
  #about-us-team .profile_container {
    width: 100%;
  }
  #about-us-team #teamcontent .bigimg {
    margin: 2rem 0;
  }
  #about-us-team .bigimg-overlay {
    opacity: 1;
  }
  #about-us-team .team li {
    margin-right: unset;
    width: 100%;
  }
  #about-us-team .clearfix {
    flex-flow: column nowrap;
  }
}
#about-us {
  padding: 176px 0;
}
@media (max-width: 576px) {
  #about-us {
    padding: 96px 36px 31px;
  }
}
@media (max-width: 576px) {
  #about-us .row {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 0;
  }
  #about-us .row > * {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #about-us .title-text {
    width: unset;
  }
}
@media (max-width: 768px) {
  #about-us .image-container {
    display: block;
    width: unset;
    padding-bottom: 31px;
  }
}
#about-us p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 42px;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 768px) {
  #about-us p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: -1px;
  }
}
@media (max-width: 1699px) {
  #about-us p {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  #about-us img {
    width: unset !important;
  }
}
body #WhoAre {
  padding: 69px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  body #WhoAre {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  body #WhoAre {
    padding: 20px;
  }
}
body #WhoAre .row {
  margin: 0;
}
@media (max-width: 576px) {
  body #WhoAre .row {
    flex-direction: column-reverse;
  }
}
body #WhoAre .row .col-sm-6 {
  padding: 0;
}
body #WhoAre .row .title-text {
  max-width: 870px;
  padding-left: 148px;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  body #WhoAre .row .title-text {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body #WhoAre .row .title-text {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre .row .title-text {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  body #WhoAre .row .title-text {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  body #WhoAre .row .title-text {
    padding: 0px;
  }
}
body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 105px;
}
@media (max-width: 1500px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 48px;
    line-height: 79px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 40px;
    line-height: 79px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  body #WhoAre .row .title-text h1, body #WhoAre .row .title-text h2, body #WhoAre .row .title-text h3 {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 10px;
    padding-top: 28px;
  }
}
body #WhoAre .row .title-text p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: lighter;
  line-height: 37px;
  text-align: justify;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  body #WhoAre .row .title-text p {
    font-size: 17px;
    line-height: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body #WhoAre .row .title-text p {
    font-size: 17px;
    line-height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre .row .title-text p {
    font-size: 17px;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  body #WhoAre .row .title-text p {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 576px) {
  body #WhoAre .row .title-text p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    word-spacing: -1px;
  }
}
body #WhoAre .row img {
  float: right;
  margin-right: 56px;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  body #WhoAre .row img {
    margin-right: 0;
    float: none;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body #WhoAre .row img {
    margin-right: 0;
    float: none;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body #WhoAre .row img {
    margin-right: 0;
    float: none;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  body #WhoAre .row img {
    margin-right: 0;
    float: none;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  body #WhoAre .row img {
    float: none;
    display: table;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  body .general-info-who {
    display: inline-table;
  }
  body .general-info-who .text-info-who {
    width: unset;
  }
}
@media (max-width: 992px) {
  #about-us .text-about-us {
    flex-direction: column-reverse;
  }
  #about-us .text-about-us .desc-about-us, #about-us .text-about-us .image-container {
    width: unset;
  }
  #about-us .text-about-us .desc-about-us p, #about-us .text-about-us .image-container p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    word-spacing: 0.5px;
    word-wrap: break-word;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #about-us .desc-about-us p {
    font-size: 19px;
    line-height: unset;
    font-weight: 300;
    text-align: justify;
    word-spacing: 0.5px;
    word-wrap: break-word;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  #about-us .desc-about-us p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    word-spacing: 0.5px;
  }
}
#our-product {
  background-color: #e9e9e9;
  padding: 70px 0 50px 0;
  text-align: center;
}
#our-product .image-product {
  object-fit: cover;
  margin-bottom: 21px;
}
#our-product .image-product .first-product .first-image {
  max-width: 310px;
  height: 300px;
}
#our-product .image-product .second-product {
  margin-top: 38px;
}
#our-product .image-product .second-product .second-image {
  max-width: 339px;
  height: 260px;
}
#our-product h3 {
  font-size: 30px;
  line-height: 80px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 992px) {
  #our-product {
    padding: 60px 16px 40px;
  }
  #our-product .image-product {
    gap: 30px;
  }
  #our-product .first-image {
    max-width: 260px;
    height: auto;
    margin-left: 0;
  }
  #our-product .second-image {
    max-width: 280px;
    height: auto;
    margin-top: 20px;
  }
  #our-product h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  #our-product {
    padding: 40px 12px 30px;
  }
  #our-product .image-product {
    flex-direction: column;
    gap: 20px;
  }
  #our-product .first-product, #our-product .second-product {
    width: 100%;
  }
  #our-product .first-image, #our-product .second-image {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #our-product .details-product > h3 {
    margin-bottom: 0.25rem;
  }
  #our-product h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  #our-product {
    padding: 20px 8px 20px;
  }
  #our-product .image-product {
    gap: 15px;
  }
  #our-product .first-image, #our-product .second-image {
    max-width: 90%;
  }
}
@media (max-width: 470px) {
  #our-product .image-product .second-product .second-image, #our-product .image-product .first-product .first-image {
    max-width: 100%;
    height: auto;
  }
}
#our-product .row {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #our-product .row {
    gap: 210px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #our-product {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  #our-product {
    padding: 40px 20px;
  }
  #our-product .row {
    gap: 0 !important;
  }
}
@media (max-width: 576px) {
  #our-product {
    padding: 16px16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #our-product .image-product img {
    object-fit: contain;
    margin-top: 50px;
    margin-left: -65px;
  }
}
@media (max-width: 768px) {
  #our-product .image-product img {
    object-fit: contain;
    margin-top: 50px;
    width: 62%;
    height: 100%;
    margin-left: -8px;
  }
}
@media (max-width: 576px) {
  #our-product .image-product img {
    object-fit: contain;
    margin-top: 50px;
    width: 62%;
    height: 100%;
    margin-left: -8px;
  }
}
@media (max-width: 768px) {
  #our-product .details-product {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  #our-product .details-product {
    margin-bottom: 40px;
  }
}
#our-product .details-product h1, #our-product .details-product h2, #our-product .details-product h3 {
  font-weight: 700;
}
@media (max-width: 768px) {
  #our-product .details-product h1, #our-product .details-product h2, #our-product .details-product h3 {
    font-size: 26px;
  }
}
#our-product .details-product a {
  text-decoration: none;
  font-size: 23px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #1e1e1e;
  margin-left: 16px;
}
@media (max-width: 412px) {
  #our-product .details-product a {
    font-size: 19px;
  }
}
/* RTL Styles for Arabic */
@media (min-width: 768px) and (max-width: 992px) {
  [dir="rtl"] #our-product .image-product img {
    margin-left: 0;
    margin-right: -65px;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] #our-product .image-product img {
    margin-left: 0;
    margin-right: -8px;
  }
}
@media (max-width: 576px) {
  [dir="rtl"] #our-product .image-product img {
    margin-left: 0;
    margin-right: -8px;
  }
}
[dir="rtl"] #our-product .details-product a {
  margin-left: 0;
  margin-right: 16px;
}
#model-page {
  padding-top: 176px;
  padding-bottom: 70px;
}
#model-page .container {
  text-align: center;
}
#model-page .container .model {
  display: flex;
  gap: 88px;
}
@media only screen and (min-width: 900px) {
  #model-page .container .model {
    padding-left: 150px;
  }
}
@media (max-width: 768px) {
  #model-page .container .model {
    display: inline-table;
    gap: 39px;
  }
  #model-page .container .model .general-info {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  #model-page .container .model {
    gap: 39px;
  }
}
#model-page .container .model .image-product img {
  max-width: 279px;
  max-height: 202px;
}
@media (max-width: 412px) {
  #model-page .container .model .image-product img {
    padding-left: 0;
  }
}
#model-page .container .model .first-BVAN img {
  max-width: 212px;
  max-height: 202px;
}
@media (max-width: 412px) {
  #model-page .container .model .first-BVAN img {
    padding-left: 0;
  }
}
#model-page .container .model .details-product a {
  color: #1e1e1e;
}
#model-page .container .model .details-product .product {
  text-align: center;
  padding-bottom: 18px;
}
#model-page .container .model .details-product .product h1, #model-page .container .model .details-product .product h2, #model-page .container .model .details-product .product h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 65px;
  color: #373737;
}
#model-page .container .model .details-product .product span {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #acacac;
  font-family: "Poppins", sans-serif;
}
#model-page .container .model .details-product .model-button {
  border-radius: 31px;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 20px;
  background-color: #e6e6e6;
  padding: 7px 29px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: inline-table;
  text-align: center;
  font-weight: 400;
}
#model-page .container .model .details-product .model-discount {
  border-radius: 31px;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 20px;
  background-color: #e6e6e6;
  padding: -7px 0px 0px 29px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: inline-table;
  text-align: center;
  font-weight: 400;
  border: none;
  width: 125px;
}
@media only screen and (min-width: 900px) {
  [dir="rtl"] #model-page .model {
    padding-left: 0 !important;
    padding-right: 150px !important;
  }
}
#tables {
  padding: 60px 0px 33px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #tables {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #tables {
    padding: 80px 0px 0px;
  }
}
@media (max-width: 768px) {
  #tables {
    padding: 80px 0px 0px;
  }
}
@media (max-width: 576px) {
  #tables {
    padding: 40px 0 33px;
  }
}
#tables .container {
  max-width: 1375px;
}
#tables .container .table-title h2 {
  font-size: 38px;
  line-height: 58px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 37px;
}
@media (max-width: 576px) {
  #tables .container .table-title h2 {
    font-size: 37px;
  }
}
#tables .container .table-under-descpt {
  padding-top: 45px;
  display: flex;
  justify-content: normal;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 992px) {
  #tables .container .table-under-descpt {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  #tables .container .table-under-descpt {
    font-size: 16px;
  }
}
#tables .container .block-descrption {
  display: flex;
  gap: 131px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #tables .container .block-descrption {
    gap: 70px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #tables .container .block-descrption {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  #tables .container .block-descrption {
    display: block;
  }
}
@media (max-width: 576px) {
  #tables .container .block-descrption {
    display: block;
  }
}
@media (max-width: 576px) {
  #tables .container .block-descrption .contenttable {
    margin-bottom: 0px;
  }
}
#tables .container .block-descrption .contenttable .backgroundTitle {
  background: #9cc7b3;
  color: white;
}
#tables .container .block-descrption .contenttable .backgroundTitle p {
  margin: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  #tables .container .block-descrption .contenttable .backgroundTitle p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #tables .container .block-descrption .contenttable .backgroundTitle p {
    font-size: 18px;
  }
}
#tables .container .block-descrption .contenttable td {
  padding: 0px 35px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  #tables .container .block-descrption .contenttable td {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #tables .container .block-descrption .contenttable td {
    font-size: 18px;
    padding: 0px 8px;
  }
}
#tables .container .block-descrption .contenttable .bg-beige {
  background: #e6e6e6;
}
#tables .container .block-descrption .contenttable .value {
  text-align: right;
}
#tables .container .block-descrption .contenttable .value-responsive {
  text-align: right;
  font-weight: 300;
}
#tables .container .block-descrption .contenttable .value-responsive .number-with-word {
  white-space: nowrap;
  display: inline;
  font-weight: inherit !important;
}
#tables .container .block-descrption .contenttable .bullet-item-bee {
  position: relative;
  padding-right: 60px !important;
}
#tables .container .block-descrption .contenttable .bullet-item-bee::before {
  content: "•";
  position: absolute;
  right: 40px;
  color: #000;
  font-size: 35px;
  top: 56%;
  transform: translateY(-50%);
}
#tables .container .block-descrption .contenttable .bullet-item-bvan {
  position: relative;
  padding-right: 60px !important;
}
#tables .container .block-descrption .contenttable .bullet-item-bvan::before {
  content: "•";
  position: absolute;
  right: 31px;
  color: #000;
  font-size: 35px;
  top: 56%;
  transform: translateY(-50%);
}
/* ===== RTL STYLES FOR TABLES ===== */
[dir="rtl"] #tables .container .table-under-descpt {
  text-align: right;
}
[dir="rtl"] #tables .container .table-under-descpt sup {
  direction: ltr;
  unicode-bidi: embed;
}
[dir="rtl"] #tables .container .table-under-descpt p sup {
  direction: ltr;
  unicode-bidi: embed;
}
[dir="rtl"] #tables .container .block-descrption .contenttable .value {
  text-align: left;
}
[dir="rtl"] #tables .container .block-descrption .contenttable .weight-600 {
  text-align: right;
}
[dir="rtl"] #tables .container .block-descrption .contenttable td.value.value--small {
  font-size: 16px !important;
}
[dir="rtl"] #tables .container .block-descrption .contenttable td.value.value--small1 {
  font-size: 20px !important;
}
[dir="rtl"] .container .block-descrption .contenttable td {
  text-align: right;
  padding: 0px 19px !important;
}
[dir="rtl"] .bullet-item {
  position: relative;
}
[dir="rtl"] .bullet-item::before {
  content: "•";
  position: absolute;
  left: 40px;
  color: #000;
  font-size: 35px;
  top: 56%;
  transform: translateY(-50%);
}
#ContactForm {
  padding: 176px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #ContactForm {
    padding: 140px 0 70px;
  }
}
@media (max-width: 768px) {
  #ContactForm {
    padding: 140px 0 70px;
  }
}
@media (max-width: 576px) {
  #ContactForm {
    padding: 140px 0 70px;
  }
}
@media (max-width: 470px) {
  #ContactForm {
    padding: 140px 27px 70px;
  }
}
@media (max-width: 412px) {
  #ContactForm {
    padding: 140px 25px 70px;
  }
}
#ContactForm .container {
  max-width: 1175px;
}
#ContactForm .container .both .tun-tel img, #ContactForm .container .both .germ-tel img, #ContactForm .container .both .location img {
  max-width: 25px;
  object-fit: cover;
}
#ContactForm .container .both .address-block {
  display: flex;
  align-items: flex-start;
}
#ContactForm .container .both .address-block img {
  flex-shrink: 0;
}
#ContactForm .container .both .address-block p {
  flex: 1;
  margin: 0;
  padding-left: 0;
}
#ContactForm .container .both input, #ContactForm .container .both optgroup, #ContactForm .container .both select, #ContactForm .container .both textarea {
  border: none;
  border-bottom: 1px solid #797475;
  width: 100%;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  outline: 0;
}
#ContactForm .container .both input:focus, #ContactForm .container .both optgroup:focus, #ContactForm .container .both select:focus, #ContactForm .container .both textarea:focus {
  border: none;
  border-bottom: 2px solid #797475;
}
#ContactForm .container .both .powermail_submit {
  border: 0 !important;
  background-color: #122b2f;
  color: white;
  padding: 15px 68px;
  border-radius: 15px;
  margin-top: 25px;
}
#ContactForm .container .both .powermail_submit:hover {
  background-color: #707070;
}
#ContactForm .container .both .powermail-errors-list.filled li {
  color: #D00D0D;
}
#ContactForm .container .both p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins";
  line-height: 35px;
  display: inline;
  padding-left: 10px;
}
@media (max-width: 576px) {
  #ContactForm .container .both p {
    font-size: 15px;
    text-align: left;
  }
}
@media (max-width: 470px) {
  #ContactForm .container .both p {
    line-height: 41px;
  }
}
@media (max-width: 412px) {
  #ContactForm .container .both p {
    line-height: 41px;
  }
}
#ContactForm .container .both i {
  display: inline-block;
}
#ContactForm .container .both h2 {
  padding-bottom: 25px;
  margin-bottom: 35px;
  color: #122b2f;
  position: relative;
}
#ContactForm .container .both h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #707070;
}
@media (max-width: 576px) {
  #ContactForm .container .both h2 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  #ContactForm .container .both .tun-location, #ContactForm .container .both .fr-location, #ContactForm .container .both .lux-location {
    text-align: left;
    display: flex;
  }
}
#ContactForm .container .both .tx-powermail .powermail_create {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #f8fffe 0%, #e8f7f5 100%);
  color: #122b2f;
  border: 2px solid #577f65;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.6s ease-out;
  backdrop-filter: blur(10px);
}
#ContactForm .container .both .tx-powermail .powermail_create::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23577f65' fill-opacity='0.03'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
#ContactForm .container .both .tx-powermail .powermail_create::after {
  content: "✓";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #577f65;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
#ContactForm .container .both .tx-powermail .powermail_create p {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  margin-left: 2rem;
  text-shadow: 0 1px 2px rgba(44, 85, 48, 0.1);
}
#ContactForm .container .both .tx-powermail .powermail_create:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(87, 127, 101, 0.2);
  transition: all 0.3s ease;
}
#ContactForm .container .both .tx-powermail .powermail_create.dark-theme {
  background: linear-gradient(135deg, #122b2f 0%, #1e3a21 100%);
  color: #e8f7f5;
  border-color: #577f65;
}
#ContactForm .container .both .tx-powermail .powermail_create.dark-theme::after {
  background: #e8f7f5;
  color: #122b2f;
}
#ContactForm .container .both .tx-powermail .powermail_create.minimal {
  background: white;
  border: 1px solid #577f65;
  border-left: 4px solid #577f65;
  border-radius: 6px;
}
#ContactForm .container .both .tx-powermail .powermail_create.minimal::after {
  display: none;
}
#ContactForm .container .both .tx-powermail .powermail_create.minimal p {
  margin-left: 0;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#ContactForm .container .both .tx-powermail .container-fluid {
  padding: 0;
}
@media (max-width: 470px) {
  #ContactForm .container .both .tx-powermail .container-fluid {
    margin-top: 50px;
  }
}
@media (max-width: 412px) {
  #ContactForm .container .both .tx-powermail .container-fluid {
    margin-top: 50px;
  }
}
[dir="rtl"] #ContactForm .container .both h2 {
  text-align: right;
}
[dir="rtl"] #ContactForm .container .both h2:before {
  left: auto;
  right: 0;
}
@media (max-width: 576px) {
  [dir="rtl"] #ContactForm .container .both h2 {
    font-size: 22px;
  }
}
[dir="rtl"] #ContactForm .container .both .powermail_submit {
  text-align: center !important;
}
[dir="rtl"] #ContactForm .container .both .address-block p {
  text-align: right;
}
section#our-partners {
  padding-bottom: 119px;
}
section#our-partners .container .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1e1e1e;
}
@media (max-width: 576px) {
  section#our-partners .container .title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1e1e1e;
  }
}
@media (max-width: 768px) {
  section#our-partners .container .row {
    display: inline;
  }
}
section#our-partners .container .row .technical, section#our-partners .container .row .financial {
  display: flex;
  flex-direction: column;
}
section#our-partners .container .row .technical h1, section#our-partners .container .row .financial h1 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
}
@media (max-width: 576px) {
  section#our-partners .container .row .technical h1, section#our-partners .container .row .financial h1 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
}
section#our-partners .container .row .technical .partners-list, section#our-partners .container .row .financial .partners-list {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  section#our-partners .container .row .technical .partners-list, section#our-partners .container .row .financial .partners-list {
    gap: 22px;
  }
}
@media (max-width: 576px) {
  section#our-partners .container .row .technical .partners-list, section#our-partners .container .row .financial .partners-list {
    gap: 21px;
    padding-bottom: 45px;
    justify-content: center;
  }
}
section#our-partners .container .row .technical .partners-list .partner-group, section#our-partners .container .row .financial .partners-list .partner-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
section#our-partners .container .row .technical .partners-list .partner-group .image, section#our-partners .container .row .financial .partners-list .partner-group .image {
  object-fit: cover;
}
section#our-partners .container .row .technical .partners-list .partner-group .title, section#our-partners .container .row .financial .partners-list .partner-group .title {
  text-align: center;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
}
@media (max-width: 470px) {
  section#our-partners .container .row .technical .partners-list .partner-group .title, section#our-partners .container .row .financial .partners-list .partner-group .title {
    font-size: 15px;
  }
}
section#our-partners .container .row .technical .financial-list, section#our-partners .container .row .financial .financial-list {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  section#our-partners .container .row .technical .financial-list, section#our-partners .container .row .financial .financial-list {
    gap: 22px;
  }
}
@media (max-width: 576px) {
  section#our-partners .container .row .technical .financial-list, section#our-partners .container .row .financial .financial-list {
    gap: 77px;
    padding-bottom: 45px;
    justify-content: center;
  }
}
section#our-partners .container .row .technical .financial-list .partner-group, section#our-partners .container .row .financial .financial-list .partner-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
section#our-partners .container .row .technical .financial-list .partner-group .image, section#our-partners .container .row .financial .financial-list .partner-group .image {
  object-fit: cover;
}
section#our-partners .container .row .technical .financial-list .partner-group .title, section#our-partners .container .row .financial .financial-list .partner-group .title {
  text-align: center;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
}
@media (max-width: 470px) {
  section#our-partners .container .row .technical .financial-list .partner-group .title, section#our-partners .container .row .financial .financial-list .partner-group .title {
    font-size: 15px;
  }
}
section#our-partners .container .row .technical {
  position: relative;
}
section#our-partners .container .row .technical::before {
  position: absolute;
  content: "";
  top: 43px;
  right: 0;
  width: 1px;
  height: 149px;
  background-color: #707070;
}
@media (max-width: 768px) {
  section#our-partners .container .row .technical::before {
    width: 0px;
  }
}
section#our-partners .container .row .financial {
  padding-left: 213px;
}
@media (max-width: 1200px) {
  section#our-partners .container .row .financial {
    padding-left: 122px;
  }
}
@media (max-width: 768px) {
  section#our-partners .container .row .financial {
    padding-left: 11px;
  }
}
@media (max-width: 576px) {
  section#our-partners .container .row .financial {
    padding-left: 22px;
  }
}
/* RTL Styles for Arabic */
[dir="rtl"] section#our-partners .container .title {
  text-align: center;
}
[dir="rtl"] section#our-partners .container .row .technical h1, [dir="rtl"] section#our-partners .container .row .financial h1 {
  text-align: right;
}
[dir="rtl"] section#our-partners .container .row .technical .partners-list .partner-group .title, [dir="rtl"] section#our-partners .container .row .technical .financial-list .partner-group .title, [dir="rtl"] section#our-partners .container .row .financial .partners-list .partner-group .title, [dir="rtl"] section#our-partners .container .row .financial .financial-list .partner-group .title {
  text-align: center;
}
[dir="rtl"] section#our-partners .container .row .technical::before {
  right: auto;
  left: 0;
}
[dir="rtl"] section#our-partners .container .row .financial {
  padding-left: 0;
  padding-right: 213px;
}
@media (max-width: 1200px) {
  [dir="rtl"] section#our-partners .container .row .financial {
    padding-right: 122px;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] section#our-partners .container .row .financial {
    padding-right: 11px;
  }
}
@media (max-width: 576px) {
  [dir="rtl"] section#our-partners .container .row .financial {
    padding-right: 22px;
  }
}
#suceespage .pay-card {
  height: calc(100vh - 352px);
  text-align: center;
  background: white;
  padding: 0 2%;
  padding-top: 176px;
}
#suceespage .pay-card .mark-style {
  border-radius: 200px;
  height: 200px;
  width: 200px;
  background: #f8faf5;
  margin: 0 auto;
}
#suceespage .pay-card .pay-heading {
  color: #88b04b;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
#suceespage .pay-card .pay-message {
  color: #404f5e;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}
#suceespage .pay-card .checkmark {
  color: #9abc66;
  font-size: 100px;
  line-height: 200px;
  margin-left: -15px;
}
#failedpage .pay-card {
  height: calc(100vh - 352px);
  text-align: center;
  background: white;
  padding: 0 2%;
  padding-top: 176px;
}
#failedpage .pay-card .message-box {
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
#failedpage .pay-card .message-box i {
  color: red !important;
  font-size: 55px;
}
#failedpage .pay-card .message-box h2 {
  color: red;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
#failedpage .pay-card .message-box p {
  font-weight: 500;
  color: #404f5e;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .icon {
  background-color: white;
  color: gray;
  border: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 20px;
}
.dropdown .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.dropdown .dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 320px) {
  .dropdown .dropdown-content {
    margin-top: -237px;
    margin-left: 13px;
  }
}
@media (max-width: 470px) {
  .dropdown .dropdown-content {
    margin-top: -237px;
  }
}
@media (max-width: 470px) {
  [dir="rtl"] .dropdown .dropdown-content {
    margin-top: -265px;
  }
}
.dropdown .dropdown-content ul {
  padding: 0;
  color: black;
}
.dropdown .dropdown-content ul li {
  padding: 10px;
  cursor: pointer;
  color: black;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .dropdown .dropdown-content ul li {
    padding: 0px 5px;
    margin-bottom: -11px;
  }
}
.team-and-map-ce {
  padding: 60px 0;
}
.team-and-map-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #1e1e1e;
  margin-bottom: 60px;
  line-height: 1.3;
}
.team-and-map-blocks {
  display: flex;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: stretch;
  justify-content: space-between;
}
.team-and-map-block {
  flex: 1;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #888;
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
.team-and-map-block img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.team-and-map-block h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #262626;
  margin: 15px 30px 5px 30px;
  text-align: center;
}
.team-and-map-block p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  text-align: justify;
  text-align-last: center;
  line-height: 1.5;
  margin: 0 30px 10px 30px;
}
.team-and-map-block.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
/* RTL Styles for Arabic */
[dir="rtl"] .team-and-map-title {
  text-align: center;
}
[dir="rtl"] .team-and-map-block h3 {
  text-align: center;
}
[dir="rtl"] .team-and-map-block p {
  text-align: justify;
  text-align-last: center;
}
/* Desktop Large */
@media (max-width: 1110px) and (min-width: 1025px) {
  .team-and-map-title {
    font-size: 28px;
  }
  .team-and-map-block h3 {
    font-size: 19px;
  }
}
/* Desktop Medium */
@media (max-width: 1025px) and (min-width: 960px) {
  .team-and-map-title {
    font-size: 28px;
  }
  .team-and-map-block h3 {
    font-size: 18px;
  }
}
/* Tablet Large */
@media (max-width: 992px) and (min-width: 768px) {
  .team-and-map-title {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .team-and-map-blocks {
    gap: 50px;
    padding: 0 15px;
  }
  .team-and-map-block {
    max-width: 420px;
  }
  .team-and-map-block h3 {
    font-size: 22px;
    margin: 13px 25px 4px 25px;
  }
  .team-and-map-block p {
    font-size: calc($font-size-regular-0 * 0.95);
    margin: 0 25px 8px 25px;
  }
}
/* Small Desktop/Tablet */
@media (max-width: 960px) and (min-width: 920px) {
  .team-and-map-title {
    font-size: 28px;
  }
  .team-and-map-block h3 {
    font-size: 18px;
  }
}
/* Tablet Medium */
@media (max-width: 920px) and (min-width: 873px) {
  .team-and-map-title {
    font-size: 28px;
  }
  .team-and-map-block h3 {
    font-size: 17px;
  }
}
/* Tablet Portrait */
@media (max-width: 768px) {
  .team-and-map-title {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .team-and-map-blocks {
    flex-direction: column;
    gap: 50px;
  }
  .team-and-map-block {
    margin: 0 auto;
  }
  .team-and-map-block h3 {
    font-size: 22px;
    margin: 12px 25px 4px 25px;
  }
  .team-and-map-block p {
    font-size: calc($font-size-regular-0 * 0.95);
    margin: 0 25px 8px 25px;
  }
}
/* Mobile Large */
@media (max-width: 576px) {
  .team-and-map-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .team-and-map-block h3 {
    font-size: 18px;
    margin: 10px 20px 3px 20px;
  }
}
/* Mobile Medium */
@media (max-width: 412px) {
  .team-and-map-ce {
    padding: 40px 0;
  }
  .team-and-map-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .team-and-map-blocks {
    gap: 35px;
    padding: 0 15px;
  }
  .team-and-map-block h3 {
    font-size: 16px;
    margin: 10px 20px 3px 20px;
  }
  .team-and-map-block p {
    font-size: calc($font-size-regular-0 * 0.9);
    margin: 0 20px 6px 20px;
  }
}
/* Mobile Small */
@media (max-width: 320px) {
  .team-and-map-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .team-and-map-block h3 {
    font-size: 14px;
    margin: 8px 15px 2px 15px;
  }
}
#specific-page-section {
  padding: 60px 0 60px 0;
}
#specific-page-section .warranty-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#specific-page-section .warranty-info .general-info-who {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#specific-page-section .warranty-info .general-info-who .preview-image {
  max-height: 350px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
#specific-page-section .warranty-info .text-info-who .title-text p {
  text-align: center;
}
#specific-page-section .table-warranty .table-title h2 {
  text-transform: uppercase;
  font-size: 20px;
}
#specific-page-section .table-warranty .table-block table {
  width: 100%;
  border-collapse: collapse;
}
#specific-page-section .table-warranty .table-block table th, #specific-page-section .table-warranty .table-block table td {
  padding: 8px;
  border: 2px solid #ddd;
}
#specific-page-section .table-warranty .table-block table th {
  background-color: #bebab4d1;
  text-align: left;
}
#specific-page-section .table-warranty .table-block table th:last-child {
  text-align: center;
}
#specific-page-section .table-warranty .table-block table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#specific-page-section .table-warranty .table-block table tr:nth-child(even) {
  background-color: #fff;
}
#specific-page-section .table-warranty .table-block table td:first-child {
  width: 65%;
  text-align: left;
}
#specific-page-section .table-warranty .table-block table td:last-child {
  width: 35%;
  text-align: center;
}
#specific-page-section .table-warranty .table-under-descpt p {
  margin-bottom: 30px;
}
#specific-page-section .table-warranty .table-under-descpt a {
  color: green;
}
header {
  min-height: 84px;
}
@media (max-width: 576px) {
  header {
    min-height: 28px;
  }
}
table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table thead {
  border: 1px solid gray;
  padding: 10px;
}
table td {
  width: 35%;
  text-align: center;
}
/* ===== RTL STYLES FOR WARRANTY DETAILS ===== */
[dir="rtl"] #specific-page-section .table-warranty .table-block table th {
  text-align: right;
}
[dir="rtl"] #specific-page-section .table-warranty .table-block table td {
  text-align: right;
  padding: 10px 8px !important;
}
[dir="rtl"] #specific-page-section .table-warranty .table-block table th:last-child {
  text-align: center;
}
[dir="rtl"] #specific-page-section .table-warranty .table-block table td:last-child {
  text-align: center;
}
[dir="rtl"] #specific-page-section .table-warranty .table-title h2 {
  text-align: right;
}
[dir="rtl"] #specific-page-section .table-warranty .table-under-descpt p {
  text-align: right;
}
.warranty-container {
  padding: 100px;
  text-align: center;
}
.warranty-container .title {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: gray;
}
@media (max-width: 576px) {
  .warranty-container .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .warranty-container .warranty-box {
    justify-content: center;
  }
}
.warranty-container .warranty-product-item {
  width: 300px;
}
@media (max-width: 576px) {
  .warranty-container .warranty-product-item {
    width: 190px;
  }
}
.warranty-container .warranty-product-item .warranty-element {
  background: linear-gradient(201deg, #ffffff, #d9d9d96e);
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  /* width: 200px; */
  align-items: center;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
  /* margin: 15px; */
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.warranty-container .warranty-product-item .warranty-element:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.warranty-container .warranty-product-item .warranty-element a.button {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 15px;
  text-align: center;
}
.warranty-container .warranty-product-item .warranty-element .namewarranty {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #808080;
}
.warranty-container .warranty-product-item .warranty-element div img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
[dir="rtl"] .warranty-container .title {
  text-align: right;
}
@media (max-width: 576px) {
  [dir="rtl"] .warranty-container .title {
    text-align: center;
  }
}
/* ===== CHATBOT RTL STYLES ===== */
[dir="rtl"] .chatbox-open {
  position: fixed !important;
  bottom: 35px !important;
  left: 108px !important;
  right: auto !important;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  [dir="rtl"] .chatbox-open {
    bottom: 14px !important;
    left: 75px !important;
    right: auto !important;
  }
}
[dir="rtl"] .chatbox-popup {
  position: fixed !important;
  bottom: calc(2 * 28px + 85px) !important;
  left: 16px !important;
  right: auto !important;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  width: calc(100% - 32px);
  max-width: 550px;
  height: auto;
  background-color: #fff;
}
[dir="rtl"] .chatbox-close {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px 16px 16px calc(2 * 16px + 52px) !important;
}
.welcomeFaq {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 10px !important;
  justify-items: center !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
}
.welcomeFaq span {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  padding: 8px 6px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* ===== ARABIC FONT CONFIGURATION ===== */
[dir="rtl"], html[lang="ar"] {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 450 !important;
}
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6 {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 550 !important;
}
[dir="rtl"] p, [dir="rtl"] span, [dir="rtl"] div, [dir="rtl"] a, [dir="rtl"] li, [dir="rtl"] button, [dir="rtl"] input, [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] label, html[lang="ar"] p, html[lang="ar"] span, html[lang="ar"] div, html[lang="ar"] a, html[lang="ar"] li, html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] textarea, html[lang="ar"] select, html[lang="ar"] label {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 450 !important;
}
[dir="rtl"] .font-family_poppins, html[lang="ar"] .font-family_poppins {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 450 !important;
}
[dir="rtl"] input::placeholder, [dir="rtl"] textarea::placeholder, html[lang="ar"] input::placeholder, html[lang="ar"] textarea::placeholder {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 400 !important;
}
.interactive-map-section {
  padding: 40px 0;
  background-color: transparent;
  text-align: center;
}
@media (max-width: 576px) {
  .interactive-map-section {
    padding-top: 75px !important;
  }
}
.interactive-map-section .map-header {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 200px;
  margin-right: auto;
}
@media (max-width: 1025px) {
  .interactive-map-section .map-header {
    margin-left: auto;
    text-align: center;
  }
}
.interactive-map-section .map-title {
  font-size: 28px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1025px) {
  .interactive-map-section .map-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .interactive-map-section .map-title {
    font-size: 24px;
  }
}
@media (max-width: 1025px) {
  [dir="rtl"] .interactive-map-section {
    margin-right: auto;
    text-align: center;
  }
  [dir="rtl"] .interactive-map-section .map-title {
    text-align: center;
  }
}
[dir="rtl"] .interactive-map-section .map-title {
  font-size: 28px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1025px) {
  [dir="rtl"] .interactive-map-section .map-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] .interactive-map-section .map-title {
    font-size: 24px;
  }
}
.interactive-map-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.map-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
}
.map-wrapper .map-image {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.map-pin {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -100%);
  transition: all 0.2s ease;
}
.map-pin:hover {
  transform: translate(-50%, -100%) scale(1.1);
  z-index: 15;
}
.map-pin .pin-image {
  width: 17px;
  height: 24px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .map-pin .pin-image {
    width: 17px;
    height: 24px;
  }
}
.map-pin:hover .pin-image {
  filter: brightness(1.2);
}
.map-pin.active {
  transform: translate(-50%, -100%) scale(1.2);
  z-index: 20;
}
.map-pin.active .pin-image {
  filter: brightness(1.3);
}
.location-info-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.location-info-container .location-info {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  position: absolute;
  z-index: 100;
  pointer-events: auto;
}
.location-info-container .location-info.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.location-info-container .location-info.location-1 {
  top: 6.75%;
  left: 67.5%;
  transform: translateY(10px);
}
.location-info-container .location-info.location-1.active {
  transform: translateY(0);
}
.location-info-container .location-info.location-2 {
  top: 9.5%;
  left: 61%;
  transform: translateX(-100%) translateY(10px);
}
.location-info-container .location-info.location-2.active {
  transform: translateX(-100%) translateY(0);
}
.location-info-container .location-info.location-3 {
  top: 22.5%;
  left: 72%;
  transform: translateX(-100%) translateY(10px);
}
.location-info-container .location-info.location-3.active {
  transform: translateX(-100%) translateY(0);
}
.location-info-container .location-info.location-4 {
  top: 36.5%;
  left: 76%;
  transform: translateX(-100%) translateY(10px);
}
.location-info-container .location-info.location-4.active {
  transform: translateX(-100%) translateY(0);
}
.location-info-container .location-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #575757;
  width: 380px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.location-info-container .location-card .location-header {
  background: #9cc7b3;
  color: #000;
  padding: 6px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  border-bottom: 2px solid #575757;
}
.location-info-container .location-card .location-content {
  padding: 12px 9px;
}
.location-info-container .location-card .location-content .location-field {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.3;
}
.location-info-container .location-card .location-content .location-field:last-child {
  margin-bottom: 0;
}
.location-info-container .location-card .location-content .location-field .field-label {
  font-weight: 700;
  color: #000;
  display: inline;
}
.location-info-container .location-card .location-content .location-field .field-value {
  color: #707070;
  margin-left: 0;
}
.location-info-container .location-card .location-content .location-field .field-value a {
  color: #0066cc;
  text-decoration: none;
}
.location-info-container .location-card .location-content .location-field .field-value a:hover {
  color: #004499;
  text-decoration: underline;
}
.location-info-container .location-card .location-content .location-field.custom-text {
  margin-top: 0;
  margin-bottom: 0;
}
.location-info-container .location-card .location-content .location-field.custom-text .field-value {
  color: #707070;
  margin-left: 0;
  font-style: normal;
  line-height: 1.4;
}
.location-info-container .location-card .location-content .location-field.custom-text:first-child {
  margin-top: 0;
}
@media (max-width: 920px) and (min-width: 768px) {
  .location-info-container .location-card {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .interactive-map-section {
    padding: 30px 0;
  }
  .interactive-map-container {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .map-wrapper {
    max-width: 280px;
    margin-bottom: 30px;
  }
  .location-info-container {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .location-info-container .location-info {
    position: static;
    display: none;
    opacity: 0;
    transform: none;
    margin-bottom: 20px;
  }
  .location-info-container .location-info.active {
    display: block;
    opacity: 1;
    transform: none;
  }
  .location-info-container .location-info.location-1, .location-info-container .location-info.location-2, .location-info-container .location-info.location-3, .location-info-container .location-info.location-4 {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  .location-info-container .location-info.location-1.active, .location-info-container .location-info.location-2.active, .location-info-container .location-info.location-3.active, .location-info-container .location-info.location-4.active {
    transform: none;
  }
  .location-info-container .location-card {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }
  .location-info-container .location-card .location-header {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .location-info-container .location-card .location-content {
    padding: 12px 16px;
  }
  .location-info-container .location-card .location-content .location-field {
    font-size: 0.85rem;
    margin-bottom: 3px;
  }
  .location-info-container .location-card .location-content .location-field .field-label {
    min-width: 60px;
  }
}
@media (max-width: 480px) {
  .interactive-map-container {
    max-width: 280px;
  }
  .map-wrapper {
    max-width: 250px;
  }
}
[dir="rtl"] .map-header {
  margin-left: auto;
  margin-right: 200px;
  text-align: right;
}
[dir="rtl"] .map-header .map-title {
  direction: rtl;
  text-align: right;
  unicode-bidi: bidi-override;
}
@media (max-width: 1024px) {
  [dir="rtl"] .map-header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  [dir="rtl"] .map-header .map-title {
    text-align: center;
  }
}
[dir="rtl"] .location-card .location-header {
  direction: rtl;
  text-align: center;
}
[dir="rtl"] .location-card .location-content {
  direction: rtl;
  text-align: right;
}
[dir="rtl"] .location-card .location-content .location-field {
  text-align: right;
}
[dir="rtl"] .location-card .location-content .location-field .field-label {
  text-align: right;
}
[dir="rtl"] .location-card .location-content .location-field .field-value {
  text-align: right;
}
[dir="rtl"] .location-card .location-content .location-field .field-value.phone-number {
  direction: ltr;
  unicode-bidi: embed;
  text-align: left;
}
[dir="rtl"] .location-card .location-content .location-field.custom-text .field-value {
  text-align: right;
}
/**
 * PDF Link Button Styling
 * Styles for the PDF download button in Text Media content element
 */
.pdf-link-container {
  margin-top: 20px;
}
.pdf-link-container .pdf-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #577f65;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid #42614d;
  cursor: pointer;
  box-shadow: none;
}
.pdf-link-container .pdf-download-btn:hover {
  background-color: #42614d;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(87, 127, 101, 0.3);
}
.pdf-link-container .pdf-download-btn:focus {
  outline: 2px solid #577f65;
  outline-offset: 2px;
}
.pdf-link-container .pdf-download-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.pdf-link-container .pdf-download-btn i {
  font-size: 16px;
  color: white;
}
.pdf-link-container .pdf-download-btn span {
  color: white;
}
@media (max-width: 768px) {
  .pdf-link-container {
    margin-top: 15px;
  }
  .pdf-link-container .pdf-download-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  .pdf-link-container .pdf-download-btn i {
    font-size: 14px;
  }
}
.desc-about-us .pdf-link-container {
  margin-top: 15px;
}
.desc-about-us .pdf-link-container .pdf-download-btn {
  background-color: #577f65;
  box-shadow: 0 2px 4px rgba(87, 127, 101, 0.3);
}
.desc-about-us .pdf-link-container .pdf-download-btn:hover {
  background-color: #42614d;
  box-shadow: 0 4px 8px rgba(87, 127, 101, 0.4);
}
.desc-about-us .pdf-link-container .pdf-download-btn:focus {
  outline-color: #577f65;
}
/* ------------------------------------
 3. Content Elements
 ------------------------------------ */
/*  Footer Section Style  */
.footer {
  min-height: 22rem;
  background: #122b2f;
  padding-bottom: 0px !important;
  padding: 2px 43px;
}
.footer i.fa.fa-envelope {
  color: white;
  display: inline-block;
  margin-right: 20px;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li p {
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline;
}
.footer ul li i.fas.fa-map-marker-alt {
  display: inline-block;
  margin-right: 15px;
}
.footer .reversed-icon {
  color: white;
  display: inline-block;
  margin-right: 10px;
}
.footer .footerlabels {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #f1f1f1;
  display: inline-block;
  padding: 0;
}
.footer .footerlabels .icon-text {
  display: flex;
}
.footer .iconstyle {
  width: 30px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-right: 10px;
}
.footer .socialmediaicon {
  width: 28px;
  height: auto;
  margin-right: 8px;
}
.footer .soicalmedia {
  display: flex;
}
.footer .soicalmedia .white-icon {
  color: white;
  font-size: 30px;
  margin: 0 8px 8px 0;
}
.footer .soicalmedia a {
  text-decoration: none;
}
.footer .introfooter {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: white;
  font-family: "Poppins";
  font-weight: 700;
  transition: 0.5s;
}
.footer .footertitles {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  color: #f1f1f1;
  color: white;
  margin-top: 20px;
}
@media (min-width: 1190px) and (max-width: 1450px) {
  .footer .footertitles {
    font-size: 19px;
  }
}
.footer .ksa-address {
  max-width: 570px;
}
@media only screen and (min-width: 768px) {
  .footer .row {
    padding-bottom: 32px;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .soicalmedia {
    font-size: large;
    text-align: justify;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .separation {
    position: relative;
  }
  .separation::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 1px;
    height: 245px;
    background-color: #595d81;
  }
}
@media only screen and (min-width: 1200px) {
  .separation::before {
    right: 8px;
  }
  .container {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1750px) {
  .separation::before {
    right: 70px;
  }
}
@media (max-width: 992px) {
  .footerlabels {
    font-size: 14px !important;
  }
}
@media (min-width: 1190px) and (max-width: 1450px) {
  .footerlabels {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 40px;
  }
}
@media (max-width: 1450px) and (min-width: 1190px) {
  .footer-tun-break {
    display: inline-block;
    white-space: nowrap;
  }
}
/* ===== RTL STYLES FOR FOOTER ===== */
[dir="rtl"] .footer .separation::before {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  [dir="rtl"] .footer .separation::before {
    left: 8px;
  }
}
@media only screen and (min-width: 1750px) {
  [dir="rtl"] .footer .separation::before {
    left: 70px;
  }
}
[dir="rtl"] .footer .iconstyle {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
[dir="rtl"] .footer .socialmediaicon {
  margin-right: 0 !important;
  margin-left: 8px !important;
}
#notfound {
  padding-top: 176px;
  padding-bottom: 176px;
}
#notfound * {
  padding: 0;
  margin: -4px;
}
#notfound .st0 {
  font-family: "FootlightMTLight";
}
#notfound .st1 {
  font-size: 83.0285px;
}
#notfound .st2 {
  fill: gray;
}
#notfound svg {
  width: 400px;
  height: 400px;
  text-align: center;
  fill: #16a085;
}
#notfound svg path#XMLID_5_ {
  fill: #16a085;
  filter: url(#blurFilter4);
}
#notfound svg path#XMLID_11_, #notfound svg path#XMLID_2_ {
  fill: #16a085;
}
#notfound .circle {
  animation: out 2s infinite ease-out;
  fill: #16a085;
}
#notfound #container {
  text-align: center;
}
#notfound .message {
  color: #16a085;
}
#notfound .message:after {
  content: "]";
}
#notfound .message:before {
  content: "[";
}
#notfound .message:after, #notfound .message:before {
  color: #16a085;
  font-size: 17px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0 50px;
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes out {
  0% {
    r: 1;
    opacity: 0.9;
  }
  25% {
    r: 5;
    opacity: 0.3;
  }
  50% {
    r: 10;
    opacity: 0.2;
  }
  75% {
    r: 15;
    opacity: 0.1;
  }
  100% {
    r: 20;
    opacity: 0;
  }
}
/*  Navbar Section  Style  */
.toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  color: white;
}
.toolbar ul {
  margin-bottom: 0 !important;
}
.toolbar .logoo {
  font-size: 1.8em;
}
.toolbar .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.toolbar .menu-btn .open .burger {
  transform: translate(-28px);
  background: none;
  box-shadow: none;
}
.toolbar .menu-btn .open .burger:before {
  width: 28px;
  transform: rotate(45deg) translate(14px, -14px);
}
.toolbar .menu-btn .open .burger:after {
  width: 28px;
  transform: rotate(-45deg) translate(14px, 14px);
}
.toolbar .menu-btn .burger {
  height: 2px;
  width: 28px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
}
.toolbar .menu-btn .burger:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
  transform: translate(-12px, -10px);
}
.toolbar .menu-btn .burger:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
  transform: translate(-12px, 10px);
}
.toolbar .contact-onit {
  padding: 9px 25px;
  text-decoration: none;
  color: #707070;
  border: 2px solid white;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  text-wrap: nowrap;
}
.toolbar .logo {
  padding-left: 110px;
}
@media (max-width: 992px) {
  .toolbar .logo {
    padding-left: 23px;
  }
}
@media (max-width: 1200px) {
  .toolbar .logo {
    padding-left: 65px;
  }
}
@media (max-width: 1750px) {
  .toolbar .logo {
    padding-left: 10px;
  }
}
@media (max-width: 412px) {
  .toolbar .logo {
    padding-left: 10px;
  }
}
@media (max-width: 412px) {
  .toolbar .logo {
    padding-left: 10px;
  }
}
@media (max-width: 470px) {
  .toolbar .logo {
    padding-left: 10px;
  }
}
.toolbar .logo a {
  text-decoration: none;
  font-weight: 700;
  font-size: 2 0.4em;
  letter-spacing: 2px;
  color: #707070;
  cursor: pointer;
}
.toolbar .logo a img {
  max-width: 60%;
  margin-left: 46px;
  width: revert-layer !important;
}
@media (max-width: 1500px) {
  .toolbar .logo a img {
    max-width: 74%;
    margin-left: 13px;
    margin-top: 11px;
  }
}
.toolbar .nav_links {
  list-style: none;
  border-radius: 50px;
  padding: 32px;
  margin-right: 100px;
}
@media (min-width: 1190px) and (max-width: 1450px) {
  .toolbar .nav_links {
    margin-right: 5px;
  }
}
.toolbar .nav_links li {
  display: inline-block;
  margin-right: 50px;
}
.toolbar .nav_links li:last-child {
  margin-right: 0;
}
.toolbar .nav_links li.is-active a {
  color: #122b2f;
  font-weight: 600;
}
.toolbar .nav_links li a {
  display: inline-table;
  color: #707070;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.scroll {
  background: white;
  box-shadow: 0 0 17px white;
}
/*  /Navbar Section  Style  */
/* Navbar Section Style */
.toolbar {
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: Poppins;
  transition: 0.3s ease;
  z-index: 999;
}
.toolbar ul {
  margin-bottom: 0 !important;
}
.toolbar .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.toolbar .menu-btn .burger {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, 5px);
}
.toolbar .menu-btn .burger:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -10px);
}
.toolbar .menu-btn .burger:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #122b2f;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, 10px);
}
.toolbar .menu-btn.open .burger {
  transform: translate(-28px);
  background: none;
  box-shadow: none;
}
.toolbar .menu-btn.open .burger:before {
  width: 28px;
  transform: rotate(45deg) translate(14px, -14px);
}
.toolbar .menu-btn.open .burger:after {
  width: 28px;
  transform: rotate(-45deg) translate(14px, 14px);
}
.toolbar .contact-onit {
  padding: 9px 25px;
  text-decoration: none;
  color: #707070;
  border: 2px solid white;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.toolbar .contact-onit:hover {
  background-color: white;
}
.toolbar .nav_links {
  list-style: none;
  border-radius: 50px;
  padding: 0px 11px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.toolbar .nav_links li {
  display: inline-table;
  margin-right: 50px;
  padding: 15px 0;
}
@media (min-width: 1190px) and (max-width: 1450px) {
  .toolbar .nav_links li {
    margin-right: 50px;
  }
}
@media (max-width: 1500px) {
  .toolbar .nav_links li {
    margin-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .toolbar .nav_links li {
    margin-right: 70px;
  }
}
.toolbar .nav_links li:last-child {
  margin-right: 0;
}
.toolbar .nav_links li a {
  color: #707070;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.toolbar .nav_links li a.active {
  color: white;
  font-weight: 600;
}
.toolbar .nav_links .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px !important;
}
.toolbar .nav_links .lang > * {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 2px !important;
  font-size: 15px;
  text-align: center;
}
.toolbar .nav_links .lang .current {
  position: relative;
}
.toolbar .nav_links .lang .current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #122b2f;
  display: block;
}
.scroll {
  background: #ffffff;
  box-shadow: 0 0 17px #00000070;
}
/* Language Dropdown Styles */
.language-dropdown {
  position: relative;
  display: inline-block;
}
.language-dropdown .icon {
  background-color: white;
  color: #707070;
  border: none;
  cursor: pointer;
  padding: 9px 16px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}
.language-dropdown:has(.dropdown-content[style*="display: block"]) .icon {
  background-color: transparent;
}
.language-dropdown .dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (max-width: 320px) {
  .language-dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -175px;
  }
  .language-dropdown .dropdown-content ul li {
    color: #1e1e1e !important;
    font-size: 13px !important;
  }
  .language-dropdown .dropdown-content ul li a {
    color: #1e1e1e !important;
    text-decoration: none !important;
  }
}
@media (max-width: 470px) {
  .language-dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: -175px;
  }
  .language-dropdown .dropdown-content ul li {
    color: #1e1e1e !important;
    font-size: 12px !important;
    padding: 4px 8px !important;
    text-align: left !important;
  }
  .language-dropdown .dropdown-content ul li a {
    color: #1e1e1e !important;
    text-decoration: none !important;
  }
  .language-dropdown .dropdown-content ul li.selected-language {
    font-weight: 700 !important;
  }
  .language-dropdown .dropdown-content ul li.selected-language a {
    color: #122b2f !important;
    font-weight: 700 !important;
  }
  html[lang="ar"] .language-dropdown .dropdown-content {
    left: auto;
    right: 0px;
  }
  html[lang="ar"] .language-dropdown .dropdown-content ul li {
    text-align: right;
  }
  html[lang="ar"] .language-dropdown .dropdown-content ul li a {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (max-width: 470px) and (max-width: 470px) {
  [dir="rtl"] .language-dropdown .dropdown-content ul li {
    text-align: right !important;
  }
}
.language-dropdown .dropdown-content ul {
  padding: 0;
  color: #1e1e1e;
}
.language-dropdown .dropdown-content ul li {
  padding: 9px 14px;
  cursor: pointer;
  color: #1e1e1e;
  text-align: center;
}
.language-dropdown .dropdown-content ul li a {
  color: #1e1e1e !important;
  text-decoration: none !important;
  background: none !important;
  font-size: 14px;
}
.language-dropdown .dropdown-content ul li a:hover {
  color: #1e1e1e !important;
  text-decoration: none !important;
}
.language-dropdown .dropdown-content ul li:hover {
  background-color: #f1f1f1;
}
.language-dropdown .dropdown-content ul li.selected-language {
  font-weight: 700;
}
.language-dropdown .dropdown-content ul li.selected-language a {
  color: #122b2f;
  font-weight: 700;
}
.language-dropdown .dropdown-content .language-selector li:nth-child(3) a .icon-flags-sa img {
  display: none !important;
}
.language-dropdown .dropdown-content .language-selector li:nth-child(3) a .icon-flags-sa {
  background-image: url("/typo3conf/ext/bako_site/Resources/Public/Images/arabicon.jpg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  border-radius: 2px !important;
  vertical-align: middle !important;
  margin-right: 12px !important;
  position: relative !important;
  left: 15px !important;
}
/* Navigation Separator */
.nav-separator {
  width: 1px;
  height: 16px;
  background-color: #acacac;
  margin: 0 15px;
  align-self: center;
  flex-shrink: 0;
}
/* Expand Section Styles for Mobile */
.expand {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 990;
  transform: translateY(-100%);
  transition: 0.5s;
  padding-top: 70px;
}
.expand nav {
  margin: 1em 1em 0em;
}
.expand nav ul {
  list-style: none;
  padding-left: 15px;
}
.expand nav ul .lang {
  display: flex;
  gap: 20px;
  padding-left: 1px;
}
.expand nav ul .lang a {
  color: #707070;
  font-size: 13px;
  font-weight: 500;
}
.expand nav ul .lang .current {
  position: relative;
}
.expand nav ul .lang .current::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  /* Adjust the thickness as needed */
  background-color: #122b2f;
  /* Adjust the color as needed */
  display: block;
  margin-top: 3px;
  /* Adjust the space between text and underline as needed */
}
.expand .nav-li {
  color: #707070;
  text-decoration: none;
}
.expand .itemSocial .img {
  width: 35% !important;
}
.expand ul li {
  font-size: 1.2em;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  font-family: Poppins;
  line-height: 3em;
}
.expand ul li a {
  cursor: pointer;
}
.expand ul li a.active, .expand ul li a.hover {
  color: #122b2f;
  font-weight: 600;
}
.expand .social {
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
/* Responsive Styles */
@media only screen and (max-width: 1024px) {
  .d-lg-block {
    display: none !important;
  }
  .d-lg-none {
    display: block !important;
  }
  .menu-btn {
    display: block;
    cursor: pointer;
  }
  .menu-btn .burger {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #122b2f;
    margin: 6px 0;
    transition: 0.4s;
  }
  .menu-btn .burger:nth-child(2) {
    opacity: 0;
  }
  .menu-btn .burger:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .expand .mobileDropLi li {
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: center;
    color: #707070;
    background-color: #122b2f;
    font-family: Poppins;
    line-height: 3em;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-radius: 50%;
    background-color: white;
    font-size: x-large;
    width: 15px;
    height: 10px;
  }
  .mobile-login-dropdown .mobile-login-btn {
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    min-width: auto;
    height: auto;
    color: #707070;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
  }
  .mobile-login-dropdown .mobile-login-btn:hover {
    color: #122b2f;
  }
  .mobile-login-dropdown .mobile-login-btn.icon {
    font-size: 16px;
    padding: 12px 18px;
  }
  .mobile-login-dropdown.mobile-login-left {
    order: -1;
  }
  .mobile-login-dropdown.mobile-login-right {
    order: 1;
  }
}
.dropdown-menu-item {
  text-align: left;
}
.has-submenu:hover .dropdown_menu {
  display: flex;
}
.has-submenu .dropdown_menu {
  display: none;
  margin-top: 50px;
  position: absolute;
  height: auto;
  z-index: 1000;
  font-size: 1rem;
  list-style: none;
  background-color: #ffffffea;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  flex-wrap: nowrap;
  padding: 50px 30px 0px 50px;
  min-width: 12rem;
}
.has-submenu .dropdown_menu .dropdown-menu-image .drop-img {
  padding-top: 12px;
}
.has-submenu .dropdown_menu .dropdown-menu-image .drop-img .first-img {
  max-width: 192px;
  max-height: 195px;
  margin-top: -69px;
  margin-left: 41px;
}
.has-submenu .dropdown_menu .dropdown-menu-image .second-img {
  max-height: 148px;
  max-width: 200px;
  margin-left: 44px;
  margin-top: -16px;
}
.has-submenu a:hover ~ .dropdown_menu {
  display: flex;
}
.divider {
  color: #707070;
}
.toup {
  background: #122b2f;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  transition: 0.25s;
}
.flex {
  display: flex;
  flex-wrap: nowrap;
}
.toup i {
  font-size: 45px;
  color: #fff;
}
.toup.active {
  opacity: 0.35;
  visibility: visible;
  cursor: pointer;
}
.toup:hover {
  opacity: 1;
}
@media (max-width: 990px) {
  .toup {
    height: 45px;
    width: 45px;
    bottom: 20px;
    right: 20px;
  }
  .toup i {
    font-size: 30px;
  }
}
.productname {
  font-family: "Poppins", sans-serif;
  width: 321px;
  color: black;
  position: center;
  margin-bottom: 20px;
}
.border {
  border-radius: 31px;
  color: black;
  text-decoration: none;
  font-size: 20px;
  background-color: #e6e6e6;
  padding: 7px 29px;
  font-size: 26px;
  font-family: Segoe UI;
  display: block;
  text-align: center;
  margin-left: 20px;
}
.btntxt {
  color: black;
  text-transform: capitalize;
}
.btntxt .model-discount {
  border-radius: 31px;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 20px;
  background-color: #e6e6e6;
  padding: -7px 0px 0px 29px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  display: inline-table;
  text-align: center;
  font-weight: 400;
  border: none;
  width: 85px;
}
.btntxt input {
  border: none;
  background-color: #fff;
  color: grey;
  padding: 0;
}
.titlestyle {
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  margin-right: 20px;
}
.startingfrom {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #acacac;
  margin-bottom: 15px;
}
.toggle-overl {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.57);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 990;
}
.styleddropodown {
  position: absolute;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.currency-selector {
  width: 225px;
}
.selected-currency {
  font-weight: bold;
  width: 225px;
}
.currency-item {
  cursor: pointer;
  padding: 5px;
  color: black;
}
/* ===== RTL STYLES FOR ARABIC ===== */
[dir="rtl"] {
  /* Navbar RTL Adjustments */
  text-align: right;
}
[dir="rtl"] .toolbar .logo {
  padding-left: 0;
  padding-right: 110px;
}
@media (max-width: 992px) {
  [dir="rtl"] .toolbar .logo {
    padding-right: 23px;
  }
}
@media (max-width: 1200px) {
  [dir="rtl"] .toolbar .logo {
    padding-right: 65px;
  }
}
@media (max-width: 1750px) {
  [dir="rtl"] .toolbar .logo {
    padding-right: 10px;
  }
}
@media (max-width: 412px) {
  [dir="rtl"] .toolbar .logo {
    padding-right: 10px;
  }
}
@media (max-width: 470px) {
  [dir="rtl"] .toolbar .logo {
    padding-right: 10px;
  }
}
[dir="rtl"] .toolbar .logo a img {
  margin-left: 0;
  margin-right: 46px;
}
@media (max-width: 1500px) {
  [dir="rtl"] .toolbar .logo a img {
    margin-right: 13px;
    margin-left: 0;
  }
}
[dir="rtl"] .toolbar .nav_links {
  margin-right: 0;
  margin-left: 100px;
}
@media (min-width: 1190px) and (max-width: 1450px) {
  [dir="rtl"] .toolbar .nav_links {
    margin-left: 5px;
  }
}
[dir="rtl"] .toolbar .nav_links li {
  margin-right: 0;
  margin-left: 50px;
}
@media (min-width: 1190px) and (max-width: 1450px) {
  [dir="rtl"] .toolbar .nav_links li {
    margin-left: 50px;
  }
}
@media (max-width: 1500px) {
  [dir="rtl"] .toolbar .nav_links li {
    margin-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  [dir="rtl"] .toolbar .nav_links li {
    margin-left: 70px;
  }
}
[dir="rtl"] .toolbar .nav_links li:last-child {
  margin-left: 0;
}
[dir="rtl"] .toolbar .lang {
  flex-direction: row-reverse;
}
[dir="rtl"] .toolbar .lang .current::after {
  left: 0;
  right: 0;
}
[dir="rtl"] .expand nav ul {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .expand nav ul.language-selector {
  padding-right: 0 !important;
}
[dir="rtl"] .expand nav ul .lang {
  padding-left: 0;
  padding-right: 1px;
}
[dir="rtl"] .expand ul li {
  text-align: right;
}
[dir="rtl"] .has-submenu .dropdown_menu {
  padding: 50px 50px 0px 30px;
  right: 0;
  left: auto;
}
[dir="rtl"] .has-submenu .dropdown_menu .dropdown-menu-image .drop-img .first-img {
  margin-left: 0;
  margin-right: 41px;
}
[dir="rtl"] .has-submenu .dropdown_menu .dropdown-menu-image .second-img {
  margin-left: 0;
  margin-right: 44px;
}
[dir="rtl"] .dropdown-menu-item {
  text-align: right;
}
[dir="rtl"] .toup {
  right: auto;
  left: 40px;
}
@media (max-width: 990px) {
  [dir="rtl"] .toup {
    right: auto;
    left: 20px;
  }
}
[dir="rtl"] .titlestyle {
  margin-right: 0;
  margin-left: 20px;
}
[dir="rtl"] input, [dir="rtl"] textarea, [dir="rtl"] select {
  text-align: right;
}
[dir="rtl"] ul, [dir="rtl"] ol {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .fa-chevron-left::before {
  content: "";
}
[dir="rtl"] .fa-chevron-right::before {
  content: "";
}
[dir="rtl"] .col-md-6, [dir="rtl"] .col-lg-6, [dir="rtl"] .col-xl-6 {
  float: right;
}
[dir="rtl"] .order-md-1 {
  order: 2;
}
[dir="rtl"] .order-md-2 {
  order: 1;
}
[dir="rtl"] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
[dir="rtl"] .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
[dir="rtl"] .text-start {
  text-align: right !important;
}
[dir="rtl"] .text-end {
  text-align: left !important;
}
[dir="rtl"] .float-start {
  float: right !important;
}
[dir="rtl"] .float-end {
  float: left !important;
}
[dir="rtl"] .dropdown .dropdown-content ul {
  padding: 13px;
}
[dir="rtl"] .language-dropdown .dropdown-content .language-selector li:nth-child(3) a .icon-flags-sa {
  left: 12px !important;
}
.currency-selector {
  width: 225px;
}
.selected-currency {
  font-weight: bold;
  width: 225px;
}
.currency-item {
  cursor: pointer;
  padding: 5px;
  color: #1e1e1e;
}
@media (max-width: 346px) {
  .border, .button-link.border, .has-submenu .dropdown_menu .border, #model-page .container .model .details-product .model-button {
    padding: 7px 21px !important;
  }
}
/*  Main  Style  */
.logo img, .cus img, #about-us img, #our-partners img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  border-style: none;
}
.cursor {
  cursor: pointer;
}
#configure-b1 {
  padding: 50px 0;
  overflow: hidden;
}
#configure-b1 .active {
  display: block;
}
#configure-b1 .hide {
  display: none;
}
#configure-b1 .priceTTc .calcul {
  padding-top: 61px;
  padding-right: 221px;
}
#configure-b1 .versions-list {
  justify-content: center;
  position: relative;
  padding: 32px 0;
}
#configure-b1 .versions-list h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 470px) {
  #configure-b1 .versions-list h1 {
    font-size: 20px;
  }
}
#configure-b1 .versions-list .header-title h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 470px) {
  #configure-b1 .versions-list .header-title h1 {
    font-size: 20px;
  }
}
#configure-b1 .versions-list .car-version .top-content {
  margin-bottom: 112px;
  border: 2px solid #707070;
  border-radius: 24px;
  padding: 16px;
  width: max-content;
}
@media (max-width: 768px) {
  #configure-b1 .versions-list .car-version .top-content {
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  #configure-b1 .versions-list .car-version .top-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #configure-b1 .versions-list .car-version .top-content {
    display: flex;
  }
}
#configure-b1 .versions-list .car-version .data {
  display: flex;
  justify-content: center;
}
#configure-b1 .versions-list .car-version .data .data-caracteristique-test {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  margin-left: 9px;
}
#configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:first-child {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 992px), (max-width: 1200px) {
  #configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:first-child {
    font-size: 23px;
  }
}
@media (max-width: 456px) {
  #configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:first-child {
    font-size: 18px;
  }
}
#configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:not(:first-child) {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 992px), (max-width: 1200px) {
  #configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:not(:first-child) {
    font-size: 12px;
  }
}
@media (max-width: 456px) {
  #configure-b1 .versions-list .car-version .data .data-caracteristique-test > div:not(:first-child) {
    font-size: 12px;
  }
}
#configure-b1 .versions-list .car-version img {
  max-width: 253px;
  height: 269px;
  object-fit: contain;
}
@media (max-width: 1750px) {
  #configure-b1 .versions-list .car-version img {
    max-width: 229px;
    height: 247px;
  }
}
@media (max-width: 992px), (max-width: 1200px) {
  #configure-b1 .versions-list .car-version img {
    max-width: 172px;
    height: 208px;
  }
}
@media (max-width: 992px) and (max-width: 768px), (max-width: 1200px) and (max-width: 768px) {
  #configure-b1 .versions-list .car-version img {
    max-width: 280px;
  }
}
@media (max-width: 992px) and (max-width: 576px), (max-width: 1200px) and (max-width: 576px) {
  #configure-b1 .versions-list .car-version img {
    max-width: 130px;
  }
}
@media (max-width: 992px) and (max-width: 456px), (max-width: 1200px) and (max-width: 456px) {
  #configure-b1 .versions-list .car-version img {
    height: 105px;
  }
}
#configure-b1 .configure {
  padding: 19px;
}
#configure-b1 .configure .left-content h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 470px) {
  #configure-b1 .configure .left-content h1 {
    font-size: 20px;
  }
}
#configure-b1 .configure .left-content label, #configure-b1 .configure .left-content h2 {
  font-size: 19px;
  font-weight: 300;
  line-height: 39px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 470px) {
  #configure-b1 .configure .left-content label, #configure-b1 .configure .left-content h2 {
    font-size: 18px;
  }
}
#configure-b1 .configure .left-content .price {
  font-size: 19px;
  font-weight: 500;
  line-height: 39px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  #configure-b1 .configure .left-content .price {
    font-size: 15px;
  }
}
#configure-b1 .configure .left-content .configure-data {
  /* Style the checkbox button */
  /* Style the dot in the middle */
  /* Style the radio buttons when checked */
  /* Style the radio buttons when checked and active */
  /* end Style the checkbox button*/
  /* Style the radio buttons */
  /* Style the dot in the middle */
  /* Style the radio buttons when checked */
  /* Style the radio buttons when checked and active */
}
#configure-b1 .configure .left-content .configure-data input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 45%;
  border: 1px solid black;
  /* Black border */
  outline: none;
  margin-right: 1px;
  /* Little space between radio button and text */
  position: relative;
}
#configure-b1 .configure .left-content .configure-data input[type="checkbox"]::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #577f65;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* Hide the dot by default */
}
#configure-b1 .configure .left-content .configure-data input[type="checkbox"]:checked::after {
  display: block;
  /* Show the dot when checked */
}
#configure-b1 .configure .left-content .configure-data input[type="checkbox"]:checked:active::after {
  background-color: #4caf50;
  /* Green color when checked and active */
}
#configure-b1 .configure .left-content .configure-data input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 45%;
  border: 1px solid black;
  /* Black border */
  outline: none;
  margin-right: 1px;
  /* Little space between radio button and text */
  position: relative;
}
#configure-b1 .configure .left-content .configure-data input[type="radio"]::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #577f65;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* Hide the dot by default */
}
#configure-b1 .configure .left-content .configure-data input[type="radio"]:checked::after {
  display: block;
  /* Show the dot when checked */
}
#configure-b1 .configure .left-content .configure-data input[type="radio"]:checked:active::after {
  background-color: #4caf50;
  /* Green color when checked and active */
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt {
  margin-top: 26px;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt * {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt button {
  padding: 0;
  margin: 0;
  border-style: none;
  touch-action: manipulation;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty label {
  flex: 1 0 100%;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty input {
  width: 7rem;
  height: 3rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #122b2f;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty button {
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-size: 2rem;
  background: #122b2f;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty button.qtyminus {
  margin-right: 0.3rem;
}
#configure-b1 .configure .left-content .configure-data .section-battery .quantity-addt .qty button.qtyplus {
  margin-left: 0.3rem;
}
#configure-b1 .configure .left-content .configure-data .doors .first {
  padding-bottom: 4px;
}
#configure-b1 .configure .left-content .configure-data .doorsdiv {
  padding-top: 50px;
}
#configure-b1 .configure .left-content .configure-data .optiondiv {
  padding-top: 50px;
}
@media (max-width: 768px) {
  #configure-b1 .configure .right-content {
    padding-top: 51px;
    margin-left: -26px;
  }
  #configure-b1 .configure .right-content img {
    max-width: 76%;
  }
}
@media (max-width: 470px) {
  #configure-b1 .configure .right-content .custom-image-classmobile {
    margin-left: 100px;
  }
}
#configure-b1 .configure .globale .right-gallery {
  justify-content: center;
  padding-right: 413px;
  padding-bottom: 24px;
  gap: 84px;
  padding-top: 31px;
}
@media (max-width: 576px) {
  #configure-b1 .configure .globale .right-gallery {
    padding-right: 79px;
  }
}
#configure-b1 .configure .globale .right-gallery .image-container img {
  max-width: 127px;
  max-height: 110px;
  object-fit: cover;
  border: 1px solid #707070;
  padding: 11px;
}
#configure-b1 .configure .globale .total-price {
  margin-left: 105px;
}
@media (max-width: 768px) {
  #configure-b1 .configure .globale .total-price {
    margin-left: 20px;
  }
}
#configure-b1 .configure .globale .total-price .calcule {
  padding: 10px;
  margin: 30px;
  margin-top: 31px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #707070;
  padding: 5px 20px 5px 20px;
  border-radius: 30px;
  text-align: center;
  width: 252px;
}
@media (max-width: 768px) {
  #configure-b1 .configure .globale .total-price .calcule {
    padding: 7px 7px 7px;
  }
}
@media (max-width: 768px) {
  #configure-b1 .configure .globale .total-price .calcule {
    margin: 18px;
  }
}
#configure-b1 .configure .globale .total-price .calcule h1, #configure-b1 .configure .globale .total-price .calcule h2, #configure-b1 .configure .globale .total-price .calcule h3, #configure-b1 .configure .globale .total-price .calcule span {
  display: inline-block;
  margin-right: 66px;
  font-weight: 300;
  font-size: 26px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  #configure-b1 .configure .globale .total-price .calcule h1, #configure-b1 .configure .globale .total-price .calcule h2, #configure-b1 .configure .globale .total-price .calcule h3, #configure-b1 .configure .globale .total-price .calcule span {
    display: inline-block;
    margin-right: 18px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
  }
}
#configure-b1 .configure .globale .total-price .calcule span {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#configure-b1 .configure .globale .total-price .calcule .priceHT {
  font-size: 16px;
  margin: 0;
}
#configure-b1 .configure .globale .total-price .calcule .exluding {
  font-size: 13px;
  margin: 0;
}
#configure-b1 .configure .globale .total-price .calculetotale {
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #1e1e1e;
  padding: 14px 28px 9px;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
}
#configure-b1 .configure .globale .total-price .calculetotale h1, #configure-b1 .configure .globale .total-price .calculetotale h2, #configure-b1 .configure .globale .total-price .calculetotale h3, #configure-b1 .configure .globale .total-price .calculetotale span {
  display: inline-block;
  margin-right: 66px;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}
#configure-b1 .configure .globale .total-price .calculetotale span {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.blocker {
  top: 8%;
}
.blocker .modal {
  max-width: 729px;
  max-width: 729px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: transparent;
  box-shadow: none;
  max-height: 500px;
  padding: 0;
  overflow: hidden;
}
.blocker .modal a.close-modal {
  top: 12.5px;
  right: 12.5px;
  margin-right: 46px;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .blocker .modal a.close-modal {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .blocker .modal a.close-modal {
    margin-right: 15px;
  }
}
.blocker .modal .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (max-width: 412px) {
  .blocker .modal .button {
    position: fixed;
    bottom: 135px;
  }
}
.blocker .modal .button .discount {
  background-color: #577f65;
  border-color: #577f65;
  width: 206px;
}
@media (max-width: 768px) {
  .blocker .modal .button .discount {
    width: 100%;
    margin-bottom: -40%;
  }
}
@media (max-width: 576px) {
  .blocker .modal .button .discount {
    width: 100%;
    margin-bottom: -40%;
  }
}
.blocker .modal .preview-image {
  width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .blocker .modal {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blocker .modal {
    width: 100%;
    max-height: 661px;
  }
}
.style-1 {
  margin-left: -42px;
}
@media (max-width: 768px) {
  .style-1 {
    margin-left: -26px;
  }
}
@media (max-width: 576px) {
  .style-1 {
    margin-left: -26px;
  }
}
.container {
  display: flex;
  flex-direction: column;
}
ins, del {
  display: inline;
}
ins {
  color: #577f65;
  font-size: 15px;
  text-decoration: none;
  min-width: max-content;
}
del {
  color: rgba(255, 0, 0, 0.5);
  font-size: 12px;
  min-width: max-content;
}
.free {
  color: #577f65;
  font-size: 23px;
  font-weight: bold;
}
.free-air {
  color: #b4b1b1;
}
