/* Custom Styles for DataSphere Template */

/* --- HERO SECTION --- */
#hero {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

#hero .container {
    position: relative;
    z-index: 2;
}

/* --- GENERAL STYLES --- */
.backdrop-blur {
    backdrop-filter: blur(10px);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animations */
.row .animate-on-scroll:nth-child(1) { transition-delay: 0.1s; }
.row .animate-on-scroll:nth-child(2) { transition-delay: 0.2s; }
.row .animate-on-scroll:nth-child(3) { transition-delay: 0.3s; }
.row .animate-on-scroll:nth-child(4) { transition-delay: 0.4s; }
.row .animate-on-scroll:nth-child(5) { transition-delay: 0.5s; }


/* --- PRICING CARD --- */
.card.border-primary {
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
}

/* --- Mailchimp Form --- */
#mc_embed_signup form {
    padding: 0;
}
#mc_embed_signup .mc-field-group {
    padding-bottom: 0;
}
