#how {
  scroll-margin-top: 100px;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
}

.video-overlay h1 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.video-overlay p {
  font-size: 1.5rem;
  margin-top: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-overlay h1 {
    font-size: 2.5rem;
  }

  .video-overlay p {
    font-size: 1rem;
  }
}

.header {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 2em;
  margin: 0;
  padding: 0.25em;
  background-color: #1da46a;
  color: #f0f0f0;
}

.green-font {
  color: #1da46a !important;
}

.white-font {
  color: #f0f0f0 !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.moreButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  margin: 3rem 0;
  background-color: #168f5a;
  height: 300px;
}

.redirectButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  width: 10em;
  height: 10em;
}

.redirectButton:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.redirectButton .material-icons {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.redirectButton span {
  font-weight: 500;
  text-align: center;
}

footer {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1em;
  margin: 0;
  padding: 1.5em;
  height: 50px;
  background-color: #1da46a;
  color: #f0f0f0;
}

video {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f2f4f2;
  color: #333;
}

h2 {
  font-size: 1.5em;
  margin: 1em 0;
}

h3 {
  font-size: 1.2em;
  margin: 1em 0;
}

p {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: large;
}

ul {
  margin: 0 1em;
  padding: 1em;
}

ol {
  margin: 0 1em;
  padding: 1em;
}

li {
  margin: 0 1em;
}

a {
  color: #333;
}

a:hover {
  color: #f0f0f0;
  background-color: #333;
}

.hero-section {
  position: relative;
  padding: 4rem 0;
  background-color: #f6f9f6;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  padding-right: 2rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1da46a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 2rem;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.drone-image {
  width: 100%;
  max-width: 450px;
  filter: drop-shadow(0 10px 15px rgba(29, 164, 106, 0.2));
  position: relative;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cta-button {
  display: inline-block;
  background-color: #1da46a;
  color: white !important;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(29, 164, 106, 0.2);
}

.cta-button:hover {
  background-color: #168f5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(29, 164, 106, 0.3);
}

.stats-section {
  position: relative;
  padding: 5rem 0;
  background-color: #1da46a;
}

.stats-section .container {
  flex-direction: row;
}

.stats-content {
  flex: 1;
  max-width: 600px;
  padding: 0 2rem;
}

.stats-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.map-stats-image {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f6f9f6;
  margin: 0;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  text-align: center;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #f6f9f6;
  margin-bottom: 2rem;
}

.stats-counters {
  display: flex;
  gap: 2rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f6f9f6;
}

.stat-label {
  font-size: 1rem;
  color: #f6f9f6;
}

.team-section {
  position: relative;
  padding: 4rem 0;
  background-color: #f6f9f6;
}

.team-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.team-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.team-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-card h3 {
  color: #1da46a;
  margin-bottom: 1rem;
  margin-top: 0;
}

.team-card p {
  margin: 0.5rem 0;
  font-weight: 500;
}

.team-card .role {
  font-size: 0.9rem;
  color: #1da46a;
  margin-top: 0;
}

.supervisor-info {
  display: flex;
  justify-content: center;
}

.supervisor-card {
  min-width: 250px;
}

/* Buttons Section Styles */
.moreButtons-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 5rem 0;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .moreButtons-section {
    gap: 1.5rem;
    padding: 5rem 1rem;
  }

  .redirectButton {
    width: 8em;
    height: 8em;
    padding: 1.2rem;
  }

  .redirectButton .material-icons {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .moreButtons-section {
    flex-direction: row;
    gap: 1.5rem;
    padding: 3rem 1rem;
  }

  .redirectButton {
    width: calc(50% - 1.5rem);
    height: auto;
    min-height: 8em;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .redirectButton .material-icons {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .moreButtons-section {
    padding: 3rem 0.5rem;
  }

  .redirectButton {
    width: 90%;
  }
}

.map-section {
  position: relative;
  padding: 4rem 0;
  background-color: #f6f9f6;
}

#mapContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

#mapImage {
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .hero-content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .drone-image {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .stats-section {
    padding: 4rem 0 3rem;
  }

  .stats-section .container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 4rem 0 3rem;
  }

  .team-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .team-card {
    padding: 1rem 1.5rem;
  }
}

/* How it works section styles */
.how-it-works-section {
  position: relative;
  padding: 5rem 0;
  background-color: #f6f9f6;
}

.how-it-works-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.step-item {
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1rem;
  z-index: 2;
}

.step-number {
  background-color: #1da46a;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.step-icon {
  background-color: #f2f4f2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.step-icon .material-icons {
  font-size: 2.5rem;
  color: #1da46a;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1da46a;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.step-description {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  margin-top: 0.5rem;
}

.step-connector {
  flex-grow: 0;
  height: 3px;
  background-color: #1da46a;
  min-width: 30px;
  align-self: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.step-item:hover .step-icon {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(29, 164, 106, 0.2);
}

/* Responsive adjustments for how it works section */
@media (max-width: 992px) {
  .steps-container {
    flex-direction: column;
    gap: 1rem;
  }

  .step-item {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .step-connector {
    display: none; /* Hide connectors when steps are vertical */
  }
}
