/* Ưu đãi Hot Page Styles */

/* Uu Dai Hot Page Styles */
.uu-dai-hot-page {
  background-color: #f8f9fa;
  min-height: 100vh;
}

/* Breadcrumbs */
.breadcrumbs-section {
  padding: 15px 0;
}

.breadcrumbs.endow {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6c757d;
  height: 40px;
  border-bottom: 1.5px solid #00000026
}
.breadcrumbs a {
  color: #007bff;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .separator {
  margin: 0 8px;
  color: #6c757d;
}

.breadcrumbs .current {
  color: #495057;
  font-weight: 500;
}

/* Banner Slider */
.offers-banner-section {
  /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  position: relative;
  overflow: hidden;
}

.offers-banner-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.offers-banner-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.offers-banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.offers-banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  justify-content: flex-start;
}

.offers-banner-slide.active {
  opacity: 1;
}

.offers-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.offers-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers-banner-content {
  position: relative;
  z-index: 2;
  margin-left: 8%;
  width: 100%;
  padding: 40px;
  color: white;
  max-width: 600px;
}

.offers-banner-text {
  max-width: 600px;
  color: white;
  animation: slideInUp 1s ease-out;
}

.offers-banner-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.offers-banner-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.9;
}

.offers-banner-discount {
  margin: 20px 0;
}

.offers-discount-text {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.offers-banner-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.offers-banner-button .offers-btn {
  background: #fff;
  color: #062267;
  padding: 12px 50px;
  margin-left: 8%;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;            /* Regular = 400 */
  font-style: normal;          /* "Regular" → normal */
  font-size: 1rem;             /* 16px ÷ 16 = 1rem */
  line-height: 1.5;            /* 150% = 1.5 */
  letter-spacing: 0;
  text-align: center;

}

.offers-banner-button .offers-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Banner Navigation */
.offers-banner-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.offers-banner-dots {
  display: flex;
  gap: 10px;
}

.offers-banner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.offers-banner-dot.active,
.offers-banner-dot:hover {
  background: #fff;
  transform: scale(1.2);
}

/* Special Offers Section */
.special-offers-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.offer-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.offer-card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px ;
}

.offer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.offer-card:hover .offer-card-image img {
  transform: scale(1.05);
}

.offer-card-content {
  margin: 0px 25px 25px;
  background: #F8F9FA;
padding: 25px}

.offer-card-title {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;           /* SemiBold = 600 */
  font-style: normal;         /* SemiBold là font-weight, style vẫn là normal */
  font-size: 1.125rem;        /* 18px ÷ 16 = 1.125rem */
  line-height: 1.2;           /* 120% = 1.2 */
  letter-spacing: 0;

}

.offer-card-title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.offer-card-title a:hover {
  color: #007bff;
}

.offer-card-excerpt {
  color: #6c757d;

  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;           /* Regular = 400 */
  font-style: normal;         /* "Regular" → normal */
  font-size: 0.75rem;         /* 12px ÷ 16 = 0.75rem */
  line-height: 1.5;           /* 150% = 1.5 */
  letter-spacing: 0;
  text-align: justify;

}

/* Offer Card Actions */
.offer-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.offer-buttons {
  display: flex;
  gap: 10px;
  flex: 1;
}

.offers-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.offers-btn-register {
  background: #007bff;
  color: #fff;
}

.offers-btn-register:hover {
  background: #0056b3;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.offers-btn-view-more {
  background: #fd7e14;
  color: #fff;
}

.offers-btn-view-more:hover {
  background: #e55a00;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.offer-discount {
  margin-left: auto;
}

.offers-discount-badge {
  background: #3D70E4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* Pagination */
.offers-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #fff;
  color: #007bff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
  background:#1552A2;
  color: #fff;
}

.pagination-wrapper .page-numbers.dots {
  background: transparent;
  border: none;
  color: #6c757d;
}

/* No Results */
.no-offers-found,
.offers-category-error {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 16px;
}

.no-offers {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
}

/* Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .offers-banner-wrapper {
    height: 300px;
  }

  .offers-banner-content {
    padding: 40px 30px;
  }

  .offers-banner-title {
    font-size: 28px;
  }

  .offers-banner-description {
    font-size: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .offer-card-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .offer-buttons {
    justify-content: center;
  }

  .offer-discount {
    margin-left: 0;
    text-align: center;
  }

  .breadcrumbs-section {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .offers-banner-wrapper {
    height: 250px;
  }

  .offers-banner-content {
    padding: 30px 20px;
  }

  .offers-banner-title {
    font-size: 24px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .offer-card-content {
    padding: 20px;
  }

  .offers-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}
