h1 {
  text-align: center !important;
}

.intro {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  margin-top: 10px;
}

.info-box {
  max-width: 850px;
  margin: 30px auto;
  margin-top: 10px;
  padding: 25px;
  background: linear-gradient(135deg, #004466, #006699);
  color: white;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  position: relative;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none !important;
  color: #174f90;
}

h2 a {
  text-decoration: none !important;
  color: #174f90;
}

h2 a:hover {
  text-decoration: none !important;
  color: #174f90;
}

.services h2,
.highlight-text h2,
.service h3 {
  text-align: center;
  color: #174f90;
}

.highlight-service {
  background: linear-gradient(135deg, #ffffff, #e6e6e6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  border-radius: 15px;
  max-width: 1200px;
  margin: 20px auto;
}

.highlight-slider {
  flex: 0 0 600px;
  max-width: 600px;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#carouselSlider,
#carouselSlider .carousel-inner,
#carouselSlider .item {
  width: 100%;
  height: 100%;
}

#carouselSlider .item {
  line-height: 0;
}

#carouselSlider .item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

#carouselSlider .img-thumbnail {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#carouselSlider .item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  max-width: none !important;
  transition: transform 0.5s ease;
}

#carouselSlider .item img:hover {
  transform: scale(1.03);
}

.highlight-text {
  flex: 1;
  text-align: left;
  margin: 0;
}

.highlight-text h2 {
  margin-top: 0;
  font-size: 28px;
  color: #174f90;
  text-align: left;
}

.highlight-text p {
  font-size: 18px;
}

.btnjeraby {
  display: inline-block;
  background: #004466;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: auto;
}

.btnjeraby:hover {
  background: #174f90;
  transform: scale(1.10);
  color: white;
}

.service-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service {
  background: linear-gradient(135deg, #ffffff, #e6e6e6);
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}

.service img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.service img:hover {
  transform: scale(1.08);
}

.btn {
  display: inline-block;
  background: #004466;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: auto;
  padding: 10px 15px;
}

.btn:hover {
  background: #174f90;
  transform: scale(1.10);
  color: white;
}

@media (max-width: 768px) {
  .highlight-service {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px;
  }

  .highlight-slider {
    flex: none;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .highlight-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
  }

  .highlight-text h2 {
    text-align: center;
  }

  .service {
    width: 90%;
    margin: 10px auto;
    justify-content: center;
  }

  .service-grid {
    justify-content: center;
  }
}