.elementor-31 .elementor-element.elementor-element-68d259e{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-102f4ef *//* --- Aditya Zen Articles Header Styling --- */
#zen-header-container,
#zen-header-container * {
  box-sizing: border-box;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#zen-header-container {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #f4f4f5;
}

.zen-main-bar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999999;
}

@media (min-width: 768px) {
  .zen-main-bar {
    padding: 12px 24px;
  }
}

/* Logo / Site Icon */
.zen-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  cursor: pointer;
}

.zen-site-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .zen-site-icon-wrapper {
    width: 42px;
    height: 42px;
  }
}

.zen-site-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Actions Group */
.zen-right-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Search Circle Button */
.zen-search-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #52525b;
  padding: 0;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transform: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .zen-search-btn {
    width: 40px;
    height: 40px;
  }
}

.zen-search-btn:hover {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #e11d48;
  transform: none !important;
}

.zen-search-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
  display: block;
}

/* Mobile Hamburger Button */
.zen-hamburger-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  transform: none !important;
  box-shadow: none !important;
}

.zen-hamburger-btn:hover {
  background: #fff1f2;
  border-color: #fecdd3;
}

.zen-hamb-line {
  width: 16px;
  height: 1.8px;
  background: #52525b;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

/* Hamburger Open Animation to 'X' */
.zen-hamburger-btn.is-active .zen-hamb-top {
  transform: translateY(5.8px) rotate(45deg);
  background: #e11d48;
}

.zen-hamburger-btn.is-active .zen-hamb-mid {
  opacity: 0;
}

.zen-hamburger-btn.is-active .zen-hamb-bot {
  transform: translateY(-5.8px) rotate(-45deg);
  background: #e11d48;
}

/* Desktop: Hamburger Hidden */
@media (min-width: 768px) {
  .zen-hamburger-btn {
    display: none !important;
  }
}

/* =================================================== */
/* DESKTOP CATEGORIES STRIP — CENTERED FROM MIDDLE    */
/* =================================================== */
.zen-category-strip {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f4f4f5;
  display: none;
  position: relative !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
}

/* Mobile: Desktop Strip Hidden */
@media (max-width: 767px) {
  .zen-category-strip {
    display: none !important;
  }
}

.zen-category-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex !important;
  align-items: center;
  justify-content: center !important; /* CENTERED ALIGNMENT */
  gap: 28px; /* Clean balanced gap */
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
}

@media (min-width: 768px) {
  .zen-category-inner {
    padding: 11px 24px;
    gap: 32px;
  }
}

/* Desktop Category Text Link with Ellipsis (...) */
.zen-cat-pill {
  position: relative !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  max-width: 160px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 13.5px;
  font-weight: 500;
  color: #71717a;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  padding: 4px 0 !important;
  flex-shrink: 0;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
  transform: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid transparent;
}

.zen-cat-pill:hover {
  color: #e11d48 !important;
  border-bottom-color: #e11d48;
}

/* =================================================== */
/* MOBILE DRAWER (Slide-Down Menu on Mobile)           */
/* =================================================== */
.zen-mobile-drawer {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, padding 0.3s ease;
  padding: 0 16px;
}

.zen-mobile-drawer.is-open {
  max-height: 380px;
  opacity: 1;
  padding: 12px 16px 16px;
  border-bottom-color: #e4e4e7;
}

@media (min-width: 768px) {
  .zen-mobile-drawer {
    display: none !important;
  }
}

.zen-mobile-drawer-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zen-mobile-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #27272a;
  text-decoration: none !important;
  border-radius: 8px;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.zen-mobile-cat-link:hover,
.zen-mobile-cat-link:active {
  background: #fff1f2;
  color: #e11d48;
}/* End custom CSS */