@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');

/* Cosmic background animation */
@keyframes cosmicShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



body {
  
    background: linear-gradient(45deg, #e9ffe8, #ffffff, #f5f5f5);
    
    background-size: 400% 400%;
    position: relative;
    font-size: 1rem !important;
    color: #140010 !important;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    min-height: 100vh;
}

h1,
h2,
h3,
h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: none;
}

strong {
    font-family: 'Inter', sans-serif;
    font-weight: 700;

}

em {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 400;
}

.navbar {
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1px;
}



.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    height: 150px;
}

.strapline {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: none;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.strapline.active {
    opacity: 1;
    transform: translateY(0);
}

.subtext {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.2px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 0.2s;
}

.subtext.active {
    opacity: 1;
    transform: translateY(0);
}

.container2 {
    padding: 5%;
}





textarea {

    background-color: #ebf8f1 !important;
}

form:not(.layout-builder-configure-block) .form-control,
form:not(.layout-builder-configure-block) .select2-container .select2-selection {
    padding: 6px 22px !important;

}


.card__title {
    color: #29322d;
}

.highlight {
    background-color: #e6f3ff;
    padding: 10px;
    border-radius: 5px;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.question {
    background-color: #f9f9f9;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

.answer {
    padding: 10px;
    display: none;
}

.faq.active .answer {
    display: block;
}

.img-square {
    border-radius: 0 !important;
}




.rounded33 {
    border-radius: 22px;
}

.teaser__tag {
    visibility: hidden !important;
}

.socialblue--sky .hero__banner--static .teaser__title a {
    color: #29322d !important;
    text-shadow: none !important;
}




.socialblue--sky .hero__banner--static {
    position: relative;
    width: 100%;
    background: none !important;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: inherit;
    padding: 60px 1em 0;
    z-index: 100;
}

.socialblue--sky.path-node .hero__banner--static .hero-image {
    border-radius: 22px;
}

.cover .page-title {
    /* Base gold gradient */
    background: linear-gradient(45deg,
            #ffd700 0%,
            #f1c232 25%,
            #fff6dd 50%,
            #f1c232 75%,
            #ffd700 100%);

    /* Make the background clip to the text */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;

    /* Add a slight texture */
    text-shadow: 0 0 1px rgba(255, 215, 0, 0.1);

    /* Animation properties */
    background-size: 200% 200%;
    animation: shimmer 9s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.social-emoji-trigger {
    right: 10px;
}

/* Base link styles */
a {
    color: #b99a45;
    text-decoration: none;
    background: linear-gradient(to right,
            #b99a45 0%,
            #8b7434 50%,
            #b99a45 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease;
}

/* Hover animation */
a:hover {
    background-position: right center;
    animation: linkShimmer 1.5s ease infinite;
}

/* Define the shimmer animation */
@keyframes linkShimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* If you want to exclude certain links from this styling, add this class */
.no-gold-animation {
    background: none;
    color: inherit;
    -webkit-background-clip: initial;
    background-clip: initial;
}



.hero__bgimage-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(34, 34, 34, 0.89))) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(34, 34, 34, 0.89) 100%) !important;
}

p>iframe {
    border-radius: 22px;
}

.card,
.card-radius,
.hero-canvas {
    margin-top: 20px !important;
    color: #11041d;
    border-radius: 2rem !important;
}

.form-control {
    color: #120213 !important;
    background-color: #faf9fb !important;

}



.social-post-album--post-gallery img {
    border-radius: 2rem;
    
}

.card--stream {
      background-color: #f9fff2 !important;
}

.teaser.teaser--stream {
    background: #ebf8f1;
}

.card__nested-section {
    background: #ebf8f1 !important;
}





/* Enhanced Card Styling with Gradient and Starfield */
.card {
  border-radius: 10px;
  background: #fffef9 !important;
  background-size: 400% 400%;
  animation: cardGradientShift 12s ease infinite;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 20px rgba(185, 154, 69, 0.1),
    0 2px 10px rgba(41, 171, 226, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* Subtle starfield overlay for cards */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(1px 1px at 15% 25%, rgba(185, 154, 69, 0.3), transparent),
    radial-gradient(1px 1px at 85% 75%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 45% 85%, rgba(185, 154, 69, 0.25), transparent),
    radial-gradient(1px 1px at 75% 15%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 25% 65%, rgba(185, 154, 69, 0.2), transparent),
    radial-gradient(1px 1px at 65% 45%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(1px 1px at 35% 10%, rgba(185, 154, 69, 0.3), transparent),
    radial-gradient(1px 1px at 90% 55%, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200px 200px, 150px 150px, 180px 180px, 160px 160px, 170px 170px, 140px 140px, 190px 190px, 130px 130px;

  pointer-events: none;
  border-radius: 10px;
  z-index: 1;
}

/* Ensure card content appears above the starfield */
.card > * {
  position: relative;
  z-index: 2;
}

/* Card hover effect */
.card:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 30px rgba(185, 154, 69, 0.15),
    0 4px 15px rgba(41, 171, 226, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.card:hover::before {
  animation-duration: 4s;
}




.card .btn::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: left 0.5s ease;
}

.card .btn:hover {
  background-position: right center;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(41, 171, 226, 0.3);
}

.card .btn:hover::before {
  left: 100%;
}

/* Accent button styling for cards */
.card .btn-accent {
  background: linear-gradient(135deg,
    #ffc142 0%,
    #ffb00f 50%,
    #ffc142 100%);
  background-size: 200% 200%;
  color: #343434 !important;
}

.card .btn-accent:hover {
  background-position: right center;
  box-shadow: 0 4px 15px rgba(255, 193, 66, 0.3);
}

/* Update existing card variants to work with new styling */
.card--stream {
  background-size: 400% 400%;
  animation: cardGradientShift 12s ease infinite;
}

.teaser.teaser--stream {
  background: linear-gradient(135deg,
    #ebf8f1 0%,
    #ede3f1 25%, 
    #f8f0fb 50%,
    #ede3f1 75%,
    #ebf8f1 100%);
  background-size: 400% 400%;
  animation: cardGradientShift 12s ease infinite;
}

.card__nested-section {
  background: transparent !important;
}

/* Special styling for form controls within cards */
.card .form-control,
.card textarea {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(185, 154, 69, 0.2);
  transition: all 0.3s ease;
}

.card .form-control:focus,
.card textarea:focus {
  background: rgba(255, 255, 255, 1) !important;
  border-color: rgba(41, 171, 226, 0.5);
  box-shadow: 0 0 0 3px rgba(41, 171, 226, 0.1);
}

/* Enhance card titles */
.card__title {
  color: #29322d;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  font-weight: 600;
  position: relative;
  z-index: 2;
}


/* Cosmic Lazy Loading Effects */
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg,
    rgba(185, 154, 69, 0.1) 0%,
    rgba(41, 171, 226, 0.1) 50%,
    rgba(185, 154, 69, 0.1) 100%);
  background-size: 200% 200%;
  
}

.lazyloaded {
  opacity: 1;
  animation: none;
  background: none;
}

.lazyerror {
  opacity: 0.5;
  background: linear-gradient(135deg,
    rgba(169, 68, 66, 0.1) 0%,
    rgba(169, 68, 66, 0.2) 100%);
  animation: none;
}

/* Cosmic loading shimmer */
@keyframes cosmicShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Loading skeleton effect for images */
.lazyload::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(185, 154, 69, 0.3), transparent),
    radial-gradient(1px 1px at 80% 70%, rgba(255, 255, 255, 0.4), transparent);
  background-size: 100px 100px, 120px 120px;
  
  pointer-events: none;
}

.lazyloaded::before {
  display: none;
}

@keyframes starShimmer {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}

.card__nested-section {
        background:rgb(223 235 228) !important;
        
}