/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/* Xmas-Magic-Core */
.xmas-magic .nasa-custom-countdown .countdown-period {
    color: #ffffff !important;
}

/* Welcome to Store Title */
.wlcm-store-cs .elementor-heading-title {
  font-weight: 600;
  letter-spacing: 0.8px;
  background: linear-gradient(120deg, #262525 0%, #58732f 20%, #54ad3a 40%, #5ea73a 50%, #4d953a 60%, #588612 80%, #1f1d1d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: premiumGlow 6s ease-in-out infinite;
}

/* Smooth champagne-like shimmer */
@keyframes premiumGlow {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Home Page Blog Posts */
.main-cs-posts .elementor-widget-container .hfe-post-card .hfe-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

  /* Smart scaling */
  font-size: clamp(14px, 1.2vw, 18px);  /* adjusts font between 14–18px */
  line-height: 1.3em;
}



