@charset "utf-8";

/* Site footer — matches header corporate style */
.foot-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #0f1419 0%, #161b22 100%) !important;
  border-top: none !important;
}

.foot-wrapper,
.foot-wrapper a {
  color: rgba(255, 255, 255, 0.88);
}

.foot-wrapper .foot-items {
  padding: 36px 15px 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.foot-wrapper .foot-items .layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.foot-wrapper .foot-items .foot-item {
  display: block;
  float: none !important;
  vertical-align: top;
}

.foot-wrapper .foot-contact,
.foot-wrapper .foot-inquiry,
.foot-wrapper .foot-blog {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  float: none !important;
}

/* Column titles */
.foot-wrapper .foot-tit {
  height: auto !important;
  line-height: 1.3 !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.foot-wrapper .foot-tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background: #EE4547;
}

.foot-wrapper .foot-tit,
.foot-wrapper .foot-tit a {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.foot-wrapper .foot-tit span {
  color: #EE4547;
}

/* Contact list */
.foot-wrapper .foot-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-wrapper .foot-contact li {
  display: block !important;
  width: 100%;
  padding-bottom: 8px !important;
  border: none;
}

.foot-wrapper .foot-contact li:last-child {
  padding-bottom: 0 !important;
}

.foot-wrapper .foot-contact li::before {
  display: none !important;
}

.foot-wrapper .foot-contact li p {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.foot-wrapper .foot-contact-tb li p {
  vertical-align: middle !important;
  text-align: left !important;
}

.foot-wrapper .foot-contact li p span {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}

.foot-wrapper .foot-contact li p i {
  flex-shrink: 0;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(238, 69, 71, 0.12) !important;
  color: #EE4547 !important;
  font-size: 14px !important;
  border-radius: 8px;
  margin-top: 0;
  text-align: center !important;
  line-height: 1 !important;
}

.foot-wrapper .foot-contact li p a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  transition: color 0.25s ease;
  word-break: break-all;
}

.foot-wrapper .foot-contact li p a:hover {
  color: #EE4547 !important;
  text-decoration: none !important;
}

.foot-wrapper .foot-items a:hover {
  text-decoration: none !important;
}

/* Inquiry form */
.foot-wrapper .foot-inquiry p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 10px !important;
  margin: 0;
}

.foot-wrapper .subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.foot-wrapper .foot-inquiry .feedback {
  margin-top: 0 !important;
}

.foot-wrapper .foot-inquiry #myform {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
}

.foot-wrapper .foot-inquiry .subscribe-ipt {
  width: 100% !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 14px !important;
  text-indent: 0 !important;
  margin-bottom: 0 !important;
  display: block;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  font-style: normal !important;
  font-size: 13px;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.foot-wrapper .foot-inquiry .subscribe-ipt::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-wrapper .foot-inquiry .subscribe-ipt:focus {
  outline: none;
  border-color: rgba(238, 69, 71, 0.6) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 0 3px rgba(238, 69, 71, 0.15);
}

.foot-wrapper .foot-inquiry .subscribe-captcha-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  height: 36px;
  margin: 0;
}

.foot-wrapper .foot-inquiry .subscribe-captcha-row .subscribe-ipt {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 36px !important;
  margin: 0 !important;
}

.foot-wrapper .foot-inquiry .subscribe-captcha-row .codeimg {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0;
  display: block;
  height: 36px !important;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  box-sizing: border-box;
}

.foot-wrapper .foot-inquiry .codeimg {
  margin: 0 !important;
}

.foot-wrapper .foot-inquiry .subscribe-form > div[style] {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.foot-wrapper .foot-inquiry .subscribe-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px !important;
  line-height: 36px !important;
  margin-top: 0 !important;
  padding: 0 20px !important;
  border: none !important;
  border-radius: 6px !important;
  background: #EE4547 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.foot-wrapper .foot-inquiry .subscribe-btn:hover {
  background: #d63a3c !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(238, 69, 71, 0.35);
  transform: translateY(-1px);
}

/* Latest news */
.foot-wrapper .foot-blog {
  min-width: 0 !important;
}

.foot-wrapper .blog-slides ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-wrapper .blog-slides .owl-stage {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.foot-wrapper .blog-slides .owl-item,
.foot-wrapper .blog-slides .owl-item.cloned {
  width: 100% !important;
}

.foot-wrapper .foot-blog-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-wrapper .foot-blog-item + .foot-blog-item,
.foot-wrapper .owl-item + .owl-item {
  margin-top: 0;
}

.foot-wrapper .foot-blog-item .blog-cont {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease;
}

.foot-wrapper .foot-blog-item:last-child .blog-cont {
  border-bottom: none;
  padding-bottom: 0;
}

.foot-wrapper .foot-blog-item:first-child .blog-cont {
  padding-top: 0;
}

.foot-wrapper .foot-blog-item .blog-cont:hover {
  background: rgba(255, 255, 255, 0.03);
}

.foot-wrapper .foot-blog-item .blog-cont-time {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.foot-wrapper .foot-blog-item .blog-cont-time i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #EE4547 !important;
  font-size: 12px !important;
}

.foot-wrapper .foot-blog-item .blog-cont-time a {
  flex: 1;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.foot-wrapper .foot-blog-item .blog-cont-time a:hover {
  color: #EE4547 !important;
}

.foot-wrapper .foot-blog-item .blog-cont-time span[style] {
  float: none !important;
  flex-shrink: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45) !important;
  white-space: nowrap;
  margin-left: auto;
}

.foot-wrapper .blog-slides .owl-dots,
.foot-wrapper .blog-slides .owl-controls {
  display: none !important;
}

/* Copyright bar */
.foot-wrapper .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 15px !important;
}

.foot-wrapper .footer .copyright {
  float: none !important;
  line-height: 1.6 !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.foot-wrapper .footer .foot-nav {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-wrapper .footer .foot-nav li {
  display: block;
  padding: 0 !important;
  line-height: 1;
}

.foot-wrapper .footer .foot-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.foot-wrapper .footer .foot-nav li a:hover {
  background: #EE4547;
  border-color: #EE4547;
  transform: translateY(-2px);
  opacity: 1 !important;
}

.foot-wrapper .footer .foot-nav li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
  transition: color 0.25s ease;
}

.foot-wrapper .footer .foot-nav li a:hover i {
  color: #fff;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .foot-wrapper .foot-items .layout {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .foot-wrapper .foot-blog {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .foot-wrapper .foot-items {
    padding: 28px 15px 20px !important;
  }

  .foot-wrapper .foot-items .layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .foot-wrapper .foot-blog {
    grid-column: auto;
  }

  .foot-wrapper .footer {
    flex-direction: column;
    text-align: center;
    padding: 16px 15px 22px !important;
  }

  .foot-wrapper .footer .copyright {
    order: 2;
    font-size: 12px !important;
  }

  .foot-wrapper .footer .foot-nav {
    order: 1;
    justify-content: center;
  }
}
