/* ==========================================================================
   DesignMonks-Inspired Design System - Techdyno BD
   High-Class Agency Aesthetic, Floating Bottom Dock, Purple Radial Mesh,
   Serif Italic Headlines, Rating Chips & Country Badges
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@1&family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bg-dark: #070312;
  --purple-glow: #7c3aed;
  --indigo-glow: #6366f1;
  --text-white: #ffffff;
  --text-slate: #cbd5e1;
}

/* Base Body & Background Mesh (DesignMonks Deep Purple Mesh) */
body {
  font-family: 'Outfit', sans-serif !important;
  background-color: var(--bg-dark) !important;
  color: var(--text-white) !important;
  overflow-x: hidden;
}

.liquid-bg-mesh {
  background: radial-gradient(circle at 50% 20%, #3b1578 0%, #160833 50%, #070312 100%) !important;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: -2;
}

.liquid-bg-mesh::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

/* Serif Italic Accent Typography (DesignMonks Signature) */
.font-serif-italic, h1 .font-serif-italic, h2 .font-serif-italic {
  font-family: 'Instrument Serif', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #e9d5ff !important;
  padding: 0 4px;
}

/* Full Width Yellow Top Header */
.midSaleBg {
  background: #ffe000 !important;
  width: 100% !important;
  padding: 8px 0 !important;
}

.midSaleBg, .midSaleBg a, .midSaleBg i, .quick_contact {
  color: #0f172a !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.midSaleBg a:hover {
  color: #2563eb !important;
}

/* DesignMonks Rating Chip */
.rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 13px;
  color: #f8fafc;
}

.rating-chip .stars {
  color: #fbbf24;
  font-weight: 700;
}

.rating-chip .divider {
  color: rgba(255, 255, 255, 0.2);
}

/* DesignMonks Country Badge */
.country-badge span {
  display: inline-block;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
  color: #e9d5ff;
  font-weight: 500;
}

/* DesignMonks Industry Wins Tag Pill */
.industry-tag-pill span {
  display: inline-block;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.4);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 13px;
  color: #c084fc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* DesignMonks Glowing Purple CTA Button */
.designmonks-btn-purple {
  background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 12px 32px !important;
  box-shadow: 0 0 25px rgba(124, 58, 237, 0.5) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}

.designmonks-btn-purple:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 0 35px rgba(124, 58, 237, 0.8) !important;
  color: #ffffff !important;
}

/* Floating Bottom Dock Navigation (DesignMonks Signature) */
.floating-dock-wrapper {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.floating-dock {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(15, 10, 30, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 60px;
  padding: 8px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 20px rgba(124, 58, 237, 0.2);
}

.dock-item {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 30px;
  transition: all 0.2s ease;
}

.dock-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.dock-btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 40px;
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.5);
  transition: all 0.3s ease;
}

.dock-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 25px rgba(124, 58, 237, 0.8);
}

/* Clean Overrides for Footer and Why Choose Us */
.choose_us_sub_text, .choose_us_sub_text p, .choose_us_sub_text li {
  color: #cbd5e1 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

footer, .footer_bg {
  background: #070312 !important;
  color: #cbd5e1 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer_title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.footer_li a {
  color: #cbd5e1 !important;
}

.footer_li a:hover {
  color: #c084fc !important;
}
