.elementor-3740 .elementor-element.elementor-element-0fdc4c5{border-style:solid;border-width:1px 0px 0px 0px;border-color:#FCF6BA;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9817af7 *//* ===============================
   FOOTER
================================ */
.ufa-footer {
  background:  #181818;
  padding: 30px 20px 18px;
  font-family: 'Sarabun', Arial, sans-serif;
  color: #fff;
  text-align: center;
}

/* TOP LINKS */
.ufa-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  font-size: 16px;
  margin-bottom: 22px;
}

.ufa-footer-top a {
  color: #f5b335;
  text-decoration: none;
  white-space: nowrap;
}

.ufa-footer-top a:hover {
  text-decoration: underline;
}

/* CERT LOGOS */
.ufa-footer-cert {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ufa-footer-cert img {
  height: 66px;
  opacity: 0.85;
  filter: grayscale(100%);
}

.ufa-footer-cert img:hover {
  opacity: 1;
  filter: none;
}

/* SSL */
.ufa-footer-ssl img {
  height: 46px;
  margin: 10px 0 14px;
}

/* COPYRIGHT */
.ufa-footer-copy {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px; 
}

.ufa-footer-copy a {
  color: #fff;
  text-decoration: none;
}

.ufa-footer-copy a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .ufa-footer-cert img {
    height: 28px;
  }
}

/* ===============================
   FOOTER - MOBILE FIX
================================ */
@media (max-width: 767px) {

  .ufa-footer {
    padding: 26px 16px 20px;
  }

  /* TOP LINKS : จัดเป็นแนวตั้ง */
  .ufa-footer-top {
    flex-direction: column;
    gap: 12px;
    font-size: 15px;
    margin-bottom: 26px;
  }

  .ufa-footer-top a {
    line-height: 1.6;
  }

  /* CERT LOGOS : จัดเป็น Grid 2 คอลัมน์ */
  .ufa-footer-cert {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
    margin-bottom: 22px;
  }

  .ufa-footer-cert img {
    height: 56px;
    margin: 0 auto;
  }

  /* SSL : กลาง + เว้นระยะ */
  .ufa-footer-ssl {
    margin: 18px 0 24px;
  }

  .ufa-footer-ssl img {
    height: 42px;
  }

  /* COPYRIGHT : อ่านง่าย ไม่แน่น */
  .ufa-footer-copy {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
  }
}/* End custom CSS */