/*--------------------------------------------------------------
# Title Section
--------------------------------------------------------------*/
.title p, .banner p {
  color: #484848;
}

.products-ltec {
  position: relative;
  overflow: hidden;
}

#products-ltec {
  background-image: url('../img/products/products-ltec/products-background-1.png'); 
  background-size: cover; 
  background-position: center; 
  height: 85vh;
}

#products-ltec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%; 
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(128, 128, 128, 0.4), rgba(255, 255, 255, 0));
  pointer-events: none; 
  z-index: 2;
}

@media (max-width: 991.98px) {
  #products-ltec {
    height: 65vh;
  }
}

@media (max-width: 767.98px) {
  #products-ltec {
    height: 35vh;
    background-size: cover; 
  }
}
/*--------------------------------------------------------------
# Description Section
--------------------------------------------------------------*/
.description-item a {
  color: inherit;	
}

.description-item p {
  margin: 1rem 2rem 0.6rem 2rem;
  font-weight: 400;
  font-size:1.5rem;
  color: #00AAFF;	
}

.text-gray {
  color: #949494 !important;
}

.card-content-desc {
  margin: 0.6rem 2rem 1rem 2rem;
  font-size:1.2rem;
  line-height: 2rem;
  color: #5C5C5C;
}

.card-description {
  background-color: #F5F5F5;
  border-radius: 20px;
}

#card-description-img-1 {
  background-image:  
    url('../img/products/products-ltec/description-img-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
  color: white;
}

#card-description-img-2 {
  background-image:  
    url('../img/products/products-ltec/description-img-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
  color: white;
}

#card-description-img-3 {
  background-image:  
    url('../img/products/products-ltec/description-img-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
  color: white;
}

#card-description-img-4 {
  background-image:  
    url('../img/products/products-ltec/description-img-4.png?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  height: 390px;
  color: white;
}

#card-description-img-5 {
  background-image:  
    url('../img/products/products-ltec/description-img-5.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
  color: white;
}

.description .description-container {
  max-width: 1000px;
  margin: 0 auto;
}

.description .description-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.description .description-item .content {
  width: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media (max-width: 767.98px) {
  .description .description-container {
    max-width: 600px;
    padding: 1rem 0;
  }

  .description .description-item {
    padding-bottom: 2rem;
  }

  .description .description-item .content {
    border-width: 1px;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.contact {
  background-color: #F2FCFF;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact h3 {
  font-size: 2.2rem;
  font-weight: 600;
}

.contact p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #949494;
}

.contact a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: 180px;
  padding: 15px;
  border-radius: 18px;
  background-color: #E83C3C;
  border-color: #dc3545;
}

.contact a:hover {
  color: #fff;
  background-color: #C23636;
  border-color: #b02a37;
}
