<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;
}

الاختيار الأول

شركة رائدة في مجال الخدمات البترولية وتطوير الخدمات المقدمة لرفع مستوى جودة الحياة على مستوى المملكة العربية السعودية، حاصلة على التأهيل لإنشاء وإدارة وتشغيل وصيانة محطات الوقود. تأسست عام 1428هـ في منطقة مكة المكرمة وتلخص نشاطها في تقديم الخدمات البترولية وبيع التجزئة.

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

الرؤية

نسعى أن نكون الاختيار الأول على كل درب.

الرسالة

تقديم خدمات متكاملة ذات جودة عالية.

الهدف

تقديم أفضل الخدمات بأعلى معايير الجودة.