.elementor-517 .elementor-element.elementor-element-89eb348{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-517 .elementor-element.elementor-element-f12970d > .elementor-widget-container{padding:0px 0px 7px 0px;}.elementor-517 .elementor-element.elementor-element-f12970d{text-align:center;}.elementor-517 .elementor-element.elementor-element-f12970d .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;font-weight:800;color:var( --e-global-color-secondary );}#elementor-popup-modal-517 .dialog-widget-content{background-color:#011D24;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-517{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-517 .dialog-message{width:95vw;height:auto;}#elementor-popup-modal-517 .dialog-close-button{display:flex;}/* Start custom CSS for container, class: .elementor-element-89eb348 *//* ซ่อน select ดั้งเดิม */
.jet-select__control {
  display: none;
}

/* ปรับแต่งให้ custom dropdown ใช้งานได้ */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-dropdown button {
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    color: var(--e-global-color-secondary);
    background-color: #0000004F;
    border-style: none;
    border-radius: 40px 40px 40px 40px;
    padding: 14px 30px 18px 30px;
    margin-bottom: 12px;
}

.custom-dropdown ul {
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: transparent;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    display: none;
    z-index: 1000;
}

.custom-dropdown ul li {
  padding: 10px;
  cursor: pointer;
  
     border-radius: 40px 40px 40px 40px;
    padding: 14px 30px 15px 30px;
    margin-bottom: 3px;
}

/* เมื่อ li ถูกเลือก */
.custom-dropdown ul li.active {
      color: var(--e-global-color-secondary);
    background-color: #FFFFFF14;
}

/* แสดง dropdown เมื่อเปิด */
.custom-dropdown ul.open {
  display: block;
  
    background-color: #FFFFFF00;
    border: navajowhite;
    color: #ffffff;
    list-style-type: none;
    padding: 0;
}

/* ปิดการใช้งาน dropdown */
.custom-dropdown.disabled button {
  background-color: #e0e0e0;
  cursor: not-allowed;
  color: #999;
}

.custom-dropdown ul.open > li:nth-child(1){
    display: none;
}

.dropdown-list li:hover {
   background-color: rgb(255 255 255 / 8%) !important;
    border-radius: 40px !important;
    color: #C0D24F !important;
}

#country-select > ul > li:nth-child(1){
    display: none;
}/* End custom CSS */