/***************************/
/*********Universal*********/
/***************************/ 
body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, system-ui, sans-serif;
    background-color: #000000;
    
}


h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    margin-left: 30px;
    margin-right: 30px;
}

p {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 16px;
}

li{
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
}

h4{
    font-size: 20px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

h7{
    font-size: 12px;
}


ul, li {
    font-size: 16px;
}

footer {
    padding: 25px;
    margin-top: 100px;
}

.mar-top-20{
    margin-top: 20px;
}

.mar-right-20{
    margin-right: 20px;
}

/****************************/
/*********Bootstraps*********/ 
/****************************/
.col-md-4 {
    width: 33.3%;
}

.navbar {
    margin-bottom: 20px;

    min-height: 60px;
}

/* 讓左側 logo 區塊用 flex 垂直置中 */
.navbar-header {
    display: flex;
    align-items: center;
}


.navbar-inverse {
    background-color: #000000;   /* 純黑 */
    background-image: none;      /* 關掉所有 gradient */
    border-color: none;       /* 邊線也一起變黑 */
}

.navbar-brand {
    flex: 2;

    padding-top: 0;
    padding-bottom: 0;
    height: 60px;               /* 跟 navbar 高度一致 */
    display: flex;
    align-items: center;
}



img {
  max-width: 100%;
  height: auto;
  display: block;
}




.navbar-brand img {
    width: 100%;

    height: 30px;
    vertical-align: middle;     /* 蓋掉之前的 top */
}

.container {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.row {
    display: flex;
}

.no-gutter .row {
    margin-right: 20px;
    margin-left: 20px;
}


/* 讓這一排三欄等高 */
.row .no-gutter {
  display: flex;
  align-items: stretch;
}


.no-gutter [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}


.navbar-nav > li {
    margin-left: 0;
    margin-right: 0;
}


.navbar-nav .dropdown-menu > li {
    margin-left: 0;
    margin-right: 0;
}



/**********************/
/*********GXMA*********/
/**********************/ 
.text-white {
    color: #ffffff;
}

.text-ebebeb {
    color: #ebebeb;
}

.padding_box {
    padding: 15px;
}

.section_img_right {
    margin-left: 20px;
}

.section_img_left {
    margin-right: 0px;
}

.section_img_left_2{
    margin-right: 10px;
}

.img_2nd{
    width: 96% !important;
}

.about_gxma {
    flex: 1;
    background-color: #2B75BA;
}

.gxma_value {
    flex: 1;
    background-color: #2B427C;
}

.gxma_leadership {
    background-color: #2B6D7C;
    margin-right: 20px;
    width: 32.3%;
    height: 330px;
}

.gxma_program {
    background-color: #2B7C5F;
    margin-right: 20px;
    width: 32.4%;
}

.gxma_certificate {
    background-color: #75305E;
    width: 33%;
}

.learn_more{
    color: #CACACA;
    text-decoration: underline;

    position: absolute;
    margin-left: 70px;
    bottom: 20px;
    transform: translateX(-50%); /* Center the link horizontally */
}

.learn_more:hover {
    color: #ffffff;
    text-decoration: underline;
}

.learn_more:focus{
    color: #ffffff;
}

.member_title{
    height: 64px;
    background-color: #1A1A1A;
}

.brand_img {
    margin-top: 20px;
    margin-right: 20px;
}

.brand_img img {
    transition: transform 0.3s;
    opacity: 0.7;
}

.brand_img:hover img {
    transform: scale(1.15);
    opacity: 1;
    cursor: auto;
}

.brand_img_last {
    margin-top: 20px;
    margin-right: 0px;
}

.row.no-gutter .brand_img:last-child {
    margin-right: 0;
}

.img_bg{
    visibility: hidden;
}

.client_quote_section{
    background-color: #4A3075;

    margin-left: 10px;
}

.client_quote{
    font-style: italic;
}

.client_suffix{
    position: absolute;
    right: 0px;
    bottom: 20px;
}

/*********Footer*********/
.section_footer_gxma{
    background-color: transparent;

}

.section_footer_gxma ul, li, p{
    color: #ffffff;
    text-align: left;
}

.section_footer_gxma ul li{
    list-style: none;
}

.section_footer_gxma h6{
    text-align: left;
    margin-left: 28%;
    color: #ffffff;
}

.section_footer_gxma a{
    font-size: 14px;
    text-decoration: underline;
    color: #B0B0B0;
}

.section_footer_gxma a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.footer_img{
    width: 20%;
    margin-left: 28%;
    margin-bottom: 24px;
}


.footer_title{
    margin-bottom: 20px;
}


/* ===== Footer Layout (GXMA) ===== */

/* 左邊 Logo + 聯絡資訊：佔 40% */
footer .col-md-4.section_footer_gxma {
    width: 40%;
}

/* 右邊三欄：各佔 20%，加起來剛好 100% */
footer .col-md-2.section_footer_gxma.padding_box {
    width: 25%;
}

/* 保持 row 為 flex，但不要拉太開 */
footer .row.no-gutter {
    display: flex;            /* 其實你原本 .row 已經是 flex，不過這裡明示一下 */
    justify-content: flex-start;
}

footer.container-fluid {
    padding-left: 4%;   /* 調整這個值即可：6%～10% 都很自然 */
    padding-right: 8%;  /* 右邊少一點，讓視覺更靠左 */
}





/*************************************/
/*********Boards & Leadership*********/
/*************************************/ 

.row_gxma_boards{
    margin-top: 20px;

}


.row_gxma_boards .gxma_borads:nth-child(4n) {
    margin-right: 0;
}


.gxma_borads{
    background-color: #1B1A1A;
    height: 100%;
    margin-top: 20px;
    margin-right: 20px;
}


.gxma_borads h5{
    text-align: center;
    margin-top: 20px;
    color: #EBEBEB;
}

.gxma_borads h6{
    text-align: center;
    margin-top: 12px;
    color: #EBEBEB;
}

.div_img_boards{
    text-align: center;
}

.img_boards{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.boards_quote{
    margin-top: 20px;
    margin-bottom: 100px;
}

.boards_quote_section{
    background-color: #2299B4;
}



/*****************************************/
/*********Authorized Institutions*********/
/*****************************************/ 

/* Styles for the map */
#map {
    width: 100%;
    height: 500px;
    overflow: hidden; 
    text-align: center;
    margin-top: 20px;

}




/**************************/
/*********Services*********/
/**************************/ 

.nav-item {
    top: 16%;
    margin-left: 20px;
}


.service_quote_section{
    background-color: #248C4D;
    width: 33.3%;
}

.service_section_img_left{
    margin-right: 20px;
    width: 67.8%;
}

.service_section_img_left>img{
    width: 100%;
}

.gxma_gxc,
.gxma_gx,
.gxma_gxp,
.gxma_gxo{

    padding-bottom: 8%;

}

.gxma_gxc{
    background-color: #164FA5;
    margin-right: 20px;
    width: 33.3%;
    height: 330px;
}


.gxma_gxm {
    background-color: #E17D08;
    margin-right: 20px;
    width: 33.3%;
}

.gxma_gxp{
    background-color: #B72485;
    width: 33.3%;
}


.gxma_gxo{
    background-color: #1A9183;
    margin-right: 20px;
    width: 33.3%;
    height: 100%;

}

.gxma_empty_box{
    visibility: hidden;
    width: 33.3%;
    height: 330px;
}


.container_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.nav-pills{
    background-color: #1A1A1A;
    height: 64px;
}


.gxc-tab-pane{
    padding-left: 15px;
    padding-right: 15px;
}


.gxm-tab-pane{
    padding-left: 15px;
    padding-right: 15px;
}

.gxp-tab-pane{
    padding-left: 15px;
    padding-right: 15px;
}


/*****global excellent manager******/

.gxm_box{
    background-color: #1B1A1A;
    height: 100%;
    margin-top: 20px;
    padding: 12px;
    padding-top: 19%;
    padding-bottom: 19%;
}

.gxm_box h5{
    text-align: center;
    margin-top: 26px;
    color: #EBEBEB;
}

.gxm_box h6{
    text-align: center;
    color: #EBEBEB;
}

.gxm_company{
    margin-top: 20px;
}



.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #D3D3D3;
    color: #1A1A1A;
}

.nav-pills .nav-item:hover .nav-link {
    background-color: #D3D3D3;
    color: #1A1A1A;
   
}

.nav-pills>li>a{
    color: #D3D3D3;
}

.profile_img > a:focus, a:hover{
    text-decoration: none;
}

.nav-pills>li>a{
    border-radius: 0px;
}

.profile_img_bg .gxm_box{
    background-color: #030A11;
}


.img_gxm{
    margin-top: 10%;
    width: 32%;
}



.profile_img {
    margin-right: 20px;
}

.profile_img {
    transition: transform 0.3s;
    opacity: 0.7;
}

.profile_img:hover {
    transform: scale(1.15);
    opacity: 1;
    cursor: auto;
}

.profile_img_last {
    margin-right: 0px;
}

/*****global excellent product******/

.gxp_box{
    background-color: #1B1A1A;
    display: block;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14%;
    padding-bottom: 14%;
}

.gxp_box img{
    margin: auto;
}

.gxp_box h5{
    margin-top: 10%;
}

.gxp_box h5, h6{
    text-align: center;
    color: #EBEBEB;
}

.product_img {
    margin-top: 20px;
    margin-right: 20px;
}

.product_img_last {
    margin-top: 20px;
    margin-right: 0px;
}


.product_img .gxp_box {
    transition: transform 0.3s;
    opacity: 0.7;
}

.product_img:hover .gxp_box {
    transform: scale(1.1);
    opacity: 1;
    cursor: auto;
}

.product_bg{
    visibility: hidden;
}




/*****global excellent program******/
/* 右側 quote 區塊背景色（文字貼上方，不要置中） */
.program_quote_section {
    background-color: #4A3075;   /* 可以換成你想要的紫色 */
}

/* 三個 Program 卡片：統一最小高度，避免 GXEP 比較矮 */
.gxma_gxep,
.gxma_gxcp,
.gxma_gxwp {
    padding-bottom: 8%;
    min-height: 360px;          /* 三個卡片至少一樣高，可依畫面再調整 */
}

/* 把之前在別處設定的固定高度蓋掉，讓它跟上面 min-height 一樣生效 */
.gxma_gxep {
    height: auto;
}

/* GXEP tab 的左右 padding，跟其它 tab-pane 對齊 */
.gxep-tab-pane {
    padding-left: 15px;
    padding-right: 15px;
}

/* 修正 container_padding（原本有 container_pdding 拼錯） */
.container_padding {
    padding-right: 0;
    padding-left: 0;
}

/* 大學 Logo 外框與 hover 效果（對應 HTML 裡的 .gxep_box） */
.gxep_box {
    background-color: #1B1A1A;
    display: block;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14%;
    padding-bottom: 14%;
}

.gxep_box img {
    margin: auto;
}

/* hover 動畫：放大＋透明度變亮 */
.product_img .gxep_box {
    transition: transform 0.3s;
    opacity: 0.7;
}

.product_img:hover .gxep_box {
    transform: scale(1.1);
    opacity: 1;
    cursor: auto;
}

/* NOTE 區塊：info icon 與文字水平置中對齊 */
.container_note {
    display: flex;
    align-items: center;      /* 垂直置中對齊 icon + 文字 */
    gap: 8px;
    margin-top: 20px;
}

.container_note img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.container_note p {
    margin: 0;
}

/* GXEP (藍色) */
.gxma_gxep {
    margin-right: 20px;
    background-color: #164FA5 ;   /* 藍 */
}

/* GXCP (紫紅色) */
.gxma_gxcp {
    background-color: #B72485 ;   /* 紫紅 */
}

/* GXWP (綠色) */
.gxma_gxwp {
    margin-left: 20px;
    background-color: #1A9183;   /* 綠 */
}




/*****service process******/

.container_adjust{
    padding-left: 0px;
    padding-right: 0px;
}

.container_adjust .member_title{
    margin-left: 15px;
    margin-right: 15px;
}

.gxma_application, .gxma_payment, .gxma_timeline, .gxma_certification{
    margin-top: 20px;
    height: 240px;
    width: 49.2%;
}


.gxma_application{
    background-color: #23AD83;
    margin-right: 20px;
   
}

.link_info{
    text-decoration: underline;
}

.link_info:hover{
    color: #0047FF;
    text-decoration: underline;
}


.gxma_payment{
    background-color: #20C0CA;
}

.gxma_timeline{
    background-color: #2050CA;
    margin-right: 20px;
}

.gxma_certification{
    background-color: #CA207C;
}


.img-service{
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

.service_text{
    margin-top: 30px;
    margin-left: 70px;
}

/********************/
/********************/
/*****Six Sigma******/
/********************/
/********************/

.six_sigma_quote_section{
    background-color: #013EB0;
    width: 33.3%;
}

.rect_box_six_sigma{
    width: 33.3%;
}


.six_sigma_one{
    background-color: #1A9183;
    margin-right: 20px;
    
}


.six_sigma_two {
    background-color: #E17D08;
    margin-right: 20px;

    display: flex;
    flex-direction: column;
}


.six_sigma_two .learn_more {
    position: static !important;
    margin-left: 30px;
    margin-top: auto;
    transform: none !important;
}



.six_sigma_three{
    background-color: #B72485;
}


.six_sigma_four{
    background-color: #1A9183;
    width: 33%;
}


.objectives_img_left{
    margin-right: 20px;
    display: flex;
}

.objectives_img_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******Table******/
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
    width: 100%;
    min-width: 900px; /* forces columns not to collapse */
    border-collapse: collapse;
    color: #ffffff; /* since your background is dark */
}

.table-wrapper th,
.table-wrapper td {
    padding: 12px;
    border: 1px solid #444;
}


/* =============================== */
/*  Password Match Indicator       */
/* =============================== */

.match-indicator {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.match-indicator.ok {
    color: #4CAF50;
}

.match-indicator.error {
    color: #F44336;
}

.match-icon {
    font-size: 18px;
}


/**********************************/
/*************Log In **************/
/**********************************/


/* Center the whole login block */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh; 
    width: 100%;
}

/* Login Box */
.login-box {
    position: relative;

    width: 440px;
    text-align: left;
}

/* Title */
.login-title {
    font-size: 34px;
    margin-bottom: 25px;
}

/* Label */
.login-form label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

/* Input */
.login-form input {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 20px;
    border: none;
    color: white;
}

/* Login Button */
.login-btn {
    width: 100%;
    padding: 12px 0;
    background-color: #2f2f2f;
    border: none ;
    color: #ffffff ;
    font-size: 16px;
    border-radius: 0 ;   /* ❗ 無圓角 */
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.login-btn:hover {
    background-color: #3a3a3a;  /* Hover 亮一階 */
}

.login-btn:active {
    background-color: #454545;  /* Active 深一階 */
}


/* Bottom text (Left aligned version) */
.signup-text {
    margin-top: 15px;
    font-size: 14px;
    color: #CACACA;
    text-align: left;
}

.signup-text a {
    text-decoration: underline;
}

/* Hover: white */
.signup-text a:hover {
    color: #FFFFFF;
}

.forgot-text{
    margin-top:-10px;
    font-size: 14px;
    color: #CACACA;
    text-align: left;
}

.forgot-text a {
    color: #CACACA;
    text-decoration: underline;
}

.forgot-text a:hover {
    color: #ffffff;
}


.login-box p,
.signup-text {
    margin-left: 0;
}

/* Default: grey */
.signup-text a {
    color: #B0B0B0;
    text-decoration: underline;
}



/* Reuse password wrapper + eye icon (same as register_password.ejs) */
.password-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.password-wrapper input {
    width: 100%;
    padding-right: 42px; /* 留空間給眼睛 icon */
}

.eye-icon {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    font-size: 22px;
    user-select: none;
}

.eye-icon:hover {
    color: #ffffff;

}

.material-symbols-outlined {
    font-variation-settings:
      "FILL" 0,
      "wght" 400,
      "GRAD" 0,
      "opsz" 24;
}





/* =============================== */
/*  GXMA Auth Input (Login/Register) */
/* =============================== */

.gxma-auth-input {
  background-color: #1c1c1c;
  border: none;
  color: #fff ;
  border-radius: 0;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
}

.gxma-auth-input:focus {
  outline: none !important;
  border-color: #666 !important;
  box-shadow: none !important;
  background-color: #222 !important;
}

/* ===== Fix Chrome autofill background for GXMA auth inputs ===== */
.gxma-auth-input:-webkit-autofill,
.gxma-auth-input:-webkit-autofill:hover,
.gxma-auth-input:-webkit-autofill:focus,
.gxma-auth-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset ;
    box-shadow: 0 0 0 1000px #1c1c1c inset ;
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
    border: none;
}

/* Completely override Chrome's weird focus override on autofilled password fields */
.gxma-auth-input,
.gxma-auth-input:focus,
.gxma-auth-input:active {
    background-color: #1c1c1c !important;
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

input[type="password"].gxma-auth-input:-webkit-autofill,
input[type="password"].gxma-auth-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    background-color: #1c1c1c !important;
    -webkit-text-fill-color: #ffffff !important;
}

/******Error Alert********/

.gxma-error-banner {
  position: absolute;
  top: -100px;  
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px); 
  

  width: 100%;
  background-color: #870000;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 0px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-size: 15px;
  font-weight: 500;
}

.gxma-error-icon {
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
}


/******Info Alert********/
.gxma-info-banner {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #2c2c2c;   /* 深灰 info 色 */
  color: #e0e0e0;              /* 淺灰字 */
  padding: 12px 16px;
  border-radius: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-size: 15px;
  font-weight: 500;
}

.gxma-info-icon {
  font-size: 22px;
  color: #bfbfbf; /* 淺灰 icon */
  line-height: 1;
}

/* =============================== */
/*  GXMA Auth Button (no radius)  */
/* =============================== */

.gxma-auth-btn {
  width: 100%;
  background-color: #2f2f2f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  height: 50px;
  font-size: 16px;
}

.gxma-auth-btn:hover {
  background-color: #3c3c3c !important;
}

.gxma-auth-btn:active {
  background-color: #4a4a4a !important;
}

/*******Loading Animation*********/

.btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
  top: 15px;
  margin-left: 8px;
  animation: gxma-spin 0.7s linear infinite;
  
  vertical-align: middle;   /* ⭐讓小圈圈與字平行 */
}

@keyframes gxma-spin {
  to {
    transform: rotate(360deg);
  }
}





/**********************************/
/*************My GXMA *************/
/**********************************/

.container.my-gxma-container {
    margin-left: -15px ;
}

/* Narrow GXMA sidebar */
.sidebar-gxma {
    width: 280px;
}

.sidebar-gxma .list-group-item {
    background-color: #1a1a1a;   /* 深黑 */
    color: #e0e0e0;
    border: none;
    border-radius: 0 ; /* 取消 Bootstrap 圓角 */
    padding: 12px 16px;
    font-size: 15px;
}

/* Hover 效果：變稍淺灰，像 Edit button 風格 */
.sidebar-gxma .list-group-item:hover {
    background-color: #333333;
    color: #ffffff;
}

.sidebar-gxma .list-group-item.gxma-active {
    background-color: #575757;
    color: #ffffff;
}

/* 讓 sidebar 內的連結也符合風格 */
.sidebar-gxma .list-group-item a {
    color: inherit;         
    text-decoration: none;
    display: block;
}

.sidebar-gxma .list-group-item a:hover {
    color: #ffffff;
}


.sidebar-gxma ul.list-group {
    width: 100%;
}


/* My Account page spacing */
.gxma-account-content {
    padding-left: 150px;   /* 調整右側整體往右距離 */
}

.gxma-account-content h2 {
    margin-left: 0;       /* 確保 My Account 不會被系統 p margin 推走 */
}

.gxma-account-content p {
    margin-left: 0;       /* 所有 User Name, First Name, Last Name 左對齊 My Account */
}



/* ===== Account Section Wrapper ===== */
.gxma-section {
    margin-top: 40px;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #333;
    width: 80%;
}

/* Top row: Section title + Edit right-aligned */
.gxma-section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Field rows */
.gxma-field {
    margin-bottom: 18px;
    display: flex;              /* 同一行 */
    align-items: center;
}

.gxma-field label {   
    color: #ccc;
    font-weight: 600;
    margin: 0 12px 0 0;         /* 右邊留一點空間 */
    min-width: 160px;           /* Label 固定寬，右邊對齊 */
}

.gxma-field span {
    flex: 1;
    text-align: right;
    margin-left: auto;   /* ★ 往右推到底 */
    color: #ebebeb;
}

/* Inputs */
.gxma-input {
    width: 40%;          /* 2/3 */
    margin-left: auto;            /* 向右推到底 */
    text-align: right;
    background-color: #1A1A1A;    /* 深灰 */
    color: #FFFFFF;               /* 白字 */
    border: none;       /* 深灰邊框 */
    border-radius: 0;  /* 無圓角 */
    padding: 6px 12px;
    outline: none;
    box-shadow: none;  /* 移除 bootstrap 外框 */
}

/* Focus / Hover → 淺灰 (#2F2F2F) */
.gxma-input:focus,
.gxma-input:hover {
    background-color: #2F2F2F;
    outline: none ;
    box-shadow: none;
    color: #FFFFFF;
}

/* Save / Cancel container at bottom right */
.gxma-section-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 25px;
}

/* Buttons */
.gxma-edit-btn,
.gxma-save-btn {
    background-color: #2F2F2F;
    color: #f0f0f0;
    border: none;
    border-radius: 0;      /* 無圓角 */
    padding: 6px 16px;
    font-size: 14px;
}

.gxma-edit-btn:hover,
.gxma-save-btn:hover {
    background-color: #3a3a3a; /* hover 變淺 */
    color: #ffffff;
}

/* Cancel 純文字，無邊框，hover 高亮 + 底線 */
.gxma-cancel-btn {
    background: transparent;
    border: none;
    color: #ACACAC;
    padding: 6px 10px;
    font-size: 14px;
}

.gxma-cancel-btn:hover {
    color: #ffffff;
}

/* Save 维持直角，在 loading/active/focus 也不變 */
.gxma-save-btn,
.gxma-save-btn:active,
.gxma-save-btn:focus,
.gxma-save-btn:disabled {
    border-radius: 0;
    outline: none;
    box-shadow: none; /* 避免藍色外框 */
}

/***********************************************************************/
/***********************************************************************/
/****************************Responsive*********************************/
/***********************************************************************/
/***********************************************************************/
@media (min-width: 1200px) {
    .container {
        width: 97%;
    }


}

@media (min-width: 1000px) {

    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
    }

    .col-md-4 {
        width: 100%;
    }

    .col-md-4.about_gxma,
    .col-md-8.section_img_right,
    .col-md-8.section_img_left,
    .col-md-4.gxma_value {
        width: 100%;
    }

    .section_img_right {
        margin-left: 0px;
    }

    .section_img_right,
    .section_img_left {
        order: -1; /* Change the order to move the image to the top */
    }

    .about_gxma{
        margin-top: 20px;
    }

    .gxma_value{
        margin-top: 20px;
    }

    .gxma_leadership,
    .gxma_program, 
    .gxma_certificate{
        height: 350px;
    }


    .gxma_program{
        margin-top: 20px;
    }

    .gxma_certificate{
        margin-top: 20px;
    }

    .learn_more{
        position: absolute;
    }

    .brand_img{
        margin-right: 0px;
    }

    .brand_img:hover img {
        transform: scale(1.05);
    }

    .img_bg{
        display: none;
    }

    .client_quote_section{
        margin-top: 20px;
        height: 350px;
    }

    .footer_img{
        margin-left: 9%;
    }

    .section_footer_gxma h6{
        margin-left: 9%;
        
    }


    /*********************************/
    /*******Boards & Director*********/
    /*********************************/
    .row_gxma_boards{
        margin-top: 0px;
    }

    .gxma_borads{
        margin-right: 0px;
        height: 390px;
    }

    .img_boards{
        margin-top: 24%;
    }



    /**************************************************/
    /*******Branches & Authorized Institutions*********/
    /**************************************************/

    .member_title{
        height: 100%;
    }

    .member_title h3{
        margin-bottom: 20px;
    }




    /************************/
    /*******Services*********/
    /************************/

    .service_section_img_left{
        width: 100%;
    }

    .service_quote_section{
        margin-top: 20px;
        height: 350px;
    }

    .gxma_gxc,
    .gxma_gxm,
    .gxma_gxp,
    .gxma_gxo{
        
    height: 400px;

    }

    .gxma_gxc{
        margin-bottom: 20px;
    }

    .gxma_gxm{
        margin-bottom: 20px;
    }

    .gxma_empty_box{
        display: none;
    }

    /********Global Excellent Manager********/
    .gxm-tab-pane {
        padding-right: 0px;
    }
    
    .gxm_box {
        padding-top: 34%;
        padding-bottom: 34%;
    }




    /********Global Excellent Product********/


    .product_img {
        margin-right: 0px
    }

    .gxp_box{
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .product_img img{
        width: 40%;
    }

    .product_bg{
        visibility: none;
    }
 

}


