.elementor-1023 .elementor-element.elementor-element-120f8ca{--display:flex;}.elementor-1023 .elementor-element.elementor-element-97c5fb2{--display:flex;}.elementor-1023 .elementor-element.elementor-element-d073f1a{--display:flex;}.elementor-1023 .elementor-element.elementor-element-dc6c564{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4fb6767 *//* --- CSS Scope: สำหรับหน้าตรวจสอบบัญชี (Audit) --- */
#dtech-audit-wrapper {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #333;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
#dtech-audit-wrapper * { box-sizing: border-box; }

/* Utility Classes */
#dtech-audit-wrapper .dt-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
#dtech-audit-wrapper .dt-pad { padding: 80px 0; }
#dtech-audit-wrapper .text-gold { color: #C5A065; }
#dtech-audit-wrapper h2 { 
    color: #0B1C3E; 
    font-size: 2.2rem; 
    font-weight: 700; 
    text-align: center; 
    margin-bottom: 40px; 
    line-height: 1.4; 
}

/* Button Style */
#dtech-audit-wrapper .dt-btn {
    display: inline-block; padding: 12px 30px;
    background-color: #C5A065; color: #0B1C3E !important;
    font-weight: 700; text-decoration: none; border-radius: 4px;
    transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; text-align: center;
}
#dtech-audit-wrapper .dt-btn:hover {
    background-color: #b08d55; color: #fff !important; transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 101, 0.3);
}

/* 1. Hero Section */
#dtech-audit-wrapper .dt-hero { 
    background-color: #0B1C3E; 
    padding: 80px 0; 
    position: relative; 
    border-bottom: 5px solid #C5A065;
}
#dtech-audit-wrapper .dt-hero-flex { display: flex; align-items: center; justify-content: space-between; gap: 50px; flex-wrap: wrap; }
#dtech-audit-wrapper .dt-hero-text { flex: 1 1 500px; }
#dtech-audit-wrapper h1 { font-size: 2.8rem; color: #fff !important; margin-bottom: 20px; line-height: 1.3; font-weight: 700; }
#dtech-audit-wrapper .dt-hero p { font-size: 1.1rem; color: #e0e0e0 !important; margin-bottom: 30px; font-weight: 300; }

/* Widget Calculator (Audit Fee) */
#dtech-audit-wrapper .dt-widget {
    flex: 0 0 380px; width: 100%; max-width: 400px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 35px; border-radius: 10px; backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
#dtech-audit-wrapper .dt-label { display: block; color: #fff; margin-bottom: 10px; font-size: 0.95rem; }
#dtech-audit-wrapper .dt-input { width: 100%; margin-bottom: 20px; cursor: pointer; }
#dtech-audit-wrapper .dt-result-box {
    background: rgba(11,28,62,0.9); border: 1px solid #C5A065;
    padding: 20px; text-align: center; border-radius: 6px; margin: 25px 0;
}

/* 2. Comparison Section */
#dtech-audit-wrapper .compare-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 20px; }
#dtech-audit-wrapper .compare-card { 
    padding: 40px; border-radius: 8px; background: #fff; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
    border: 1px solid #eee;
}
#dtech-audit-wrapper .compare-list { 
    list-style: none; 
    padding: 0; 
    margin-top: 20px;
}
#dtech-audit-wrapper .compare-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 12px;
    line-height: 1.5; /* ควบคุมความสูงของบรรทัดให้คงที่ */
    font-size: 0.95rem; 
    display: flex;
    align-items: flex-start;
    color: #555;
}
#dtech-audit-wrapper .compare-list li i {
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 5px; 
    font-size: 1.1rem;
}


/* 3. Strategy (Process) - จัดกึ่งกลาง */
#dtech-audit-wrapper .step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
    justify-content: center; 
    align-items: flex-start;
}
#dtech-audit-wrapper .step-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 0 10px;
}
#dtech-audit-wrapper .step-icon {
    width: 90px; height: 90px; 
    background: #fff; 
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.2rem; color: #0B1C3E; 
    border: 2px solid #C5A065;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
#dtech-audit-wrapper .step-item h3 { margin-bottom: 10px; font-size: 1.3rem; }
#dtech-audit-wrapper .step-item p { font-size: 0.9rem; color: #666; line-height: 1.6; }

/* 4. Services Grid */
#dtech-audit-wrapper .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
#dtech-audit-wrapper .service-item {
    background: #fff; padding: 35px; border-radius: 8px; 
    border: 1px solid #eee; border-top: 4px solid #0B1C3E;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03); transition: 0.3s;
}
#dtech-audit-wrapper .service-item:hover { 
    transform: translateY(-5px); 
    border-top-color: #C5A065; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
#dtech-audit-wrapper .service-item h3 { color: #0B1C3E; margin-bottom: 15px; font-size: 1.25rem; font-weight: 600; }
#dtech-audit-wrapper .service-item ul { padding-left: 20px; color: #555; font-size: 0.95rem; margin: 0; line-height: 1.7; }

/* 5. Results */
#dtech-audit-wrapper .results-bg { background-color: #0B1C3E; color: #fff; text-align: center; }
#dtech-audit-wrapper .result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
#dtech-audit-wrapper .result-num { font-size: 4rem; font-weight: 700; color: #C5A065; line-height: 1; margin-bottom: 10px; }

/* Footer CTA */
#dtech-audit-wrapper .cta-box { text-align: center; padding: 80px 0; background: #fff; border-top: 1px solid #eee; }

/* Responsive */
@media (max-width: 992px) {
    #dtech-audit-wrapper .dt-hero-flex { flex-direction: column; }
    #dtech-audit-wrapper .dt-widget { width: 100%; max-width: 100%; }
    #dtech-audit-wrapper .result-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-120f8ca *//* --- NEW CSS ADDITION FOR COMPARISON LIST FIX --- */
/* (เพิ่มเข้าไปใน CSS ชุดเดิมของคุณ) */
.compare-list {
    padding-left: 20px; /* เพิ่ม padding ให้มีพื้นที่สำหรับไอคอน */
    list-style: none; /* ลบหัวข้อย่อยมาตรฐานของ ul */
}
.compare-list li {
    position: relative;
    padding-left: 30px; /* เพิ่มพื้นที่สำหรับไอคอน */
    margin-bottom: 12px; /* กำหนดระยะห่างระหว่างบรรทัดให้สม่ำเสมอ */
    line-height: 1.4; /* ควบคุมความสูงของบรรทัด */
    font-size: 1.05rem; /* กำหนดขนาดฟอนต์ให้ชัดเจน */
}
.compare-list li i {
    position: absolute;
    left: 0;
    top: 5px; /* จัดตำแหน่งไอคอนให้อยู่กึ่งกลางบรรทัดมากขึ้น */
    font-size: 1.1rem;
}
/* ----------------------------------------------- *//* End custom CSS */