/* NEBULUXE MASTER COMPILED STYLES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #081B6D;
  --secondary-color: #FF7A00;
}

/* RESET */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { overflow-x: hidden; background-color: #FDFDFF; color: #2D3748; -webkit-font-smoothing: antialiased; font-family: 'Inter', sans-serif; line-height: 1.6; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F1F3F9; }
::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6D3FA0; }
::selection { background: var(--secondary-color); color: #FFFFFF; }
img { max-width: 100%; height: auto; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; color: var(--primary-color); font-weight: 700; letter-spacing: -0.02em; }
.title-luxury { font-size: 3.5rem; font-weight: 700; line-height: 1.2; background: linear-gradient(135deg, var(--primary-color) 0%, #6D3FA0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 1.5rem; }
@media (max-width: 768px) { .title-luxury { font-size: 2.2rem; } }
.subtitle-luxury { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--secondary-color); font-weight: 600; margin-bottom: 0.5rem; }

/* TOP RIBBON & HEADER */
.nebuluxe-top-ribbon { background-color: var(--primary-color); color: #FFFFFF; font-size: 0.85rem; padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.nebuluxe-top-ribbon a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: color 0.2s ease; }
.nebuluxe-top-ribbon a:hover { color: var(--secondary-color); }
.nebuluxe-header { background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(8,27,109,0.08); position: sticky; top: 0; z-index: 1020; transition: all 0.3s ease; }
.nebuluxe-header .navbar { padding-top: 10px; padding-bottom: 10px; }
.nebuluxe-header.scrolled { background: rgba(255, 255, 255, 0.99); box-shadow: 0 6px 28px rgba(8, 27, 109, 0.1); }
.nebuluxe-logo { text-decoration: none; display: flex; align-items: center; flex-shrink: 0; padding-right: 0 !important; }
.nebuluxe-logo span { background: linear-gradient(135deg, var(--secondary-color) 0%, #E0529D 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.nav-link { font-weight: 600; color: var(--primary-color) !important; font-size: 0.82rem; padding: 0.5rem 0.5rem !important; text-transform: uppercase; letter-spacing: 0.03em; }
.nav-link:hover { color: var(--secondary-color) !important; }
.mega-menu { position: static !important; }
.mega-menu .dropdown-menu { width: 100%; left: 0; right: 0; top: 100%; border: none; border-radius: 0 0 15px 15px; box-shadow: 0 20px 40px rgba(8, 27, 109, 0.08); background: #FFFFFF; padding: 2.5rem; display: none; }
.mega-menu .dropdown-menu.show { display: block; animation: fadeInDropdown 0.3s ease forwards; }
.mega-menu__category { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--secondary-color); margin-bottom: 1rem; border-bottom: 2px solid #F1F3F9; padding-bottom: 0.5rem; }
.mega-menu__link { display: block; color: #4A5568; text-decoration: none; padding: 0.35rem 0; font-size: 0.9rem; transition: all 0.2s ease; }
.mega-menu__link:hover { color: var(--primary-color); padding-left: 5px; }
@keyframes fadeInDropdown { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* BUTTONS */
.btn-luxury { background: linear-gradient(135deg, var(--primary-color) 0%, #6D3FA0 100%); color: #FFFFFF; font-weight: 600; padding: 0.8rem 2rem; border-radius: 8px; border: none; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(8, 27, 109, 0.2); text-decoration: none; display: inline-block; }
.btn-luxury:hover { color: #FFFFFF; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(8, 27, 109, 0.35); }
.btn-sunset { background: linear-gradient(135deg, var(--secondary-color) 0%, #E0529D 100%); color: #FFFFFF; font-weight: 600; padding: 0.8rem 2rem; border-radius: 8px; border: none; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 122, 0, 0.2); text-decoration: none; display: inline-block; }
.btn-sunset:hover { color: #FFFFFF; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 122, 0, 0.35); }
.btn-outline-luxury { border: 2px solid var(--primary-color); background: transparent; color: var(--primary-color); font-weight: 600; padding: 0.75rem 2rem; border-radius: 8px; transition: all 0.3s ease; text-decoration: none; display: inline-block; }
.btn-outline-luxury:hover { background: var(--primary-color); color: #FFFFFF; }

/* DYNAMIC PORTAL LAYOUTS */
.dashboard-container { display: flex; min-height: 100vh; }
.dashboard-sidebar { width: 280px; background-color: var(--primary-color); color: #FFFFFF; padding: 2rem 1rem; flex-shrink: 0; transition: all 0.3s ease; position: sticky; top: 0; height: 100vh; overflow-y: auto; }
.dashboard-sidebar__logo { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.4rem; color: #FFFFFF; text-decoration: none; display: flex; align-items: center; gap: 10px; margin-bottom: 2.5rem; padding-left: 0.5rem; }
.dashboard-sidebar__logo span { color: var(--secondary-color); }
.dashboard-sidebar__menu { list-style: none; padding: 0; margin: 0; }
.dashboard-sidebar__item { margin-bottom: 0.5rem; }
.dashboard-sidebar__link { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.75); text-decoration: none; padding: 0.8rem 1rem; border-radius: 8px; font-weight: 500; font-size: 0.95rem; transition: all 0.2s ease; }
.dashboard-sidebar__link i { width: 20px; font-size: 1.1rem; }
.dashboard-sidebar__link:hover, .dashboard-sidebar__link.active { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); box-shadow: inset 3px 0 0 var(--secondary-color); }
.dashboard-content { flex-grow: 1; background-color: #F4F7FC; padding: 2rem; overflow-y: auto; }
.dashboard-topbar { background: #FFFFFF; padding: 1rem 2rem; border-radius: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02); display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }

/* CARDS & METRIC WIDGETS */
.nebuluxe-card { background: #FFFFFF; border-radius: 15px; border: 1px solid rgba(8, 27, 109, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02); transition: all 0.3s ease; overflow: hidden; }
.nebuluxe-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(8, 27, 109, 0.08); }
.nebuluxe-card__header { background: linear-gradient(135deg, rgba(8, 27, 109, 0.02) 0%, rgba(109, 63, 160, 0.02) 100%); padding: 1.25rem 1.5rem; border-bottom: 1px solid #F1F3F9; font-weight: 700; }
.nebuluxe-card__body { padding: 1.5rem; }
.stat-widget { background: #FFFFFF; border-radius: 12px; padding: 1.5rem; display: flex; align-items: center; gap: 20px; border-left: 5px solid var(--primary-color); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
.stat-widget--orange { border-left-color: var(--secondary-color); }
.stat-widget--purple { border-left-color: #6D3FA0; }
.stat-widget--magenta { border-left-color: #E0529D; }
.stat-widget--blue { border-left-color: #3F7FBF; }
.stat-widget__icon { width: 50px; height: 50px; border-radius: 50%; background: #F1F3F9; color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.stat-widget__value { font-size: 1.8rem; font-weight: 700; color: var(--primary-color); line-height: 1.2; }
.stat-widget__label { font-size: 0.85rem; color: #718096; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; }

/* TABLES & BADGES */
.nebuluxe-table-wrapper { background: #FFFFFF; border-radius: 15px; border: 1px solid rgba(8, 27, 109, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02); overflow: hidden; margin-bottom: 2rem; }
.nebuluxe-table { width: 100%; margin-bottom: 0; vertical-align: middle; }
.nebuluxe-table th { background-color: rgba(8, 27, 109, 0.02); color: var(--primary-color); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.05em; padding: 1.25rem 1.5rem; border-bottom: 2px solid #E2E8F0; }
.nebuluxe-table td { padding: 1.25rem 1.5rem; border-bottom: 1px solid #E2E8F0; font-size: 0.9rem; color: #4A5568; }
.nebuluxe-table tr:hover td { background-color: rgba(8, 27, 109, 0.01); }
.badge-luxury { padding: 0.35em 0.8em; font-size: 0.75rem; font-weight: 600; border-radius: 30px; }
.badge-luxury--success { background-color: #DEF7EC; color: #03543F; }
.badge-luxury--warning { background-color: #FEF08A; color: #713F12; }
.badge-luxury--danger { background-color: #FDE8E8; color: #9B1C1C; }
.badge-luxury--primary { background-color: #E1EFFE; color: #1E429F; }

/* DYNAMIC CHATBOT & CONTACT FLOATS */
.ai-chatbot-widget { position: fixed; bottom: 100px; right: 30px; width: 380px; height: 500px; background: #FFFFFF; border-radius: 20px; box-shadow: 0 10px 40px rgba(8, 27, 109, 0.15); border: 1px solid rgba(8, 27, 109, 0.08); display: flex; flex-direction: column; z-index: 1050; overflow: hidden; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); transform: translateY(20px) scale(0.9); opacity: 0; pointer-events: none; }
.ai-chatbot-widget.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.ai-chatbot-widget__header { background: linear-gradient(135deg, var(--primary-color) 0%, #6D3FA0 100%); color: #FFFFFF; padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.ai-chatbot-widget__title { font-weight: 700; font-size: 1.05rem; display: flex; align-items: center; gap: 8px; }
.ai-chatbot-widget__messages { flex-grow: 1; padding: 1.5rem; overflow-y: auto; background: #F8F9FA; display: flex; flex-direction: column; }
.ai-chatbot-widget__msg { margin-bottom: 1rem; max-width: 80%; padding: 0.8rem 1rem; border-radius: 12px; font-size: 0.9rem; }
.ai-chatbot-widget__msg--bot { background: #FFFFFF; color: #2D3748; align-self: flex-start; border-bottom-left-radius: 2px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); }
.ai-chatbot-widget__msg--user { background: var(--primary-color); color: #FFFFFF; align-self: flex-end; border-bottom-right-radius: 2px; margin-left: auto; }
.ai-chatbot-widget__input-area { padding: 1rem; background: #FFFFFF; border-top: 1px solid #E2E8F0; display: flex; gap: 8px; }
.ai-chatbot-widget__input-area input { flex-grow: 1; border: 1px solid #E2E8F0; border-radius: 30px; padding: 0.6rem 1.25rem; font-size: 0.9rem; outline: none; }
.ai-chatbot-widget__input-area button { background: var(--primary-color); color: #FFFFFF; border: none; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.ai-chatbot-widget__input-area button:hover { background: #6D3FA0; }
.floating-actions { position: fixed; bottom: 30px; right: 30px; display: flex; flex-direction: column; gap: 12px; z-index: 1040; }
.btn-float { width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 1.4rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; border: none; text-decoration: none; }
.btn-float:hover { transform: scale(1.1); color: #FFFFFF; }
.btn-float--whatsapp { background-color: #25D366; }
.btn-float--call { background-color: #007BF5; }
.btn-float--chat { background: linear-gradient(135deg, var(--secondary-color) 0%, #E0529D 100%); }

/* FORM CALCULATORS */
.calculator-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(8, 27, 109, 0.08); padding: 2.5rem; box-shadow: 0 15px 35px rgba(8, 27, 109, 0.05); }
.calc-result-box { background: linear-gradient(135deg, rgba(8, 27, 109, 0.03) 0%, rgba(109, 63, 160, 0.03) 100%); border: 1px dashed rgba(8, 27, 109, 0.2); border-radius: 12px; padding: 1.5rem; text-align: center; margin-top: 1.5rem; }
.nebuluxe-input { width: 100%; padding: 0.8rem 1.25rem; border-radius: 8px; border: 2px solid #E2E8F0; outline: none; font-size: 0.95rem; transition: all 0.2s ease; }
.nebuluxe-input:focus { border-color: var(--primary-color); box-shadow: 0 0 0 4px rgba(8, 27, 109, 0.1); }

/* PUBLIC FOOTER */
.nebuluxe-footer { background-color: #030825 !important; color: #a0aec0 !important; padding: 5rem 0 2rem 0; font-size: 0.95rem; }
.nebuluxe-footer h5, .nebuluxe-footer h6 { color: #FFFFFF !important; font-weight: 700; margin-bottom: 1.5rem; position: relative; padding-bottom: 0.5rem; }
.nebuluxe-footer a { color: #cbd5e0 !important; text-decoration: none; transition: all 0.2s ease; }
.nebuluxe-footer a:hover { color: var(--secondary-color) !important; padding-left: 5px; }
.newsletter-box { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); padding: 2.5rem; border-radius: 15px; }
.newsletter-box input { background: rgba(255, 255, 255, 0.9); border: none; padding: 0.75rem 1.25rem; border-radius: 8px 0 0 8px; }
.newsletter-box button { background: linear-gradient(135deg, var(--secondary-color) 0%, #E0529D 100%); color: #FFFFFF; border: none; padding: 0.75rem 1.5rem; border-radius: 0 8px 8px 0; font-weight: 600; transition: opacity 0.2s ease; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 3rem; padding-top: 2rem; font-size: 0.85rem; }

/* HERO OVERLAYS */
.hero-slider-item { height: 50vh; min-height: 360px; display: flex; align-items: center; position: relative; background-size: cover; background-position: center; }
.hero-slider-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(5, 14, 54, 0.9) 0%, rgba(5, 14, 54, 0.4) 100%); z-index: 1; }
.hero-slider-item .container { position: relative; z-index: 2; color: #FFFFFF; }
.hero-slider-item h1 { color: #FFFFFF; font-size: 4rem; font-weight: 800; text-shadow: 0 4px 10px rgba(0,0,0,0.3); }
@media (max-width: 768px) { .hero-slider-item h1 { font-size: 2.5rem; } }

/* BRANDING PRELOADER */
#nebuluxe-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #030d2e 0%, #050E36 50%, #081B6D 100%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#nebuluxe-preloader::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,122,0,0.12) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.preloader-logo-wrap {
  background: rgba(255,255,255,0.97);
  border-radius: 18px;
  padding: 20px 40px;
  margin-bottom: 32px;
  box-shadow: 0 0 60px rgba(255,122,0,0.25), 0 20px 60px rgba(0,0,0,0.4);
  animation: logoPulse 2s infinite ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-logo {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 400px;
  object-fit: contain;
  display: block;
}
.preloader-tagline {
  color: rgba(255,255,255,0.6);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
}
.preloader-spinner {
  width: 45px;
  height: 45px;
  border: 3px solid rgba(255, 122, 0, 0.1);
  border-top-color: var(--secondary-color);
  border-radius: 50%;
  animation: spinnerRotate 0.8s infinite linear;
}
@keyframes logoPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes spinnerRotate {
  to { transform: rotate(360deg); }
}

/* LOGO IMAGE SCALE RULES — Full wide horizontal brand logo */
.nebuluxe-logo img {
  height: 72px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  object-position: left center;
  transition: all 0.3s ease;
  display: block;
}
.nebuluxe-header.scrolled .nebuluxe-logo img {
  height: 58px;
  max-width: 270px;
}
@media (max-width: 992px) {
  .nebuluxe-logo img { height: 58px; max-width: 260px; }
}
@media (max-width: 576px) {
  .nebuluxe-logo img { height: 48px; max-width: 200px; }
}

/* Ensure menu items stay on a single line and fit nicely on desktops of all sizes */
@media (min-width: 992px) {
  .nebuluxe-header .navbar > .container {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
  }
  .nebuluxe-header .navbar-collapse {
    flex-grow: 0 !important;
    display: flex !important;
    flex-basis: auto !important;
    white-space: nowrap !important;
  }
  .nebuluxe-header .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  .nebuluxe-logo img {
    height: 52px !important;
    max-width: 180px !important;
  }
  .nebuluxe-header.scrolled .nebuluxe-logo img {
    height: 44px !important;
    max-width: 150px !important;
  }
  .nav-link {
    font-size: 0.72rem !important;
    padding: 0.4rem 0.25rem !important;
    letter-spacing: 0.01em !important;
  }
  .nebuluxe-header .navbar-nav {
    gap: 0.35rem !important;
  }
}

/* Adjust sizes for medium-to-large desktops (e.g. 1200px and up) to allow slightly larger fonts but still prevent wrapping */
@media (min-width: 1200px) {
  .nebuluxe-logo img {
    height: 60px !important;
    max-width: 220px !important;
  }
  .nebuluxe-header.scrolled .nebuluxe-logo img {
    height: 48px !important;
    max-width: 180px !important;
  }
  .nav-link {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.4rem !important;
    letter-spacing: 0.02em !important;
  }
  .nebuluxe-header .navbar-nav {
    gap: 0.6rem !important;
  }
}

/* Better mobile menu appearance */
@media (max-width: 991.98px) {
  .nebuluxe-header .navbar-collapse {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(8, 27, 109, 0.1);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    border: 1px solid rgba(8, 27, 109, 0.05);
  }
  .nebuluxe-header .navbar-nav {
    align-items: flex-start !important;
    gap: 0.75rem !important;
    width: 100%;
  }
  .nebuluxe-header .nav-link {
    font-size: 0.9rem !important;
    padding: 0.5rem 0 !important;
    width: 100%;
    border-bottom: 1px solid #f1f3f9;
  }
  .nebuluxe-header .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  /* Mobile Mega Menu tweaks */
  .mega-menu .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    padding: 1rem 0 0 1rem !important;
    background: transparent !important;
    border-left: 2px solid var(--secondary-color);
    border-radius: 0 !important;
    margin-left: 0.5rem;
    display: none;
  }
  .mega-menu .dropdown-menu.show {
    display: block !important;
  }
  .mega-menu .dropdown-menu .row > div {
    margin-bottom: 1rem;
  }
  .mega-menu .dropdown-menu .row > div:last-child {
    margin-bottom: 0;
  }
}

/* Preloader logo */
#nebuluxe-preloader img[src*="logo.png"] {
  max-height: 110px;
  max-width: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* TESTIMONIALS & SUCCESS STORIES */
.testimonial-card {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid rgba(8, 27, 109, 0.05);
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(8, 27, 109, 0.08);
}
.testimonial-card__quote {
  font-size: 0.95rem;
  color: #4A5568;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary-color);
}
.testimonial-card__name {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.1rem;
  font-size: 0.9rem;
}
.testimonial-card__role {
  font-size: 0.75rem;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.testimonial-card__stars {
  color: #FFB000;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
}

/* ADDITIONAL CMS ELEMENTS */
.cms-alert-banner {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #E0529D 100%);
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(255, 122, 0, 0.15);
  position: relative;
  z-index: 1010;
}
.cms-alert-banner .btn-close-banner {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.cms-alert-banner .btn-close-banner:hover {
  opacity: 1;
}

/* SWIPER DOTS STYLE RESOLVE */
.swiper-pagination-bullet {
  background: #FFFFFF !important;
  opacity: 0.5 !important;
  width: 10px !important;
  height: 10px !important;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
  opacity: 1 !important;
  transform: scale(1.3);
}


/* Custom product card image container alignment to fit buckets */
.nebuluxe-card div[style*="background-image"] {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #FFFFFF !important;
  padding: 15px !important;
}

.b2b-product-card div[style*="background-image"] {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #FFFFFF !important;
  padding: 10px !important;
}