.th-text-logo a,
.th-logo-3 a {
  display: inline-block;
  font-family: var(--th-title-font, inherit);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}

.th-header-area .th-logo.th-text-logo {
  width: auto;
}

.th-header-area-three .th-header-wrapper .th-logo-3 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.th-offcanvas-logo a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #101010;
}

.th-footer-left-logo,
.th-footer-logo-3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
}

.th-footer-logo-3 a,
.th-footer-left-logo a {
  color: #fff;
}

.tech-icon {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.hero-para-lg {
  font-size: 19px;
  line-height: 32px;
  max-width: 560px;
}

.hero-thumb-premium img {
  border-radius: 24px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .hero-para-lg {
    max-width: 100%;
    font-size: 17px;
    line-height: 28px;
  }
}

.contact-form-status {
  margin-top: 16px;
  font-size: 15px;
  line-height: 22px;
}

.contact-form-status-success {
  color: #7CE28C;
}

.contact-form-status-error {
  color: #FF8A8A;
}

.th-contact-info-wrap-home {
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.th-contact-info-wrap-home .th-contact-title {
  font-size: 28px;
}

.th-contact-info-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.th-contact-info-list li {
  font-size: 17px;
  line-height: 32px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.th-contact-info-list li:last-child {
  border-bottom: none;
}

.th-contact-info-list strong {
  display: inline-block;
  min-width: 90px;
  color: #FBFBFB;
}

.th-contact-info-list a {
  font-size: 17px;
  color: #DEDEDE;
}

.th-contact-wrap {
  background: #0E0E0E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px;
}

@media (max-width: 767px) {
  .th-contact-info-wrap-home,
  .th-contact-wrap {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .th-footer-mail-title {
    font-size: 28px !important;
    line-height: 36px !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .th-exp-title {
    font-size: 96px;
    padding: 32px 28px;
  }

  .th-exp-box {
    position: static;
    display: inline-block;
    transform: none;
    margin: 16px 0 0;
    font-size: 16px;
    padding: 14px 22px;
  }

  .th-exp-grop-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .th-exp-title {
    font-size: 72px;
    padding: 24px 20px;
  }
}

main.th-designer-bg .th-para,
main.th-designer-bg .th-parea,
main.th-designer-bg p {
  color: #B4B2B2;
}

main.th-designer-bg .title,
main.th-designer-bg .th-title,
main.th-designer-bg h1,
main.th-designer-bg h2,
main.th-designer-bg h3,
main.th-designer-bg h4 {
  color: #FBFBFB;
}

main.th-designer-bg .sub-title {
  color: var(--th-theme-primary, #FF6A2B);
}

main.th-designer-bg label,
main.th-designer-bg .th-balel-title {
  color: #FBFBFB;
}

main.th-designer-bg input[type=text],
main.th-designer-bg input[type=email],
main.th-designer-bg input[type=tel],
main.th-designer-bg textarea {
  background-color: #0E0E0E;
  color: #FBFBFB;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

main.th-designer-bg input::placeholder,
main.th-designer-bg textarea::placeholder {
  color: #8A8A8A;
}

main.th-designer-bg a {
  color: #B4B2B2;
}

main.th-designer-bg li {
  color: #B4B2B2;
}

main.th-designer-bg strong {
  color: #FBFBFB;
}
