.wpcom-gifting-banner__inner {
    display: none !important;
}
div#headcontainer,
.elementor-element.elementor-element-52421b90.e-con-full.e-flex.e-con.e-child {
    margin: 0 auto;
}
.elementor-2456 .elementor-element.elementor-element-501b6429 {
    margin: 0 auto;
}

#head.sticky a.hfe-menu-item:hover {
  color: #7FD1E8 !important;
  transition: all 0.3s ease;
}
#stickybutton a.elementor-button.elementor-button-link.elementor-size-sm {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: bounce-fab 5s infinite;
}
/* Bounce keyframes */
@keyframes bounce-fab {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(-5px);
  }
}

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
}

/* Primary Button */
.btn-primary {
    background-color: var(--e-global-color-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(136, 44, 99, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(136, 44, 99, 0.6);
}

.btn-primary:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(136, 44, 99, 0.4);
}

/* Secondary Button */
.btn-secondary {
    background-color: var(--e-global-color-secondary);
  
    box-shadow: 0 4px 0 #e5e7eb;
}

.btn-secondary:hover {
    background-color: var(--e-global-color-accent);
    transform: translateY(-2px);
}



#btn-secondary-hover {
    background-color: var(--e-global-color-secondary);
  
    box-shadow: 0 4px 0 #e5e7eb;
}

#btn-secondary-hover:hover {
    background-color: none;
    transform: translateY(-2px);
}





/* Outline Button */
.btn-outline {
    border: 2px solid #882C63;
    color: background: var(--e-global-color-text);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    background: transparent;
}

.btn-outline:hover {
    background-color: background: var(--e-global-color-text);;
    color: white;
}

/* Small Button */
.btn-sm {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(136, 44, 99, 0.3);
}




 .elementor-5 .elementor-element.elementor-element-2ad996c::before, .elementor-5 .elementor-element.elementor-element-2ad996c > .elementor-background-video-container::before, .elementor-5 .elementor-element.elementor-element-2ad996c > .e-con-inner > .elementor-background-video-container::before, .elementor-5 .elementor-element.elementor-element-2ad996c > .elementor-background-slideshow::before, .elementor-5 .elementor-element.elementor-element-2ad996c > .e-con-inner > .elementor-background-slideshow::before, .elementor-5 .elementor-element.elementor-element-2ad996c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
    --background-overlay: '';
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(60, 20, 45, 0.85));
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #902e69;
}
#iconn .elementor-widget-icon-box .elementor-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    background:background: var(--e-global-color-text);;
    width: fit-content;
    padding: 4px;
border-radius:20px;
}
  
#iconn a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 100%;
}


#iconn .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: start;
}







    .pulse-badge:hover {
                   
                   color:white !important; 
                    
                }
                
                .pulse-badge {
    position: absolute;
    top: 50px;
    left:62%;
    right: 15%;
    width: 80px;
    height: 80px;
    background: #902E69;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    line-height: 1.2;
    box-shadow: 0 0 0 rgba(144, 46, 105, 0.7);
    animation: pulse-purple 2s infinite;
    z-index: 10;
    text-decoration: none;
    transform: rotate(15deg);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
   
   
   
   @keyframes pulse-purple {
    0% {
        box-shadow: 0 0 0 0 rgba(144, 46, 105, 0.7);
        transform: rotate(15deg) scale(1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(144, 46, 105, 0);
        transform: rotate(15deg) scale(1.05);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(144, 46, 105, 0);
        transform: rotate(15deg) scale(1);
    }
}
   
   
   
      @media (max-width: 768px) {
    .pulse-badge {
        position: relative;
        left:0;
        top: auto;
        right: auto;
        margin: 0 auto 2rem;
    }
}


.imggg{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 280px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    transition: 0.4s ease;
}

/* Zoom */
.imggg:hover {
    background-size: cover !important; /* subtle zoom */
    transition: 0.4s ease !important;
}

/* Overlay */
.imggg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(180, 0, 60, 0.35);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}

/* Show overlay on hover */
.imggg:hover::after{
    opacity: 1;
}

/* HEART PERFECT CENTER */
.imggg::before{
    content: "❤";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    z-index: 2;
    opacity: 0;
    transform: scale(0.7);
    transition: 0.4s ease;
}

/* Show heart on hover */
.imggg:hover::before{
    opacity: 1;
    transform: scale(1);
}


     
 .gold-card {
    width: 320px;
    height: 200px;
 
    border-radius: 16px;
    margin: 2rem auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    text-align: left;
    color: #333;
    transition: transform 0.3s ease;
}


.gold-card:hover {
    transform: translateY(-5px) rotate(1deg);
}


.gold-card p.elementor-image-box-description {
    font-family: monospace;
    font-size: 19px;
    letter-spacing: 2px;
    color: black !important;
}


/* Header button  */

.header-first-btn a {
   background-color:var(--e-global-color-primary) !important;
    color: white !important;
    width: fit-content;
    display: inline-block;
    align-items: left;
    border-radius: 5px !important;
    border: 1px solid #902E69;
    margin: 10px 0px 10px 10px;
 display: inline-block !important;
}



html body #mob-head.sticky .header-first-btn a.hfe-menu-item{
	color:white !important;
}




.header-second-btn a {
    background-color: #EEEEEE !important;
    color: black !important;
    width: fit-content;
    display: inline-block;
    align-items: center;
    border: 1px solid #EEEEEE;
    border-radius: 50px !important;
    padding: 15px 40px 15px 40px !important;
    margin: 10px 0px 0px 10px !important;
    display: inline-block !important;
}

li#menu-item-1280 {
   display: inline-block;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}



#mob-head li#menu-item-2532 {
    border-bottom-style: solid;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 1px;
}


#mob-head li#menu-item-2511{
	
	display: inline-block;
    align-items: flex-start;
   
margin-right:auto !important;
    
	
}
#mob-head li#menu-item-2511 a{
	
	color:#ffffff !important;
}









.header-second-btn a::before {
    content: "";
    display: inline-block !important;
    left: 27px;
    top: 29px;
    width: 10px;
    height: 10px;
    background-color: red !important;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.elementor-5 .elementor-element.elementor-element-8f30faa .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    border-style: none;
    aspect-ratio: 2/2;
    object-fit: contain;
    align-items: center;
}


div.the-preloader-image{

    width: 100px;
    animation: pulse 1.5s infinite ease-in-out;


}

.hero-glass-card {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(12px);
    padding: 1rem;
    border-radius: 16px;
    display: flex;
    align-items: center;

    gap: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 10;
    max-width: 300px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}




@media(min-width:1100px) and (max-width:1199px){
	
	
	.img-secc{
		width:90% !important;
	}
}

@media(min-width:2560px){
	
	    
                .pulse-badge {
    position: absolute !important;

    left:58% !important;
	
	
}
}


/* ========================================
   BÄCKAKROGEN HEADER SYSTEM (Global)
   Applied to ALL pages - homepage + inner
   ======================================== */

/* --- Announcement Bar (homepage #ads) --- */
#ads {
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  will-change: max-height, opacity;
}
body.is-scrolled #ads {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
  pointer-events: none;
}

/* --- Main Header: Fixed + Transparent (initial) --- */













#head {
top:50px !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 9999 !important;
  background-color: transparent !important;
  transition: background-color 0.3s ease, top 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box !important;
}

/* Prevent CLS: reserve space for fixed header */
#masthead {
  min-height: 0;
}

/* --- Nav: single line, Oswald, white text --- */
#head .hfe-nav-menu__layout-horizontal,
#head nav ul {
  flex-wrap: nowrap !important;
  align-items: center !important;
}
#head .hfe-nav-menu__layout-horizontal li.menu-item > a,
#head .hfe-nav-menu__layout-horizontal > li.menu-item > a,
#head a.hfe-menu-item {
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: clamp(0.75rem, 1vw, 1rem);
  transition: color 0.3s ease;
}
#head .hfe-nav-menu__layout-horizontal li.menu-item > a:hover,
#head a.hfe-menu-item:hover {
  color: #7CD0E8 !important;
}

/* --- Fix button jitter/position --- */
#head .elementor-button {
  position: relative !important;
  transform: none !important;
  top: auto !important;
  animation: none !important;
  white-space: nowrap;
}

/* --- Scrolled state: white + dark text --- */




body.is-scrolled #head {

  background-color: #ffffff !important;
  top: 0px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
body.is-scrolled #head .hfe-nav-menu__layout-horizontal li.menu-item > a,
body.is-scrolled #head .hfe-nav-menu__layout-horizontal > li.menu-item > a,
body.is-scrolled #head a.hfe-menu-item {
  color: #1F2937 !important;
}
body.is-scrolled #head .hfe-nav-menu__layout-horizontal li.menu-item > a:hover,
body.is-scrolled #head a.hfe-menu-item:hover {
  color: #902E69 !important;
}

/* --- Mobile Header --- */


#mob-head #menu-1-ae9c4b1 li#menu-item-1279 a {
    color: #ffffff !important;
}

#mob-head li#menu-item-2531 a {
    color: #ffffff !important;
}

#mob-head li#menu-item-2532 a {
    color: #ffffff !important;
}




#mob-head {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 9999 !important;
  background-color: transparent !important;
  transition: background-color 0.3s ease, top 0.3s ease;
  box-sizing: border-box !important;
}
#mob-head .hfe-nav-menu-icon svg {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
#mob-head .hfe-nav-menu__layout-horizontal li.menu-item a,
#mob-head a.hfe-menu-item {
  color: var(--e-global-color-primary) !important;
  transition: color 0.3s ease;
}
body.is-scrolled #mob-head {
  background-color: #ffffff !important;
  top: 0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
body.is-scrolled #mob-head .hfe-nav-menu-icon svg {
  fill: #1F2937;
}
body.is-scrolled #mob-head a.hfe-menu-item {
  color: #1F2937 !important;
}

/* --- Prevent width reduction on any viewport --- */
#head > .e-con-inner,
#head > .elementor-container,
#head .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
display:flex !important;
}

/* --- Responsive: ensure no wrapping on desktop --- */
@media (min-width: 1025px) {
  #head .e-con-inner {
    display:flex  !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 1rem;

  }
}

/* --- Tablet/Mobile: hide desktop header, show mobile --- */
@media (max-width: 1024px) {
  #head {
    display: none !important;
  }
  #mob-head {
top:50px !important;
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  #mob-head {
    display: none !important;
  }
}
