/* Why Us & Contact Section Styles */
.why-us-section {
  background-color: #1E1E1E;
  padding: 60px;
  margin: 0 0 30px;
  border-radius: 16px;
  /* border: 1px solid;
  border-image: linear-gradient(135deg, #706464 0%, rgba(214, 191, 191, 0) 100%) 1; */
}

.why-us-section .section-title {
  color: #F79421;
}

.why-us-section .section-subtitle {
  color: #D0D0D0;
}

.why-us-header {
  padding-right: 40px;
}

.why-us-content {
  padding-left: 40px;
}

.why-us-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.why-us-item:last-child {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.check-icon {
  width: 14px;
  height: 14px;
  margin-right: 16px;
  flex-shrink: 0;
}

.why-us-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #D0D0D0;
  opacity: 0.9;
}

.additional-products {
  margin-top: 40px;
}

.additional-product-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #D0D0D0;
  opacity: 0.9;
  margin: 0;
  text-align: center;
}

.contact-section {
  padding: 60px 0;
  background-color: #F5F5F5;
}

.contact-header {
  padding-right: 40px;
}

.contact-section .section-subtitle {
  color: #252525;
}

.contact-info,
.contact-details {
  padding-left: 20px;
}

.contact-company {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #252525;
  opacity: 0.9;
  margin-bottom: 8px;
}

.contact-address {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #252525;
  opacity: 0.9;
  margin: 0;
}

.contact-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #1E1E1E;
  opacity: 0.9;
  margin-bottom: 8px;
}

.contact-email,
.contact-phone {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #1E1E1E;
  opacity: 0.9;
  margin: 4px 0;
}

/* Mobile Contact */
@media screen and (max-width: 640px) {
  .why-us-section {
    margin: 40px 20px;
    padding: 40px 20px;
  }
  
  .why-us-header {
    padding-right: 0;
    margin-bottom: 32px;
  }
  
  .why-us-content {
    padding-left: 0;
  }
  
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-header {
    padding-right: 0;
    margin-bottom: 32px;
  }
  
  .contact-info,
  .contact-details {
    padding-left: 0;
    margin-bottom: 24px;
  }
}
