/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Typography */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.label{
  color:#979797;
  font-size: larger;
  font-family: monospace;
  font-weight: 700;
}

.ez {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(to right, rgb(255, 255, 253), rgb(189, 189, 189));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cards {
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(to right, rgb(187, 187, 187),rgb(255, 255, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section{
  box-shadow: 0px 0px 6px black;
  padding: 20px;
  border-radius: 5px;
}

h1, h2, h3 {
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  color: rgb(66, 81, 148);
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

p {
  margin-bottom: 15px;
}

/* Header */
header {
  background-color: #007bff;
  color: #fff;
  padding: 20px;
}

header nav {
  margin-top: 10px;
}

header nav a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s;
}

header nav a:hover {
  color: #f8f9fa;
}

.navbar-nav .nav-link.active {
  /* Add your styles to highlight the current link */
  color: red; /* For example, set the color to red */
  font-weight: bold; /* Make the text bold */
  /* Add any other styles as needed */
}

/* Main */
main {
  padding: 50px 20px;
}

/* textract section */
.body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0;
}
#drop-zone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.drop-message {
  font-size: 16px;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
  background-color: #007bff;
  color: #ffffff;
  text-align: center;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
}

video {
  width: 100%;
  border-radius: 8px;
}

#thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.thumbnail {
  flex: 0 0 calc(33.33% - 10px); /* Adjust the width of each thumbnail */
  margin: 5px;
}

.thumbnail img {
  width: 100%; /* Ensure the image fills the entire thumbnail */
  height: auto;
  display: block;
  border-radius: 5px; /* Add border-radius for rounded corners */
}


#captured-image {
  display: none;
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#capture-btn,
#upload-btn,
#retry-btn {
  margin-top: 10px;
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

th {
  background-color: #f2f2f2;
}

/* Scrool right-left behaviour */
.tableOverflow {
  max-width: 580px;
  overflow-x: auto;
}

/* Hero Section */
#hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.hero-text {
  max-width: 50%;
}

.hero-img {
  max-width: 40%;
  border-radius: 10px;
}

/* Features Section */
#features {
  padding-bottom: 50px;
}

.feature {
  display: flex;
  margin-bottom: 50px;
}

.feature img {
  max-width: 80%;
  border-radius: 10px;
  margin-right: 20px;
}

.feature h3 {
  font-size: 1.5em;
}

/* Testimonials Section */
#testimonials {
  padding-bottom: 50px;
}

.testimonial {
  margin-bottom: 30px;
  border-left: 4px solid #007bff;
  padding-left: 15px;
}

.testimonial p {
  font-style: italic;
}

.testimonial cite {
  font-weight: bold;
}

/* Contact Section */
#contact {
  padding-bottom: 50px;
}

form label {
  font-weight: bold;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

form button:hover {
  background-color: #0056b3;
}

/* Additional styles for About Us section */
#about {
  padding: 50px;
}

#about h3 {
  margin-top: 30px;
}

#about p {
  margin-bottom: 20px;
}

#about ul {
  padding-left: 20px;
}

#about ul li {
  margin-bottom: 10px;
}

#about ul li:before {
  content: "\2022"; /* Bullet character */
  color: #007bff; /* Bullet color */
  font-size: 1.2em;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* skeleton loading screen */
.skeleton-wrapper {
  /* max-width: 600px; */
  margin: 20px auto;
}

.skeleton-table {
  width: 100%;
  border-collapse: collapse;
}

.skeleton-table td {
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-text {
  height: 16px;
  width: 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #e0e0e0;
  }
}


/* Footer */
footer {
  background-color: #007bff;
  color: #fff;
  text-align: center;
}
