body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #808080;
  margin: 0;
  padding: 0;
}
.hero-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Updated styles for hero section and content */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
}

.hero-text {
  z-index: 1;
  position: relative;
  padding: 20px;
}


.placeholder-img {
  width: 80%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.video-thumb {
  width: 100%;
  height: 150px;
  max-width: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0.4px 12px rgba(0,0,0,.1);
  border-radius: 10px;
}

footer .footer-links a {
  font-size: 0.9rem;
  text-decoration: none;
}

img.rounded.shadow {
  max-height: 350px;
  object-fit: cover;
}

img.rounded-circle {
  object-fit: cover;
  border: 3px solid #f8f9fa;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
