body, h1, h2, h3, h4, h5, h6, p, a, button, input {
  font-family: 'Vazirmatn', Tahoma, sans-serif;
}

.navbar {
  background: linear-gradient(135deg, #003366, #0059b3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
  height: 70px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s, border-bottom 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ffd700 !important;
  border-bottom: 2px solid #ffd700;
}


.glass-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.glass-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.service-img-glow img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.4);
  transition: transform 0.3s;
}

.service-icon-glow {
  font-size: 3rem;
  color: #007bff;
  text-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
}

.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.animate-fade.show {
  opacity: 1;
  transform: translateY(0);}
  
  .glass-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 16px 30px rgba(0, 123, 255, 0.3);
}



.service-icon-glow:hover {
  transform: rotate(10deg) scale(1.1);
  transition: all 0.3s ease-in-out;
}

footer {
  background: #111;
  color: #fff;
}

footer h5 {
  color: #ffc107;
  margin-bottom: 1rem;
}

footer p, footer a {
  color: #ccc;
  font-size: 0.9rem;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}
