body {
    font-family: 'Helvetica', sans-serif;
}
.tebar-mushaf {
    padding: 150px 0;
    position: relative;
    background: url('https://images.unsplash.com/photo-1629273229664-11fabc0becc0?q=80&w=2831&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    /* background-image: url('../images/tebar-mushaf/quran-sedekah.jpg'); */
    background-size: cover; /* ubah dari 100% 100% agar tidak distorsi */
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    overflow: hidden;
    opacity: 2.8;
    min-height: 50vh;
    display: flex;
    align-items: center;
    z-index: 1;
}


  .tebar-mushaf::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 0;
  }

  .tebar-mushaf > * {
    position: relative;
    z-index: 2;
  }


  #tebar-mushaf small {
    color: #ffd700;
    font-weight: 600;
    font-size: 0.875rem;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.1em; */
    margin-bottom: 16px;
    display: block;
}

/* Moving Background Animation */
/* .tebar-mushaf::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
  animation: rotateBackground 20s linear infinite;
  z-index: 0;
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.mushaf-logo-container {
  font-size: 4rem;
  color: #ffd700;
  margin-bottom: 2rem;
  animation: pulse 2s infinite;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  50% {
    transform: scale(1.1);
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
}

.mushaf-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 3rem;
}

.mushaf-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.mushaf-feature-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.mushaf-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); */
  transition: 0.5s;
}

.mushaf-feature-card:hover::before {
  left: 100%;
}

.mushaf-feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mushaf-feature-card .icon {
  font-size: 2.5rem;
  color: #ffd700;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.mushaf-feature-card p {
  color: #ffffff;
  margin: 0;
  font-size: 1.1rem;
}

.mushaf-cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    text-transform: uppercase;
    color: #764ba2;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 1rem;
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mushaf-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.5s;
}

.mushaf-cta-button:hover::before {
  left: 100%;
}

.mushaf-cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 215, 0, 0.4);
}

.mushaf-cta-button i {
  margin-right: 10px;
}

.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.particle {
  position: absolute;
  background: rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  animation: floatUp 8s infinite ease-in-out;
}

@keyframes floatUp {
  0% {
    transform: translateY(100vh) scale(0) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100px) scale(1) rotate(360deg);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 1400px) {
  .mushaf-features-grid {
    gap: 1.5rem;
  }
  .mushaf-feature-card {
    padding: 1.75rem;
  }
}

@media (max-width: 1200px) {
  .tebar-mushaf {
    padding: 120px 0;
  }
  .mushaf-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .mushaf-logo-container {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .tebar-mushaf {
    padding: 100px 0;
  }
  .mushaf-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .mushaf-logo-container {
    font-size: 3rem;
  }
  .mushaf-description {
    font-size: 1.1rem;
    padding: 0 20px;
  }
  .mushaf-feature-card {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .tebar-mushaf {
    padding: 80px 0;
  }
  .mushaf-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .mushaf-description {
    font-size: 1rem;
    padding: 0 15px;
    margin-bottom: 2rem;
  }
  .mushaf-cta-button {
    font-size: 1rem;
    padding: 20px 25px;
    width: 100%;
    max-width: 300px;
  }
  .mushaf-logo-container {
    font-size: 2.5rem;
  }
  .mushaf-feature-card {
    padding: 1.25rem;
  }
  .mushaf-feature-card .icon {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .tebar-mushaf {
    padding: 60px 0;
  }
  .mushaf-logo-container {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .mushaf-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .mushaf-feature-card {
    padding: 1rem;
  }
  .mushaf-feature-card .icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .mushaf-feature-card p {
    font-size: 0.95rem;
  }
  .mushaf-cta-button {
    font-size: 0.95rem;
    padding: 18px 15px;
    text-align: center;
  }
}

