.elementor-976 .elementor-element.elementor-element-1e38aaf{--display:flex;}.elementor-976 .elementor-element.elementor-element-7816c0f{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1e38aaf *//* --- CSS Scope: สำหรับหน้าบริการบัญชี --- */
#dtech-accounting-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-accounting-wrapper * { box-sizing: border-box; }

/* Utility */
#dtech-accounting-wrapper .dt-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
#dtech-accounting-wrapper .dt-pad { padding: 80px 0; }
#dtech-accounting-wrapper h2 { color: #0B1C3E; font-size: 2.2rem; font-weight: 700; text-align: center; margin-bottom: 20px; line-height: 1.4; }
#dtech-accounting-wrapper .text-gold { color: #C5A065; }

/* Button */
#dtech-accounting-wrapper .dt-btn {
    display: inline-block; padding: 12px 30px;
    background-color: #C5A065; color: #0B1C3E !important;
    font-weight: 700; text-decoration: none; border-radius: 5px;
    transition: 0.3s; border: none; cursor: pointer; font-size: 1rem; text-align: center;
}
#dtech-accounting-wrapper .dt-btn:hover {
    background-color: #b08d55; color: #fff !important; transform: translateY(-2px);
}

/* 1. Hero Section */
#dtech-accounting-wrapper .dt-hero { background-color: #0B1C3E; padding: 80px 0; position: relative; }
#dtech-accounting-wrapper .dt-hero-flex { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
#dtech-accounting-wrapper .dt-hero-text { flex: 1 1 500px; }
#dtech-accounting-wrapper h1 { font-size: 2.8rem; color: #fff !important; margin-bottom: 20px; line-height: 1.3; font-weight: 700; }
#dtech-accounting-wrapper .dt-hero p { font-size: 1.1rem; color: #e0e0e0 !important; margin-bottom: 30px; font-weight: 300; }

/* Widget Calculator */
#dtech-accounting-wrapper .dt-widget {
    flex: 0 0 380px; width: 100%; max-width: 400px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
    padding: 30px; border-radius: 15px; backdrop-filter: blur(5px);
}
#dtech-accounting-wrapper .dt-label { display: block; color: #fff; margin-bottom: 8px; font-size: 0.9rem; }
#dtech-accounting-wrapper .dt-input { width: 100%; margin-bottom: 15px; cursor: pointer; }
#dtech-accounting-wrapper .dt-result-box {
    background: rgba(11,28,62,0.8); border: 1px solid #C5A065;
    padding: 15px; text-align: center; border-radius: 8px; margin: 20px 0;
}

/* 2. Comparison Section */
#dtech-accounting-wrapper .compare-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
#dtech-accounting-wrapper .compare-card { padding: 30px; border-radius: 10px; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
#dtech-accounting-wrapper .compare-list { list-style: none; padding: 0; margin-top: 20px; }
#dtech-accounting-wrapper .compare-list li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; color: #555; }

/* 3. Strategy (ปรับปรุงใหม่ให้เป็นระเบียบ) */
#dtech-accounting-wrapper .step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* เพิ่มความกว้างขั้นต่ำเล็กน้อย */
    gap: 30px; /* เพิ่มระยะห่างระหว่างช่อง */
    margin-top: 50px;
    text-align: center;
    align-items: flex-start; /* จัดให้ด้านบนของทุกช่องตรงกัน */
}
#dtech-accounting-wrapper .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px; /* เพิ่ม padding ด้านข้างเล็กน้อย */
}
#dtech-accounting-wrapper .step-icon {
    width: 80px; height: 80px; /* ปรับขนาดไอคอนให้ใหญ่ขึ้นเล็กน้อย */
    background: #F8F9FA; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 25px; /* เพิ่มระยะห่างด้านล่างไอคอน */
    font-size: 2rem; color: #0B1C3E; border: 2px solid #C5A065;
}
#dtech-accounting-wrapper .step-item h3 {
    margin-bottom: 15px; /* เพิ่มระยะห่างใต้หัวข้อ */
    font-size: 1.3rem;
}
#dtech-accounting-wrapper .step-item p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* 4. Services */
#dtech-accounting-wrapper .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
#dtech-accounting-wrapper .service-item {
    background: #fff; padding: 30px; border-radius: 8px; border-left: 5px solid #0B1C3E;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s;
}
#dtech-accounting-wrapper .service-item:hover { transform: translateY(-5px); border-left-color: #C5A065; }
#dtech-accounting-wrapper .service-item h3 { color: #0B1C3E; margin-bottom: 10px; font-size: 1.2rem; }
#dtech-accounting-wrapper .service-item ul { padding-left: 20px; color: #666; font-size: 0.9rem; margin: 0; }

/* 5. Results */
#dtech-accounting-wrapper .results-bg { background-color: #0B1C3E; color: #fff; text-align: center; }
#dtech-accounting-wrapper .result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
#dtech-accounting-wrapper .result-num { font-size: 3.5rem; font-weight: 700; color: #C5A065; line-height: 1; margin-bottom: 10px; }

/* Footer CTA */
#dtech-accounting-wrapper .cta-box { text-align: center; padding: 80px 0; background: #fff; }

/* Responsive */
@media (max-width: 992px) {
    #dtech-accounting-wrapper .dt-hero-flex { flex-direction: column; }
    #dtech-accounting-wrapper .dt-widget { width: 100%; max-width: 100%; }
    #dtech-accounting-wrapper .result-grid { grid-template-columns: 1fr; }
}/* End custom CSS */