/* Default Styles */

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.container-data h1 {
  text-align: center;
  color: #333;
}

#resultForm {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#resultForm label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#resultForm input[type="text"],
#resultForm select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#resultForm button,
.btn-container button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#resultForm button:hover,
.btn-container button:hover {
  background-color: #45a049;
}

.container-data {
  margin-top: 50px;
}

#resultContainer {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.table-container {
  margin-top: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

th,
td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th {
  background-color: #f9fafb;
  font-weight: bold;
  color: #333;
}

tr:hover {
  background-color: #f5f5f5;
}

.exam-details {
  margin-bottom: 20px;
}

.exam-details th,
.exam-details td {
  padding: 10px;
  border: none;
}

.exam-details th {
  font-weight: normal;
  color: #555;
  width: 150px;
}

.exam-details td {
  font-weight: bold;
}

.none {
  display: none;
}

.form-group {
  margin-top: 20px;
}

#colors-bar {
  width: 100%;
}

.color-bar {
  height: 3px;
}

.bg-yellow {
  background-color: rgb(240, 194, 75) !important;
}

.bg-green {
  background-color: rgb(181, 213, 106) !important;
}

.bg-red {
  background-color: rgb(234, 112, 102) !important;
}

.bg-blue {
  background-color: rgb(132, 190, 214) !important;
}

.bg-purple {
  background-color: rgb(165, 151, 231) !important;
}

.bg-pink {
  background-color: rgb(234, 119, 173) !important;
}

.bg-stone {
  background-color: #2f3c43;
}

/* Top Bar */

#top-bar .container {
  display: flex;
  height: 50px;
  width: 100% !important;
}

#top-bar p {
  padding-left: 50px;
  margin-top: auto;
}

#top-bar i {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}

#top-bar span {
  margin-left: 10px;
}

/* Navigation Bar */

.navbar {
  height: 130px;
  width: 100% !important;
  padding: 0;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-size: 40px !important;
}

.navbar li {
  margin-left: 20px;
}

.navbar .navbar-toggler i {
  padding: 3px;
  color: #fff;
}

.navbar .nav-link i {
  color: #fff;
  padding: 8px;
  border-radius: 50%;
}

.navbar .active {
  color: rgb(240, 194, 75) !important;
}

.navbar #navbarNavDropdown {
  z-index: 100;
}

.navbar .navbar-collapse {
  background-color: #fff;
}

.navbar .navbar-brand .logo {
  width: 130px;
}

/* WhatsApp Icon   */

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  z-index: 20;
  animation: jump 2.5s infinite;
  text-decoration: none;
}

.whatsapp-btn:hover {
  background-color: #128c7e;
  color: #fff;
}

.fa-whatsapp {
  margin-top: 1px;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Footer Section */

.footer-section {
  padding-top: 70px;
}

.footer-section .copyright {
  background-color: #041319;
  color: #fff;
}

.footer-section .copyright p {
  padding-top: 20px;
}

.footer-section .footer {
  background-image: url(images/footer-bg-img-1.png);
  height: 100%;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}

.footer-section .footer h1 {
  padding-bottom: 20px;
}

.footer-section .footer p {
  width: 250px;
}

.footer-section .footer .links a {
  text-decoration: none !important;
  color: #fff !important;
}

.contact-section {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
}

.contact-section #contact {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  max-width: 500px;
}

.contact-section .contact-info {
  list-style: none;
  padding: 0;
}

.contact-section .contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
}

.contact-section .contact-info i {
  margin-right: 10px;
  color: #007bff;
}

.contact-section .contact-info span {
  color: #6c757d;
}

.contact-section .text-center {
  color: #000;
}

/* Mobile Version */

@media (max-width: 768px) {
  /* Top Bar */

  #top-bar p {
    font-size: 9px;
    padding-left: 20px;
  }

  #top-bar span {
    margin-left: 0;
  }

  .address {
    padding-left: 10px !important;
  }

  /* Navigation Bar */

  .navbar .container {
    padding: 0;
  }

  .navbar .navbar-brand {
    padding-left: 20px;
  }

  .navbar .toggler-button {
    padding-right: 20px;
  }

  .navbar .navbar-brand .logo {
    width: 90px;
  }

  .navbar .navbar-collapse {
    margin-top: -10px;
  }

  /* Footer */

  .footer-section .footer-about,
  .footer-section .links,
  .footer-section .footer {
    padding-bottom: 50px;
  }
}
