.attractive-text {
  font-family: "Arial", sans-serif;
  font-size: 3rem;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #ff0000, #499485);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-us-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.why-us-item {
  text-align: center;
  margin-bottom: 40px;
}

.why-us-icon {
  font-size: 48px;
  color: #ff6600;
  margin-bottom: 20px;
}

.why-us-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.why-us-description {
  font-size: 16px;
  color: #777;
  line-height: 1.6;
}

.products-section {
  background-color: #fff;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

/* .product-item {
        margin-bottom: 30px;
    }

    .product-name {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    } */

.product-sizes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-sizes li {
  font-size: 16px;
  color: #777;
  line-height: 1.6;
}

.uli li {
  font-size: 13px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.office-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.office {
  text-align: center;
}

.office-title {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.office-address {
  font-size: 16px;
  color: white;
  line-height: 1.6;
}

.social-media {
  text-align: center;
}

.social-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-link.instagram {
  background-color: #ff6600;
}

.social-link.linkedin {
  background-color: #0a66c2;
}

.social-link.whatsapp {
  background-color: #25d366;
}

.social-link.instagram:hover {
  background-color: white;
}

.social-link.linkedin:hover {
  background-color: white;
}

.social-link.whatsapp:hover {
  background-color: white;
}