/*
Theme Name: quality-child
Template: quality
*/
.navbar-brand img {
  max-width: 80px;
}
.navbar-custom {
  padding: 8px 10px;
}
#section-block {
  padding: 20px 0 20px;
}
.page-title-section {
  padding: 20px 0;
}
.them-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
}
.them-list li {
  position: relative;
  padding: 14px 18px 14px 45px !important;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #7293e8 0%, #000 100%);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.them-list li strong {
  color: #fff;
}
.them-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.them-list li::before {
  content: "⚡";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px;
  border-radius: 50%;
}
.wp-block-table table {
  margin: 25px 0;
  border: 2px solid #7293e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wp-block-table thead tr th {
  background: linear-gradient(135deg, #7293e8 0%, #000 100%);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.wp-block-table th,
.wp-block-table td {
  padding: 14px 18px;
  text-align: center;
  border: 1px solid #e0e4f5;
}
.wp-block-table tbody tr:nth-child(even) {
  background: #f8faff;
}
.wp-block-table tbody tr:hover {
  background: rgba(114, 147, 232, 0.1);
  transition: background 0.3s ease;
}
.them-casino-block {
  border: 2px solid #7293e8;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.them-casino-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(114, 147, 232, 0.4);
}
.them-casino-block img {
  border: 2px solid #7293e8;
  border-radius: 8px;
  background: #f8faff;
  padding: 6px;
  transition: transform 0.3s ease;
}
.them-casino-block:hover img {
  transform: scale(1.05);
}
.them-casino-block h3 {
  margin: 15px 0 10px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.them-casino-block h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #7293e8;
  margin: 8px auto 0;
  border-radius: 2px;
}
ul.tab-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tab-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px !important;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.tab-list-item::before {
  content: "⚡";
  font-size: 20px;
  color: #f8504b;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.tab-list-item a {
  color: #f8504b;
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
  transition: color 0.3s ease;
}
.tab-list-item:hover {
  background: linear-gradient(135deg, #f8504b, #ff6e63);
  border-color: #f8504b;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(248, 80, 75, 0.35);
}
.tab-list-item:hover::before {
  transform: rotate(20deg) scale(1.2);
}
.tab-list-item:hover a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .them-casino-block img {
    margin: 0 auto;
  }
  h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tab-list-item {
    font-size: 14px;
    padding: 12px 16px;
  }
  .tab-list-item::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .navbar-header {
    display: flex;
  }
  .navbar-toggle {
    margin: 0;
    margin-left: auto;
  }
}
