/*
  Custom overrides for Smart Technology Hub.
  This stylesheet is included after assets/css/main.css.
  Add your custom styles below.
*/
  /* assets/css/custom.css */
  /* :root { --accent-color: #0ea5e9; } */

/* Hero carousel adjustments */
#hero .carousel,
#hero .carousel-item {
  height: 100vh;
  min-height: 560px;
}

#hero .carousel-item > img {
  object-fit: cover;
  height: 100%;
}

#hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

#hero .carousel-item {
  position: relative;
}

#hero .carousel-item .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

#hero .hero-content .btn-primary,
#hero .hero-content .btn-secondary {
  display: inline-flex;
  align-items: center;
}
