
#tag-section-19 {
  padding: 60px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-19 .section-hero-centered {
  padding: 40px 0;
  margin-bottom: 50px;
  text-align: center;
}
#tag-section-19 .hero-text-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#tag-section-19 .hero-text-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
#tag-section-19 .post-grid-container {
}
#tag-section-19 .post-card-dark {
  background-color: #212529;
  color: #fff;
  border: 1px solid #3a3f44;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-19 .post-card-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#tag-section-19 .post-card-img-link {
  display: block;
  overflow: hidden;
}
#tag-section-19 .post-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
#tag-section-19 .post-card-dark:hover .post-card-img {
  transform: scale(1.05);
  opacity: 1;
}
#tag-section-19 .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#tag-section-19 .post-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
#tag-section-19 .post-title a {
  color: #fff;
  text-decoration: none;
}
#tag-section-19 .post-title a:hover {
  color: #f0c575;
}
#tag-section-19 .post-meta {
  font-size: 0.8rem;
  color: #adb5bd;
  flex-grow: 1;
  margin-bottom: 15px;
}
#tag-section-19 .post-meta i {
  margin-right: 4px;
}
#tag-section-19 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #f0c575;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#tag-section-19 .read-more-btn:hover {
  color: #fff;
  text-decoration: underline;
}
#tag-section-19 .read-more-btn i {
  margin-left: 3px;
}
#tag-section-19 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-19 .pagination {
  margin-bottom: 0;
}
#tag-section-19 .page-item .page-link {
  color: #c8a45d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-19 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-19 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-19 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-19 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-19 {
    padding: 40px 0;
  }
  #tag-section-19 .section-hero-centered {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #tag-section-19 .hero-text-title {
    font-size: 2.5rem;
  }
  #tag-section-19 .hero-text-subtitle {
    font-size: 1rem;
  }
}



#text-block-18 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #212529);
}
#text-block-18 .container {
  max-width: 800px;
}
#text-block-18 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-18 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #212529);
  margin-bottom: 25px;
  line-height: 1.3;
}
#text-block-18 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-18 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-18 .cta-button-area {
  margin-top: 40px;
}
#text-block-18 .cta-button-area .btn {
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 8px;
  min-width: 160px;
  transition: all 0.3s ease;
  border-radius: 6px;
}
#text-block-18 .cta-button-area .btn-lg {
  padding: 14px 35px;
  font-size: 1.1rem;
  min-width: 200px;
}
#text-block-18 .cta-button-area .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #text-block-18 {
    padding: 60px 0;
  }
  #text-block-18 .text-heading {
    font-size: 2rem;
  }
  #text-block-18 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-18 .cta-button-area .btn {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    max-width: 300px;
    width: 100%;
  }
  #text-block-18 .cta-button-area .btn:first-child {
    margin-top: 0 !important;
  }
}



#offers-1 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#offers-1 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-1 .offer-card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#offers-1 .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#offers-1 .offer-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.95);
}
#offers-1 .offer-card .card-body {
  padding: 1.5rem;
}
#offers-1 .offer-card .card-title {
  font-weight: 600;
  font-size: 1.15rem;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}
#offers-1 .offer-card .card-text {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#offers-1 .offer-code-wrapper {
  margin-bottom: 0.5rem;
  min-height: 30px;
}
#offers-1 .offer-code {
  font-weight: 700;
  color: #fff;
  background-color: #dc3545;
  padding: 0.3rem 0.8rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
#offers-1 .offer-expiry {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 1.2rem;
  min-height: 20px;
}
#offers-1 .offer-expiry i {
  margin-right: 5px;
}
#offers-1 .offer-card .btn-offer-cta {
  padding: 0.7rem 1.3rem;
  font-weight: 600;
  background-color: #198754;
  border: none;
}
#offers-1 .offer-card .btn-offer-cta:hover {
  background-color: #157347;
}


