/* =====================================================================
   BUILDESK SHARED — Scoped to only: navbar, footer, popup, float CTAs
   Does NOT touch body, fonts, headings, sections, or page-specific CSS
   ===================================================================== */

/* ── Navbar ── */
.bd-navbar-wrap {
  background: #fff;
  box-shadow: 0 1px 0 #e4e5e9;
  z-index: 1050;
  padding: 10px 0;
}
.bd-navbar-wrap .navbar-brand img { height: 38px; }
.bd-navbar-wrap .bd-nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #1d1e20 !important;
  padding: 8px 12px !important;
  border-radius: 8px;
  transition: color .2s, background .2s;
  letter-spacing: -0.1px;
  white-space: nowrap;
}
.bd-navbar-wrap .bd-nav-link:hover,
.bd-navbar-wrap .bd-nav-link.bd-active { color: #007dff !important; background: #edf6ff; }
.bd-navbar-wrap .navbar-toggler { border: none !important; box-shadow: none !important; }
.bd-navbar-wrap .navbar-toggler:focus { box-shadow: none !important; }

/* Modules Dropdown */
.bd-dropdown-toggle {
  font-weight: 500;
  font-size: 15px;
  color: #1d1e20 !important;
  padding: 8px 12px !important;
  border-radius: 8px;
  transition: color .2s, background .2s;
  cursor: pointer;
  letter-spacing: -0.1px;
  white-space: nowrap;
  background: none;
  border: none;
}
.bd-dropdown-toggle:hover,
.bd-dropdown-toggle:focus { color: #007dff !important; background: #edf6ff; outline: none; }
.bd-dropdown-menu {
  border: 1.5px solid #e4e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  padding: 8px;
  min-width: 240px;
  background: #fff;
}
.bd-dropdown-menu .dropdown-item {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1d1e20;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background .15s;
}
.bd-dropdown-menu .dropdown-item:hover { background: #edf6ff; color: #007dff; }
.bd-dropdown-menu .dropdown-item .bd-menu-icon {
  width: 32px; height: 32px;
  background: #edf6ff;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bd-dropdown-menu .dropdown-item:hover .bd-menu-icon { background: #d0e8ff; }

/* Book Demo Button */
.bd-btn-demo {
  background: #007dff;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  padding: 9px 20px;
  transition: background .2s;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.bd-btn-demo:hover { background: #0060cc; color: #fff !important; }

/* ── Popup Modal ── */
#bdDemoModal .modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
#bdDemoModal .modal-header {
  background: #007dff;
  color: #fff;
  padding: 20px 28px;
  border: none;
}
#bdDemoModal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#bdDemoModal .btn-close { filter: invert(1); opacity: .85; }
#bdDemoModal .modal-body { padding: 28px; background: #f6f9ff; }
.bd-popup-input {
  background: #fff !important;
  border: 1.5px solid #d4dce8 !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  padding: 12px 16px !important;
  color: #1d1e20 !important;
  transition: border-color .2s;
  width: 100%;
}
.bd-popup-input:focus {
  border-color: #007dff !important;
  box-shadow: 0 0 0 3px rgba(0,125,255,.1) !important;
  outline: none;
}
.bd-popup-submit {
  background: #007dff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  width: 100%;
  cursor: pointer;
  transition: background .2s;
  margin-top: 4px;
}
.bd-popup-submit:hover { background: #0060cc; }
.bd-popup-submit.bd-success { background: #16a34a; cursor: default; }

/* ── Floating WhatsApp & Call ── */
.bd-floats {
  position: fixed;
  bottom: 26px;
  right: 22px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-end;
}
.bd-float-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px 10px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.bd-float-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.22); }
.bd-float-wa  { background: #25d366; color: #fff !important; }
.bd-float-call{ background: #007dff; color: #fff !important; }
.bd-float-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.bd-float-label { font-size: 13px; }

/* ── Footer ── */
.bd-footer-wrap {
  background: #22252b;
  color: #cfd3d7;
  padding: 60px 0 28px;
}
.bd-footer-wrap .bd-foot-logo { width: 140px; margin-bottom: 16px; }
.bd-footer-wrap .bd-foot-about {
  font-size: 14px;
  line-height: 1.75;
  color: #b0b8c4;
  max-width: 300px;
}
.bd-footer-wrap .bd-foot-heading {
  font-weight: 700;
  font-size: 14px;
  color: #00a0ff;
  margin-bottom: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.bd-footer-wrap .bd-foot-links { list-style: none; padding: 0; margin: 0; }
.bd-footer-wrap .bd-foot-links li { margin-bottom: 7px; }
.bd-footer-wrap .bd-foot-links a {
  font-size: 14px;
  color: #b0b8c4;
  text-decoration: none;
  transition: color .2s;
}
.bd-footer-wrap .bd-foot-links a:hover { color: #fff; }
.bd-footer-wrap .bd-foot-contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 11px;
  font-size: 13px;
  color: #b0b8c4;
  line-height: 1.5;
}
.bd-footer-wrap .bd-foot-contact-row img { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
.bd-footer-wrap .bd-foot-contact-row a { color: #b0b8c4; text-decoration: none; transition: color .2s; }
.bd-footer-wrap .bd-foot-contact-row a:hover { color: #fff; }
.bd-footer-wrap .bd-social-wrap { display: flex; gap: 8px; margin-top: 14px; }
.bd-footer-wrap .bd-social-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: #00a0ff;
  border-radius: 50%;
  transition: opacity .2s, transform .2s;
}
.bd-footer-wrap .bd-social-ico:hover { opacity: .8; transform: scale(1.08); }
.bd-footer-wrap .bd-foot-divider { border-color: rgba(255,255,255,.08); margin: 32px 0 20px; }
.bd-footer-wrap .bd-foot-bottom {
  font-size: 13px;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.bd-footer-wrap .bd-foot-demo-btn {
  display: inline-block;
  background: #007dff;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-radius: 8px;
  padding: 7px 16px;
  text-decoration: none;
  margin-top: 12px;
  transition: background .2s;
}
.bd-footer-wrap .bd-foot-demo-btn:hover { background: #0060cc; color: #fff; }
.bd-foot-newsletter-input {
  background: rgba(255,255,255,.07) !important;
  border: 1.5px solid rgba(0,160,255,.5) !important;
  color: #fff !important;
  border-radius: 9px !important;
  font-size: 13px !important;
  padding: 9px 13px !important;
}
.bd-foot-newsletter-input::placeholder { color: rgba(255,255,255,.35) !important; }
.bd-foot-subscribe-btn {
  background: #00a0ff;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border: none;
  border-radius: 9px;
  padding: 9px 18px;
  flex-shrink: 0;
  cursor: pointer;
  transition: background .2s;
}
.bd-foot-subscribe-btn:hover { background: #0087e0; }

/* ── Mobile ── */
@media (max-width: 767px) {
  .bd-float-label { display: none; }
  .bd-float-btn { padding: 12px; border-radius: 50%; }
  .bd-footer-wrap { padding: 40px 0 22px; }
}
