.elementor-259 .elementor-element.elementor-element-6e5663bd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-77593a97 *//* Container หลักเต็มหน้าจอ */
.duangdee-accordion {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    font-family: inherit;
}

/* รายการแต่ละหัวข้อ */
.acc-item {
    border: 1px solid rgba(212, 175, 55, 0.3); /* ขอบทองบางๆ */
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1); /* แสงฟุ้งเริ่มต้น */
}

/* เมื่อมีการคลิกเปิด (Active) */
.acc-item.active {
    border: 1px solid rgba(212, 175, 55, 0.8);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* เรืองแสงทองหรูหรา */
}

/* ส่วนหัวข้อ (คลิกได้) */
.acc-header {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: rgba(212, 175, 55, 0.05);
}

/* ตั้งค่าสีหัวข้อทุกระดับเป็นสีเดียวกัน */
.acc-header h1, .acc-header h2, .acc-header h3, .acc-header h4 {
    margin: 0 !important;
    padding: 0 !important;
    color: #D4AF37 !important; /* สีทองหรู */
    font-size: 1.2rem; /* ขนาดปรับตามธีมหลักอัตโนมัติ */
    flex: 1;
}

/* ไอคอน + และ - */
.acc-icon::before {
    content: '+';
    color: #D4AF37;
    font-size: 24px;
    font-weight: bold;
}

.acc-item.active .acc-icon::before {
    content: '−';
}

/* ส่วนเนื้อหา */
.acc-content {
    max-height: 0;
    padding: 0 25px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    background: transparent;
    color: inherit; /* ใช้สีตัวอักษรเดิมของเว็บ */
}

.acc-item.active .acc-content {
    max-height: 5000px; /* ยืดได้ตามเนื้อหาจริง */
    padding: 20px 25px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

/* ปรับแต่งปุ่มและลิงก์ข้างใน */
.btn-apply {
    display: inline-block;
    padding: 10px 30px;
    background: #D4AF37;
    color: #000 !important;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .acc-header h1, .acc-header h2, .acc-header h3 {
        font-size: 1.1rem;
    }
}/* End custom CSS */