/* ── HIDE ADS ── */
.new-banner-style google-ads-html-by-google,
.new-banner-style ins.adsbygoogle,
.new-banner-style .google-auto-placed { 
  display: none !important; 
  visibility: hidden !important; 
  height: 0 !important; 
  width: 0 !important; 
  opacity: 0 !important; 
}
.banner-section.new-banner-style::before,
.banner-section.new-banner-style::after,
.banner-section__bg { 
  display: none !important; 
}

/* ── SECTION ── */
.banner-section.new-banner-style {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: none !important;
  min-height: auto !important;
}

.banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(239,246,255,0.97) 0%, rgba(248,250,252,0.96) 50%, rgba(240,249,255,0.97) 100%);
  z-index: 1;
}

/* Dot grid */
.banner-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #cbd5e1 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.45;
}

/* Soft blob */
.banner-section.new-banner-style::before {
  display: block !important;
  content: '';
  position: absolute;
  width: 500px; 
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191,219,254,0.6), transparent 70%);
  top: -150px; 
  left: -120px;
  z-index: 1;
  filter: blur(70px);
  pointer-events: none;
}

.banner-container {
  position: relative;
  z-index: 2;
  padding-top: 52px;
  padding-bottom: 48px;
}

/* ── CONTENT ── */
.banner-content {
  max-width: 100%;
  text-align: left;
}

/* Eyebrow */
.banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  color: #2563eb;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  animation: bFadeDown 0.6s ease both;
}

.eyebrow-dot {
  width: 6px; 
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
  animation: bPulse 2s infinite;
  flex-shrink: 0;
}

/* Title */
.banner-title {
  font-size: clamp(22px, 4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  color: #0f172a !important;
  letter-spacing: -1px !important;
  margin-bottom: 14px !important;
  text-transform: none !important;
  animation: bFadeDown 0.65s 0.1s ease both;
}

/* Subtitle */
.banner-sub {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.65 !important;
  max-width: 500px !important;
  margin: 0 0 20px 0 !important;
  animation: bFadeDown 0.65s 0.15s ease both;
}

/* ── SEARCH ── */
.banner-search-form {
  animation: bFadeDown 0.65s 0.2s ease both;
  margin-bottom: 14px;
}

.banner-search-wrapper {
  position: relative;
  max-width: 560px;
  z-index: 999 !important;
}

.banner-search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
  position: relative;
}

.banner-search-box:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
}

/* ── SELECT / FILTER BTN ── */
.banner-content__select {
  position: relative;
}

.search-filter-btn {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 0 12px !important;
  height: 50px !important;
  background: #f8fafc !important;
  border: none !important;
  border-right: 1.5px solid #e2e8f0 !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ── DROPDOWN ── */
.banner-content__select .banner-content__select__list {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 99999 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.13) !important;
  border: 1.5px solid #e2e8f0 !important;
  min-width: 220px !important;
  background: #fff !important;
  
  /* জটিল অ্যানিমেশন বাদ দিয়ে সাধারণ display কন্ট্রোল */
  display: none !important; 
}

/* যখন জাভাস্ক্রিপ্ট দিয়ে 'show' ক্লাস যুক্ত হবে */
.banner-content__select .banner-content__select__list.show {
  display: block !important;
}

/* ── SEARCH INPUT ── */
.banner-search-input {
  flex: 1 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  color: #0f172a !important;
  font-size: 14px !important;
  padding: 0 14px !important;
  height: 50px !important;
  min-width: 0 !important;
  box-shadow: none !important;
}

.banner-search-input::placeholder { 
  color: #94a3b8 !important; 
}

/* ── SEARCH BUTTON ── */
.banner-search-btn {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6) !important;
  border: none !important;
  color: #fff !important;
  padding: 0 20px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: opacity 0.2s !important;
  border-radius: 0 12px 12px 0 !important;
}
.banner-search-btn:hover { 
  opacity: 0.88 !important; 
}

/* ── POPULAR TAGS ── */
.banner-tags-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  margin-bottom: 24px !important;
  animation: bFadeDown 0.65s 0.25s ease both;
  max-width: 560px;
}

.banner-tags-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  letter-spacing: 0.4px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.banner-tags-scroll {
  display: flex !important;
  gap: 6px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  padding: 2px 0 !important;
  flex-wrap: nowrap !important;
}
.banner-tags-scroll::-webkit-scrollbar { 
  display: none !important; 
}

.banner-tag {
  background: #fff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #475569 !important;
  padding: 4px 13px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
  transition: all 0.2s !important;
}
.banner-tag:hover {
  background: #eff6ff !important;
  border-color: #93c5fd !important;
  color: #2563eb !important;
}

/* ── STATS ── */
.banner-stats {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  max-width: 400px;
  animation: bFadeDown 0.65s 0.3s ease both;
}

.banner-stat {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
}

.stat-divider {
  width: 1px;
  height: 32px;
  background: #e2e8f0;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.stat-num {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  line-height: 1;
}

.stat-plus { 
  color: #2563eb; 
}

.stat-lbl {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 3px;
}

/* ── ANIMATIONS ── */
@keyframes bFadeDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes bPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

/* ── MOBILE ── */
@media (max-width: 767px) {
  .banner-container   { padding-top: 36px; padding-bottom: 32px; }
  .banner-content     { text-align: center; }
  .banner-eyebrow     { font-size: 10px; }
  .banner-title       { font-size: 22px !important; letter-spacing: -0.5px !important; }
  .banner-sub         { font-size: 12px !important; text-align: center; }
  .banner-search-box  { max-width: 100%; }
  .banner-tags-row    { justify-content: center; max-width: 100%; }
  .banner-stats       { justify-content: center; max-width: 100%; }
  .banner-stat        { padding: 0 14px 0 0; }
  .stat-divider       { margin: 0 14px 0 0; }
  .stat-num           { font-size: 18px; }
  .banner-search-btn  { padding: 0 14px !important; min-width: 44px !important; }
  .search-filter-btn  { padding: 0 10px !important; }
}

.banner-search-box::before,
.banner-search-box::after {
  display: none !important;
}