/*
Theme Name: EAMovers
Theme URI: https://example.com/eamovers
Author: EAMovers Team
Author URI: https://example.com
Description: 為 EAMovers 量身打造的 WordPress 基礎主題，支援區塊編輯器並遵循 WordPress 最佳實踐。
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eamovers
Domain Path: /languages
Tags: custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

/*
 * 全域重置與基礎樣式
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

/*
 * 版面配置
 */
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header,
.site-footer {
    padding: 1rem 2rem;
    background-color: #f8f9fa;
}

.site-main {
    flex: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

/*
 * 選單
 */
.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    display: block;
    padding: 0.5rem 0;
}

/*
 * 文章與頁面
 */
.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.3;
}

.entry-meta {
    font-size: 0.875rem;
    color: #666;
}

.entry-content > * {
    margin-bottom: 1.5rem;
}

.b_btn{
    justify-content: center;
}

.b_btn_left{
    justify-content: flex-start;
}
.img-tn-counter-shap{
    width: 600px;
    position: relative;
    right: 180px;
    width: 758px;
}
/*
 * 響應式設計
 */
@media (max-width: 768px) {
    .site-header,
    .site-footer,
    .site-main {
        padding: 1rem;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 0.25rem;
    }

    .solution_btn{
        flex-direction: column;
    }

    .tn_about_2{
        margin-top: 2rem;
    }


}
