body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}
.bg-light.p-4.rounded.shadow-sm.instruction-section p {
    text-align: justify;
}
p#status {
    font-size: 26px;
    font-weight: 900!important;
}
.section,
.recording-wrapper {
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

.content-section h1 {
  font-size: 32px;
  font-weight: 600;
}
.content-section h2 {
  font-size: 24px;
  font-weight: 500;
}
.recording-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
}
.content-section p {
  font-weight: 600;
}
div#form-section {
  padding: 0px;
  padding-bottom: 20px;
}
section#recording-section {
  padding: 10px;
}
h1, h2, p {
  text-align: center;
}

.cta-button,
.button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

.cta-button {
  background: #007bff;
  color: white;
}

.button.primary {
  background: #28a745;
  color: white;
}

.button.secondary {
  background: #6c757d;
  color: white;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-fields input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-fields {
  max-width: 600px;
  margin: auto;
}

.button-group,
.recording-controls {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}

.recording-header h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #222;
}

.instructions {
  text-align: left;
  font-size: 1rem;
  color: #444;
  margin: 10px 0;
  line-height: 1.5;
}

.recording-status,
#status {
  font-style: italic;
  color: #28a745;
  text-align: center;
  margin-top: 10px;
}

.hidden {
  display: none;
}

/* header */
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.content-section {
  background: linear-gradient(to right, #2e2e80, #4caf50);
  color: white;
  padding: 10px;
  text-align: center;
}
img.attachment-full.size-full.wp-image-61816 {
  width: 120px;
  height: 44px;
}

/* video section */

.video-preview {
    width: 530px;
    height: 275px;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

/* Responsive styles */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
}

/* Additional styles */
.tvr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px;
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.tvr-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.tvr-card h1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.tvr-card .tvr-instruction {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.tvr-card .tvr-form-group {
  margin-bottom: 20px;
}
.tvr-card .tvr-form-group label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.tvr-card .tvr-form-group input {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}
.tvr-card .tvr-form-group input:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

.tvr-card p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.tvr-card .tvr-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tvr-card .tvr-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #2e3180;
  color: #fff;
}
.tvr-card .tvr-button-primary {
  background-color: #0073aa;
  color: white;
}
.tvr-card .tvr-button-primary:hover {
  background-color: #005d82;
  color: #000;
}
.tvr-card .tvr-button:hover {
  background-color: #e1e1e1;
}
.tvr-card .tvr-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.tvr-card #status {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: green;
  margin-top: 10px;
}
.btn-submit {
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
}
.btn-submit:hover {
  background-color: #0056b3;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.name-filed-section {
  display: flex;
  position: relative;
  gap: 10px;
}


/* Responsive + Admin */
@media screen and (max-width: 768px) {
  .tvr-container {
    flex-direction: column;
    padding: 15px;
    margin: 10px;
  }
  .tvr-card {
    padding: 15px;
  }
  .tvr-card h1 {
    font-size: 18px;
  }
  .tvr-card .tvr-instruction,
  .tvr-card p,
  .tvr-card .tvr-form-group label {
    font-size: 14px;
  }
  .tvr-card .tvr-button-group {
    flex-direction: column;
    align-items: stretch;
  }
  .tvr-card .tvr-button {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  .name-filed-section {
    flex-direction: column;
    gap: 10px;
  }
  div#form-section {
    padding: 20px;
    /* padding-bottom: 20px; */
}

}


