.wpcf7-submit.primary-btn {
  text-decoration: none;
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid var(--primary);
  margin-top: 20px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.wpcf7-submit.primary-btn:hover,
.wpcf7-submit.primary-btn:focus {
  background-color: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

form .wpcf7-response-output {
  grid-column: span 2;
  margin: 0 !important;
}

.hero-form form .wpcf7-spinner {
  display: none;
}

.hero-form form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}

footer .footer-link-wrapper .current-menu-item a {
  color: var(--primary);
}

.page-nav-btns .nav-btn a {
  text-decoration: none;
}

.page-nav-btns .nav-btn a:hover button {
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-nav-btns .nav-btn a:hover button svg path {
  fill: var(--white);
}

.wpcf7-form .wpcf7-response-output {
  display: none;
}

.hero-form form .input-wrapper .custom-file-label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid var(--gray);
  border-radius: 20px;
  background-color: var(--white);
  outline: 0;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.hero-form form .input-wrapper .custom-file-label .file-placeholder {
  flex-grow: 1;
  color: #a5a5a5;
  padding-left: 36px;

}

.hero-form form .input-wrapper .custom-file-label input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.hero-form form .input-wrapper .custom-file-label .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e0e0;
}

.career-form .hero-form form h5 {
  grid-column: span 2;
}

.header-logo img {
  height: 40px;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.logo-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo-group img {
  height: 60px;
}

.service-card p {
  flex-grow: 1;
}

@media only screen and (max-width: 1536px) {
  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2,
  .title-lg,
  .section-title h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .section-title .line {
    width: 90px;
    height: 4px;
    margin: 18px 0 12px;
  }

  .section-title h3 {
    margin-bottom: 8px;
  }

  .title-md,
  .service-detail-content > h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-blue,
  .btn-light,
  .btn-primary,
  .primary-btn {
    font-size: 15px;
    line-height: 20px;
  }

  header nav .header-link {
    padding: 20px 0;
    font-size: 15px;
    line-height: 20px;
  }

  .header-cta .box {
    width: 38px;
    height: 38px;
  }

  .hero {
    margin-top: 62px;
    min-height: 586px;
    height: calc(100vh - 115px);
  }

  .hero-form > .icon {
    width: 90px;
    height: 90px;
    border-width: 8px;
    top: -45px;
  }

  .hero-form > .icon img {
    height: 40px;
  }

  .hero .hero-form {
    padding: 12px 16px;
    max-width: 500px;
    transform: scale(0.9);
  }

  .hero .hero-form form {
    margin-top: 10px;
    gap: 8px 12px;
  }

  .hero-form .form-title h3 {
    margin-bottom: 8px;
  }

  .hero form .input-wrapper input,
  .hero form .input-wrapper textarea,
  .hero form .input-wrapper select {
    padding: 8px 16px;
  }

  .hero form .input-wrapper label {
    margin-bottom: 6px;
  }

  .service-scrolling-ticker {
    padding: 14px 0;
  }

  .scrolling-ticker-box,
  .scrolling-content {
    gap: 60px;
  }

  .scrolling-content span.title-md {
    font-size: 18px;
    line-height: 24px;
  }

  .scrolling-content span::before {
    width: 7px;
    height: 7px;
    left: -33px;
  }

  .page-title {
    margin-top: 63px;
  }
}

@media only screen and (max-width: 1399px) {
  .title-md,
  .service-detail-content > h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .btn-blue,
  .btn-light,
  .btn-primary,
  .primary-btn {
    padding: 8px 20px;
  }

  .hero {
    margin-top: 63px;
    height: calc(100vh - 115px);
  }

  .service-scrolling-ticker {
    padding: 14px 0;
  }

  .scrolling-content span::before {
    width: 7px;
    height: 7px;
    left: -33px;
  }

  .page-title {
    margin-top: 63px;
  }

    .navbar-nav {
      gap: 24px;
    }
  
    .jentu-logo {
      display: none;
    }
  
    .header-cta .box {
      display: none;
    }
  
    .header-logos a:first-child {
      border-right: none;
    }
}

@media only screen and (max-width: 1199px) {
  .btn-blue,
  .btn-light,
  .btn-primary,
  .primary-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 16px;
  }

  .hero .hero-form .form-title h3 {
    margin-bottom: 6px;
  }

  .hero .form-title p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero form .input-wrapper input,
  .hero form .input-wrapper textarea,
  .hero form .input-wrapper select {
    padding: 7px 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero {
    height: calc(100vh - 113px);
  }

  .service-scrolling-ticker {
    padding: 14px 0;
  }

  .scrolling-content span.title-md {
    font-size: 16px;
    line-height: 22px;
  }

  .scrolling-content span::before {
    width: 6px;
    height: 6px;
    left: -28px;
  }

  .scrolling-ticker-box {
    --gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    min-height: 100%;
  }

  .hero .hero-form {
    margin: 50px auto 0;
  }
    .jentu-logo {
      display: inline-block;
    }
  
    .header-cta .box {
      display: inline-flex;
    }
  
    .header-logos a:first-child {
      border-right: 1px solid #e0e0e0;
    }
}

@media only screen and (max-width: 767px) {
  .service-scrolling-ticker {
    padding: 12px 0;
  }
}

@media only screen and (max-height: 750px) and (min-width: 992px) {
  .hero {
    min-height: 536px;
  }

  .hero .hero-form {
    transform: scale(0.8);
  }
}