* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #000;
  max-width: 1400px;
  /*min-height: 100vh;*/
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
margin: 0 auto;
}
.hero-title {
 /* position: absolute;
  anton */
 display: flex;
justify-content: center;
align-items: center;
 /* anton 

  top: 178px;
  left: 543px;
  width: 194px;
  height: 58px;
  padding: 10px;*/
  text-align: center;
  background: transparent;
}

/*.hero-title h1 {
  font-family: Calibri, sans-serif;
  
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}*/

.hero-title h1  {
  position: flex; /* 絕對定位文字，脫離正常文檔流 */
  top: 50%; /* 垂直置中 */
  left: 50%; /* 水平置中 */
font-family: Calibri, sans-serif;
  transform: translate(-20%, -250%); /* 偏移修正，確保文字精確置中 */
  color: white; /* 文字顏色，根據圖片背景調整 */
  font-size: 48px; /* 文字大小，可調整 */
  font-weight: bold; /* 文字粗細，可調整 */
  text-align: center; /* 確保文字內容水平居中 */
margin: 0;

}

.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-top: 1cm;
}

.about-section {
  width: 80%;
  max-width: 900px;
}

.content-gap {
  height: 1cm;
}



.profile-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10pt;           
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0.8cm;
  margin-top: 1cm;
  color: #000000;
}

.company-quote {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12pt;          
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-top: 1cm;
  color: #000000;
}

.address-iso-section {
  display: flex;
  justify-content: flex-end; 
  align-items: flex-start;  
  gap: 1.5cm;   
  width: 500px;            
  margin-top: 1cm;
  width: auto;
}

.footer-address {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 9px;
  line-height: 1.4;        
}

.footer-address .address-title {
  font-weight: 300;
  font-size: 9px;
  color: #000000;
  margin-bottom: 4px;
}

.footer-address .address-details {
  font-size: 9px;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.4;
}

.footer-address .contact-light {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 9px;
  color: #c4b8b8;
  margin: 0;
}

.iso-img {
  width: 100px;
  height: auto;
  object-fit: contain;
}


.site-header {
  position: relative;
  background: #fff;
  height: 100px;
}

.company-logo {
  position: absolute;
  top: 20px;
  left: 12px;
  width: 160px;   
  height: auto;   
}

.brand-text {
  position: absolute;
  top: 28px;
  left: 175px;
  width: 394px;
  height: 61px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.company-name-zh {
  font-family: "PMingLiU", serif;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}

.company-name-en {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  /*font-style: italic;*/
  text-decoration: underline;
  text-decoration-color: #f03b3b;
  line-height: 1.2;
}

.lang-selector {
  position: absolute;
  top: 9px;
  right: 20px;
  display: flex;
  gap: 16px;
}

.lang-selector a {
  font-size: 16px;
  text-decoration: none;
font-weight: 700;
  line-height: 1;
}

.lang-en {
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  color: #005eb8;
}

.lang-selector a:not(.lang-en) {
  font-family: "PMingLiU", sans-serif;
  color: #005eb8;
}

.main-nav {
display: flex;
    justify-content: flex-end;   /* 靠右 */
    padding-right: 40px;         /* 右邊留空間 */
}

.main-nav ul {
  position: absolute;
  bottom: 0;
  display: flex;

  gap: 60px;
  list-style: none;
}

.main-nav a {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.main-nav a.active {
  color: #005eb8;
}


.hero-bg {
  width: 100%;  
  height: auto;     
  overflow: hidden; 
  position: relative;
display: inline-block;
}
.hero-bg img {
  width: 100%;       
  height: 100%;      
  object-fit: cover; 
  object-position: top; 
  display: block;
}
.hero-bg-text{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 精準置中 */
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);  /* 文字易讀 */
  pointer-events: none;         /* 文字不擋點擊 */
}

.content-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*max-width: 1200px;*/
  margin: 40px auto;
  padding: 0 20px;
  gap: 20px;
}
.job-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*max-width: 1200px;*/
  margin: 5px auto;
   gap: 5px;
      align-items: center;      /* 垂直置中 */
}
.services-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*max-width: 1200px;*/
  margin: 20px auto;
  padding: 0 20px;
  gap: 20px;
      align-items: center;      /* 垂直置中 */
}
.services-section2 {
  display: flex;
  align-items: flex-start;
  /*max-width: 1200px;*/
  margin: 10px auto;
  padding: 0 40px;
  gap: 0px;
}
.contact-content {
  display: flex;
 background-color: #FFE8E0;
  justify-content: space-between;
  align-items: flex-start;
width: 100%;
 margin: 5px auto;
justify-content: center;
 
}

.contact-map {
  display: flex;

width:100%;


margin: 20px 40px;
justify-content: right;
}

.mapiframe {
	width:400px;
	height:300px;
}

.contact-section {
  display: flex;
width:100%;
margin: 20px 40px;
justify-content: center;
}

.contact-address {
	display: flex;
  font-size: 18px;
	width: 100%;
margin: 20px 40px;
justify-content: left;
}

.services4 {
  flex: 2;
  width: 900px;
 
}

.services4 h1 {
  font-family: "Calibri", sans-serif;
  font-size: 24px;

  color: #000000;
  margin-top: 80px;
  margin-bottom: 0px; 
  display: block;

text-align: center;
}

.services4 h2 {
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #005eb8;
  margin-top: 80px;
  margin-bottom: 10px; 
  display: block;
}

.services4 p {
font-family: "Source Sans Pro", sans-serif;
 font-size: 14px;
font-style: italic;

}

.services {
  flex: 2;
  max-width: 900px;
}

.servicesjob {
  flex: 2;
  max-width: 200px;
justify-content: left;  /* 水平置中 */
      align-items: center;      /* 垂直置中 */
}

.jobreferences {
  flex: 2;
  max-width: 800px;
 justify-content: center;  /* 水平置中 */
      align-items: center;      /* 垂直置中 */
justify-content: flex-start; /* 每行向左對齊 */
flex-wrap: wrap;
}

.services2 {
  flex: 2;
  max-width: 400px;
justify-content: center;  /* 水平置中 */
      align-items: center;      /* 垂直置中 */
}

.services2 h2 {
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #005eb8;
  margin-bottom: 10px;
  display: block;
}

.services2 p {
font-family: "Source Sans Pro", sans-serif;
 font-size: 14px;
font-style: italic;
line-height: 1.5;
}

.services2 ul {
	list-style-type: decimal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #000000;
  line-height: 1.5;
  margin-left: 0;       
  padding-left: 20px;   
}

.services3 {
  flex: 2;
  max-width: 400px;

text-align: center;
  padding-left: 60px; 
justify-content: center;  /* 水平置中 */
      align-items: center;      /* 垂直置中 */

}

.services3 p{
  flex: 1;
 font-size: 12px;
justify-content: center;
align-items: center;
text-align: center;
  padding-left: 20px; 
margin-top:1cm;

}
.jobimg {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 0.5cm;
  margin-left: 1.0cm;
max-width: 600px;

}

.jobimg img {
  max-width: 600px; 
  height: auto;
  object-fit: contain;
   margin-left: 10px;
}
.servicesimg {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 0.5cm;
  margin-left: 1.0cm;
max-width: 400px;

}

.servicesimg img {
  max-width: 200px; 
  height: auto;
  object-fit: contain;
   
}

.servicestext {
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #005eb8;
  margin-bottom: 1cm; 
  display: block;

}

.services h2 {
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #005eb8;
  margin-bottom: 1cm; 
  display: block;
}

.services ul {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #000000;
  line-height: 1.8;
  margin-left: 0;       
  padding-left: 20px;   
}

.contact-info {
  flex: 1;
  font-size: 14px;
  margin-top: 0.8cm;
  margin-left: 0.8cm;
	max-width: 300px;
}

.contact-info p {
  margin-bottom: 6px;
}

.contact-info .address-title {
  font-family: "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333333; 

}

.contact-info .address-details {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  color: #444444; 
  line-height: 1.4;
}

.contact-info .contact-light {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  color: #999999; 
  line-height: 1.4;
}

.iso {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 0.5cm;
  margin-left: 1.0cm;
max-width: 200px;
display:block;
}

.iso img {
  max-width: 135px; 
  height: auto;
  object-fit: contain;
 display:block;
}

.iso2 {

display:none;

}

.iso2 img {

display:none;
}

.services-content {
  flex: 2;
  max-width: 900px;
}

.services-content h2 {
  font-family: "Calibri", sans-serif;
  font-size: 32px;
  font-style: italic;
  color: #005eb8;
  margin-bottom: 1cm; 
  display: block;
}



.clients-content-section{
	width:90%;
max-width:900px;

}

.clients-content {

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1cm;
}

.clients-content h2 {
  font-family: "Calibri", sans-serif;
  font-size: 36px;
  font-style: italic;
  color: #005eb8;
  margin-bottom: 1cm; 
  display: block;
}

.clients-section {
  display: flex;
            flex-wrap: wrap; /* 允許換行 */
            gap: 10px; /* 圖片間距（水平和垂直） */
            justify-content: flex-start; /* 每行向左對齊 */
            margin: 0px 0; /* 上下間距 */
}

.clientslogo {

  display: flex;
  flex-direction: column;
font-family: "Calibri", sans-serif;
font-size:16px;
width: 210px;
flex-wrap: wrap;
 text-align: center;
margin-bottom: 0px;
}

.clientslogo img {
  max-width: 200px; 
  /*height: 145px;*/
  object-fit: contain;
width: 210px;height: 210px; 


}

.gray-bar {
	background-color: #d8e8ed;
	color: black;
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px; 
    object-fit: cover;
    margin-top: 20px;
margin-bottom: 10px;
}


.clientimg {
  width: 200px;
  height: 200px;
  background: #ffffff;
  padding: 10px;               /* 外框補白 */
  box-sizing: border-box;
 margin-left:80px;
}

.clientimg img {

width: 100%; height: 100%; object-fit: contain;
}

.longbox1 {
      /* 尺寸 */
      width: 450px;
      height: 30px;

      /* 背景色 */
      background-color: #4268C2; /* 綠色，可自行更換 */

      /* 圓角 */
      border-radius: 5px; /* 高度一半 = 完全圓角兩端，調整數值可變更圓度 */

      /* 文字樣式 */
      color: white;
      font-family: Calibri, sans-serif;
      font-size: 14px;
   
      /* 文字置中 */
      display: flex;
      align-items: center;
      justify-content: center;

      /* 外邊距（可選） */
      margin: 5px auto;

      /* 陰影（美觀加分）
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    }
  .longbox2 {
      /* 尺寸 */
      width: 450px;
      height: 30px;

      /* 背景色 */
      background-color: #89A1D9; /* 綠色，可自行更換 */

      /* 圓角 */
      border-radius: 5px; /* 高度一半 = 完全圓角兩端，調整數值可變更圓度 */

      /* 文字樣式 */
      color: white;
      font-family: Calibri, sans-serif;
      font-size: 14px;
   
      /* 文字置中 */
      display: flex;
      align-items: center;
      justify-content: center;

      /* 外邊距（可選） */
      margin: 5px auto;

      /* 陰影（美觀加分）
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    }
  .longbox3 {
      /* 尺寸 */
      width: 200px;
      height: 40px;

      /* 背景色 */
      /* 綠色，可自行更換 */
		background: linear-gradient(to bottom, #89A1D9, #4268C2);
      /* 圓角 */
      border-radius: 0px; /* 高度一半 = 完全圓角兩端，調整數值可變更圓度 */

      /* 文字樣式 */
      color: white;
      font-family: Calibri, sans-serif;
      font-size: 24px;
   
      /* 文字置中 */
      display: flex;
      align-items: center;
      justify-content: center;

      /* 外邊距（可選） */
      margin: 5px auto;

      /* 陰影（美觀加分）*/
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
      margin-bottom: 40px;
 
    }

  .jobbox {
      /* 尺寸 */
      width: 100px;
      height: 60px;

      /* 背景色 
      background-color: #89A1D9;  綠色，可自行更換 */

      /* 圓角 */
      border-radius: 5px; /* 高度一半 = 完全圓角兩端，調整數值可變更圓度 */

      /* 文字樣式 */
      color: white;
      font-family: Calibri, sans-serif;
      font-size: 14px;
   
      /* 文字置中 */
      display: flex;
      align-items: center;
      justify-content: center;
text-align: center;
      margin: 5px auto;


    }

  .referencesbox {
      /* 尺寸 */
      width: 250px;
      height: 36px;

      /* 背景色 
      background-color: #89A1D9;  綠色，可自行更換 */

      /* 圓角 */
      border-radius: 0px; /* 高度一半 = 完全圓角兩端，調整數值可變更圓度 */

      /* 文字樣式 */
      color: white;
      font-family: Calibri, sans-serif;
      font-size: 14px;
   
      /* 文字置中 */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 5px 10px;
    }

