/*--------------------------------------------------------------
# contactUs Section
--------------------------------------------------------------*/
.dusky-purple {
  color: #5F475A;
}

.feedback {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.feedback .feedback-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.8;
  color: #5F475A;
  margin-bottom: 1.5rem; 
}

.feedback .feedback-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #5F475A;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .feedback .feedback-title {
    font-size: 2rem;
  }
  .feedback .feedback-description {
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {  
  .feedback {
    padding-top: 0;
  }
  .feedback .feedback-title {
    font-size: 1.75rem;
  }
  .feedback .feedback-description {
    font-size: 1rem;
  }
}

.feedback .cta-wrapper .btn-primary {
  padding: 0.75rem 1.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #E83C3C;
  border-color: #DC3545;
  color: #FFF;
}

.feedback .cta-wrapper .btn-primary:hover {
  background-color: #C23636;
  border-color: #b02a37;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
#Description Section
--------------------------------------------------------------*/
.description {
  background-color: #F8F8F8;
  padding: 2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.description p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #949494;
}

.description .title-icon {
  display: inline-block; 
  width: 70px; 
  height: 70px; 
  margin-top: 1rem;
  margin-bottom: 0.1rem;
  background-size: contain; 
  background-repeat: no-repeat;
}	

@media (min-width: 768px) {
  .right-border-md {
    border-right: 2px solid #ccc; 
  }
}
/*--------------------------------------------------------------
# Benefits Section
--------------------------------------------------------------*/
.card-content-title-1 {
  padding: 100px 0 20px 20px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #5F475A;
}

.card-content-desc-1 {
  padding-left: 20px;
  color: #5F475A;
}

#card-benefits-img-1 {
  background-image: 
    url('../img/products/products-srfb/description-img-1.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 320px;                          
  color: white;  
}

#card-benefits-img-2 {
  background-image: 
    url('../img/products/products-srfb/description-img-2.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 350px;                          
  color: white;  
}

#card-benefits-img-3 {
  background-image: 
    url('../img/products/products-srfb/description-img-3.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 350px;                          
  color: white;  
}

.benefits .benefits-container {
  max-width: 1000px;
  margin: 0 auto;
}

.tab-container {
  margin: 50px auto;
}

.tab-header {
  display: flex;
  border-bottom: solid 1px #DBDBDB; 
  position: relative;
}

.tab-title {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  color: #5F475A;
}

.tab-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1;
  transform: scaleX(0);  
  transition: transform 0ms ease-out;
}

.tab-title.active {
  font-weight: bold;
}

.tab-title.active::after {
  background-color: #00AAFF;
  height: 3px;
  z-index: 2;
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 3000ms ease-in;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}

.tab-title-mobile {
  flex: 1;
  text-align: left;
  padding: 20px 10px 10px 10px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  color: #5F475A;
}

@media (max-width: 767.98px) {
  .card-content-title-1 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0px 10px 10px 10px;
  }

  .card-content-desc-1 {
    padding-left: 10px;
  }

  .benefits .benefits-container {
    max-width: 70vw;
  }  
}

/*--------------------------------------------------------------
# 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, .title 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, .title a:hover {
  background-color: #C23636;
  border-color: #B02A37;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .contact h3 {
    font-size: 1.5rem;
  }

  .contact p {
    font-size: 1rem;
  }
}
/* Carousel */
#carousel1 .carousel-item {
  height: 70vh;
}
#carousel1 .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  top: unset;
  bottom: 5px;
}
.carousel-control-prev-icon
{
  z-index: 100;
  background-image: url('../../assets/img/icon/prev.png');
}
.carousel-control-next-icon
{
  z-index: 100;
  background-image: url('../../assets/img/icon/next.png');
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem; 
  transform: translateY(-20px);
}

@media (max-width: 767.98px) {
  #carousel1 .carousel-item {
    height: 65vh;
    margin-bottom: 100px;
  }
  #card-benefits-img-1, #card-benefits-img-2, #card-benefits-img-3 {
    height: 180px;
  }
  .carousel-icon {
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    background-size: contain; 
    background-repeat: no-repeat;
    opacity: 0.5;
  }
}
