.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background-image: linear-gradient(
      135deg,
      rgba(15,23,42,.85),
      rgba(14,165,233,.60)
    ),
    url("assets/images/header.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  padding-top: 0px;
}

.header-content {
  --header-height: 5.2rem;
  background: rgba(15,23,42,.60);
  border-radius: 0;
  backdrop-filter: blur(6px);
  margin: 0;
  min-height: var(--header-height);
  height: var(--header-height);
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-logo {
  display: flex;
  align-items: stretch;
  height: 100%;
  max-height: 100%;
}

.site-logo img {
  height: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Desktop logo size improvement */
@media (min-width: 1024px) {
  .site-logo img {
    max-height: 4.2rem;
  }
}

.site-logo:hover,
.site-logo:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.3);
}

@media (max-width: 768px) {
  .header-content {
    --header-height: 3.6rem;
  }

  body {
    padding-top: 0px;
  }

  .site-logo img {
    max-height: 2.8rem;
  }
}

.desktop-nav a {
  color: #e2e8f0;
}

.desktop-nav a:hover {
  color: #38bdf8;
}

.desktop-currency {
  min-width: 90px;
  font-weight: 700;
  border-color: #7dd3fc;
  cursor: pointer;
}

.mobile-currency {
  width: 82px;
  height: 38px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
}

.floating-action-bar{
    position:fixed;
    right:0;
    bottom:20px;
    top:auto;
    transform:none;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:0;
    z-index:9999;
    }

.floating-action-bar{
    right:0;
    bottom:20px;
    top:auto;
    transform:none;
    }

.floating-action-bar .fab-stack {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: .75rem .75rem .3rem;
  background: rgba(255,255,255,.98);
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 12px 32px rgba(15,23,42,.18);
  overflow: visible;
}

.floating-action-bar .fab-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  color: #fff;
}

.floating-action-bar .fab-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.floating-action-bar .fab-icon:hover,
.floating-action-bar .fab-icon:focus-visible {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 36px rgba(2, 132, 199, 0.24);
  filter: brightness(1.05);
}

.floating-action-bar .whatsapp {
  background-color: #25d366;
}

.floating-action-bar .phone {
  background-color: #0ea5e9;
}

.floating-action-bar .sms-primary {
  background-color: #2563eb;
}

.floating-action-bar .sms-secondary {
  background-color: #34c759;
}

.floating-action-bar .telegram {
  background-color: #0088cc;
}

.floating-action-bar .instagram {
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  color: #fff;
}

.floating-action-bar .fab-label {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: #0f172a;
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.6rem 1.4rem;
  min-width: 12rem;
  border-radius: 0.9rem 0 0 0.9rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .floating-action-bar .fab-stack {
    padding: 0.4rem 0.4rem 0.2rem;
  }

  .floating-action-bar .fab-icon {
    width: 2.0rem; /* 🔥 Reduced from 3rem */
    height: 2.0rem;
  }

  .floating-action-bar .fab-icon svg {
    width: 1.1rem; /* 🔥 Reduced from 1.5rem */
    height: 1.1rem;
  }

  .floating-action-bar .fab-label {
    min-width: 7rem; /* 🔥 Reduced from 12rem */
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
  }
}

/* FIX 1: Floating action bar should not block clicks */
.floating-action-bar {
  pointer-events: none;
}

/* FIX 2: Allow clicks only on actual icons */
.floating-action-bar .fab-stack,
.floating-action-bar .fab-icon {
  pointer-events: auto;
}

/* FIX 3: Label should never block clicks */
.floating-action-bar .fab-label {
  pointer-events: none;
  min-width: unset;
  width: fit-content;
  max-width: fit-content;
}

/* 🔥 MOBILE SIDEBAR SAFE SPACE FIX */
@media (max-width: 768px) {
  #sidebar {
    padding-bottom: 30vh; /* keeps 30% screen safe */
  }
}

.fab-icon svg {
  width: 20px !important;
  height: 20px !important;
}

.site-logo img {
  height: 55px !important;
  width: auto !important;
}

body{
padding-top:84px !important;
}

@media (max-width:768px){
body{
padding-top:60px !important;
}
}