
#tag-section-16 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-16 .section-hero-banner {
  position: relative;
  padding: 80px 20px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
#tag-section-16 .section-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: inherit;
}
#tag-section-16 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-16 .hero-banner-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}
#tag-section-16 .hero-banner-subtitle {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#tag-section-16 .posts-table-container {
}
#tag-section-16 .table {
  margin-bottom: 0;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#tag-section-16 .table thead th {
  background-color: #f8f9fa;
  border-bottom-width: 2px;
  border-top: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  vertical-align: middle;
}
#tag-section-16 .table tbody tr:last-child td {
  border-bottom: none;
}
#tag-section-16 .table tbody td {
  vertical-align: middle;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: #444;
}
#tag-section-16 .table tbody .post-title a {
  font-weight: 500;
  color: #343a40;
  text-decoration: none;
}
#tag-section-16 .table tbody .post-title a:hover {
  color: #c8a45d;
  text-decoration: underline;
}
#tag-section-16 .table tbody .post-date,
#tag-section-16 .table tbody .post-category {
  font-size: 0.9rem;
  color: #777;
}
#tag-section-16 .table tbody .post-category a {
  color: #777;
  text-decoration: none;
}
#tag-section-16 .table tbody .post-category a:hover {
  color: #c8a45d;
  text-decoration: underline;
}
#tag-section-16 .table-responsive {
  border-radius: 6px;
}
#tag-section-16 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-16 .pagination {
  margin-bottom: 0;
}
#tag-section-16 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-16 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-16 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-16 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-16 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-16 {
    padding-bottom: 40px;
  }
  #tag-section-16 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-16 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-16 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-16 .table thead {
    display: none;
  }
  #tag-section-16 .table tbody,
  #tag-section-16 .table tr,
  #tag-section-16 .table td {
    display: block;
    width: 100%;
  }
  #tag-section-16 .table tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
  }
  #tag-section-16 .table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }
  #tag-section-16 .table td:last-child {
    border-bottom: none;
  }
  #tag-section-16 .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    color: #333;
  }
}



#text-block-24 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #fdf8e1);
}
#text-block-24 .container {
  max-width: 1140px;
}
#text-block-24 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5a4e3a;
  margin-bottom: 50px;
}
#text-block-24 .sticky-notes-board {
}
#text-block-24 .sticky-note {
  background-color: var(--note-color, #fff7b0);
  padding: 25px 20px;
  min-height: 180px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transform: rotate(var(--rotation, 0deg));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#text-block-24 .sticky-note:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media (max-width: 767.98px) {
  #text-block-24 {
    padding: 60px 0;
  }
  #text-block-24 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-24 .sticky-note {
    min-height: 150px;
    font-size: 1rem;
    padding: 20px 15px;
  }
}



#offers-6 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#offers-6 .wheel-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-6 .wheel-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #dc3545;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
#offers-6 .wheel-description {
  color: #495057;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#offers-6 .prize-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#offers-6 .prize-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #343a40;
}
#offers-6 .prize-list li i {
  color: #ffc107;
  margin-right: 10px;
  font-size: 1.1em;
  width: 20px;
  text-align: center;
}
#offers-6 .btn-spin-cta {
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #dc3545;
  border: none;
  color: #fff;
  align-self: flex-start;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-6 .btn-spin-cta:hover {
  background-color: #c82333;
  transform: scale(1.05);
}
#offers-6 .wheel-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-6 .lucky-wheel-image {
  max-width: 90%;
  height: auto;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991.98px) {
  #offers-6 .wheel-content-col {
    text-align: center;
    order: 2;
    margin-top: 2rem;
  }
  #offers-6 .wheel-image-col {
    order: 1;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    animation: none;
  }
  #offers-6 .prize-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #offers-6 .prize-list li i {
    width: auto;
  }
  #offers-6 .btn-spin-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #offers-6 .wheel-title {
    font-size: 2.2rem;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 80%;
  }
}


