.elementor-932 .elementor-element.elementor-element-5979bd3{--display:flex;}.elementor-932 .elementor-element.elementor-element-03150d8{--display:flex;}/* Start custom CSS for container, class: .elementor-element-5979bd3 *//* --- CSS Scope: ตั้งค่าพื้นฐานเฉพาะส่วนนี้ --- */
#dtech-final-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-final-wrapper * {
    box-sizing: border-box;
}

/* --- Layout Utility --- */
#dtech-final-wrapper .dt-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

#dtech-final-wrapper .dt-section-padding {
    padding: 60px 0;
}

#dtech-final-wrapper h2 {
    color: #0B1C3E;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

/* --- Buttons --- */
#dtech-final-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-final-wrapper .dt-btn:hover {
    background-color: #b08d55;
    color: #fff !important;
    transform: translateY(-2px);
}

/* --- 1. Hero Section --- */
#dtech-final-wrapper .dt-hero {
    background-color: #0B1C3E;
    padding: 80px 0;
    position: relative;
}

#dtech-final-wrapper .dt-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap; 
}

#dtech-final-wrapper .dt-hero-text {
    flex: 1 1 500px; 
}

#dtech-final-wrapper .dt-hero h1 {
    font-size: 2.8rem;
    color: #ffffff !important;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
}

#dtech-final-wrapper .dt-hero p {
    font-size: 1.1rem;
    color: #e0e0e0 !important;
    margin-bottom: 30px;
    font-weight: 300;
}

/* --- Widget Calculator --- */
#dtech-final-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-final-wrapper .dt-label {
    display: block; color: #fff; margin-bottom: 8px; font-size: 0.9rem;
}
#dtech-final-wrapper .dt-input {
    width: 100%; padding: 10px; border-radius: 5px; border: none; margin-bottom: 15px;
}
#dtech-final-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. Process Section --- */
#dtech-final-wrapper .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: center;
}

#dtech-final-wrapper .process-icon {
    width: 80px; height: 80px;
    background: #F8F9FA;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem; color: #0B1C3E;
    border: 2px solid #C5A065;
}

/* --- 3. Services Section --- */
#dtech-final-wrapper .services-bg {
    background-color: #F8F9FA;
}

#dtech-final-wrapper .service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

#dtech-final-wrapper .service-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border-top: 4px solid #0B1C3E;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
#dtech-final-wrapper .service-card:hover {
    transform: translateY(-5px);
}
#dtech-final-wrapper .service-card h3 {
    color: #0B1C3E; margin-bottom: 10px; font-size: 1.25rem; font-weight: 600;
}

/* --- 4. Benefits Section --- */
#dtech-final-wrapper .benefits-bg {
    background-color: #0B1C3E; color: #fff; text-align: center;
}
#dtech-final-wrapper .benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
#dtech-final-wrapper .benefit-num {
    font-size: 3.5rem; font-weight: 700; color: #C5A065; line-height: 1; margin-bottom: 10px;
}

/* --- 5. Footer CTA --- */
#dtech-final-wrapper .cta-section {
    text-align: center; padding: 80px 0; background: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    #dtech-final-wrapper .dt-hero-flex { flex-direction: column; }
    #dtech-final-wrapper .dt-widget { width: 100%; max-width: 100%; }
    #dtech-final-wrapper h1 { font-size: 2.2rem !important; }
}/* End custom CSS */