
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



/* Section background */
#category-posts-11 {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#category-posts-11::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

/* Container */
#category-posts-11 .container {
  position: relative;
  z-index: 2;
}

/* Header */
#category-posts-11 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-11 .section-subtitle {
  font-size: 1rem;
  opacity: 0.85;
}

/* Grid cards */
#category-posts-11 .post-card {
  background: #ffffff;
  color: #212529;
  border-radius: .5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-11 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
#category-posts-11 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-11 .card-body {
  padding: 1rem;
}
#category-posts-11 .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .75rem;
}
#category-posts-11 .btn-readmore {
  font-size: .875rem;
  color: #4f46e5;
  font-weight: 500;
  text-decoration: none;
}
#category-posts-11 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-11 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-11 .pagination-wrapper,
#category-posts-11 .load-more-wrapper {
  text-align: center;
  margin-top: 2rem;
}
#category-posts-11 .btn-loadmore {
  color: #fff;
  border-color: #fff;
}




#offers-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#offers-10 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#offers-10 .offer-list-group .list-group-item {
  padding: 1rem 1.25rem;
  border-color: #e9ecef;
  transition: background-color 0.2s ease;
}
#offers-10 .offer-list-group .list-group-item:hover {
  background-color: #eef2f7;
}
#offers-10 .offer-list-group .offer-icon {
  font-size: 1.3em;
  color: #0d6efd;
  min-width: 35px;
  text-align: center;
}
#offers-10 .offer-list-group .offer-text {
  font-weight: 500;
  color: #343a40;
  flex-grow: 1;
  margin-right: 1rem;
}
#offers-10 .offer-list-group .offer-code-badge {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.4em 0.7em;
  margin-right: 0.75rem;
}
#offers-10 .offer-list-group .btn-details {
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
}


