body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
  background-color: #000;
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
  height: 40px;
}

.nav-link,
.navbar-brand {
  color: #363636 !important;
}

.nav-link:hover {
  color: rgb(255, 104, 0) !important;
}

.social-icons a {
  color: #363636;
  margin-left: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}

.social-icons a:hover {
  color: rgb(255, 104, 0);
}

.hero {
  background: url("../../images/sports.webp") center/cover no-repeat;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #363636;
  text-align: center;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content h1,
.hero-content h2 {
  color: rgb(255, 104, 0);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.hero-content h2 {
  font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  color: rgb(255, 104, 0);
}

.section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}

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

.services .card {
  border: none;
  background: #111;
  color: #eee;
}

.portfolio img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

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

#contact {
  background-color: #111;
  color: #eee;
}

footer {
  background: #111;
  color: #eee;
  padding: 2rem 0;
}

.form-control {
  background-color: #222;
  color: #eee;
  border: 1px solid #444;
}

.form-control::placeholder {
  color: #aaa;
}

.btn-dark {
  background-color: #333;
  border: none;
}

.btn-dark:hover {
  background-color: #444;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: white;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}
