/*--------------------------------------------------------------
# contactUs Section
--------------------------------------------------------------*/
.dusky-purple {
  color: #5F475A;
}

#contactUs{
  background-image: url('../img/products/products-vms/products-background-1.png');
  background-size: cover; 
  background-position: right; 
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 85vh;
  width: 100%;
}

#contactUs::before {
  content: "";
  right: 0;
  position: absolute;
  height: 100%;
  width: 60%; 
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.4), rgba(0, 0, 0, 0.6));
  pointer-events: none; 
  z-index: 2;
}

#contactUs .container {
  height: 100%;
  align-content: center;
}

.contactUs #contactUs-content {
  z-index: 3;  
}

.contactUs .contactUs-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin-bottom: 1.5rem; 
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.contactUs .contactUs-description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

#products-background-1 {
  background-image: 
    url('../img/products/products-vms/products-background-1.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 350px;                          
  color: white;  
}

.contactUs .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;
}

.contactUs .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);
}

@media (max-width: 767.98px) {
  #contactUs{
    height: 35vh;
    background-image: url('../img/products/products-vms/products-background-mobile.png');
  }

  .contactUs .contactUs-title {
    font-size: 1.3rem;
  }
  .contactUs .contactUs-description {
    font-size: 12px;
  }
  .contactUs .cta-wrapper .btn-primary {
    font-size: 0.9rem;
    padding: 0.35rem 1.25rem;
  }
}

/*--------------------------------------------------------------
#Description Section
--------------------------------------------------------------*/
.description .container {
  background-color: #F8F8F8;
  padding: 1.5rem;
  overflow: hidden;
  border-radius:30px;
}

.description h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5F475A;
}

.description p {
  font-size: 1rem;
  font-weight: 400;
  color: #949494;
}

.description .title-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0.5rem;
  background-color: white;
  background-size: 60%; 
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); 
}	

@media (min-width: 768px) {
  .right-border-md {
    border-right: 2px solid #ccc; 
  }
}
/*--------------------------------------------------------------
# Benefits Section
--------------------------------------------------------------*/
.card-content-title.active p {
  border-top: solid 1px #00AAFF;
}

.card-content-title p {
  border-top: solid 1px #DBDBDB;
  margin: 10px 10px 0 10px;
  font-size: 2rem;
  color: #5F475A;
}

.card-content-desc.active {
  display: block;
}

.card-content-desc {
  margin: 10px;
  color: #5F475A;
  display: none;
}

.card-img.active {
  display: block;
}

.card-img {
  display: none;
}

#card-benefits-img-1 {
  background-image: 
    url('../img/products/products-vms/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-vms/description-img-2.png?v=1');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 320px;                          
  color: white;  
}

#card-benefits-img-3 {
  background-image: 
    url('../img/products/products-vms/description-img-3.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 320px;                          
  color: white;  
}

#card-benefits-img-4 {
  background-image: 
    url('../img/products/products-vms/description-img-4.png');
  background-size: contain;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 320px;                          
  color: white;  
}
.benefits .benefits-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #card-benefits-img-1, #card-benefits-img-2, #card-benefits-img-3, #card-benefits-img-4 {
    height: 280px;
  }
  .benefits .benefits-container {
    max-width: 600px;
    padding: 1rem 0;
  }
  
  .card-content-title p {
    font-size: 1.5rem;
  }
  
  .card-content-desc {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------
# 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);
}