/* Base Styles */

.bar1,
.bar2,
.bar3
{
  background-color: var(--white) !important;
}

.bar1,
.bar2,
.bar3,
.navbar-on .bar1,
.navbar-on .bar3 {
  background-color: var(--blue);
}
.navbar-on .bar1 {
  background-color: var(--blue)!important;
}
.navbar-on .bar3 {
  background-color: var(--blue)!important;
}



/* HERO */
.hero {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-content {
  width: 50%;
  padding: 0;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.hero-image {
  width: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/images/training_head.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-content-p {
  max-width: 500px;
}

section.hero {
  padding: 0;
}

/* FIGURES */
.figures h2 {
  border-bottom: 1px var(--gold) solid;
}

/* INFRASTRUCTURE */
/* .path h3 {
  max-width: 50%;
} */

.path img {
  max-width: 100%;
}


.department-content .department-p
{
  max-width: 35%;
  text-align: center;
  margin: auto;
  /* padding-left: 200px;
  padding-right: 200px; */

}
.training-card {
    padding: 25px 30px;
    border: 1px solid var(--gold);
    border: 1px solid var(--gold);
    opacity: 1;

    max-width: 600px;
    margin: 0 auto;
  }

.button {
  padding: 0.7rem 1rem !important;
}

.quote h4 {
  width: 50%;
}

/* Media Queries */

/* Mobile phones */
@media (max-width: 767px) {
  .hero-mobile {
    margin-top: 90px;
  }

  .hero-image {
    background: none;
  }

  .hero-content-p {
    width: 100%;
  }

  .path h3 {
    font-size: 38px;
    line-height: 25px;
    max-width: 100%;
  }

  .department-content .department-p {
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  .quote h4 {
    width: 100%;
  }

  .scroll-buttons {
    text-align: center;
  }

  .bar1,
  .bar2,
  .bar3,
  .navbar-on .bar1,
  .navbar-on .bar3 {
    background-color: var(--blue) !important;
  }
}

/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.hero-mobile {
    padding-left: 30px !important;
    padding-top: 130px;
  }
  .infrastructure h3 {
      font-size: 30px;
      line-height: 25px;
  }
  .supply-demand-section .card h3 {
      font-size: 35px;
      line-height: 35px;
  }
}

/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  section.hero {
    padding-left: 30px !important;
  }
}

/* iPad Pro-specific styling */
@media (min-width: 834px) and (max-width: 1366px) {
  .hero-content {
    padding-left: 20px !important;
  }
  .hero {
    height: 50vh;
  }
}

/* Small desktops */
@media (min-width: 1025px) and (max-width: 1439px) {
  /* Optional refinements here */
  
}

/* Large desktops */
@media (min-width: 1440px) {
  /* Optional refinements here */
}

/* Ultra-wide monitors */
@media (min-width: 1920px) {
  /* Optional refinements here */
}

@media (min-width: 2560px) {
  /* 2K / 4K refinements */
}
