<script> 
    document.addEventListener("scroll", () => {
  const section1 = document.querySelector(".topbar");
  const section2 = document.querySelector(".mainheader");

  // Check the scroll position
  if (window.scrollY === 0) {
    // Fully scrolled to the top
    section1.classList.remove("scrolled");
    section2.classList.remove("scrolled");
  } else {
    // Handle Section 1
    const rect1 = section1.getBoundingClientRect();
    if (rect1.top <= 0) {
      section1.classList.add("scrolled");
    } else {
      section1.classList.remove("scrolled");
    }

    // Handle Section 2
    const rect2 = section2.getBoundingClientRect();
    if (rect2.top <= 36) {
      section2.classList.add("scrolled");
    } else {
      section2.classList.remove("scrolled");
    }
  }
});
</script>
.scrolled {
  background-color: #ffffff;
}

.topbar {
  border-bottom-color: rgb(255 255 255 / 35%);
}

.mainheader.scrolled a {
  color: #66686a;
}

.mainheader.scrolled .bricks-mobile-menu-toggle span {
    background-color: #66686a;
}

.mainheader.scrolled button {
  color: #66686a !important;
}

.topbar.scrolled {
  border-bottom-color: #e3e3e3;
}

.topbar.scrolled a {
  color: #66686a !important;
}

.topbar.scrolled button {
  color: #66686a !important;
}

The first choice


We are a leading company specializing in petroleum services and enhancing the quality of life in Saudi Arabia. Our expertise lies in obtaining the Qualification Certificate for the establishment, management, operation, and maintenance of gas stations. Since our establishment in 2007 in Makkah, our core focus has been on delivering top-notch petroleum services and retail sales.

محطة درب تمنح الامتياز التجاري

Vision

We strive to be the first choice on every passage.

Mission

Providing integrated services with high-quality.

Goal

Providing the best services with the highest quality standards.