h3 {
  font-size: 44px;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul ul {
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

input,
textarea {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}

.search-btn {
  height: 100%;
}

.search-btn span {
  display: block;
  padding: 27px;
  cursor: pointer;
  color: #fff;
}

.top-nav.fixed .search-btn span {
  color: inherit;
}

.search-btn span:last-child {
  display: none;
}

.search-btn.open span:last-child {
  display: block;
}

.search-btn.open span:first-child {
  display: none;
}

.level1-a {
  position: relative;
}

.level1-a i {
  position: absolute;
  top: 29px;
  right: 3px;
  font-weight: bold;
}

.level1-a > a {
  font-size: 18px;
  font-weight: bold;
}

.style1 .level2 > li::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.style1 .level2 > li::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px rgb(12 12 12 / 20%);
  background: rgba(133, 133, 133, 0.8);
  height: 20px;
}

.style1 .level3 > li a {
  font-size: 15px;
}

.level3-a {
  position: relative;
}

.level3-a i {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  padding: 5px;
}

.top-menu a {
  color: #000;
}

.promotion a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #f7f7f7;
}

.top-menu a:hover {
  color: #2251ff;
}

.search-box {
  position: absolute;
  top: 90px;
  height: 70px;
  padding: 0 30px;
  background-color: #fff;
  width: 100%;
  display: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  z-index: 10;
}

.search-box.open {
  display: block;
  align-items: center;
}

.search-box select {
  height: 30px;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.searchtxt {
  width: 100%;
  align-items: center;
  display: flex;
}

#searchkey {
  border: 0;
  font-size: 24px;
  height: 40px;
  width: 100%;
  margin: 15px auto;
  outline: none;
}

.nav-right {
  display: flex;
}

.m-menu i {
  display: block;
  padding: 15px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 8px;
}

.level2-a i {
  display: none;
}

@media (max-width: 1199px) {
  .style2 .level2-a i {
    display: none !important;
  }

  .nav-box {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .top-menu {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    padding: 0 10px;
    display: none;
    background-color: #fff;
    z-index: 10;
    max-height: 70vh;
    overflow: auto;
  }

  .top-menu.show {
    display: block;
  }
  .top-menu li {
    margin: 10px 0;
  }
  .level2-a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .level1-a i {
    top: -3px;
    display: block;
    padding: 5px;
    right: 9px;
    color: #888;
  }

  .has-children.active1 .level2 {
    display: block;
  }
  .search-btn span {
    padding: 25px 10px;
  }

  .level2-a {
    position: relative;
  }

  .level2-a a {
    padding: 5px 0 !important;
    display: inline-block;
  }

  .level2-a i {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 14px;
    padding: 5px;
    color: #888;
    cursor: pointer;
    display: block;
  }

  .level3 {
    display: none;
    padding-left: 13px;
  }

  .active2 .level3 {
    display: block;
  }

  .level2-a .fa-minus {
    display: none;
  }

  .active2 .level2-a .fa-plus {
    display: none;
  }
  .active2 .level2-a .fa-minus {
    display: block;
  }

  .level4 a {
    color: #888;
    padding-left: 5px;
  }

  .level2-a a {
    color: #000 !important;
    padding-left: 5px !important;
    font-weight: normal !important;
  }

  .level1-a > a {
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
  }
}

.top-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.top-contact a {
  color: #fff;
}

.top-nav.fixed .top-contact,
.top-nav.fixed .top-contact a {
  color: #000;
}

.social-top {
  display: flex;
  justify-content: end;
  margin-left: 20px;
}

.social-top img {
  position: relative;
  top: -2px;
  left: -2px;
}

.social-top img:first-child {
  display: none;
}

.fixed .social-top img:first-child {
  display: inline-block;
}

.fixed .social-top img:last-child {
  display: none;
}

.social a,
.social-top a {
  margin: 0 6px;
}

.top-contact .tel {
  margin-left: 40px;
}

.search {
  margin-right: 30px;
  position: relative;
}

.search input {
  border: 1px solid #fff;
  width: 300px;
  padding: 7px 40px 7px 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  color: #fff;
}

.search span {
  position: absolute;
  top: 5px;
  right: 12px;
  cursor: pointer;
}

.top-nav.fixed .search input {
  color: #000;
  border: 1px solid #000;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  text-align: left;
  /* max-width: 700px; */
  line-height: 1.5;
  font-size: 16px;
  padding: 20px;
}

.banner-text h2 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Times New Roman", Times, serif;
  margin: 20px 0;
}

.banner-btn {
  border-radius: 4px;
  margin-top: 15px;
  font-weight: bold;
  display: inline-block;
  color: inherit;
}

.banner-text .banner-btn:hover {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  margin: 0 20px;
}

.mySwiper .shadow {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.mySwiper .shadow2 {
  right: 0;
  left: auto;
}

.banner-text {
  position: relative;
  z-index: 10;
}

.banner-btn i {
  color: #00a9f4;
  position: relative;
  left: 0;
  transition: all 0.2s linear;
}

.banner-btn:hover i {
  left: 10px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer-contact img {
  margin-bottom: 20px;
}

.footer-contact > div {
  margin-bottom: 15px;
}

.footer-left .h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
}

#subscribeForm {
  display: flex;
  align-items: center;
}

#subscribeForm input {
  padding: 15px;
  border: 1px solid #000;
  width: 300px;
}

#subscribeForm button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 120ms linear;
  transition: all 120ms linear;
  min-height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  color: #fff;
  border-color: transparent;
  background-color: #2251ff;
  width: 100px;
  margin-left: 10px;
}

#subscribeForm button:hover {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #fff;
  border-color: #2251ff;
  color: #2251ff;
}

.footer-right {
}
.footer-right ul a {
  display: block;
  margin-left: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-right a:hover,
.footer-right a:hover i {
  color: #fff;
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: end;
}

.footer-bottom {
  border-top: 1px solid #aaa;
  margin-top: 40px;
  padding-top: 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

/* public */
/* .pages ul,.pages ol{
    padding-left: 20px;
    margin-bottom: 18px;
} */

.pages h1 {
  font-size: 30px;
}
.pages h2 {
  font-size: 24px;
}

.ullist,
.ollist {
  margin: 0px 0px 0px 19px;
}
.ullist li {
  list-style: disc;
}
.ollist li {
  list-style-type: decimal;
}
.ullist li > ul > li {
  list-style-type: circle;
}
.ollist li > ul > li {
  list-style-type: lower-latin;
}
.ullist .ullist li {
  list-style-type: circle;
}

.serviceshowpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}
.serviceshowpic img {
  margin: auto;
}
.serviceshowleftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.serviceshowrightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}
.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ullist.star,
.ullist.arrow {
  list-style: none;
  margin-left: 0;
}

.ullist.star li {
  list-style-type: none;
  background-image: url("../images/star.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left 7px; /* You can adjust the position as needed */
}

.ullist.arrow li {
  list-style-type: none;
  background-image: url("../images/right-arrow.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left 7px; /* You can adjust the position as needed */
}

.table-responsive {
  margin: 15px 0;
}

.table-responsive th {
  background-color: var(--primary);
  color: #fff;
  padding: 10px;
}

.table-responsive td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table-responsive tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

.project-notes {
  background-color: #f8f9fa;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
  margin: 20px 5px;
  line-height: 26px;
  font-size: 13px;
}

.project-notes i {
  display: inline-block;
  padding-right: 5px;
  font-size: 17px;
  color: red;
}

.index2 {
  padding: 100px 0 60px;
}

.index2-img {
  position: relative;
}

.index2-img img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.index2-img .banner-btn {
  display: none;
}

.index2-img {
  margin-bottom: 30px;
}

.index2-img img:hover {
  transform: scale(1.1);
}

.index2-img-box {
  overflow: hidden;
}

.index2-text a {
  transition: all 0.3s ease;
}

.index2-text a:hover {
  background-color: rgba(69, 135, 223, 1);
  color: #fff;
}

.join-box {
  background-color: #f0f0f0;
}

.join-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15vw;
  padding-right: 70px;
}

.about-text h2,
.join-text h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

.about-text p,
.join-text p {
  line-height: 1.5;
}

.index2-text a {
  font-size: 20px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  padding: 20px 0;
  display: block;
}

.index2-text p {
  margin-top: 10px;
}

.about-text {
  padding: 0 30px;
}

.about-text h2 {
  margin: 0;
}

.about-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-box {
  background-color: #f0f0f0;
}

.about-box h2 {
  font-size: 38px;
}

.about-box .h3 {
  font-size: 22px;
  font-weight: bold;
}

.about-left {
  display: flex;
  justify-content: flex-end;
}

.about-text {
  width: 660px;
}

.index-inquiry {
  width: 610px;
}

.index-inquiry ul {
  overflow: hidden;
}

.index-inquiry ul li {
  float: left;
}

.help-box {
  padding: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
}

.help-box a {
  color: #fff;
  border-bottom: 2px solid #00a9f4;
}

.help-box h3 {
  margin-bottom: 20px;
}

.page-banner {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#event {
  display: none;
}

.page-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.transition-item {
  padding: 20px 20px 0 20px;
  height: 100%;
}

.transition-item img {
  width: 100%;
}

.transition-item h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
}

.transition-item h3 a {
  color: #000;
  font-weight: 500;
}

.transition-item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.transition-item h3 a:hover {
  color: #2251ff;
  text-decoration: underline;
}

.pages {
  font-size: 18px;
  padding: 50px 0 30px;
  line-height: 1.5;
}

.pages a {
  color: #2251ff;
}

.transition-box {
  padding-top: 25px;
  border-top: 1px solid #000;
}

.transition-box > .col-lg-3 {
  padding: 0;
  margin-bottom: 20px;
  min-height: 100%;
}

.crumbs {
  overflow: hidden;
  margin-top: 15px;
}

.crumbs li {
  float: left;
}

.services {
  max-width: 1200px;
}

.pages h3 {
  font-size: 20px;
  margin: 10px 0;
}

.pages p {
  margin-top: 0;
}

.ullist li {
  margin-bottom: 10px;
}
ul.right li {
  position: relative;
}
ul.right li {
  list-style: none !important;
}
ul.right li::before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/check.svg");
  background-size: cover;
}

.inquiry-form ul li label {
  width: 100%;
  padding: 10px 0 5px 0;
  display: block;
  font-size: 16px;
}

.inquiry-form ul li,
.inquiry-form ul li {
  padding: 0;
  line-height: 30px;
  width: 48%;
  margin-right: 2%;
  float: left;
}

.inquiry-form ul li input {
  border: 0;
  border-bottom: 1px #ddd solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0);
}

.inquiry-form ul li textarea {
  border: 0;
  border-bottom: 1px #ddd solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0);
  height: 100px;
}

.about-right {
  background-image: linear-gradient(#8e2de2, #4a00e0);
  padding: 40px 40px 60px;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.img-responsive {
  width: 100%;
}

.g-recaptcha {
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  margin-top: 40px;
  cursor: pointer;
}

/* .index2-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 50px;
} */

.index2-text h2 {
  margin: 0;
}

.index2-text2 h3 {
  font-size: 26px;
  margin-top: 30px;
}

.index2-text2 img:nth-child(2) {
  display: none;
}

.index2-text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px;
  text-align: center;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #000;
}

.index2-text2 img {
  width: 100px;
}

.index2-text2:hover img:nth-child(2) {
  display: inline-block;
}

.index2-text2:hover img:nth-child(1) {
  display: none;
}

.index2-text2:hover {
  background-image: linear-gradient(#8e2de2, #4a00e0);
  color: #fff;
}

.index-bg {
  height: 350px;
  background-image: url(../images/banner1.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.service-bg {
  height: 350px;
  background-image: url(../images/service-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.why p {
  text-align: center;
  font-size: 20px;
  margin: 90px 0 60px;
}

.why h2 {
  text-align: center;
  font-size: 38px;
  margin: 80px 0 120px;
}

.why-img img {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
}

.why-img {
  padding: 20px;
}

.why-img img:hover {
  transform: scale(1.06);
}

@media (max-width: 991px) {
  .top-contact .email,
  .top-contact .tel,
  .top-contact .social-top {
    display: none;
  }
}

#search-form button {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
}

.top-nav.fixed #search-form button {
  color: #000;
}

.search {
  position: relative;
}

@media (min-width: 992px) {
  .col-lg-4:nth-child(1) img {
    top: 40px;
    left: 0;
  }

  .col-lg-4:nth-child(2) img {
    top: -50px;
    left: 0;
  }

  .col-lg-4:nth-child(3) img {
    top: -20px;
    left: 0;
  }

  .col-lg-4:nth-child(4) img {
    top: 60px;
    left: 50px;
  }

  .col-lg-4:nth-child(5) img {
    top: -20px;
    left: 50px;
  }
}

.why-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  padding-left: 80px;
}

.why-text li {
  margin-bottom: 25px;
}

.about-page .h2,
.about-more .h2,
.about-choose .h2,
.service-page .h2 {
  font-size: 38px;
  margin: 40px 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
}

.about-page {
  padding-bottom: 60px;
}

.about-more .h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.about-more {
  text-align: center;
  color: #fff;
  padding: 20px 0 60px;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.about-more .h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  z-index: 10;
}

.about-more p {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

.about-more .shadow {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.choose-item .h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 24px;
}

.choose-item {
  text-align: center;
  padding: 40px 20px;
}

.choose-item img {
  height: 80px;
  margin: 20px;
}

.choose-item {
  /* font-weight: 400; */
}

.about-choose {
  padding: 40px 0 80px;
}

.contact-page {
  padding: 80px 0;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  background-color: #f5f5f5;
  line-height: 35px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.contact-item i {
  font-size: 18px;
  display: inline-block;
}

.contact-item span {
}

.contact-item p {
  font-size: 16px;
  width: 100%;
  margin: 10px;
}

.service-page {
  text-align: center;
  padding: 80px 0;
}

.service-page .h2 {
  margin: 0;
}

.inquiry-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  line-height: 1.75rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 120ms linear;
  transition: all 120ms linear;
  min-height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  color: #fff;
  border-color: transparent;
  background-color: #2251ff;
  width: 100px;
  margin-left: 10px;
  font-size: 16px;
}

.inquiry-btn:hover {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #fff;
  border-color: #2251ff;
  color: #2251ff;
}

.search-page .title {
  font-size: 20px;
  font-weight: 500;
}

.post-content {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.search-page {
  padding: 80px 0;
}

.search-page p {
  margin: 10px 0;
}

.grid-item {
  --width-child: 32%;
}

@media screen and (min-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
  }
}
.promotion-title {
  padding: 20px 0;
}
.promotion-wrap {
  padding: 20px 10px;
}
.promotion-content {
  box-sizing: border-box;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 4px #e7e4e4;
}
.promotion-content > .highlight-list,
.promotion-content > .highlight-list > li {
  list-style: decimal;
  margin-left: 10px;
}
.promotion-content .applicable-list,
.promotion-content .applicable-list li,
.promotion-content .ordering-list,
.promotion-content .ordering-list li {
  list-style: disc;
  margin-left: 10px;
}
.promotion-wrap h2,
h2.promotion-title {
  padding: 20px 0;
  font-family: "MulishBold";
  font-weight: bold;
  line-height: 1.1em;
}
.text-xl {
  font-size: 1.25rem;
}
.promotion-row {
  display: flex;
  flex-wrap: wrap;
}
.promotion-row .promotion-img img {
  aspect-ratio: 340/161;
}
.banner-promo-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner-wrap h2.banner-promo-title {
  position: static;
  transform: translate(0, 0);
  font-size: 2.5rem;
  color: #fff;
}
.banner-promo-con p {
  font-size: 1.8rem;
  color: #fff;
}
/* .promo-banner {
  position: relative;
}
.promo-banner:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}
.promo-banner .promo-banner-info {
  z-index: 2;
} */
.promo-banner-desc {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .banner-promo-con {
    width: 90%;
  }
  .index-banner-wrap h2.banner-promo-title {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .banner-promo-con p {
    font-size: 18px;
    padding: 5px 0;
  }
}

.aspect-video img,
.promotion img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.promotion-card {
  background: #fff;
  border: 1px solid #d2eae0;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.promotion-card:hover {
  border-color: #33b48c;
  box-shadow: 0 6px 32px rgba(51, 180, 140, 0.14);
  transform: translateY(-4px);
}
.promotion-img-wrap {
  overflow: hidden;
  aspect-ratio: 2;
  background: #effaf6;
}
.promotion-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #effaf6 0%, #e4f6f0 100%);
  color: #33b48c;
  font-size: 3rem;
}
.promotion-img-placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.promotion-body {
  padding: 20px 24px 24px;
}
.promotion-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0e1c18;
  line-height: 1.4;
  padding: 0;
  text-align: center;
}
.promotion-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #33b48c;
  transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.promotion-link:hover {
  gap: 10px;
  color: #22866a;
}

.file-upload {
  border: 2px dashed #d2eae0;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  background: #effaf6;
}
.file-upload:hover {
  border-color: #33b48c;
  background: #e4f6f0;
}
.file-upload input {
  display: none;
}

.related-card {
  background: #fff;
  border: 1px solid #d2eae0;
  border-radius: 12px;
  padding: 24px;
  transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.related-card:hover {
  border-color: #33b48c;
  box-shadow: 0 2px 12px rgba(51, 180, 140, 0.1);
  transform: translateY(-2px);
}
.related-icon {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.related-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0e1c18;
  margin-bottom: 8px;
  line-height: 1.4;
}
.related-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #33b48c;
}
