/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@300;400;500;600;600;700;800&display=swap');
/* Apply to whole website */
html, body * { font-family: 'Smooch Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
 }

/* ============================================
   GLOBAL FULL WIDTH - Poori website ke liye
   ============================================ */

/* ============================================
   FONT - Smooch Sans
   @import hatao - blade.php se load hota hai
   ============================================ */

html {
  font-size: clamp(16px, 1vw, 20px);
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  font-family: 'Smooch Sans', sans-serif !important;
}

html, body * {
  font-family: 'Smooch Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 100% !important;
  padding-left: clamp(16px, 3vw, 80px) !important;
  padding-right: clamp(16px, 3vw, 80px) !important;
}
/* ✅ NAVBAR FONT - Sab screens pe sahi size */
.nav-link {
  font-size: clamp(0.85rem, 1.1vw, 1.05rem) !important;
}

.dropdown-item {
  font-size: clamp(0.88rem, 1vw, 1rem) !important;
}

@media (max-width: 1200px) {
  .nav-link {
    font-size: clamp(0.80rem, 0.95vw, 0.95rem) !important;
  }
}
