
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



/* Section & background accents */
#category-posts-14 {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Accent shapes */
#category-posts-14::before,
#category-posts-14::after,
#category-posts-14 .accent-shape {
  position: absolute;
  pointer-events: none;
}
#category-posts-14::before {
  content: '';
  width: 200px; height: 200px;
  background: rgba(79, 70, 229, 0.1);
  border-radius: 50%;
  top: -40px; left: -40px;
}
#category-posts-14::after {
  content: '';
  width: 150px; height: 150px;
  background: rgba(239, 68, 68, 0.1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: -30px; right: 20%;
}
#category-posts-14 .accent-shape.shape-1 {
  width: 120px; height: 120px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  top: 30%; left: 80%;
}
#category-posts-14 .accent-shape.shape-2 {
  width: 100px; height: 100px;
  background: rgba(234, 179, 8, 0.1);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: 20%; left: 10%;
}

/* Container above accents */
#category-posts-14 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-14 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
}
#category-posts-14 .section-subtitle {
  font-size: 1rem;
  color: #6b7280;
}

/* Make entire card clickable */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-14 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-14 .post-card.visible {
  transform: translateY(0);
  opacity: 1;
}
#category-posts-14 .post-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Image */
#category-posts-14 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-14 .card-body {
  padding: 1rem;
}
#category-posts-14 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-14 .card-excerpt {
  font-size: .95rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-14 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-14 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-14 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-14 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-14 .pagination-wrapper,
#category-posts-14 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#offers-3 {
  padding: 80px 0;
  background-color: #fff;
}
#offers-3 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-3 .offer-tier-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#offers-3 .offer-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#offers-3 .offer-tier-card .card-header-custom {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
#offers-3 .offer-tier-card .tier-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#offers-3 .offer-tier-card .tier-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
#offers-3 .offer-tier-card .tier-description {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#offers-3 .offer-tier-card .tier-condition {
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#offers-3 .offer-tier-card .btn-tier-cta {
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: auto;
}


