/*
Theme Name: Astra Child
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on generatepress.
Author: [Your Name]
Author URI: [Your website URL or leave it blank]
Template: astra
Version: 1.0
*/

/* Custom styles go below this line */

/* HITFAME CRED-style card (simple, reliable) */
.hitfame-card {
  position: relative;
  overflow: hidden;

  padding: 40px 32px;

  border-radius: 36px !important;
  border: 1px solid rgba(242, 182, 24, 0.25);

  /* SUBTLE glass gradients */
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 182, 24, 0.08), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(242, 182, 24, 0.05), transparent 50%),
    linear-gradient(to bottom, #050607, #020203);

  /* soft glow */
  box-shadow: 0 0 10px rgba(242, 182, 24, 0.06);
}

/* HITFAME CRED-style card (simple, reliable) */
.hitfame-card2 {
  position: relative;
  overflow: hidden;

  padding: 40px 32px;

  border-radius: 36px !important;
  border: 1px solid rgba(242, 182, 24, 0.25);
background:
  radial-gradient(circle at 12% 0%, rgba(242, 182, 24, 0.03), transparent 70%),
  radial-gradient(circle at 90% 100%, rgba(242, 182, 24, 0.02), transparent 70%),
  linear-gradient(to bottom, rgba(5,6,7,0.15), rgba(2,2,3,0.20));


  /* soft glow */
  box-shadow: 0 0 10px rgba(242, 182, 24, 0.06);
}



/* Homepage Features Stack CSS*/



.preview-sticky .preview-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.preview-sticky .preview-item.active {
  opacity: 1;
  transform: scale(1);
}

.trigger {
  height: 1px;
  width: 100%;
}

