/* ============================
   Web Development Section
============================ */
.web-service-section {
  background-color: #f9fafc;
  padding: 120px 0;
}

.web-content .highlight {
  color: #384bff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.web-content .title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.web-content .title span {
  color: #384bff;
}

.web-content p {
  color: #555;
  margin-bottom: 18px;
  line-height: 1.7;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.feature-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
}
.feature-list i {
  color: #384bff;
  margin-right: 10px;
}

.theme-btn {
  background: #384bff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
}
.theme-btn:hover {
  background: #1f2bcc;
  color: #fff;
  box-shadow: 0 5px 15px rgba(56, 75, 255, 0.3);
}

.web-image img {
  width: 90%;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(56, 75, 255, 0.15);
  transition: transform 0.4s ease;
}
.web-image img:hover {
  transform: scale(1.05);
}

/* ============================
   Tech Stack Section
============================ */
.tech-stack-section {
  background-color: #eef1ff;
  padding: 100px 0;
}

.tech-stack-section h2 {
  color: #1a1a1a;
}

.tech-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px 10px;
  transition: all 0.4s ease;
  border: 1px solid rgba(56, 75, 255, 0.1);
}
.tech-card img {
  width: 60px;
  margin-bottom: 10px;
}
.tech-card p {
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
}
.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(56, 75, 255, 0.2);
}

.tech-stack-section {
  background: linear-gradient(135deg, #0a0f2c, #384bff);
  color: #fff;
}

.tech-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px rgba(56, 75, 255, 0.2);
  height: 100%;
}

.tech-card i {
  font-size: 45px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.3s;
}

.tech-card h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.tech-card p {
  color: #dbe2ff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.tech-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #384bff, #1f2aff);
  box-shadow: 0 6px 20px rgba(56, 75, 255, 0.5);
}

.tech-card:hover i {
  transform: scale(1.2);
  color: #ffce00;
}
