:root {
    --primary-color: #0c1023;
    --secondary-color: #1e1f51;
    --accent-color: rgb(37,57,131);
    --light-accent: #d4caed;
    --text-color: #fff;
    --price-color: #d9534f;
    --bg-gradient: linear-gradient(145deg, var(--primary-color), var(--secondary-color));
    --mystical-shadow: 0 5px 25px rgba(157, 138, 191, 0.3);

    /* ------------------------------ New Variable ------------------------------ */

    --footerSocialBg: #12142e;
    --boorder-b-color: #22232F;
    --text-primary-color: #070712;
    --text-secondary-color: #253983;
    --text-secondary-color-100: #1E1F51;
    --background-color: #0000008F;
    --headerBg: rgba(7, 7, 18, 1);
    /*--cardBg: rgba(0, 0, 0, 1);*/
    --cardBg: rgba(255, 255, 255, 0.03)
    --linkcolor: #A9A9AD;
    --whiteRgba: rgba(255, 255, 255, 0.25);
    --whiteRgba-150: rgba(255, 255, 255, 0.15);
    
    --terms-Text: #B7B3BD;

    --btnbgGredient: linear-gradient(283deg, #4446B7 -4.85%, #1E1F51 97.74%);
    --footerBg: linear-gradient(42.25deg, #0D1023 21.92%, #1B1E49 76.66%);
    --roundedBgGredient:radial-gradient(46.25% 46.25% at 50% 50%, #3A1D95 0%, rgba(58, 29, 149, 0) 100%);
    --drawcard-Eclipes:radial-gradient(46.25% 46.25% at 50% 50%, #3A1D95 0%, rgba(58, 29, 149, 0) 100%);

    --font-montserrat: "Montserrat", sans-serif;
    --font-sora: "Sora", sans-serif;
    --font-cormorant: "Cormorant", serif;
  }

/* -------------------------------------------------------------------------- */
/*                       New font-family Horoscope page start                 */
/* -------------------------------------------------------------------------- */

/*@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap'); */

/* ---------------------------- Sora Font Family ---------------------------- */

@font-face {
  font-family: 'Sora';
  src: url('./fonts/Sora/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sora';
  src: url('./fonts/Sora/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sora';
  src: url('./fonts/Sora/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sora';
  src: url('./fonts/Sora/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sora';
  src: url('./fonts/Sora/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ---------------------------- Sora Font Family ---------------------------- */


/* -------------------------- Cormorant Font Family ------------------------- */

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('./fonts/Cormorant/Cormorant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/* -------------------------- Cormorant Font Family ------------------------- */


/* -------------------------- Montserrat Font Family ------------------------- */

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* -------------------------- Montserrat Font Family ------------------------- */


/* -------------------------------------------------------------------------- */
/*                     New font-family horoscope page end                     */
/* -------------------------------------------------------------------------- */
/* Überschreibung der Bootstrap Container-Breite */
/* .container {
  max-width: 1200px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
} */

/************************/
/* GLOBAL STYLES - ANFANG
   Schriftarten, Farben und Basis-Styles
/************************/
.sans-serif {
    font-family: sans-serif;
}


.socialLink {
    color: #fff;
}

.invalid-feedback {
    font-family: sans-serif;
}


 .gradient-text {
    background: linear-gradient(45deg, #fff, var(--light-accent));
    background-clip: text;          /* Standard property */
    -webkit-background-clip: text;  /* Für Safari/Chrome */
    -webkit-text-fill-color: transparent;
    color: var(--light-accent);     /* Fallback, falls background-clip: text nicht unterstützt wird */
  }

.gradient-text {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
  }
  

/* Fonts END */
/************************/
/* GLOBAL STYLES - ENDE
/************************/



/************************/
/* CUSTOM FOCUS RINGS & BLACK BACKGROUND INPUTS - ANFANG
   Anpassungen für Fokus-Ringe und dunkle Formulareingaben
/************************/
/* Custom Focus Rings */
input:focus, 
textarea:focus, 
select:focus {
    outline: none!important;
    border: 1px solid rgba(30, 31, 81, 1)!important;
    box-shadow: 0 0 4px rgba(30, 31, 81, 1)!important;
}

/* Removes Blue Bootstrap Accordion Ring */
.accordion-button.collapsed:focus {
    box-shadow: none !important;
}

.form-control:disabled,
.form-control:disabled:hover {
    background-color: #1a1e33;
    color: #888;
    border-color: #444;
    box-shadow: none;
    cursor: not-allowed;
}



/* Black Background Inputs */
/* Default */
input.dark-bg-form,
textarea.dark-bg-form,
select.dark-bg-form {
    border: solid 2px #2e2f3b;
    background-color: #0c1023;
    color: #fff;
}

input.dark-bg-form[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* Focus & Hover */
input.dark-bg-form:focus,
textarea.dark-bg-form:focus,
select.dark-bg-form:focus,
input.dark-bg-form:hover,
textarea.dark-bg-form:hover,
select.dark-bg-form:hover {
    outline: none!important;
    background-color: #0c1023;
    color: #fff;
    border: 2px solid #fff!important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6)!important;
}
/* Black Background Inputs END */

.no-focus {
    outline: none!important;
    border: 2px solid #0c1023!important;
    box-shadow: 0 0 5px #0c1023!important;
}
/* Custom Focus Ring END */
/************************/
/* CUSTOM FOCUS RINGS & BLACK BACKGROUND INPUTS - ENDE
/************************/





/************************/
/* BODY & BASE ELEMENTS - ANFANG
   Grundlegende Body-Einstellungen und Hilfsklassen
/************************/
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

/* Modal Backdrop Fix für Horoskop-Seite */
.modal-backdrop {
    z-index: 1040 !important; /* Bootstrap Standard */
}

.modal {
    z-index: 1050 !important; /* Bootstrap Standard */
}

/* Stelle sicher, dass der Body nach Modal-Schließung scrollbar ist */
body:not(.modal-open) {
    overflow: visible !important;
    padding-right: 0 !important;
}

/* Fix für das padding-right Problem in Bootstrap Modals */
.modal, 
.modal-open .modal {
    padding-right: 0 !important;
}

.modal-dialog {
    padding-right: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 0;
    padding: 0;

}

input {
    font-family: sans-serif;
}


.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

.cursor-pointer {
    cursor: pointer;
}

.vh-50 {
    height: 50vh!important;
}
/************************/
/* BODY & BASE ELEMENTS - ENDE
/************************/



/************************/
/* NAVBAR - ANFANG
   Navigation Bar, Offcanvas Menü und responsive Anpassungen
/************************/
/* NAVBAR */
.main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: linear-gradient(145deg, rgba(30, 31, 81, 1), rgba(12, 16, 35, 1));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}



.main-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3em;
}

.offcanvas {
    background: linear-gradient(145deg, rgba(30, 31, 81, 1), rgba(12, 16, 35, 1));
}

/* Default-Menu-Width over 1200px */
.offcanvas-end {
height: 100vh;
top: 0;
width: 25%!important;
}

/* Menu-Width below 1200px */
@media (max-width: 1199px) {
.offcanvas-end {
    width: 50%!important;
}

#stepTitle {
    font-size: 1.75rem;
}
}

/* Menu-Width below 1200px */
@media (max-width: 767px) {
    .offcanvas-end {
        width: 100%!important;
    }
    }


.navbar-icons i {
    font-size: 30px;
    }
    
.navbar-toggler {
    padding: 0;
    }


/* Navbar Icons Hover Effect */
.navbar-icons a:hover span,
.navbar-icons div:hover span {
    position: relative;
}

.navbar-icons a:hover span::after,
.navbar-icons div:hover span::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar-icons a:hover span::after,
.navbar-icons div:hover span::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Navbar Icons Hover Effect END */

.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: none;
}

/* NAVBAR END */
/************************/
/* NAVBAR - ENDE
/************************/



/************************/
/* LANDING PAGE INSTAGRAM SWIPER - ANFANG
   Slider und Swiper Einstellungen für Instagram auf der Landing Page
/************************/
/* Landing Page Instagram Swiper */
#slider-container {
    background: transparent;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 24px;
}

.swiper-slide:hover .overlay {
    opacity: 1;
}

.instagram-link {
    text-decoration: none;
}

.instagram-link {
    color: #fff;
}

.instagram-link:hover {
    color: #e6e6e6;
}

/* Landing Page Instagram Swiper END */
/************************/
/* LANDING PAGE INSTAGRAM SWIPER - ENDE
/************************/



/************************/
/* PRODUCT PAGE - ANFANG
   Zahlungsarten und responsive Anpassungen für die Produktseite
/************************/
/* Product Page */
.payment-methods svg {
    margin: 0 1rem;
}

@media (max-width: 991px) {
    .payment-methods {
        flex-wrap: wrap;
    }
    .payment-methods svg {
        flex: 1 1 22%; 
        margin: 5px;
    }
}
/* Product Page END */
/************************/
/* PRODUCT PAGE - ENDE
/************************/



/************************/
/* BREADCRUMB - ANFANG
   Breadcrumb Navigation und Hover-Effekte
/************************/
/* Breadcrumb Styles - Dark Theme */
.breadcrumb-wrapper.dark {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    /* backdrop-filter: blur(10px); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.breadcrumb-wrapper.dark .container {
    padding-left: 0;
    display: block;
    text-align: left;
}

.breadcrumb-wrapper.dark .breadcrumb {
    margin: 0;
    padding: 0.7rem 0;
    justify-content: flex-start;
}

.breadcrumb-wrapper.dark .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper.dark .breadcrumb-item a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.breadcrumb-wrapper.dark .breadcrumb-item a:hover {
    color: var(--light-accent);
}

.breadcrumb-wrapper.dark .breadcrumb-item i {
    margin-right: 6px;
    color: var(--light-accent);
}

.breadcrumb-wrapper.dark .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.5rem;
}

.breadcrumb-wrapper.dark .breadcrumb-item.active {
    color: var(--light-accent);
    font-weight: 500;
}

/* Breadcrumb Styles - Light Theme */
.breadcrumb-wrapper.light {
    width: 100%;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.breadcrumb-wrapper.light .container {
    padding-left: 0;
    display: block;
    text-align: left;
}

.breadcrumb-wrapper.light .breadcrumb {
    margin: 0;
    padding: 0.7rem 0;
    justify-content: flex-start;
}

.breadcrumb-wrapper.light .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper.light .breadcrumb-item a {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.breadcrumb-wrapper.light .breadcrumb-item a:hover {
    color: var(--accent-color);
}

.breadcrumb-wrapper.light .breadcrumb-item i {
    margin-right: 6px;
    color: var(--accent-color);
}

.breadcrumb-wrapper.light .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #aaa;
    margin: 0 0.5rem;
}

.breadcrumb-wrapper.light .breadcrumb-item.active {
    color: var(--accent-color);
    font-weight: 500;
}

/* Mobile Back Link - Dark Theme */
.breadcrumb-wrapper.dark .mobile-back-link {
    display: none;
    padding: 0.7rem 0;
}

.breadcrumb-wrapper.dark .breadcrumb-back-link {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding-left: 15px;
}

.breadcrumb-wrapper.dark .breadcrumb-back-link i {
    margin-right: 8px;
    font-size: 0.9rem;
    color: var(--light-accent);
}

.breadcrumb-wrapper.dark .breadcrumb-back-link:hover {
    color: var(--light-accent);
}

/* Mobile Back Link - Light Theme */
.breadcrumb-wrapper.light .mobile-back-link {
    display: none;
    padding: 0.7rem 0;
}

.breadcrumb-wrapper.light .breadcrumb-back-link {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding-left: 15px;
}

.breadcrumb-wrapper.light .breadcrumb-back-link i {
    margin-right: 8px;
    font-size: 0.9rem;
    color: #aaa;
}

.breadcrumb-wrapper.light .breadcrumb-back-link:hover {
    color: var(--accent-color);
}

/* Responsive Adjustments */
@media (min-width: 992px) {
    .breadcrumb-wrapper .container {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-wrapper {
        margin-top: 60px;
    }
    
    .desktop-breadcrumb {
        display: none;
    }
    
    .mobile-back-link {
        display: block;
        padding: 0.7rem 0;
    }
    
    .breadcrumb-back-link {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        padding-left: 15px;
    }
    
    .breadcrumb-back-link i {
        margin-right: 8px;
        font-size: 0.9rem;
        color: var(--light-accent);
    }
    
    .breadcrumb-back-link:hover {
        color: var(--light-accent);
    }
    
    .breadcrumb-back-link:hover i {
        color: var(--light-accent);
    }
}

@media (max-width: 1249px) {
    .breadcrumb-item i {
        margin-left: 1.5rem;
    }
}
/* Breadcrumb END */
/************************/
/* BREADCRUMB - ENDE
/************************/



/************************/
/* CONTAINERS & HEADINGS - ANFANG
   Container, Überschriften und responsive Textanpassungen
/************************/
.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.first-h1 {
    font-size: 80px;
}

@media (max-width: 991px) {
    .product-text {
        width: 100%!important;
        margin-top: 20px;
    }

    #zodiac-selector .tile {
        margin: 10px 4%;
    }


}

/* Für Tablets */
@media (max-width: 768px) {
    .first-h1 {
        font-size: 60px;
    }

}

/* Für Handys */
@media (max-width: 480px) {
    .first-h1 {
        font-size: 40px;
    }
}
/* Containers & Headings END */
/************************/
/* CONTAINERS & HEADINGS - ENDE
/************************/



/************************/
/* BACKGROUND & COLORS - ANFANG
   Hintergrundbilder, Farbverläufe und Textfarben
/************************/
.trust-badge {
    font-size: 100px;
    margin-bottom: 15px;
}

.main-bg {
    position: relative;
    background-color: #0c1023;
    background-size: 100% auto;
    background-position: center;
    background-repeat: repeat-y;
}   

.main-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/images/background/star-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
    opacity: 0.5; /* 50% Transparenz */
    z-index: -1; /* Damit das Bild hinter dem Inhalt bleibt */
}


 

.text-primary {
    color: #0c1023!important;
}


.text-success {
    color: rgb(27, 182, 110)!important;
}


.bg-primary {
    /*background: rgb(31, 46, 95)!important;
    background: #0B184C!important;*/
    background: linear-gradient(145deg, rgba(30, 31, 81, 1), rgba(12, 16, 35, 1))!important;
}

.bg-primary-transparent {
    background: linear-gradient(145deg, rgba(30, 31, 81, 1), rgba(12, 16, 35, 1))!important;
}


.bg-secondary {
    background-color: #0c1023!important;
}

/************************/
/* BACKGROUND & COLORS - ENDE
/************************/

/************************/
/* CUSTOM FORM CONTROL - ANFANG
   Individuelle Formularelemente, Eingabefelder und Fokus-Stile
/************************/

.form-control:focus {
    color: var(--light-accent)!important;
}
/************************/
/* CUSTOM FORM CONTROL - ENDE
/************************/


/************************/
/* CUSTOM BUTTONS - ANFANG
   Individuelle Button-Stile, Hover-Effekte und Zustände
/************************/

.btn-primary {
    background-color: rgba(37,57,131,1)!important;
    color: #fff!important;
    border-color: rgba(37,57,131,1)!important;

}

.btn-primary:hover {
    background-color: rgba(11,24,76,1)!important;
    color: #fff!important;
    border-color: rgba(11,24,76,1)!important;
}

.btn-outline-primary {
    border-color: rgba(37,57,131,1)!important;
    color: rgba(37,57,131,1)!important;
}

.btn-outline-primary:hover {
    background-color: rgba(37,57,131,1)!important;
    color: #fff!important;
}


.first-button {
    background-color: #EDF4ED;
    text-decoration: none;
    width: 50%;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1f51;
    /*border-radius: 4px;*/
    border-radius: 25px;
    border: solid 1px transparent;
    transition: all 300ms ease-in-out;
}

.first-button:hover:not(.no-hover) {
    background-color: transparent;
    color: #fff;
    border: solid 1px white;
}

.first-button:active {
    transform: scale(0.98);
}

.first-button:disabled {
    background: linear-gradient(145deg, #dddddd, #1E1F51);
}

.first-button-disabled {
    background-color: #d3d3d3; /* Helleres Grau für deaktiviert */
    color: #0c1023; /* Blassere Textfarbe */
    border: solid 2px #bcbcbc; /* Dezenter Rahmen */
    cursor: not-allowed; /* Zeigt den "nicht erlaubt"-Cursor */
    pointer-events: none; /* Verhindert jegliche Interaktionen */
    text-decoration: none; /* Entfernt Unterstreichungen */
    transition: none; /* Entfernt Übergangseffekte */
}

.first-button-disabled:hover {
    background-color: #d3d3d3; /* Keine Änderung beim Hover */
    border: solid 2px #bcbcbc; /* Rahmen bleibt gleich */
}

.second-button {
    background-color: #3A3335;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    transition: all 300ms ease-in-out;
}

.second-button:hover {
    background-color: #3A3335;
    color: #fff;
    border: solid 1px #fff;
    transition: all 0.3s ease;
}

.second-button:focus, .second-button:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

.second-button:active {
    transform: scale(0.98);
}

.bg-dark-blue {
    background-color: #0c1023;
}

.horoscope-primary-btn {
  background: var(--secondary-color);
  color: #fff;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-size: 0.95rem;
}

.horoscope-primary-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(90deg, transparent, rgba(212, 202, 237, 0.2), transparent);
  transition: all 0.5s ease;
}

.horoscope-primary-btn:hover {
  background: var(--primary-color);
  color: var(--light-accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.2);
}

.horoscope-primary-btn:hover::before {
  left: 100%;
}


.white-button {
    width: 100%;
    padding: 1rem;
    background-color: #EDF4ED;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1f51;
    border-radius: 8px;
    border: solid 2px transparent;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.white-button:hover {
    background-color: transparent;
    border: solid 2px white;
    color: white;
}

.white-button:active {
    transform: scale(0.98);
}

.white-button i {
    margin-right: 0.5rem;
}


/*
 * Custom style for secondary action buttons (used for 'Ohne Konto fortfahren' and 'Nur ausgewählte Cookies akzeptieren')
 */
.btn-secondary-action {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 14px 28px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    text-transform: none;
}

.btn-secondary-action:hover {
    background: transparent;
    border: none;
    color: #fff;
    text-decoration: underline;
}

.btn-secondary-action:focus {
    outline: none;
    box-shadow: none;
}


/************************/
/* CUSTOM BUTTONS - ENDE
/************************/



/************************/
/* CANVAS & BACKEND BUTTONS - ANFANG
   Canvas Hintergrund und Buttons für Backend-Funktionen
/************************/
canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.backend-btn {
    background-color: #2d5069c7;
    border-color: #2d5069c7;
}

.backend-btn:hover {
    background-color: #6188a3c7;
    border-color: #6188a3c7;
}

.outer-container {
    margin-top: 75px;
}

.twofa-card {
    background: linear-gradient(145deg, rgba(30, 31, 81, 1), rgba(12, 16, 35, 1));
}

/************************/
/* CANVAS & BACKEND BUTTONS - ENDE
/************************/



/************************/
/* HOROSCOPE GENERATOR - ANFANG
   Fortschrittsbalken, Formularschritte, Accordion, Auswahlfelder und Loader
/************************/
/* Horoscope Generator */

.progress {
    --bs-progress-bar-bg: rgb(255, 255, 255);
    --bs-progress-bg: rgb(31, 46, 95);
    /*border: solid 2px white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);*/
    height: 0.5rem;
}

    /* Styles für die Schritte des Formulars */
    .step {
        display: none;
    }

    .step.active {
        display: block;
    }


 

    b {
        text-decoration: underline;
    }

/* Horoscope-Accordion */

/* Section for centering the content */
section.horoscope-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.horoscope-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

#horoscopeAccordion {
    border: none;
    width: 100%;
    background-color: transparent;
}

.horoscope-accordion-item {
    border-radius: .4rem;
    overflow: hidden;
}

.horoscope-accordion-item hr {
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
}

.horoscope-accordion-link {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: .4rem;
    cursor: pointer;
}

.horoscope-accordion-link h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.horoscope-accordion-link i {
    color: #ffffff;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    transition: transform 0.3s ease-in-out;
}

.horoscope-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 650ms ease-in-out, padding 650ms ease-in-out;
    padding: 0 1.5rem;
}

.horoscope-answer p {
    color: #fff;
    font-size: 15px;
    padding: 1rem 0;
}

.horoscope-accordion-item.active .horoscope-answer {
    padding: 0rem 1.5rem;
}

.horoscope-accordion-item.active .horoscope-accordion-link i {
    transform: rotate(90deg); /* Dreht das Icon um 90 Grad im Uhrzeigersinn */
}

.horoscope-accordion-link:hover h3,
.horoscope-accordion-item.active h3 {
    color: #fff;
}


/* Horoscope Accordion End */

/* Horoscope Form */

.selection-tile {
    background: linear-gradient(145deg, rgba(30, 31, 81, 0.7), rgba(12, 16, 35, 0.7));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.selection-tiles {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selection-tile:hover, .selection-tile.selected {
    border-color: var(--light-accent);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.selection-tile i {
    color: var(--light-accent);
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.selection-tile span {
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
}

.selection-tile:hover i, .selection-tile.selected i {
    transform: scale(1.1);
    color: white;
}

.step.active .selection-tiles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    
    .selection-tile {
        padding: 20px!important;
        min-width: 145px;
        margin: 8px;
    }

    #stepTitle {
    font-size: 1.5rem;
}
}

.horoscope-btn.selected {
    border: solid 2px #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

.horoscope-btn {
    border: solid 2px transparent;
    transition: border-color 0.3s;
}


/* Horoscope Form Button Width 

.horoscope-btn-row {
    width: 100%!important;
}
    
@media (min-width: 991px) {
    .horoscope-btn-row {
        width: 55%!important;
    }
}
    
@media (min-width: 1200px) {
    .horoscope-btn-row {
        width: 40%!important;
    }
}*/
    

.horoscope-loader-message {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
    
.horoscope-loader-message.show {
    opacity: 1;
    display: block;
}

/* Daily Horoscope */

.daily-horoscope-header {
    width: 100%;
}


/************************/
/* HOROSCOPE GENERATOR - ENDE
/************************/



/************************/
/* FOOTER - ANFANG
   Footer-Styles, Länderflaggen, Social Media Icons und E-Mail-Link
/************************/
footer {
    width: 100%;
    margin-top: 5%;
    background: #0c1023;
}

footer .country-flag:hover {
    border: solid 1px #ecececa4;
}

footer .country-flag {
    border: solid 1px #ececec44;
}


footer h5 {
    font-weight: 700;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff; 
    color: #0c1023;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
  }
  
  .social-circle i {
    font-size: 20px;
  }
  
  .social-circle:hover {
    text-decoration: none;
    color: rgba(30, 31, 81, 1);
  }
  
  
  .email-address {
    display: block;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
  }
  
  .email-address:hover {
    text-decoration: underline;
  }
/************************/
/* FOOTER - ENDE
/************************/



/************************/
/* LANDING PAGE TRUST BADGES - ANFANG
   Trust Badges, Icons und Beschriftungen im Index-Bereich
/************************/
.badge-container i,
.badge-container p {
    color: #fff;
}

.badge-container .index-trust-badge {
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.badge-container .index-trust-badge i {
    font-size: 48px;
    margin-bottom: 10px;
}

.badge-container .index-trust-badge p {
    margin: 0;
}

.badge-container .index-trust-badge .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.25!important;
}

.badge-container .index-trust-badge .subtitle {
    font-size: 12px;
    font-style: italic;
}

.index-trust-badge img {
    width: 75px !important;
}
/************************/
/* LANDING PAGE TRUST BADGES - ENDE
/************************/


/************************/
/* /* Globale Animationen und Effekte */
/************************/
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Klassen für Animation */
.animated {
    opacity: 1;
    transition: all 0.8s ease;
}

.fadeIn { animation: fadeIn 1s forwards; }
.fadeInUp { animation: fadeInUp 1s forwards; }
.fadeInRight { animation: fadeInRight 1s forwards; }
.fadeInLeft { animation: fadeInLeft 1s forwards; }
.pulse { animation: pulse 3s infinite ease-in-out; }
.float { animation: float 6s infinite ease-in-out; }

/* Verzögerungen */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }

.selection-tile i {
    color: var(--light-accent);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.selection-tile:hover i,
.selection-tile.selected i {
    transform: scale(1.1);
    color: white;
}

/* -------------------------------------------------------------------------- */
/*                              New Style 5-06-25                             */
/* -------------------------------------------------------------------------- */

/* hero sections start  */
.hero-content-wrapper {
    width: 100%;
}


.hero-content-wrapper h1:not(.horoscope-main-heading),
.hero-content-wrapper h1 .horoscope_name {
    margin-bottom: 30px;
    font-family: var( --font-sora);
    font-style: normal;
    font-weight: 300;
    font-size: 78px;
    line-height: 105%;
    letter-spacing: -0.045em;
    color: #FFFFFF;
}

.hero-content-wrapper h1 .horoscope_name {
    text-decoration: none;
}

.hero-content-wrapper h1 span span {
    transition: all 0.4s;
    font-family: var(--font-cormorant);
    color: var(--light-accent);
    text-decoration: underline;
    font-style: italic;
    font-size: 78px;
}

.hero-content-wrapper h1 span:hover {
    color: #ffffff;
}

.hero-content-wrapper p {
    font-size: 24px;
}

.section-spacing {
    margin: 3rem 0px 3rem;
}

.card-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    will-change: backdrop-filter;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    height: 100%;
}


#horoscope-questionaire {
    margin-top: 15vh;
    margin-bottom: 15vh;
}

@media (max-width: 990px) {
  #horoscope-questionaire.intro-active {
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
  }
}


.card-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('./images/noise_texture_75.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5; /* adjust as needed */
    z-index: 0;
}

.card-wrapper > * {
    position: relative;
    z-index: 1;
}

.card-wrapper:hover {
    background-color: rgb(30, 31, 81);
}

.card-icon svg path {
    transition: all 0.4s ease-in-out;
}





.card-wrapper:hover .card-desc a {
    background: var(--btnbgGredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.card-wrapper:hover .card-desc a::after {
    transform: scaleX(1);
}

.card-desc p {
    transition: all 0.4s ease-in-out;
    min-height: 72px;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card-img-content-wrapper {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px;
}

.card-img-content-wrapper {
    display: flex;
    column-gap: 15px;
}

.card-desc p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
}

.card-desc a {
    font-size: 22px;
    font-family: var(--font-cormorant);
    color: var(--light-accent);
    position: absolute;
    bottom: 35px;
    transition: all 0.4s ease-in-out;
    text-decoration: underline;
    font-weight: 400;
}

.card-wrapper:hover .card-desc a {
    background: var(--btnbgGredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.card-desc a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background: var(--btnbgGredient);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
}

.card-wrapper:hover .card-desc a::after {
    transform: scaleX(1);
}

.card-wrapper .card-title h6 {
    font-family: var(--font-sora);
    font-weight: 400;
    margin-bottom: 0;
}


/* -------------------------------------------------------------------------- */
/*                              New style 6-5-25                              */
/* -------------------------------------------------------------------------- */

/* categories-sec style start */
.categories-sec {
    position: relative;
}

.categories-sec .card-title h6 {
    font-family: var(--font-sora);
    font-weight: 400;
    margin-bottom: 0;
}




.categories-sec::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(320px, 60vw, 663px);
    height: clamp(320px, 60vw, 663px);
    background: var(--roundedBgGredient);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}
  

.categories-sec .hero-content-wrapper {
    margin: 0;
    text-align: center;
}

.categories-sec .category-decs {
    font-size: 18px;
    color: var(--light-accent);
    letter-spacing: 3px;
    font-weight: 500;
}

.categories-sec .card-img-content-wrapper {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
    row-gap: 25px;
}

.categories-sec .card-title h6 {
    font-size: 32px;
}

.categories-sec .card-wrapper:hover .fill-path {
    fill: url(#btnGradient);
}


.categories-sec .card-desc p {
    font-size: 16px;
    line-height: 28px;
    color: var(--linkcolor);
    min-height: 84px;
}



.categories-sec .read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--light-accent);
    transition: all 0.3s ease;
}


.categories-sec .card-desc a::after {
    width: 72%;
}



/* categories-sec style end */

/* daily horoscope sec style start */
.daily-horoscope-sec {
    text-align: center;
    position: relative;
    top: -20px;
}

.daily-horoscope-content img {
    height: 50px;
    width: 52px;
    margin-bottom: 15px;
}

.sign-img-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-img-content img {
    margin: 0 auto 15px;
    display: block;
}

.daily-horoscope-content .sign-img-content span {
    color: var(--light-accent);
    font-size: 18px;
}

.daily-horoscope-content h3 {
    font-size: 58px;
    column-gap: 15px;
    font-family: var(--font-sora);
    margin: 10px 0 25px;
    font-weight: 300;
}


.daily-horoscope-content h3 span {
    transition: all 0.4s;
    font-family: var(--font-cormorant);
    color: var(--light-accent);
    text-decoration: underline;
    font-style: italic;
    font-size: 78px;
}

.daily-horoscope-content h3 span:hover {
    color: #ffffff;
}


.daily-horoscope-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 930px;
    margin: 0 auto 30px;
}

/* daily horoscope sec style end */

/* -------------------------------------------------------------------------- */
/*                              New Style 9-6-25                              */
/* -------------------------------------------------------------------------- */

/* discover-tarot-sec style start */

#tarotModal #tarotModalLabel {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
}

#tarotModal .custom-tarotcard-modal p {
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 14px;
    opacity: 0.65;
}

.discover-tarot-sec {
    /* padding: 80px 0 0; */
    position: relative;
}

.discover-tarot-sec::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translate(-50%);
    height: 565px;
    width: clamp(300px, 90vw, 1217px);
    background: var(--drawcard-Eclipes);
    z-index: -1;
}

/* discover-tarot-bg card style start */

.discover-tarot-bg {
    position: relative;
    padding: 80px 50px 80px;
    background: url('./images/card-one-bg.webp') no-repeat center/cover;
    z-index: 1;
    width: 100%;
    max-height: 420px;
}

.discover-tarot-bg .main-title-span {
    line-height: 60px;
}

.discover-tarot-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}

.discover-tarot-content {
    padding: 0px 0px 80px;
}

.discover-tarot-content.horoscope-content-padding {
    padding: 80px 0px 80px !important;
}


.discover-tarot-image {
    position: absolute;
    bottom: 40px;
    right: 5px;
}

.discover-tarot-image .desktop-show {
    display: block;
    object-fit: fill;
}

.discover-tarot-image .mobile-show {
    display: none;
}

.discover-tarot-image img {
    width: 500px;
    height: auto;
}

.prediction-card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(22.5px);
    will-change: backdrop-filter;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;
    height: 100%;
}

.selected-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 10px;
}

/* discover-tarot-bg card style end */

.gredient-btn {
    border-radius: 90px;
    padding: 12px 20px;
    font-size: 15px;
    font-family: var(--font-montserrat);
    color: #ffffff;
    transition: background-color 0.4s ease-in-out;
    background: var(--btnbgGredient);
    white-space: nowrap;
    font-weight: 300;
    border: transparent;
    cursor: pointer;
}

.gredient-btn:hover {
    color: var(--text-primary-color);
    background: #ffffff;
}

.main-title-span {
    font-size: 58px;
    column-gap: 15px;
    font-family: var(--font-sora);
    margin: 10px 0 25px;
    font-weight: 300;
    line-height: 63px;
}

.smaller-main-title-span {
    font-size: 26px;
    line-height: 44px;
}

.smaller-main-title-span span {
    transition: all 0.4s;
    font-family: var(--font-cormorant);
    color: var(--light-accent);
    text-decoration: underline;
    font-style: italic;
    font-size: 52px;
}

.main-title-span span {
    transition: all 0.4s;
    font-family: var(--font-cormorant);
    color: var(--light-accent);
    text-decoration: underline;
    font-style: italic;
    font-size: 78px;
}


.predicated-card,.star-message-card {
    backdrop-filter: blur(22.5px);
    will-change: backdrop-filter;
    border-radius: 45px;
    position: relative;
    padding: 50px;
    z-index: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05)
}


.predicated-card .predication-subheading {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}

.predicated-card .predication-heading {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}

.predicated-card .predicated-img {
    width: 185px;
    height: auto;
    object-fit: cover;
}

.selected-card-heading {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

.predicated-card-meaning {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    height: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    will-change: backdrop-filter;
    text-align: center;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 2px;
}

.predicated-card-meaning::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(68, 70, 183, 0.1) 0%, rgba(30, 31, 81, 0.1) 100%);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.predicated-card .tarot-prediction p {
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.65;
}

.radial-bg::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 663px;
    height: 100vw;
    max-height: 663px;
    background: var(--roundedBgGredient);
    border-radius: 50%;
    z-index: -1;
}
/* star-your-message-bg card style start */

.custom-starmessage-modal,.custom-tarotcard-modal,.custom-fortunecookie-modal{
    background: #070712;
    backdrop-filter: blur(22.5px);
    will-change: backdrop-filter;
    border-radius: 24px;
}

.custom-starmessage-modal .close-btn,
.custom-fortunecookie-modal .close-btn,
.custom-tarotcard-modal .close-btn,
.chakra-modal-body .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    transition: all 0.3s ease;
}

.custom-starmessage-modal .close-btn:hover,
.custom-fortunecookie-modal .close-btn:hover,
.custom-tarotcard-modal .close-btn:hover,
.chakra-modal-body .close-btn:hover {
    transform: rotate(90deg);
}

.fa-xmark{
    color: #ffffff !important;
}

#starMessageModal .starmessage-heading {
    font-family: var(--font-sora);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
}

#starMessageModal .starMessage-Subheading {
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.65;
}

.star-your-message-bg {
    position: relative;
    padding: 0 50px 0;
    background: url('./images/card-two-bg.png') no-repeat center/cover;
    border-radius: 35px;
    z-index: 1;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.star-your-message-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}



.star-your-message-content {
    padding: 80px 35px 80px 20px;
}

.star-your-message-image {
    position: absolute;
    left: -49px;
    top: calc(100% - 350px);
    animation: rotateImage 2s infinite ease-in-out;
    transform-origin: center;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.star-your-message-image img {
    width: 100%;
}

.discover-tarot-content p {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}

.star-your-message-content p {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}

.star-your-message-content h4 {
    font-family: var(--font-cormorant);
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    word-wrap: break-word;
}

.star-message-card h5 {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}


.star-message-card h4 {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}

.star-message-card p {
    font-family: var(--font-cormorant);
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
/* star-your-message-bg card style end */

/* fortune-cookie card start */

.fortune-cookie-bg {
    position: relative;
    padding: 0 50px 0;
    background: url('./images/card-third-bg.png') no-repeat center/cover;
    background-color: rgba(30, 31, 81, 1);
    border-radius: 35px;
    z-index: 1;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.fortune-cookie-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}

.fortune-cookie-image img {
    animation: rotateImage 2s infinite ease-in-out;
    transform-origin: center;
}

/* Aktualisierte CSS für gleichgroße Countdown-Boxen */
.countdown-digit-box {
    background: rgba(12, 16, 35, 0.95);
    border-radius: 6px;
    padding: 10px 0;
    width: 60px; /* Feste Breite statt min-width */
    margin: 0 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center; /* Vertikale Zentrierung */
    text-align: center; /* Horizontale Zentrierung */
}

.fortune-cookie-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(22.5px);
    will-change: backdrop-filter;
    border-radius: 45px;
    position: relative;
    width: 100%;
    padding: 50px;
    z-index: 0;
    background: 1px solid rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.fortune-cookie-card h5 {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}


.fortune-cookie-card h4 {
    font-family: var(--font-sora);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}

.fortune-cookie-card p {
    font-family: var(--font-cormorant);
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

#tarotModal .modal-dialog {
    margin-top: 10vh;
    max-width: 100%;
    width: 1071px;
}

#fortuneMessageText {
    background-color:rgb(7 7 18 / 70%);;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
}

#fortuneCookieModal .fortunecookie-heading {
    font-family: var(--font-sora);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
}

#fortuneCookieModal .fortunecookie-Subheading {
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.65;
}

/* fortune-cookie card end */

/* affirmations-bg card start */
.affirmations-bg {
    position: relative;
    padding: 0 50px 0;
    background: url('./images/card-fourth-bg.png') no-repeat center/cover;
    border-radius: 35px;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.affirmations-image {
    position: absolute;
    left: 56px;
    bottom: 0;
    transform-origin: center;
}

.affirmations-image img {
    width: 70%;
    padding-left: 10px;
}

.affirmation-content {
    padding: 50px 0px 80px;
}

.affirmation-content .affirmation-subheading {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}

.affirmation-content .affirmation-heading {
    font-family: var(--font-cormorant);
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 50px 0;
}

/* affirmations-bg card end */

/* chakra balance check card start */
.chakra-balance-check-bg {
    position: relative;
    padding: 0 50px 0;
    background: url('./images/card-fifth-bg.png') no-repeat center/cover;
    border-radius: 35px;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.chakra-balance-check-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}

.fortune-cookie-image img {
    animation: rotateImage 2s infinite ease-in-out;
    transform-origin: center;
}

.chakra-subheading {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}

.chakra-heading {
    font-family: var(--font-cormorant);
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

/* chakra balance check card end */

.placeholder {
  visibility: hidden;
}

#chakraCheckModal .modal-dialog {
    max-width: 1200px;
    width: 100%;
}

#chakraCheckModal .chakra-modal-content {/* Rectangle 34625094 */
    width: 100%;
    /*background: #070712;*/
    backdrop-filter: blur(22.5px);
    will-change: backdrop-filter;
    border-radius: 24px;
}
/*
#chakraCheckModal .chakra-subline {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.65;
}*/

#chakraQuestionsContainer .chakra-question .chakra-name {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

#chakraQuestionsContainer .chakra-question .chakra-question-text {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

/* quote-sec sec style start */

.quote-content {
    position: relative;
    padding: 100px 50px;
    text-align: center;
    background: url('./images/content-bg.png') no-repeat center/cover;
    border-radius: 35px;
    z-index: 0;
    width: 100%;
}

.quote-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}

.quote-content .quote-subheading {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--light-accent);
}


.quote-sign {
    text-align: center;
    font-family: var(--font-montserrat);
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--light-accent);
}

.quote-sign .line {
    width: 50px;
    height: 2px;
    background: white;
    margin: 0 auto 12px;
    border-radius: 1px;
}

.quote-sign span {
    font-size: 30px;
    font-family: var(--font-cormorant);
    font-style: italic;
}

.quote-content p {
    font-size: 22px;
    margin: 30px auto;
    max-width: 700px;
    text-align: center;
}

/* quote-sec sec style end */

/* discount-sec style start */
.discount-sec {
    position: relative;
    padding-bottom: 80px;
}

.discount-bg {
    overflow: hidden;
    padding: 60px 40px;
    margin: 0 0px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    background: url('./images/discount-right-shape.png') no-repeat bottom 1px right 1px/cover;
    background-size: 1028.97px 555.39px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.discount-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: var(--btnbgGredient);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
}

.discount-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    height: 270px;
    background: url('./images/discount-left-shape.svg') no-repeat center/cover;
    z-index: -1;
}

.discount-image img {
    height: 350px;
    width: 350px;
    display: block;
    margin: 0 auto;
}

.discount-content p {
    font-size: 26px;
    font-family: var(--font-sora);
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 30px;
}


.shop-now-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    border: 1px solid var(--whiteRgba);
    border-radius: 90px;
    background-color: white;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    position: relative;
    color: transparent;
}

.shop-now-btn span {
    background-image: var(--btnbgGredient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}


/* discount-sec style end */

.cosmic-timer {
    margin-top: 15px;
}

/* .tarot-card-modal.half-placeholder {
    aspect-ratio: 2 / 3;
    width: 50%;
    height: auto;
} */

/* .tarot-card-modal:nth-child(6) {
    grid-column-start: 2; 
} */
  
  

/* -------------------------------------------------------------------------- */
/*                                 Media Query                                */
/* -------------------------------------------------------------------------- */


/* Responsive style */


@media screen and (max-width:1399px) {

    .star-your-message-image img {
        width: 90%;
    }

}

@media screen and (max-width:1280px) {
    .card-wrapper {
        padding: 35px 30px 55px 30px;
    }

    .star-your-message-content {
        padding: 80px 0px 80px 20px;
    }
}

@media screen and (max-width:1199px) {
    .menu-inner {
        gap: 20px !important;
    }

    .affirmations-bg {
        padding: 0 30px 0;
    }

    .affirmations-image {
        position: absolute;
        left: 10px;
        bottom: 0;
        transform-origin: center;
    }

    .discover-tarot-image {
        bottom: 20px;
        right: 5px;
    }

    .main-title-cormorant {
        font-size: 54px;
        line-height: 60px;
    }

    .main-title-span {
        font-size: 48px;
        line-height: 55px;
    }

    .main-title-span span {
        font-size: 68px;
    }

    .discover-tarot-image img {
        width: 450px;
    }

    .star-your-message-image img {
        width: 80%;
    }

    .menu-wrapper {
        column-gap: 0px;
    }

    .time-horoscope-title {
        font-size: 22px!important;
    }
}

@media screen and (min-width:1024px) {
    .menu {
        position: static;
        top: auto;
        width: auto;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .menu-button {
        column-gap: 0px;
    }

    .menu-inner {
        flex-direction: row;
        gap: 40px;
        align-items: center;

    }

    .menu-link {
        text-transform: capitalize;
    }

    .menu-block {
        margin-left: 16px;
    }

    .burger {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .card-wrapper {
        padding: 35px 20px 55px 20px;
    }

    .menu-wrapper {
        column-gap: 0px;
    }

   /* .discover-tarot-image img {
        width: 650px;
        height: 560px;
    }

    .discover-tarot-image {
        position: absolute;
        bottom: 2px;
        right: 0px;
    }*/

    .affirmations-image {
        left: 0px;
    }

    .star-your-message-image img {
        width: 80%;
    }

    .discover-tarot-sec::before {
        top: -124px;
    }

    .menu-inner {
        gap: 15px !important;
    }

}

@media screen and (max-width:991px) {
    .main-title-span {
        font-size: 35px;
        line-height: 35px;
    }

    .menu-wrapper {
        column-gap: 10px;
    }

    .main-title-span span {
        font-size: 45px;
    }

    .affirmations-image img {
        width: 66%;
    }

    .affirmations-image {
        left: 16px;
    }

    .affirmation-content {
        padding: 50px 0px 30px;
    }

    .discount-content p {
        font-size: 26px;
        line-height: 36px;
    }

    .quote-content p {
        font-size: 19px;
    }

    .main-title-cormorant {
        font-size: 35px;
        line-height: 40px;
        margin: 10px 0 25px;
    }

    .star-your-message-image img {
        width: 66%;
    }

    .discover-tarot-bg .main-title-span {
        line-height: 50px;
    }

    .discover-tarot-image img {
        width: 330px;
    }
    .discover-tarot-image {
        bottom: -25px;
        left: 25px;
    }
    
    .affirmation-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .star-your-message-content h4 {
        font-size: 34px;
        line-height: 48px;
    }

    .chakra-heading {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width:820px) {
    .discover-tarot-image img {
        height: 430px;
    }
}



@media screen and (max-width:767px) {
    .discover-tarot-image {
        position: relative;
        bottom: 2px;
        right: 0px;
        left: 0px;
    }

    .discover-tarot-content.horoscope-content-padding.fortune-cookie-area {
       padding: 0px !important;
}

    .discover-tarot-bg .discover-tarot-content {
        text-align: center;
    }

    .discover-tarot-image .desktop-show {
        display: none;
    }

    .discover-tarot-bg,
    .start-your-message-bg {
        max-height: 550px;
    }

    .fortune-cookie-bg {
        max-height: 650px;
    }

    .smaller-main-title-span {
        font-size: 28px;
        line-height: 1.35;
    }

    .smaller-main-title-span span {
        font-size: 36px;
    }

    /* .discover-tarot-image .mobile-show {
        display: block;
        margin: 0 auto;
        object-fit: contain;
    } */

    .discover-tarot-image .mobile-show {
        display: block;
        margin: 0 auto;
        object-fit: none;
        position: relative;
        bottom: -40px;
    }

    .predicated-card .tarot-prediction p {
        font-size: 0.8rem;
        line-height: 1.35rem;
    }

    .fortune-cookie-bg .discover-tarot-content {
        padding: 60px 0px 0px;
    }

    .fortune-cookie-bg .discover-tarot-content {
        text-align: center;
    }

    .affirmations-bg .affirmations-image {
        position: relative;
    }

    .affirmations-bg .affirmations-image img {
        width: 50%;
        margin: auto;
        display: block;
    }

    .discount-content {
        text-align: center;
        margin-top: 20px;
    }

    .affirmations-bg .discover-tarot-content {
        text-align: center;
        padding: 60px 0px 30px;
    }

    .chakra-balance-check-bg .discover-tarot-content {
        padding: 20px 0px 80px;
    }

    .chakra-balance-check-bg .discover-tarot-content {
        text-align: center;
    }

    .star-your-message-image {
        position: relative;
        left: 0;
        top: 70px;
    }

    .star-your-message-image img {
        margin: 0 auto;
        display: block;
    }

    .star-your-message-content {
        text-align: center;
        margin-top: 10px;
    }

    .discover-tarot-bg {
        padding: 60px 50px 0px;
    }

    .star-your-message-bg {
        padding: 0 20px 0;
        background: url('./images/card-two-mobile-bg.png') no-repeat center/cover;
        border-radius: 24px;
        background-color: #000000;
    }

    .main-title-cormorant,.star-your-message-content h4 {
        font-size: 32px;
        line-height: 40px;
        margin: 10px 0 20px;
    }

    .star-message-card p,.fortune-cookie-card p,.chakra-heading {
        font-size: 38px;
        line-height: 34px;
        text-align: center;
    }

    .affirmation-content .affirmation-heading {
        font-size: 32px;
        line-height: 34px;
        text-align: center !important; 
    }

    .star-message-card h4,.fortune-cookie-card h4,.chakra-heading {
        font-size: 38px;
        line-height: 42px;
    }
    
    .hero-content-wrapper h1 {
        text-align: center;
        font-family: var(--font-cormorant);
        margin-bottom: 20px;
        font-size: 48px;
    }

    .hero-content-wrapper h1:not(.horoscope-main-heading),
    .hero-content-wrapper h1:not(.horoscope-main-heading) .horoscope_name {
        font-family: var(--font-cormorant);
        font-style: normal;
        font-weight: 500;
        font-size: 50px;
        line-height: 110%;
        text-align: left;
        letter-spacing: -0.045em;
    }


    .hero-content-wrapper h1 span {
        font-size: 48px;
    }

    .hero-content-wrapper p {
        text-align: center;
        font-size: 18px;
    }

   /* .section-spacing {
        margin: 68px 0px 68px;
    }*/

    .daily-horoscope-content h3 {
        font-size: 38px;
    }

    .daily-horoscope-content h3 span {
        font-size: 38px;
    }

    .daily-horoscope-content p {
        font-size: 20px;
    }

    .predicated-card .predication-heading {
        font-size: 30px;
        line-height: 42px;
        margin-top: 20px;
    }

    .predicated-card, .star-message-card,.fortune-cookie-card {
        padding: 50px 15px;
        border-radius: 24px;
    }

    .prediction-card {
        display: flex;
    }

    .predicated-card .predicated-img {
        width: 150px;
        height: auto;
    }

    .selected-card-heading {
        font-size: 24px;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }

    .selected-card-heading span{
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }

    .predicated-card-meaning {
        font-size: 11px;
        line-height: 1.3;
        padding: 6px 12px;
        margin: 1px;
    }

    .selected-card {
        background: transparent;
        padding: 0px 12px 0px 0px;
    }

    .fortune-cookie-bg {
        padding: 0 20px 50px;
        background: url('./images/horoscope/section_backgrounds/card-third-mobile-bg-test.png') no-repeat center/cover;
        border-radius: 24px;
    }

    .fortune-cookie-image img {
        height: 266px;
        width: 266px;
        display: block;
        margin: 0 auto;
    }

    #tarotModal #tarotModalLabel {
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
    }

    #tarot-modal-grid {
        padding: 10px;
    }

    /* .mission-section {
        padding: 50px;
    } 

    .chakra-balance-check-bg {
        padding: 0 20px 50px;
        background: url('./images/card-fifth-mobile-bg.png') no-repeat center/cover;
        border-radius: 24px;
    }
*/
    .mission-box p {
        font-weight: 600;
        font-size: 32px;
        line-height: 34px;
        text-align: center;
    }

    .mission-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    #chakraCheckModal .modal-dialog {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height: 100%;
    }

    .gredient-btn {     
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .discover-tarot-image img {
        height: auto;
    }

    .discount-image img {
        width: 75%;
    }

}


@media screen and (max-width:585px) {
    .menu-wrapper {
        column-gap: 15px;
    }


    .menu {
        padding: 64px 15px 32px;
    }


    .menu-inner {
        gap: 10px !important;
    }

    /* .hero-content-wrapper {
        margin: 100px 0px 40px;
    } */

    .hero-content-wrapper p {
        font-size: 16px;
        text-align: center;
    }

    .copyright ul {
        margin-bottom: 20px;
        column-gap: 30px;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .categories-sec .card-icon svg {
        width: 48px;
        height: 48px;
        display: block;
        margin: 0 auto;
    }

    .categories-sec .card-wrapper {
        text-align: center;
    }
/* 
    .categories-sec {
        padding: 50px 0 80px;
    } */

    .categories-sec::after {
        height: 305px;
        width: 305px;
        bottom: -5%;
    }

    .discount-content p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 50px;
    }

    .discount-content {
        text-align: center;
    }

    .discount-bg {
        padding: 20px 10px!important;
        background: url('./images/discount-mobile-shape.png') no-repeat bottom 1px left 1px/cover;
    }

    .discount-bg::after {
        display: none;
    }

    /* .quote-sec {
        padding: 40px 0;
    } */

    .categories-sec .card-title h6 {
        font-size: 28px;
    }

    .categories-sec .card-img-content-wrapper {
        row-gap: 23px;
    }

    .daily-horoscope-sec {
        top: 0px;
    }

    .discover-tarot-sec::before {
        top: -30px;
        height: 305px;
        /* width: 305px; */
    }

    .discover-tarot-sec {
        /* padding: 50px 0 0; */
        position: relative;
    }

    .small-title-letter-spacing {
        margin-bottom: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #D4CAED;
    }

    .discover-tarot-bg .discover-tarot-content .main-title-span {
        line-height: 38px;
    }

    .discover-tarot-bg .main-title-span {
        line-height: 38px;
    }

    .main-title-span {
        font-size: 38px;
        margin: 10px 0 25px;
        line-height: 48px;
        text-align: center;
    }

    .main-title-span span {
        font-size: 48px;
    }

    .discover-tarot-image {
        position: relative;
        bottom: 2px;
        right: 5px;
    }

    .discover-tarot-bg .discover-tarot-content {
        padding: 50px 0px 0px;
    }

    .discover-tarot-content button {
        margin: 0 auto;
    }

    .discover-tarot-bg {
        padding: 0 20px 0;
        background: url('./images/card-mobile.png') no-repeat center/cover;
        border-radius: 24px;
        margin: 0 auto;
    }

    .discover-tarot-image .desktop-show {
        display: none;
    }

    .discover-tarot-image .mobile-show {
        display: block;
        margin: 0 auto;
    }

    .discover-tarot-image img {
        width: 100%;
        height: auto;
    }

    .star-your-message-image {
        position: relative;
        left: 0;
        top: 60px;
    }

    .star-your-message-image img {
        margin: 0 auto;
        display: block;
        width: 50%;
    }

    .star-your-message-content {
        padding: 90px 0 80px;
        text-align: center;
    }

    .fortune-cookie-bg button {
        display: none;
    }

    .affirmations-bg {
        padding: 0 20px;
        border-radius: 24px;
        border: 1px solid transparent;
    }
    
    .affirmations-image {
        left: 0;
    }

    .affirmation-content {
        margin-bottom: 0rem !important;
    }

    .affirmations-image img {
        width: 66%;
        display: block;
        margin: 0 auto;
    }

    .affirmations-bg .discover-tarot-content {
        padding: 60px 0px 20px;
        text-align: center;
    }

    .fortune-cookie-bg .discover-tarot-content {
        padding: 60px 0px 10px;
    }

    .chakra-balance-check-bg .fortune-cookie-image img {
        height: 164px;
        width: 164px;
        display: block;
        margin: 50px auto 0;
    }

    .chakra-balance-check-bg .discover-tarot-content {
        padding: 42px 0px 30px;
        text-align: center;
    }


    .quote-content {
        padding: 60px 17px;
        background: url('./images/content-mobile-bg.png') no-repeat center/cover;
    }

    .discount-content {
        margin-top: 20px;
    }

    .discount-content p {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 50px;
    }

    .categories-sec .category-decs {
        font-size: 14px;
        color: var(--light-accent);
        letter-spacing: 3px;
        font-weight: 500;
    }

    .affirmation-content .affirmation-subheading {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .affirmation-content {
        padding: 40px 0px 40px;
    }

    .affirmation-footer .cosmic-timer {
        text-align: center;
    }
    
    .affirmation-button {
        margin: 0 auto;
        display: block;
    }

    .discover-tarot-image .mobile-show {
        display: block;
        margin: 0 auto;
        object-fit: none;
        position: relative;
        bottom: -40px;
    }
}

@media (max-width: 622px) {
    .discover-tarot-image .mobile-show {
        object-fit: contain;
        bottom: 0px;
    }
}


@media screen and (max-width:540px) {
    .categories-sec::after {
        bottom: -5%;
        width: 400px;
    }

    .discover-tarot-sec::before {
        top: -100px;
    }

}

@media screen and (max-width:414px) {
    .categories-sec::after {
        height: 305px;
        width: 305px;
        bottom: -5%;
    }

    .discount-image img {
        height: auto;
    }

    .discount-bg {
        padding: 40px 20px 60px;
    }
}

@media (min-width: 576px) {
    .radial-bg::after {
      width: 80vw;
      height: 80vw;
    }
  }
  
  @media (min-width: 768px) {
    .radial-bg::after {
      width: 60vw;
      height: 60vw;
    }
  }
  
  @media (min-width: 992px) {
    .radial-bg::after {
      width: 50vw;
      height: 50vw;
    }
  }
  
  @media (min-width: 1200px) {
    .radial-bg::after {
      width: 663px;
      height: 663px;
    }
  }

  @media (max-width: 575.98px) {
  .affirmations-image {
    display: none !important;
  }

  .affirmation-heading {
    margin: 50px 0 !important;
  }
}


/* HOROSKOP INPUT STYLINGS
#
#
#
# -------------------------------------------------------------------------- */
/* Horoscope-Look für Labels */
.horoscope-label{
    font-family:var(--font-sora);
    font-weight:500;
    font-size:.95rem;
    letter-spacing:.04em;
    color:var(--text-color);
    margin-bottom:.25rem;
}

/* Horoscope-Look für Inputs und Selects */
.horoscope-control{
    width:100%;
    background-color:var(--primary-color);
    color:var(--text-color);
    border:1px solid var(--whiteRgba);
    border-radius:12px;
    padding:.75rem 1rem;
    font-family:var(--font-sora);
    transition:border-color .3s ease,box-shadow .3s ease;
    appearance:none;          /* entfernt Default-Styles des Browsers */
}

/* eigenes Pfeil-Icon für Selects */
select.horoscope-control{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23d4caed' d='M2 4l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right .85rem center;
    background-size:.65rem;
    padding-right:2.5rem;     /* Platz für den Pfeil */
}

/* Hover und Fokus */
.horoscope-control:hover,
.horoscope-control:focus{
    border-color:var(--light-accent);
    box-shadow:0 0 8px rgba(212,202,237,.6);
    outline:none;
}

/* Dark-Mode Hintergrund der Options */
.horoscope-control option{
    background-color:var(--primary-color);
    color:var(--text-color);
}
/* ---------------------------------------------------------------- */
/* 1  Allgemeine Korrekturen für die geöffnete Selectbox            */
/* ---------------------------------------------------------------- */
.horoscope-control:focus,
.horoscope-control:active{
    background-color:var(--primary-color);   /* verhindert weißes Flash */
    color:var(--text-color);
}

/* einheitliches Aussehen der Einträge */
.horoscope-control option{
    background-color:var(--primary-color);
    color:var(--text-color);
    border:0;
}

/* Hover-Farbe innerhalb des Dropdowns */
.horoscope-control option:hover{
    background-color:var(--secondary-color);
}

/* ---------------------------------------------------------------- */
/* 2  WebKit-Browser (Chrome, Edge, Safari)                         */
/*    listbox-Part ab Chrome 111, Scrollbar ab allen Versionen      */
/* ---------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0){
    /* runde Ecken, Rahmen und Hintergrund der eigentlichen Liste */
    select.horoscope-control::part(listbox){
        border:1px solid var(--whiteRgba);
        border-radius:12px;
        background-color:var(--primary-color);
    }

    /* schmale, farbige Scrollbar */
    select.horoscope-control::-webkit-scrollbar{
        width:6px;
    }
    select.horoscope-control::-webkit-scrollbar-thumb{
        background:var(--light-accent);
        border-radius:3px;
    }
    select.horoscope-control::-webkit-scrollbar-track{
        background:transparent;
    }
}

/* ---------------------------------------------------------------- */
/* 3  Firefox-Spezialitäten                                         */
/* ---------------------------------------------------------------- */
@supports (-moz-appearance:none){
    /* runde Ecken des Dropdowns */
    select.horoscope-control{
        scrollbar-width:thin;            /* schmale Scrollbar */
        scrollbar-color:var(--light-accent) transparent;
    }

    /* Rahmen des Dropdowns sichtbar lassen */
    select.horoscope-control:-moz-focusring{
        color:transparent;               /* verhindert Text-Outline */
        text-shadow:0 0 0 var(--text-color);
    }
}




/* ---------------------------------------------------------------- */
/* Allgemeine Stile für das ALTCHA-Widget                          */
/* ---------------------------------------------------------------- */
altcha-widget{
  display:block;
  width:100%;
  max-width:100%;
}

/* Outer card */
altcha-widget .altcha{
  background: rgba(255, 255, 255, 0.1)!important;
  border: 1px solid rgba(255, 255, 255, 0.2)!important;
  border-radius: 8px!important;
  padding: 1rem 1.25rem;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  max-width: 100%!important;

}

/* Label and small texts */
altcha-widget .altcha label,
altcha-widget .altcha .altcha-footer{
  color: var(--text-color);
  font-family: var(--font-montserrat);
  font-size: .85rem;
  opacity: .8;
}

altcha-widget .altcha label {
    margin-bottom: 0;
}

altcha-widget .altcha-checkbox {
    width: 24px!important;
    height: 24px!important;
}

/* Footer "Protected by ALTCHA" */
altcha-widget .altcha .altcha-footer{
  text-align: right;
}

/* Input field */
altcha-widget .altcha input[type="text"]{
  width:100%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  color: #fff;
  padding: .6rem .8rem;
  font-family: var(--font-montserrat);
  transition: border-color .25s, box-shadow .25s;
}

altcha-widget .altcha input[type="text"]:focus{
  border-color: var(--light-accent);
  box-shadow: 0 0 8px rgba(212,202,237,.5);
  outline: none;
}

/* Buttons inside the widget (if shown) */
altcha-widget .altcha button{
  background: var(--btnbgGredient);
  border: none;
  border-radius: 8px;
  padding: .55rem 1rem;
  font-family: var(--font-montserrat);
  font-size: .9rem;
  color: #fff;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}

altcha-widget .altcha button:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}


/* Make sure nothing inside overflows narrow viewports */
altcha-widget .altcha *{
  max-width:100%;
  box-sizing:border-box;
}

/* -------------------------------------------------------------------------- */
/* Promo Banner (site-wide announcement bar)                                  */
/* -------------------------------------------------------------------------- */
.promo-banner {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    color: var(--text-color);
    /* Warm → signal → brand transition for attention within palette */
    background: linear-gradient(90deg, #ffb703, #ef4444 55%, #4446B7 100%);
    box-shadow: var(--mystical-shadow);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-family: var(--font-sora);
    font-weight: 600;
    letter-spacing: 0.2px;
}

.promo-banner .highlight {
    color: #fff;
    background: rgba(255,255,255,0.14);
    padding: 2px 6px;
    border-radius: 6px;
}

/* Optional: pure brand look (subtler signal) */
.promo-banner--brand {
    background: var(--btnbgGredient);
}

@media (max-width: 576px) {
    .promo-banner { padding: 10px 12px; font-size: 0.95rem; }
}
