.lumina-text-dark {
  color: #000;
}

.lumina-bg-yellow {
  background: rgb(17 24 39);
  border-color: #ffb317;
}

/* ====== */
.hero {
  padding: 80px 0;
  background: #ffb317;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
}

.hero-wrapper h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.hero-wrapper p {
  font-size: 20px;
  width: 60%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  line-height: 132%;
}

.hero-btn-wrap {
  display: flex;
  gap: 15px;
  margin: auto;
  padding-top: 30px;
}

.hero-btn-wrap .hero-btn {
  background: #fff;
  padding: 15px 25px 10px 25px;
  margin-bottom: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb317;
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
}
.hero-btn-wrap .hero-btn-close {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.hero-logo-img {
  max-width: 200px;
  padding-bottom: 30px;
}
.hero-logo-img img {
  width: 100%;
}
.lum-service {
  padding: 80px 0;
}
.lum-service-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}
.lum-service-item {
  padding: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: 0.4s;
  cursor: pointer;
}
.lum-service-item:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.lum-service-title h1 {
  text-align: center;
  padding-bottom: 48px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.service-logo img {
  max-width: 200px;
  max-height: 50px;
  cursor: pointer;
  width: auto;
}

.lum-service-item .service-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding-top: 10px;
  line-height: normal;
}
.lum-service-item p {
  margin-bottom: 0;
}
.lum-service-item .service-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffb317;
}
.lum-service-item .service-link span {
  padding-left: 5px;
}
.lum-service-item .service-link span img {
  width: 15px;
}
.global-reach {
  padding: 80px 0;
  background: rgb(243 244 246);
}
.global-reach-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  flex-direction: column;
}
.global-reach-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.global-reach-content p {
  font-size: 20px;
  width: 50%;
  margin: auto;
}
.future-together {
  padding: 80px 0;
  background: #ffb317;
}
.future-together-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  flex-direction: column;
}
.future-together-content h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.future-together-content p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.future-together-content .contact-us-btn {
  padding: 13px 25px 8px 25px;
  background: #fff;
  color: #ffb317;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
}
.footer-item-content {
  color: #fff;
}

.owrad-list {
  padding-top: 80px;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
ul.footer-list-item {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  justify-content: end;
}

ul.footer-list-item li a {
  color: #fff;
}

.footer-item-content h2 {
  font-size: 20px;
}
.footer-item-content p {
  margin-bottom: 0;
}
.footer-item-content .footer-item-italic {
  font-style: italic;
}
.list-inline-wrapper {
  display: flex;
  align-items: end;
  justify-content: end;
}
.list-inline-wrapper2 {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .hero-wrapper h1 {
    font-size: 40px;
  }
  .hero-wrapper p {
    width: 100%;
  }
  .hero {
    padding: 60px 0;
  }
  .lum-service {
    padding: 60px 0;
  }
  .global-reach {
    padding: 60px 0;
  }
  .global-reach-content p {
    width: 100%;
    text-align: center;
  }
  .future-together {
    padding: 60px 0;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  ul.footer-list-item {
    justify-content: flex-start;
    padding-left: 0;
  }
  .list-inline-wrapper {
    display: inherit;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .hero-btn-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .lum-service-title h1 {
    padding-bottom: 20px;
    font-size: 25px;
  }
  .hero {
    padding: 40px 0;
  }
  .hero-wrapper h1 {
    font-size: 30px;
  }
  .lum-service {
    padding: 40px 0;
  }
  .global-reach {
    padding: 40px 0;
  }
  .global-reach-content h1 {
    font-size: 30px;
    text-align: center;
  }
  .owrad-list {
    padding-top: 10px;
  }
  .future-together-content h1 {
    font-size: 30px;
  }
  .owrad-list-item {
    margin-bottom: 60px !important;
  }
  .future-together {
    padding: 40px 0;
  }
}
