/* -------------------------------------------------------------------------- */
/*                                chijia Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

:root{
  font-size: 18px;
  --black: #2D2D2D;
  --second-black: #444;
  --blue: #2F6DB2;
}

a:hover{
  text-decoration: none;
  color: white;
}

p{
  font-size: 1rem;
  text-align: left;
  /* color: var(--black); */
}

.nav-bg{
  background-color: var(--black);
}

.text-shadow{
  text-shadow: 1px 1px #444
}

/* Top left text */
.top-left {
  position: absolute;
  top: 30%;
  left: 20%;
}

.work-partner-logo{
  /* filter: grayscale(100%); */
  width: 120px;
}

.work-partner-bg{
  background-color: white;
  height: 100%;
}

.service-img{
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 540px;
  max-height: 290px;
  height: auto;
  margin-top: 0.2rem;
}

.service-item-title{
  font-family: 'Noto Sans CJK TC';
  font-style: normal;
  font-weight: 900;
  color: var(--blue);
  text-align: left;
  font-size: 1.5rem;
}

.banner-green-fac{
  background-image: url('../img/index/green-fac.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-filter {
  /* background-color: black;
  opacity: 0.4; */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.banner-text{
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 1.2rem;
}

.blue-button{
  background-color: var(--blue);
  color: white;
  font-size: 1rem;
  padding: 0.8rem 8rem;
  border-radius: 2px;
}

.banner-products{
  background-image: url('../img/index/products.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-box {
  position: relative;
  padding: 0;
  margin: 0;
}

.product-box img {
  display: block;
  height: auto;
  width: 100%;
  /* max-width: 540px;
  max-height: 290px; */
  object-fit: cover;
}
  
.product-text {  
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 0.75em 1em;
  font-weight: 700;
  z-index: 2;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.3);
  transition: opacity .3s ease-in-out;
}


.news-box{
  background-color: #2E4454;
  text-align: center;
}

.news-title{
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
}

.banner-green{
  background-image: url('../img/index/green.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-green-text{
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
}

.footer-bg{
  background-color: var(--black);
  height: auto;
  padding: 2rem 0;
}

.footer-title{
  text-align: left;
  font-size: 1.5rem;
  font-weight: 900;
}

.footer-text{
  text-align: left;

}

.outlined-btn{
  display: block;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  padding: 5px 0 0 0;
  height: 40px;
  width: 250px;
  text-align: center;
}

.outlined-btn:hover{
  cursor: pointer;
}


/* ==================================================================
======================  about / values / team  ======================
===================================================================== */

.about-bg{
  background-image: url('../img/about_bg.png');
  background-position: center;
  background-size: cover;
}

.about-title{
  font-size: 2rem;
  color: white;
  font-weight: 900;
  text-align: center;
}

.tech-bg{
  background-image: url('../img/tech_bg.jpg');
  background-position: center;
  background-size: cover;
}

.custom-hr{
  border-top: 3px solid white
}

.about-text{
  font-size: 1.1rem;
  color: white;
  font-weight: 500;
  text-align: center;
}

.main-bg{
  background-image: url('../img/page_bg.png');
  background-repeat: no-repeat; 
  background-size: cover; 
}

.inner-nav-item{
  color: var(--black);
  
}

.inner-nav-item-on, .inner-nav-item:hover{
  color: var(--black);
  /* border-bottom: 1px solid brown; */
  box-shadow:  0 3px 0 0 brown; 
  display: block;
}

.about-section-title{
  font-weight: 900;
  color: var(--black);
}

.img-box{
  background-image: url('../img/concept/concept1.png');
}

.banner-values{
  background-image: url('../img/values/values5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-team{
  background-image: url('../img/team/team1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ==================================================================
==============================  news  ===============================
===================================================================== */

.news-bg{
  background-image: url('../img/news_bg.png');
  background-position: center;
  background-size: cover;
}

.news-side-head{
  background-color: var(--black);
  color: white;
  padding: 1.5rem 0;
  text-align: center;
}

.news-side-body{
  background-color: white;
  color: var(--black);
  padding: 0.5rem 0;
  
}

.news-side-body ul {
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
}

.news-side-body ul li a,  
.news-side-body ul li a:hover{
  color: var(--black);

}

/* ==================================================================
==============================  home deco  ==========================
===================================================================== */

.products-bg{
  background-image: url('../img/products_bg.png');
  background-position: center;
  background-size: cover;
}

/* ==================================================================
=========================  wall covering  ===========================
===================================================================== */

.wall-covering-bg{
  background-image: url('../img/wall_covering_bg.png');
  background-position: center;
  background-size: cover;
}

/* ==================================================================
=============================  index 2  =============================
===================================================================== */

.gradient-div {
  position: absolute;
  top: 20%;
  width: 100%; /* Adjust the width as needed */
  height: 65%; /* Adjust the height as needed */
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.company-profile-bg {
  background-image: url('../img/index_2/our_profile_bg.jpg');
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  height: 850px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5); /* Black with 50% transparency */
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
}

.content-container {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.profile,
.article-content {
  max-width: 450px;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .profile,
  .article-content {
    max-width: none; /* Reset max-width */
    width: 100%; /* occupy the full width when the window is less than 992px */
  }
}

.profile {
  font-size: 2em;
  margin-bottom: 20px;
}

/* our tech */
.our-tech {
  background-color: white;
  width: 100%;
  align-items: center;
}

.tech-image {
  width: 100%; /* Extend to left and right with 20px margin on each side */
  height: 500px;
  object-fit: cover; /* Maintain aspect ratio while covering the container */
}

.verticalLine {
  padding-left: 20px;
  border-left: thick solid #000;
}

.verticalLine-white {
  padding-left: 20px;
  border-left: thick solid white;
}

.certification-icon {
  width: 100px;
  margin-bottom: 20px; /* Adjust as needed for spacing between icons */
}
