.elementor-105530 .elementor-element.elementor-element-fd1db8d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6deb57c */@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@500;700&display=swap');

#decline-notice {
  position: fixed;
  bottom: 40px;
  left: -460px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  color: #1f2937;
  border: 2px solid rgba(212, 163, 115, 0.5);
  border-left: 6px solid #d4a373;
  padding: 18px 24px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  max-width: 460px;
  z-index: 9999;
  transition: left 0.5s ease;
}

#decline-notice.show {
  left: 30px;
  animation: vipFadeIn 0.7s ease-out;
}

.notice-left {
  flex-shrink: 0;
}

.notice-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #f5d0c5;
  box-shadow: 0 0 12px rgba(255, 170, 120, 0.25);
}

.notice-content {
  flex: 1;
  line-height: 1.6;
}

.declined-red {
  color: #dc2626;
  font-weight: 700;
  font-size: 16px;
}

.vip-green {
  color: #16a34a;
  font-weight: bold;
  margin-top: 8px;
}

.pulse-glow {
  animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 0px #16a34a;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 10px #16a34a;
    transform: scale(1.05);
  }
  100% {
    text-shadow: 0 0 0px #16a34a;
    transform: scale(1);
  }
}

.luxury-close {
  background: linear-gradient(135deg, #ffffff, #f3f0ed);
  border: 1px solid #e2d4cb;
  color: #7c1d1d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.luxury-close:hover {
  background: #d4a373;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(212, 163, 115, 0.4);
}

@keyframes vipFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fd1db8d *//* Apply full opacity to all images on the page */
img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}
/* Apply full opacity to all images on the page */
img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}/* End custom CSS */