.coming-soon-area {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/breadcrumb/breadcrumb.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.coming-soon-content {
  padding: 50px 0;
}

.coming-soon-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.feature-item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.feature-item i {
  font-size: 2.5rem;
  color: #cda45e;
  margin-bottom: 20px;
}

.feature-item h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.feature-item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.coming-soon-location {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin: 40px 0;
}

.coming-soon-location h3 {
  color: #cda45e;
  margin-bottom: 20px;
}

.coming-soon-location p {
  margin: 10px 0;
  font-size: 1.1rem;
}

.coming-soon-social {
  margin-top: 40px;
}

.coming-soon-social h4 {
  color: #cda45e;
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #cda45e;
  color: #fff;
  transform: translateY(-3px);
}
