#om-tarot {
	color:#000 !important;
}

#cardInfoName{
	color:#000 !important;
}


.stacked-card {
    background: url(/assets/images/tarotguide.jpg) no-repeat;
	border: 2px solid #ffffff;
	background-size:100% 100%;
}



	
.hero-section {
	background: #999 url(/assets/images/astro-bg-stars.jpg) 50% 0 no-repeat !important;
	background-size:cover !important;
}

.hero-section h1, .hero-section .lead{
	text-shadow: 1px 1px 3px #616161;
}
	
.hero-section {
  position: relative;
  background-color: black;
  min-height: 55rem;
  width: 100%;
  overflow: hidden;
}	

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}


.reading-type-card {
    overflow: visible;
}



#slideshow {
  overflow: hidden;
  height: 300px;
  width: 200px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 7px #0000008a);
  border:2px #ffffff8a solid;
  border-radius:10px;
}

.slide-wrapper {
  width: 1200px;
  -webkit-animation: slide 20s ease infinite;
}

.slide {
  float: left;
  height: 300px;
  width: 200px;
}

.slide:nth-child(1) {

}

.slide:nth-child(2) {

}

.slide:nth-child(3) {

}

.slide:nth-child(4) {

}

.slide:nth-child(5) {

}

.slide:nth-child(6) {

}

@-webkit-keyframes slide {
  10% {margin-left: 0px;}
  30% {margin-left: -200px;}
  50% {margin-left: -400px;}
  70% {margin-left: -600px;}
  90% {margin-left: -800px;}
}

.slide img{
	width:200px;
}




#drawnCards .card-header{
	background-color: #191f38 !important;
}
#drawnCards .card-header .card-position-label{
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 12px;
}

#drawnCardsContainer .card{
	background:transparent;
}
#drawnCardsContainer .drawn-card.three_card .card{
	background:#fff;
}
#drawnCardsContainer .card-title{
	margin-top: 15px;
}

#drawnCardsContainer .card-body img{
	border: 3px #f8f9fa solid;
	max-height: 300px !important;
}







.card-description {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #c0c0c0;
	color: #000 !important;
}

.card-description h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.card-description p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

#cardInfoModal .modal-body {
    padding: 30px;
}

#cardInfoModal .alert-info {
    background-color: #e7f3ff;
    border-color: #b3d9ff;
    color: #004085;
}
#cardInfoTitle {
    color: #000 !important;
}
#cardInfoModal img#cardInfoImage {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border: 3px #f8f9fa solid;
}





#showCompensationKeyLink{
	cursor:pointer;
	text-decoration:underline;
	color:#5e335c;
}
#compensationKeyInput {
    transition: all 0.3s ease;
}

#compensationKeyInput:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
}

#compensationKeyInput.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

#compensationKeyInput.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#showCompensationKeyLink:hover {
    color: #5e335c !important;
    text-decoration: underline !important;
}

#keyValidationFeedback {
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
}

#btnGenerateReading{
	border:0 !important;
}


#swishModalError h3{
	color:#000 !important;
}







#cardDeck .card-back-stack{

}

#cardDeck .card-back-stack .stacked-card {
  animation: rotateCard 5s ease-in-out infinite;
  z-index:0;
}
#cardDeck .card-back-stack .stacked-card:hover {
  z-index:10;
}

@keyframes rotateCard {
  /* Hold front */
  0% {
    transform: translateZ(2);
  }
  /* Move left */
  25% {
    transform: rotate(-4deg) translate(-25%, 5%) translateZ(10);
  }
  /* Hold left */
  50% {
    transform: rotate(-4deg) translate(-25%, 5%);
  }
  /* Move right */
  75% {
    transform: rotate(4deg) translate(25%, 5%);
  }
  /* Move front */
  100% {
    transform: translateZ(1);
  }
}

#cardDeck .card-back-stack .stacked-card:nth-child(1) {
  animation-delay: -7s;
}
#cardDeck .card-back-stack .stacked-card:nth-child(2) {
  animation-delay: -5s;
}
#cardDeck .card-back-stack .stacked-card:nth-child(3) {
  animation-delay: -3s;
}
#cardDeck .card-back-stack .stacked-card:nth-child(4) {
  animation-delay: -1s;
}
#cardDeck .card-back-stack .stacked-card:nth-child(5) {
  animation-delay: 0;
}
















/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



.sidebar-wrapper hr {
    border-top:1px #666 solid;
	margin:10px 0;
}


.sidebar-search{
	padding:10px 20px 10px 20px;
}
.sidebar-search input{
	background:#565656;
	border:1px #666 solid;
	border-radius:0;
	font-size:14px;
	padding:5px;
	color:#fff;
}
.sidebar-search .btn{
	background:#222;
	border:1px #666 solid;
	border-radius:0;
	font-size:14px;
	color:#fff;
}



.sidebar-nav {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
}

.sidebar-nav li ul {
    list-style:none;
	padding-left:20px;
}
.sidebar-nav li ul li {
     text-indent: 0;
}
.sidebar-nav.sidebar-language li ul li{
	line-height: 25px;
}
.sidebar-nav.sidebar-language .flagicon{
	padding-right:5px;
}


.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.toggle {
    margin: 5px 5px 0 0;
	padding: 5px 15px !important;
}

#menu-close{
	position: absolute;
    top: 0;
    right: 0;
}





.astro-bg{
	background:url(/assets/images/astro-bg.jpg) no-repeat;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}








.card {
    border: none;
}

.card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

#map {
    border: 2px solid #dee2e6;
}

/* Autocomplete styling */
.autocomplete-dropdown {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10001;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
}

.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.autocomplete-item:hover {
    background-color: #667eea;
    color: white;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.position-relative {
    position: relative;
}

/* Fullskärms-loader */
#fullscreenLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-loader-content {
    text-align: center;
    color: white;
}

.loader-spinner {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.1);
    border-top: 8px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.ai-interpretation {
    white-space: pre-wrap;
}

.planet-card {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s;
}

.planet-card:hover {
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}



@media (max-width: 768px) {
section .container:not(section.hero-section .container) {
    padding:0 !important;
}
section .container>.row:not(section.hero-section .container>.row) {
    margin:0 !important;
}
section .container>.row>*:not(section.hero-section .container>.row>*) {
    padding:0 !important;
}
section .container>div.text-center:not(section.hero-section .container>div.text-center ) {
    padding-left:10px !important;
    padding-right:10px !important;
}
section .container .card:not(section.hero-section .container .card) {
    border-radius:0 !important;
}
section .container .card img.rounded:not(section.hero-section .container .card  img.rounded) {
    border-radius:0 !important;
}
section .container .card img.rounded:not(section.hero-section .container .card  img.rounded) {
    border-radius:0 !important;
    margin:0 calc(var(--bs-gutter-x) * -1);
    min-width:calc(100% + var(--bs-gutter-x)*2);
}
.side-panel {
    box-shadow: none !important;
}
}



.card-header.bg-secondary {
	background: linear-gradient(135deg, #004791 0%, #2f9fd5 100%) !important;
}


