* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to right, #4375e2, #4375e294);
  color: #f8f9fa;
}
h1,
h3 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffcc00;
}
h3 {
  border-bottom: 2px solid #ffcc00;
  display: inline-block;
  padding-bottom: 5px;
}
.custom-navbar {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 15px 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.custom-navbar .navbar-brand img {
  transition: transform 0.3s ease-in-out;
}
.custom-navbar .navbar-brand img:hover {
  transform: scale(1.1);
}
.navbar-nav .nav-link {
  color: #ffcc00 !important;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.navbar-nav .nav-link:hover {
  color: white !important;
}
.dropdown-menu {
  background: #1e293b;
  border-radius: 5px;
}
.dropdown-menu .dropdown-item {
  color: #ffcc00;
}
.dropdown-menu .dropdown-item:hover {
  background: #ffcc00;
  color: #222;
}

.btn-warning {
  background: #ffcc00;
  color: #222;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn-warning:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 15px rgba(255, 204, 0, 0.3);
}
.card {
  border-radius: 20px;
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 25px rgba(255, 204, 0, 0.2);
}
.card:hover {
  transform: scale(1.05);
  border-color: #ffcc00;
  box-shadow: 0px 15px 30px rgba(255, 204, 0, 0.3);
}
.card img {
  height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.card-body {
  text-align: center;
}
.card h5 {
  font-size: 20px;
  font-weight: bold;
  color: #ffcc00;
}
.card p {
  font-size: 14px;
  opacity: 0.85;
}
.card .btn {
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary {
  background: linear-gradient(90deg, #ffcc00, #ffb700);
  color: #333;
  border: none;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #ffb700, #ffcc00);
  color: #222;
}
.btn-success {
  background: linear-gradient(90deg, #22c55e, #16a34a);
  border: none;
}
.btn-success:hover {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}
.btn-warning {
  background: linear-gradient(90deg, #f59e0b, #d97706);
  color: #222;
  border: none;
}
.btn-warning:hover {
  background: linear-gradient(90deg, #d97706, #f59e0b);
}
.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}
.table {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(255, 204, 0, 0.3);
}
.table th {
  background: linear-gradient(90deg, #ffcc00, #ffb700);
  color: #222;
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
}
.table td {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  backdrop-filter: blur(5px);
}
.table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
.difference {
  background: rgb(254, 224, 0) !important;
  font-weight: bold;
  border-left: 5px solid #ffcc00;
  transition: background 0.3s ease;
}
.footer {
  background: linear-gradient(to right, #0f172a, #1e293b);
  padding: 60px 20px;
  color: white;
  text-align: center;
}
.footer h5 {
  font-size: 20px;
  color: #ffcc00;
  margin-bottom: 15px;
}
.footer-logo {
  font-size: 28px;
  font-weight: bold;
  color: #ffcc00;
}
.footer-description {
  font-size: 16px;
  opacity: 0.8;
  max-width: 300px;
  margin: 10px auto;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #ffcc00;
}
.footer-social {
  margin-top: 30px;
}
.footer-social a {
  color: white;
  font-size: 22px;
  margin: 0 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer-social a:hover {
  color: #ffcc00;
  transform: scale(1.1);
}
.footer-bottom {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
    background: #1e293b;
    padding: 10px;
    border-radius: 10px;
  }
  .nav-item {
    margin-bottom: 10px;
  }
  .btn-warning {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .card {
    transform: none;
    border: 1px solid #ffcc00;
    box-shadow: none;
  }
  .card:hover {
    transform: none;
    box-shadow: none;
  }
  .table th,
  .table td {
    font-size: 12px;
    padding: 8px;
  }
  .footer h5 {
    font-size: 18px;
  }
  .footer-logo {
    font-size: 24px;
  }
  .footer-description {
    font-size: 14px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-social a {
    font-size: 20px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}
