html { overflow-y: scroll !important;}::-webkit-scrollbar {display: none;}
.itopplus-background {
background-image:none; 
background-color:none; 

}
/* ============================================================
   FASTTRACKDECOR CUSTOM CSS – ปรับแต่งหน้าเว็บให้เหมาะกับธีม ขาว เทา ดำ
   รวมถึงการจัดเมนูให้อยู่กลาง ซ่อนโลโก้ ลบ Thai (TH) + Search และลบช่องว่างบนสุดของเว็บ
   ============================================================ */

/* ---------- 1. RESET & BASE – รีเซ็ตค่าพื้นฐานและตั้งค่าฟอนต์ ---------- */
body, html, #main-content, #Contentmanager, .section-bg, .itopplus-footer, .footer-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-family: 'Prompt', sans-serif !important;
  color: #333;
}
.box-shadow, .shadow, .bg-light-gray {
  background: transparent !important;
  box-shadow: none !important;
}

/* ---------- 1.1 ปิด Thai (TH) และกล่องค้นหา บนมือถือ ---------- */
#itopplus_lang,
#itopplus_search_wrapper {
  display: none !important;
}

/* ---------- 2. TYPOGRAPHY & LINKS – ตัวหนังสือและลิงก์ ---------- */
body {
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

/* --- ปรับสไตล์หัวข้อรอง และลิสต์ใน Section --- */
section h2 {
  margin-top: 2em;
  padding-bottom: .3em;
}
section ul {
  margin-left: 1.2em;
  list-style: disc;
}
section ul li {
  margin-bottom: .6em;
}
/* ลิงก์ใน Section (เช่น PDPA) */
section a {
  color: #007bff;
  text-decoration: underline;
}


/* ---------- 3. ZERO TOP SPACING – ลบช่องว่างด้านบน (เฉพาะ iTopplus) ---------- */
.section-top-banner, header, #header, #mainmenu5fab972323f2b5001435a1ee,
.container, .wrapper, .site-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: auto !important;
}

/* ---------- 4. NAVIGATION – เมนูหลักจัดกลาง ไม่มีโลโก้ ---------- */
.navbar-brand,
#header .navbar-brand,
header .navbar-brand,
.logo, /* ซ่อน logo เพิ่มเติมกรณีพิเศษ */
#header .logo {
  display: none !important;
}

**********************
.navbar-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}
.navbar-nav > li {
  display: inline-block;
  margin: 0 15px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 2px;
  color: #333 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
  text-decoration: underline;
}
.navbar-nav > li > a::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #000;
  transition: width .3s;
  margin: 0 auto;
}
.navbar-nav > li > a:hover::after {
  width: 100%;
}

/* ---------- 5. CTA BUTTONS – ปุ่ม Call to Action ---------- */
.cta-button-hover, .consult-free-button, .book-survey-button {
  font-size: 1.1em;
  padding: 14px 28px;
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: 700;
  display: inline-block;
  transition: all .3s;
}
.cta-button-hover:hover, .consult-free-button:hover, .book-survey-button:hover {
  background: #fff;
  color: #000 !important;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.cta-button-hover:hover span {
  color: #000 !important;
}

/* ---------- 6. COMPONENTS – ส่วนประกอบ เช่น box, step ---------- */
.service-box {
  background: rgba(0, 0, 0, .3);
  padding: 25px 20px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(255, 255, 255, .05);
}
.service-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  justify-items: center;
  text-align: center;
}
.service-step {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  transition: transform .3s, box-shadow .3s;
}
.service-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
.step-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

/* ---------- 7. SECTION HEADINGS – หัวข้อแต่ละเซกชัน ---------- */
section h2, .about-us-title, .services-title, .promotion-title, .our-works-title {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #666;
  padding-bottom: 10px;
  margin: 40px auto 20px;
  display: inline-block;
}

/* ---------- 8. FOOTER – ส่วนท้ายเว็บไซต์ ---------- */
.footer {
  padding: 40px 30px;
  background: transparent;
  color: #333;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.footer-col {
  flex: 1 1 25%;
  max-width: 25%;
}
.footer-logo {
  height: 60px;
}
.footer-about h3, .footer-services h4, .footer-contact h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.footer-about p, .footer-contact p {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
}
.footer-btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

/* ---------- 9. RESPONSIVE ≤768px – สำหรับมือถือ ---------- */
@media(max-width:768px){
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
    padding: 10px 0;
  }
  .services-container,
  .service-steps-wrapper,
  .trusted-projects-container,
  .footer-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .footer-col,
  .service-step {
    max-width: 100% !important;
  }
  .step-title {
    font-size: 1.2em !important;
  }
  .knowledge-article-container {
    flex-direction: row !important;
    padding: 16px !important;
    gap: 12px !important;
    min-height: auto !important;
  }
  #mainmenu5fab972323f2b5001435a1ee ul li {
    display: block;
    margin: 10px 0;
  }
}

<style>
/* 🔧 หมวดที่ 10: ซ่อนข้อความ PDPA สีแดงของ AutoDigi ที่ขึ้นซ้ำ */
.ITPpdpaSticky,
#autodigi-consent-bar,
.autodigi-placeholder {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  background: transparent !important;
  color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
</style>

<style>
/* 🔧 หมวดที่ 11: ทำให้ลิงก์ดูคลิกได้ง่ายขึ้นเมื่อ hover */
a[href*="นโยบายความเป็นส่วนตัว"],
a[href*="privacy"],
a[href*="cookie"],
#readITPPDPA,
.ITPlinkToCookiepage {
  color: #000 !important;
  text-decoration: underline !important;
  font-family: 'Prompt', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.3s ease;
}

a[href*="นโยบายความเป็นส่วนตัว"]:hover,
a[href*="privacy"]:hover,
a[href*="cookie"]:hover,
#readITPPDPA:hover,
.ITPlinkToCookiepage:hover {
  font-weight: 600 !important;
  transform: scale(1.03);
  text-decoration: underline !important;
  color: #000 !important;
}
</style>

/* ============================================================ */
.itopplus-sidebar-main a:link {
    color: #000000 !important;
}


@media only screen and (min-width: 280px) {
    .scrollup-fixed-image {
        height: 1%;
        padding: 0;
    }
}

.itopplus-sidebar-main a:link {
    color: #000000!important;
}

