    body { font-family: 'Segoe UI', sans-serif; }
    .platform-section { padding: 60px 0; }
    .gig-card img { height: 180px; object-fit: cover; }
    .btn-platform { background-color: #1dbf73; color: #fff; }
    .btn-platform:hover { background-color: #17a863; }
    .upwork { background-color: #6fda44; }
    .kwork { background-color: #ffa500; }
    .seoclerks { background-color: #4e4e4e; }
    .hero { background-color: #f8f9fa; padding: 60px 0; text-align: center; }
    .hero img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; margin-bottom: 20px; }
    .social-icons a {
      margin: 0 10px;
      font-size: 20px;
      color: #333;
      transition: color 0.3s;
    }
    .social-icons a:hover { color: #007bff; }
    /* .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
} */

    .hero {
      background: linear-gradient(120deg, #6a11cb 0%, #2575fc 100%);
      padding: 60px 20px;
      text-align: center;
      color: #fff;
      border-radius: 0 0 60px 60px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .hero .container {
      max-width: 800px;
      margin: auto;
    }

    .hero img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #fff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      margin-bottom: 20px;
      transition: transform 0.3s ease;
    }

    .hero img:hover {
      transform: scale(1.05);
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .hero .lead {
      font-size: 1.2rem;
      line-height: 1.6;
      margin-top: 10px;
    }

    @media (max-width: 600px) {
      .hero h1 {
        font-size: 2rem;
      }

      .hero .lead {
        font-size: 1rem;
      }
    }


    /* Fiverr section */

    .platform-section {
  background: linear-gradient(135deg, #f9f9ff 0%, #eef2f7 100%);
  padding: 60px 20px;
}

.platform-section h2 {
  font-weight: 700;
  color: #2d2d2d;
  font-size: 2.5rem;
  margin-bottom: 40px;
  position: relative;
}

.platform-section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #2575fc;
  margin: 10px auto 0;
  border-radius: 2px;
}

.gig-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gig-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.gig-card img {
  height: 180px;
  object-fit: cover;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  min-height: 48px;
}

.card-text {
  font-size: 0.95rem;
  color: #666;
  min-height: 40px;
}

.btn-platform {
  background-color: #2575fc;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-platform:hover {
  background-color: #1a5ed9;
}
