@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
}

.red-section {
  background: #0082c6;
  color: white;
}

.btn {
  transition: 0.4s all;
  font-size: 17px;
  line-height: 18px;
  padding: 15px 50px 15px 50px !important;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.85px;
}

.btn-danger {
  background-color: #0082c6;
  border: none;
}

.btn-danger:hover {
  background-color: #005a8a;
  border: none;
}

.btn-outline-danger {
  background-color: #0082c6;
  color: white;
  border: none;
}

.btn-outline-danger:hover {
  background-color: #005a8a;
  border: none;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.tech-carousel img {
  max-width: 100%;
  height: auto;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(0, 0, 0) !important;
  font-size: 20px !important;
  /* Decrease size (default is 44px) */
  width: 20px !important;
  height: 20px !important;
}


.swiper-pagination-bullet {
  background-color: rgb(0, 0, 0);
}

.features {
  margin-top: -150px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* soft shadow */
  border-radius: 12px;
  /* optional for rounded corners */
  background: #fff;
  /* ensure it has a visible background */
  padding: 1rem;
  /* optional, adds spacing inside */
}

.tab-content {
  background-color: #f8f9fa;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.tab-pane {
  display: flex;
  align-items: center;
}

.tab-pane .img-col {
  flex: 1;
  text-align: center;
}

.tab-pane .text-col {
  flex: 1;
}

.tab-pane img {
  max-width: 100%;
  height: auto;
}

.nav-tabs .nav-link {
  color: #000;
}

.nav-tabs .nav-link.active {
  color: #0082c6 !important;
  font-weight: bold !important;
  border-color: transparent transparent #0082c6 transparent !important;
}

.btn-explore {
  background: #0082c6 !important;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
}

.progress-indicator {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}