#darkdb-bg {
    background-color: #292929; /* สีดำ */
    color: #fff;           /* ตัวอักษรสีขาว */
    margin: 0;
    padding: 0;
}
/*--------------------------------------------------*/
#center-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; /* กลางแนวตั้ง */
    align-items: center;     /* กลางแนวนอน */
    min-height: 100vh;
    text-align: center;
}
/*--------------------------------------------------*/
/* ปรับขนาด + จัดกึ่งกลางภาพ */
#devbuild-img {
    max-width: 800px;   /* ปรับขนาดตามต้องการ */
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;     /* จัดกลางแนวนอน */
}
/*--------------------------------------------------*/
#myJumbotron {
  background: linear-gradient(90deg, #5B9AE3 0%, #CB50E4 100%);
  color: white;             /* ตัวอักษรสีขาว */
  margin-top: 55px;
  height: 300px;              /* ให้สูงเต็มจอ */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 8px #888888;
}
/*--------------------------------------------------*/
#container_main {    
    margin: auto;
    background: radial-gradient(110.74% 110.74% at 50% 50%, #D9D9D9 0%, #B3E0E2 100%);
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px #888888;
}
/*--------------------------------------------------*/
#container_S2 {        
    margin-top: 20px;
    background: linear-gradient(90deg, #404040 0%, #A6A6A6 100%);
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*--------------------------------------------------*/
#profile-pic {
  width: 300px;   /* กำหนดความกว้าง */
  height: auto;   /* ให้สูงปรับตามสัดส่วน */
  border-radius: 10px; /* มุมโค้งมน */
}
/*--------------------------------------------------*/
#brandText {
  color: #00F7FF; /* เปลี่ยนเป็นสีที่คุณต้องการ */
  font-weight: bold; /* ทำให้ตัวหนา (ไม่บังคับ) */
}
/*--------------------------------------------------*/
#h2-id2 {
  color: #ddd;
}
/*--------------------------------------------------*/
#myproject-text {
  font-weight: bold;
}
/*--------------------------------------------------*/
#contact-text {
  font-weight: bold;
  color: #ddd;
}
/*--------------------------------------------------*/
#validationTextarea {
  height: 250px;  /* ความสูง */
  resize: none;   /* ปิดไม่ให้ลากยืด/หด */
}
/*--------------------------------------------------*/
#footer-contact {
  color: #000000;
}
/*--------------------------------------------------*/
#email-contact {
  font-weight: bold;
  font-size: 20px;
  color: #ddd;
}
/*--------------------------------------------------*/
.social-icon {
    width: 40px;
    height: auto;
    border-radius: 8px; /* ทำขอบโค้งมน */
}
/*--------------------------------------------------*/
.social-box {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;      /* จัดกลางแนวตั้ง */
    justify-content: center;  /* จัดกลางแนวนอน */
}
/*--------------------------------------------------*/
.social-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* สำคัญมาก */
}
/*--------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* กัน fixed-top บังหัวข้อเวลาเลื่อนไปที่ #id */
.section-anchor {
  scroll-margin-top: 90px; /* เท่ากับ data-offset โดยประมาณ */
}
/*--------------------------------------------------*/
.section-anchor{
  padding-top: 90px;
  margin-top: -90px;
}
/*--------------------------------------------------*/
.custom-list {
  padding-left: 25px;   /* ระยะเยื้องจากซ้าย */
  margin-top: 5px;
}
/*--------------------------------------------------*/
.custom-list li {
  margin-bottom: 4px;   /* ระยะห่างแต่ละบรรทัด */
}
/*--------------------------------------------------*/