/*
CSS File

Sections are as follow:

Globals
Header
Footer
Main
Shop
About Us
Contact Us
*/ 

/*                                        
 #     #                                    
 #     # ######   ##   #####  ###### #####  
 #     # #       #  #  #    # #      #    # 
 ####### #####  #    # #    # #####  #    # 
 #     # #      ###### #    # #      #####  
 #     # #      #    # #    # #      #   #  
 #     # ###### #    # #####  ###### #    #    
*/


@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');

body {
    font-family: 'Ovo', serif;
    
}
body, p, .container, .lh-base, .fs-4 {
  color: #f4eaff !important;
}

.fantasy-header {
  overflow: visible !important;
}


.navbar {
  position: sticky !important;
  top: 0; /* this is critical */
  z-index: 1000; /* keeps it above other elements */
  max-height: 95px;
  min-height: 80px; /* adjust to taste */
  background-color: #8D1BE4;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 55px;
    width: auto;
  }
}

/* Navbar base */
.custom-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #8D1BE4 !important;
}

/* Logo sizing */
.nav-logo {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

/* Mobile logo size */
@media (max-width: 576px) {
  .nav-logo {
    height: 55px;
    width: 55px;
  }
}

/* Dropdown full width on mobile */
@media (max-width: 768px) {
  .dropdown-menu {
    width: 100% !important;
    max-width: none !important;
  }
}
/* Make the collapsed mobile menu black */
@media (max-width: 991px) {
  #navbarMenu {
    background-color: #000 !important;
    padding: 1rem;
  }

  #navbarMenu .nav-link {
    color: white !important;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  #navbarMenu .nav-link:last-child {
    border-bottom: none;
  }
}
/* Floating mobile menu */
@media (max-width: 991px) {
  #navbarMenu {
    background-color: #000 !important;
    padding: 1rem;
    margin: 0.5rem 1rem; /* space from edges */
    border-radius: 15px; /* rounded corners */
    box-shadow: 0 8px 20px rgba(0,0,0,0.4); /* floating effect */
    width: auto; /* shrink to content */
  }

  /* Make links clean and spaced */
  #navbarMenu .nav-link {
    color: white !important;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  #navbarMenu .nav-link:last-child {
    border-bottom: none;
  }
}
.navbar-brand,
.nav-link,
.dropdown-item {
    font-family: 'Ovo', serif;
}


/* Fantasy Header */
.fantasy-header {
  background: linear-gradient(135deg, #2d1f33, #1b1b1b, #2d1f33);
  border-bottom: 4px solid #6a2e8a;
  border-image: linear-gradient(90deg, #6a2e8a, #b48cff, #6a2e8a) 1;
  font-family: "Cinzel", serif;
  position: relative;
  overflow: hidden;
}

/* Stardust overlay */
.fantasy-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/stardust.png');
  opacity: 0.12;
  pointer-events: none;
}

/* Header links */
.header-link {
  color: #e6dff7 !important;
  font-weight: 500;
  transition: 0.3s ease;
}

.header-link:hover {
  color: #b48cff !important;
  text-shadow: 0 0 8px #b48cff;
}

/* Logo glow (shared with footer) */
.shadow-glow {
  box-shadow: 0 0 12px #b48cff;
  transition: 0.3s ease;
}

.shadow-glow:hover {
  box-shadow: 0 0 20px #d7b3ff;
}


#p {
  background: linear-gradient(90deg, #b26bff, #d9a7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(178,107,255,0.6);
}

/*                                
 #######                                   
 #        ####   ####  ##### ###### #####  
 #       #    # #    #   #   #      #    # 
 #####   #    # #    #   #   #####  #    # 
 #       #    # #    #   #   #      #####  
 #       #    # #    #   #   #      #   #  
 #        ####   ####    #   ###### #    #    
*/
footer {
  background-color: #8D1BE4;
}     

.fantasy-footer {
  background: linear-gradient(135deg, #1b1b1b, #2d1f33, #1b1b1b);
  border-top: 4px solid #6a2e8a;
  border-image: linear-gradient(90deg, #6a2e8a, #b48cff, #6a2e8a) 1;
  color: #e6dff7;
  font-family: "Cinzel", serif;
  position: relative;
  overflow: hidden;
}

/* Subtle glowing particles */
.fantasy-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/stardust.png');
  opacity: 0.15;
  pointer-events: none;
}

.footer-link {
  color: #d9c7ff !important;
  transition: 0.3s ease;
  font-weight: 500;
}

.footer-link:hover {
  color: #b48cff !important;
  text-shadow: 0 0 8px #b48cff;
}

.footer-copy {
  color: #cbbbe8;
}

.footer-icon {
  color: #d9c7ff;
  transition: 0.3s ease;
}

.footer-icon:hover {
  color: #b48cff;
  text-shadow: 0 0 10px #b48cff;
}

.shadow-glow {
  box-shadow: 0 0 12px #b48cff;
  transition: 0.3s ease;
}

.shadow-glow:hover {
  box-shadow: 0 0 20px #d7b3ff;
}

/*                      
 #     #                 
 ##   ##   ##   # #    # 
 # # # #  #  #  # ##   # 
 #  #  # #    # # # #  # 
 #     # ###### # #  # # 
 #     # #    # # #   ## 
 #     # #    # # #    # 
*/
/* Carousel Images */
.carousel-item img {
  max-height: 400px;      /* scale down images */
  width: auto;            /* keep natural width */
  height: auto;           /* preserve aspect ratio */
  margin: 0 auto;         /* center horizontally */
  object-fit: contain;    /* show full image without cropping */
  display: block;
}
.pause-intro-section {
    width: 100%;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
}

.pause-intro-container {
    max-width: 850px;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.7;
    color: #3a2f4f;
    padding: 10px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.pause-intro-container p {
    margin-bottom: .8rem;
}

.pause-highlight {
    font-size: 1.5rem;

    font-weight: 600;
}

.pause-signoff span {
    font-style: italic;
    opacity: 0.8;
}

/* Carousel Controls (Prev/Next Buttons) */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;                  /* center vertically on image */
  transform: translateY(-50%);
  width: 5%;                 /* shrink clickable area */
  opacity: 0.7;              /* semi-transparent overlay */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;                /* fully visible on hover */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%; /* crisp icons */
  filter: drop-shadow(0 0 3px black); /* visible on light photos */
}
.carousel-magical {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(180, 100, 255, 0.6),
                0 0 40px rgba(120, 60, 200, 0.4);
    overflow: hidden;
}
/* Optional: Carousel Caption Styling */

body {
  padding-top: 0px; /* adjust based on your navbar height */ 
}
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #2a0f3a, #12061d);
  color: #f4eaff; /* readable lavender-white text */
  font-family: 'Poppins', sans-serif; /* optional */
}


#p {
  color: #d9c2ff;
  text-shadow: 0 0 10px #b26bff, 0 0 20px #d9a7ff;
  animation: gentleGlow 3s ease-in-out infinite alternate;
}

@keyframes gentleGlow {
  from {
    text-shadow: 0 0 8px #b26bff, 0 0 15px #d9a7ff;
  }
  to {
    text-shadow: 0 0 15px #cfaeff, 0 0 30px #e8d4ff;
  }
}


/*
  #####                       
 #     # #    #  ####  #####  
 #       #    # #    # #    # 
  #####  ###### #    # #    # 
       # #    # #    # #####  
 #     # #    # #    # #      
  #####  #    #  ####  #       
*/ 
.card {
  width: 18rem;
  margin: 0px 5px;
}   
.card {
  background: rgba(255, 255, 255, 0.85); /* slightly see-through white */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}     
.shop-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-title {
  font-weight: 700;
  color: #d8c7ff;
  text-shadow: 0 0 12px rgba(150, 80, 255, 0.7);
}

.shop-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(150, 80, 255, 0.6);
}

.shop-card img {
  height: 260px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-card .card-text a {
  color: #caaaff;
  font-weight: 600;
  text-decoration: none;
}

.shop-card .card-text a:hover {
  text-shadow: 0 0 8px rgba(180, 120, 255, 0.8);
}

.shop-card .card-text {
  color: #eae6ff;
  font-size: 0.95rem;
}                 
.shop-card .card-img-top {
  height: 200px;        /* adjust to taste */
  object-fit: cover;    /* crops the image nicely */
}

/*
    #                                 #     #        
   # #   #####   ####  #    # #####   #     #  ####  
  #   #  #    # #    # #    #   #     #     # #      
 #     # #####  #    # #    #   #     #     #  ####  
 ####### #    # #    # #    #   #     #     #      # 
 #     # #    # #    # #    #   #     #     # #    # 
 #     # #####   ####   ####    #      #####   ####  
*/
/* Global mystical background */



/* 
  #####                                            #     #        
 #     #  ####  #    # #####   ##    ####  #####   #     #  ####  
 #       #    # ##   #   #    #  #  #    #   #     #     # #      
 #       #    # # #  #   #   #    # #        #     #     #  ####  
 #       #    # #  # #   #   ###### #        #     #     #      # 
 #     # #    # #   ##   #   #    # #    #   #     #     # #    # 
  #####   ####  #    #   #   #    #  ####    #      #####   ####  
*/

address {
  margin: 0px;
}
.card-img {
  transition: transform 0.4s ease-in-out;
  display: block;
  z-index: 1; /* keep it above other elements */
}

.card-img:hover {
  transform: scale(1.5); /* enlarge beyond card */
  position: relative;    /* keep layout stable */
  z-index: 10;           /* ensure it floats above */
}
.alert {
  opacity: .2;
  margin: 0px;
  padding: 0px;
}
.alert, p {
  color: black;
  opacity: .9;
}
 /* ✅ Corrected hover zoom effect */
    .card-img {
      transition: transform 0.4s ease-in-out;
      display: block;
      transform-origin: center center;
    }

    /* Less aggressive zoom on mobile */
    @media (max-width: 768px) {
      .card-img:hover {
        transform: scale(1.1);
      }
    }

    /* Stronger zoom on desktop */
    @media (min-width: 769px) {
      .card-img:hover {
        transform: scale(1.3);
        z-index: 5; /* ensures it floats above neighbors */
      }
    }




    Video { border: .1em solid #000;}

    @media (max-width: 768px) {
  .dropdown-menu {
    width: 100%;
  }
}
.dropdown-menu {
  max-width: 250px;   /* adjust as needed */
  word-wrap: break-word;
}



/* 
Podcasts
*/

#latest-video {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}


body, header, head, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Ovo', serif;
}

.podcast-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.podcast-container {
    width: 350px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(150, 80, 255, 0.35);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.podcast-container:hover {
    box-shadow: 0 0 35px rgba(180, 110, 255, 0.55);
    transform: translateY(-3px);
}

.peace-text {
    max-width: 850px;
    text-align: center;
    line-height: 1.6;
}
.peace-text {
    color: #e9d9ff;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-shadow: 0 0 8px rgba(180, 120, 255, 0.25);
}

.peace-text a {
    color: #cba7ff;
    text-decoration: underline;
}

.peace-text a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(200, 150, 255, 0.6);
}

.peace-intro {
    font-size: 1.3em;
    font-weight: 500;
    color: #f3e8ff;
}

.peace-signoff {
    font-style: italic;
    opacity: 0.9;
}

/*
Tarot
*/
.tarot-section.centered {
  text-align: center;
}

.tarot-section.centered ul,
.tarot-section.centered ol {
  display: inline-block;
  text-align: left; /* keeps list items readable */
  margin: 0 auto;
}
/* Overall section styling */
.tarot-section.centered {
  text-align: center;
  padding: 60px 20px;
  color: #f4eaff; /* soft, readable lavender-white */
  background: linear-gradient(180deg, #2a0f3a, #12061d); /* deep mystic purple */
}

/* Headings with glow */
.tarot-section.centered h2,
.tarot-section.centered h3 {
  color: #f8e9ff;
  text-shadow: 0 0 10px rgba(200, 120, 255, 0.7);
  margin-bottom: 20px;
}

/* Paragraphs */
.tarot-section.centered p {
  max-width: 700px;
  margin: 0 auto 25px;
  line-height: 1.6;
  color: #e8d9ff;
}

/* Lists centered but readable */
.tarot-section.centered ul,
.tarot-section.centered ol {
  display: inline-block;
  text-align: left;
  margin: 0 auto 30px;
  color: #f0e6ff;
}

.tarot-section.centered li {
  margin-bottom: 10px;
}
.tarot-image-row {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.tarot-image-row img {
  width: 200px;          /* smaller, consistent size */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(150, 80, 255, 0.4);
  border: 1px solid rgba(200, 150, 255, 0.3);
  object-fit: cover;
}

/* CTA box */
.cta-box {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid rgba(255, 200, 255, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(180, 80, 255, 0.3);
}

/* CTA button */
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: linear-gradient(90deg, #b46bff, #d28aff);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(200, 120, 255, 0.6);
  transition: 0.2s ease;
}

.cta-button:hover {
  box-shadow: 0 0 18px rgba(220, 150, 255, 0.9);
  transform: translateY(-2px);
}



/*
Peace Podcast
*/

.podcast-container {
    max-width: 700px;        /* keeps it from stretching too wide */
    margin: 40px auto;       /* centers it on the page */
    padding: 20px;           /* adds breathing room */
    background: #1a1a1a;     /* subtle dark background */
    border-radius: 16px;     /* smooth rounded edges */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* soft glow/shadow */
}

/*
Magic Download Button
*/
.magic-download {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #6a00ff, #b400ff);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 0 12px #b400ff;
  transition: 0.3s ease;
}

.magic-download:hover {
  box-shadow: 0 0 20px #d46aff, 0 0 40px #b400ff;
  transform: translateY(-3px);
}
ul.text-center {
    list-style: none;
    padding-left: 0;
}



/*Buttons*/
.btn-magic {
  background: linear-gradient(135deg, #7a3cff, #b47bff);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(180, 123, 255, 0.6);
  transition: all 0.25s ease;
}

.btn-magic:hover {
  background: linear-gradient(135deg, #8e4dff, #c08cff);
  box-shadow: 0 0 18px rgba(180, 123, 255, 0.9);
  transform: translateY(-2px);
}
