.bg-gray-dark {
  color: #fff;
  padding: 20px;
  background-image: url("../../../assets/images/bg-office.jpg");
  background-size: 100%;
  background-position: cover;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 300px;
  display: flex;
  align-items: center;
  margin-top: -4vh !important;
}

@media (max-width: 750px) {
  .bg-gray-dark {
    background-size: auto;
    background-position: right;
  }
}

.isc {
  width: 50%;
  margin-left: 20%;
}

.main-title {
  font-size: 9vh;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #ff5722;
  color: #fff;
  border-radius: 0 5px 5px 0;
  white-space: nowrap;
  cursor: pointer;
}

.search-box input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.separator {
  margin-top: 3vh;
}

.featured-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.featured-line {
  border-bottom: 2px solid #333;
  margin-bottom: 4vh;
}

.card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-body {
  padding: 15px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #555;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-inner {
  padding: 20px 0;
}

@media (max-width: 769px) {
  .carousel-item .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}

.cards-h {
  margin-top: 5vh !important;
}
.card {
  align-items: center;
  min-height: 50vh !important;
  min-width: 50vh !important;
  max-height: 50vh !important;
  max-width: 50vh !important;
}
.card-text{
  text-align: justify;
}
.card-img-top {
  width: 50% !important;
  height: 9.5vh !important;
}

@media (max-width: 1514px), (max-height: 669px) {
  .card {
    min-height: 45vh !important;
    min-width: 45vh !important;
    max-height: 45vh !important;
    max-width: 45vh !important;
    font-size: 80%;
  }
  .card-text{
    font-size: 80%;
  }
}



@media (min-width: 1526px) {
  .card {
    align-items: center;
    min-height: 45vh !important;
    min-width: 30vh !important;
    max-height: 45vh !important;
    max-width: 30vh !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1525px) {
  .card {
    align-items: center;
    min-height: 50vh !important;
    min-width: 50vh !important;
    max-height: 50vh !important;
    max-width: 50vh !important;
  }
  .card-text {
    font-size: 80%;
  }
}
