/*
 Theme Name:   Start Gold Traders
 Theme URI:    https://stargoldtraders.com
 Description:  This is a child theme for Lindo
 Author:       Mufaqar
 Author URI:   #
 Template:     lindo
 Version:      2.1.2
*/


/*Marquee*/
.marquee {
  width: 100%;
  overflow: hidden;
  background: #111;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}

.marquee-group {
  flex: 0 0 auto;
  padding-right: 60px;
  font-weight: 600;
}

@keyframes marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 18s;
  }

  .marquee-group {
    padding-right: 40px;
    font-size: 14px;
  }
}
.verification-wrapper {
  display: flex;
  max-width: 960px;
  margin: 70px auto;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 14px;
}

.verification-icon {
  width: 33%;
  object-fit: cover;
  border-radius: 14px;
}

.verification-box {
  width: 67%;
  background: #e9ddbd;
  padding: 40px 30px;
  border-radius: 14px;
}

.verification-box h2 {
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
  color: #000;
}

.verification-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

#serial-verification-form input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#serial-verification-form button {
  width: 100%;
  height: 52px;
  background: #d6a422;
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#serial-verification-form button:hover {
  opacity: 0.92;
}

#serial-verification-result {
  margin-top: 20px;
}

#serial-verification-result .success {
  color: green;
  font-weight: 600;
}

#serial-verification-result .error {
  color: red;
  font-weight: 600;
}

.certificate-link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
