body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: linear-gradient(120deg, #f0f0f0, #e0e0e0);
}

header h1 {
  margin: 0;
}

.nav-link {
  padding: 10px 20px;
}

.welcome-section {
  position: relative;
  width: 100%;
  height: 100vh; 
  background-image: url('https://i.postimg.cc/mDyx2bb9/giphy.gif'); 
  background-size: cover; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.welcome-title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.welcome-description {
  font-size: 1.5rem;
  margin-top: 10px;
}

.welcome-quote {
  font-style: italic;
  margin-top: 20px;
  font-size: 1.2rem;
}

.about {
  background: #ffffff;
  padding: 40px 0;
}

.about img {
  border-radius: 10px;
}

.services-section {
  background: #f8f9fa;
  padding: 40px 0;
}

.service-box {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-box h3 {
  margin-bottom: 15px;
}

.service-box img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.service-box img:hover {
  transform: scale(1.05);
}

.team {
  background: #e9ecef;
  padding: 40px 0;
}

.team h3 {
  margin-top: 20px;
}

.contact {
  background: #f8f9fa;
}

footer {
  background-color: #007bff; 
}

h2 {
  font-size: 2.5rem; 
  font-weight: bold; 
  text-align: center; 
  color: #4a90e2; 
  margin-bottom: 30px; 
  text-transform: uppercase; 
  position: relative; 
}

h2::after {
  content: ""; 
  display: block; 
  width: 100px; 
  height: 4px; 
  background: #f39c12; 
  margin: 10px auto; 
  border-radius: 2px; 
}
h3 {
  font-size: 1.75rem;
  font-weight: semi-bold; 
  color: #333;
  margin: 20px 0; 
  text-align: left; 
  position: relative; 
  padding-left: 20px; 
}

h3::before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 50%; 
  width: 5px; 
  height: 100%; 
  background: #f39c12; 
  transform: translateY(-50%); 
}

.stats-section {
  background-color: #f9f9f9; 
}

.card {
  margin: 15px; 
  transition: transform 0.3s; 
}

.card:hover {
  transform: translateY(-5px); 
}

.card-body {
  padding: 20px; 
}


h3 {
  color: #333; 
  font-size: 1.5rem; 
}

.count {
  font-size: 2.5rem; 
  font-weight: bold; 
  color: #4a90e2; 
  margin-top: 10px; 
}
