@keyframes logo-loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* CF7 forms */
.grandglobal-cf7-contact .wpcf7 form p,
.grandglobal-cf7-apply .wpcf7 form p {
  margin: 0;
}

.grandglobal-cf7-contact .wpcf7-form-control-wrap,
.grandglobal-cf7-apply .wpcf7-form-control-wrap {
  display: block;
}

.gg-input {
  width: 100%;
  height: 59px;
  border: 1px solid #d4dde5;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 17px;
  color: #0f1031;
}

.gg-input::placeholder {
  color: #8a98a8;
}

.gg-textarea {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #d4dde5;
  border-radius: 2px;
  font-size: 17px;
  color: #0f1031;
}

.gg-textarea-contact {
  height: 120px;
  padding: 10px;
  resize: none;
}

.gg-textarea-apply {
  height: 130px;
  padding: 14px 15px;
  background: #fff;
  resize: none;
}

.gg-submit-wrap {
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  background: #e5cc78;
  color: #0f1031;
  padding: 0 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gg-submit-wrap-contact {
  min-width: 180px;
  height: 56px;
}

.gg-submit-wrap-apply {
  min-width: 190px;
  height: 56px;
  border: 1px solid #e5cc78;
}

.gg-submit-icon {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.gg-submit {
  border: 0;
  background: transparent;
  color: #0f1031;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
}

.gg-submit-contact {
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.4px;
}

.gg-submit-apply {
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.4px;
}

.gg-submit-wrap:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
  .gg-submit-contact,
  .gg-submit-apply {
    font-size: 24px;
  }
}

.gg-accept-wrap {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.gg-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .gg-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.gg-form-row {
  margin-top: 20px;
}

.gg-label {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
}

.gg-required {
  color: #e16b73;
}

.gg-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #8a98a8 50%), linear-gradient(135deg, #8a98a8 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.gg-file-input {
  width: 100%;
  border: 1px dashed #d4dde5;
  border-radius: 2px;
  background: #fff;
  color: #5a6470;
  font-size: 15px;
  padding: 14px;
}

.gg-disclaimer {
  margin-top: 18px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}
