.offers-sec-1 {
  background: #f4f6f9;
  font-family: "Segoe UI", sans-serif;
}

/* Hero Section */
.offers-sec-1 .hero-offers {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  border-radius: 0 0 40px 40px;
  margin-bottom: 60px;
}

.offers-sec-1 .hero-offers h1 {
  font-weight: 700;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .offers-sec-1 .hero-offers h1 {
    font-weight: 700;
    font-size: 2rem;
  }
}
.offers-sec-1 .hero-offers p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Offer Cards */
.offers-sec-1 .offer-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.offers-sec-1 .offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.offers-sec-1 .offer-icon {
  font-size: 2.5rem;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.offers-sec-1 .offer-card h5 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
}

.offers-sec-1 .offer-card p {
  font-size: 15px;
  color: #666;
  min-height: 60px;
}

.offers-sec-1 .btn-offer {
  border-radius: 30px;
  border: none;
  color: #fff;
  padding: 8px 24px;
  font-weight: 500;
  transition: 0.3s;
}

.offers-sec-1 .btn-offer:hover {
  transform: scale(1.05);
  color: #fff;
}

/* Custom Colors */
.offers-sec-1 .bg-blue {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.offers-sec-1 .bg-purple {
  background: linear-gradient(135deg, #9d50bb, #6e48aa);
}

.offers-sec-1 .bg-teal {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}/*# sourceMappingURL=offersDesign1.css.map */