.section-overlay-gradient,
.section-overlay-gradient-two {
  position: relative;
}

.section-overlay-gradient:after {
  --degree: 90deg;
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    var(--degree),
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.section-overlay-gradient-two:before {
  --degree: 0deg;
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    var(--degree),
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
/* End Global Styles */

/* Start Header */
/* Start Header */
/* RTL Elementor Off Canvas Fix */
html[lang="ar"] .e-off-canvas{
    justify-content: flex-end !important;
}

html[lang="ar"] .e-off-canvas .e-off-canvas__main{
    margin-left: auto !important;
    margin-right: 0 !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    transform: translateX(100%) !important;
}

html[lang="ar"] .e-off-canvas[aria-hidden="false"] .e-off-canvas__main{
    transform: translateX(0) !important;
}


/* ============ */
.language-switcher .wpml-ls-statics-shortcode_actions {
  padding: 0;
}

.language-switcher .wpml-ls-link {
  padding: 10px;
  color: #9f1247;
  border: 1px solid #9f1247;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: 800;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.language-switcher .wpml-ls-link:hover {
  color: #fff;
  background: #9f1247;
}

.language-switcher .wpml-ls-native {
  vertical-align: baseline;
}

/* End Header */
/* End Header */

/* Start Home Page */
.p-counter-0 .counter-card {
  padding: 0 !important;
}

/* Start Our Story Section */
.our-story-section.elementor-element .p-end-end {
  inset-block-end: -50px;
  inset-inline-end: -30px;
}

.our-story-section.elementor-element .p-end-start {
  inset-block-end: -50px;
  inset-inline-start: -30px;
}

/* End Our Story Section */

/* Start Products Section */
.specifications-list.elementor-widget .elementor-icon-list-items {
  gap: 8px;
}

.specifications-list.elementor-widget .elementor-icon-list-item {
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 48%;
}

/* End Products Section */

/* Start Service Section */
.item:hover .hover-image {
  transform: scale(1.05);
}

.item .item-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item .item-list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item .item-list ul li::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("https://wordpress.aait-sa.com/golfcarts/wp-content/uploads/2026/05/Icon-296.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.value-card .item .item-list ul li::before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("https://wordpress.aait-sa.com/golfcarts/wp-content/uploads/2026/05/Vector.svg");
}
/* End Service Section */

/* End Home Page */

/* Start About Page */
.single-products .breadcrumb li:not(:has(a)) span {
  color: #374151 !important;
}

.breadcrumb li:not(:has(a)) span {
  color: #fff !important;
}

.breadcrumb li:has(.elementor-icon-list-text:empty) {
  display: none;
}

.text-center .counter-card .elementor-counter .elementor-counter-number-prefix,
.text-center .counter-card .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}

.border-end-start.elementor-element {
  border-end-start-radius: 9999px;
}

.value-card.image-filter-white .item .item-list ul li::before {
  background-image: url("https://wordpress.aait-sa.com/golfcarts/wp-content/uploads/2026/05/Vector-white.svg");
}
/* End About Page */

/* Start Media Queries */

/* Start Tablet Media Query */
@media screen and (max-width: 1024px) {
  .our-story-section.elementor-element .p-end-end {
    inset-block-end: -30px;
    inset-inline-end: 30px;
  }
  .our-story-section.elementor-element .p-end-start {
    inset-block-end: -30px;
    inset-inline-start: 30px;
  }
}
/* End Tablet Media Query */

/* Start Mobile Media Query */
@media screen and (max-width: 380px) {
  .specifications-list.elementor-widget .elementor-icon-list-item {
    flex-basis: 100%;
  }
}
/* End Mobile Media Query */
/* End Media Queries */

.hero-service.section-overlay-gradient {
  --degree: 0deg;
}
