/* ============================================
   ANSUNI AWAAZ - Modern News Website CSS Makeover v3
   Brand Colors from Logo:
     Maroon Red:   #ff9516 (अनसुनी)
     Navy Blue:    #5c0771 (आवाज़)
     Saffron:      #ff9516 (tagline)
     Dark Purple:  #3d054e (background)
   ============================================ */

/* ============================================
   0. FIX: Hide raw Google verification text
   ============================================ */
body {
  font-size: 0 !important;
  color: transparent !important;
}
body > * {
  font-size: 16px !important;
  color: inherit !important;
}
body #page, body .site, body > div, body > header,
body > main, body > footer, body > section {
  font-size: 16px !important;
  color: #222 !important;
}

/* ============================================
   1. GLOBAL BASE STYLES
   ============================================ */
body {
  font-family: 'Noto Sans', 'Noto Sans Devanagari', Arial, Helvetica, sans-serif !important;
  background-color: #f0f2f5 !important;
  line-height: 1.7 !important;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none !important; transition: color 0.3s ease !important; }
a:hover { color: #ff9516 !important; }

/* ============================================
   2. TOP HEADER BAR
   ============================================ */
.top-header {
  background: #5c0771 !important;
  padding: 5px 0 !important;
  border-bottom: 3px solid #ff9516 !important;
}
.top-header a { color: #c5c5d3 !important; font-size: 13px !important; }
.top-header a:hover { color: #fff !important; }
.top-header .top-info { color: #aaa !important; font-size: 12px !important; }

/* ============================================
   3. MIDDLE HEADER - Override dark background image
   ============================================ */
.middle-header,
.middle-header.adore-header-image,
div.middle-header.adore-header-image {
  background-image: none !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #eee !important;
}

.middle-header-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.site-branding { text-shadow: none !important; }
.site-branding.text-shadow { text-shadow: none !important; }

/* Logo */
.site-logo img,
.custom-logo-link img {
  max-height: 70px !important;
  border-radius: 0 !important;
  transition: none !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Search in header */
.middle-search-form .search-form {
  display: flex !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  background: #f8f9fa !important;
}
.middle-search-form .search-field {
  border: none !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  background: transparent !important;
  min-width: 200px !important;
  outline: none !important;
}
.middle-search-form .search-submit {
  background: #ff9516 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  border-radius: 0 25px 25px 0 !important;
}

/* ============================================
   4. MAIN NAVIGATION
   ============================================ */
.header-outer-wrapper,
.adore-header {
  background: #5c0771 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
  padding: 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}

.header-wrapper { padding: 0 !important; }

.main-navigation,
nav.main-navigation {
  background: transparent !important;
  box-shadow: none !important;
}

/* Desktop-only navigation layout */
@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-navigation ul li a {
    color: #e0e0e8 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 14px 18px !important;
    display: block !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
  }

  .main-navigation ul li a:hover,
  .main-navigation ul li.current-menu-item > a {
    color: #fff !important;
    background: rgba(244, 148, 31, 0.15) !important;
    border-bottom-color: #ff9516 !important;
  }

  /* Dropdown menus */
  .main-navigation ul ul {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    padding: 8px 0 !important;
    min-width: 220px !important;
    border: none !important;
  }

  .main-navigation ul ul li a {
    color: #333 !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    border-bottom: none !important;
    border-left: 3px solid transparent !important;
  }

  .main-navigation ul ul li a:hover {
    background: #f8f8fa !important;
    color: #ff9516 !important;
    border-left-color: #ff9516 !important;
  }
}

/* ============================================
   5. MAIN CONTENT AREA
   ============================================ */
.main-widget-section {
  background: transparent !important;
  padding: 20px 0 !important;
}

.primary-widgets-area {
  padding-right: 20px !important;
}

/* ============================================
   6. ADORE THEME WIDGETS - Card Sections
   ============================================ */
.widget.adore-widget {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  border: 1px solid #eaeaea !important;
  overflow: hidden !important;
}

.widget-header {
  padding: 16px 20px 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: #fff !important;
}

.widget-title,
.widget .widget-title,
h3.widget-title {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #5c0771 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 8px !important;
  border-bottom: 3px solid #ff9516 !important;
  display: inline-block !important;
  text-transform: none !important;
}

.adore-widget-body {
  padding: 15px !important;
}

/* ============================================
   7. CAROUSEL / OVERLAY POSTS (Featured slider)
   ============================================ */
.posts-carousel-widget .adore-widget-body {
  padding: 15px !important;
}

.carousel-wrapper {
  gap: 15px !important;
}

.post-item.overlay-post {
  border-radius: 12px !important;
  overflow: hidden !important;
  min-height: 320px !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
  border: none !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Overlay post wrapper - full coverage */
.post-item.overlay-post .post-overlay-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  z-index: 2 !important;
}

/* Inner overlay with gradient */
.post-item.overlay-post .post-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.1) 70%, transparent 100%) !important;
  padding: 60px 18px 18px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  min-height: 100% !important;
}

/* Content inside overlay */
.overlay-post .post-item-content {
  position: relative !important;
  z-index: 3 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Category tags in overlay */
.overlay-post .entry-cat,
.overlay-post .post-categories {
  margin-bottom: 6px !important;
  display: block !important;
}

.overlay-post .entry-cat a,
.overlay-post .post-categories a {
  background: #ff9516 !important;
  color: #fff !important;
  font-size: 9px !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  margin: 0 3px 4px 0 !important;
}

/* Title in overlay */
.overlay-post .entry-title {
  margin: 0 0 6px 0 !important;
}

.overlay-post .entry-title a,
.overlay-post h2.entry-title a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.7) !important;
  display: block !important;
  -webkit-text-fill-color: #ffffff !important;
}

.overlay-post .entry-title a:hover {
  color: #ff9516 !important;
  -webkit-text-fill-color: #ff9516 !important;
}

/* Meta in overlay */
.overlay-post .entry-meta,
.overlay-post .entry-meta li,
.overlay-post .entry-meta a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 11px !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
}

.overlay-post .entry-meta {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

/* ============================================
   8. GRID POSTS (with images)
   ============================================ */
.post-item.post-grid {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
  border: 1px solid #eaeaea !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  margin-bottom: 15px !important;
}

.post-item.post-grid:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.post-item.post-grid .post-item-image img {
  border-radius: 0 !important;
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.post-item.post-grid:hover .post-item-image img {
  transform: scale(1.05) !important;
}

.post-item.post-grid .post-item-image {
  overflow: hidden !important;
}

.post-item.post-grid .post-item-content {
  padding: 15px 18px !important;
}

/* ============================================
   9. LIST POSTS (featured widget style)
   ============================================ */
.post-item.post-list {
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  transition: none !important;
}

.post-item.post-list:hover {
  transform: none !important;
  box-shadow: none !important;
}

.post-item.post-list .post-item-image img {
  border-radius: 8px !important;
  width: 120px !important;
  height: 80px !important;
  object-fit: cover !important;
}

.post-item.post-list .post-item-content {
  padding: 0 0 0 12px !important;
}

/* ============================================
   10. ARTICLE TITLES
   ============================================ */
.entry-title,
.entry-title a,
h2.entry-title a,
.post-item .entry-title a {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #222 !important;
  transition: color 0.3s ease !important;
}
.entry-title a:hover { color: #ff9516 !important; }

/* Post meta */
.entry-meta, .post-meta {
  font-size: 12px !important;
  color: #888 !important;
}
.entry-meta a { color: #888 !important; }
.entry-meta a:hover { color: #ff9516 !important; }

/* ============================================
   11. CATEGORY LABELS - Pill Tags
   ============================================ */
.entry-cat a,
.post-categories a,
.cat-links a {
  background: #ff9516 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  padding: 3px 10px !important;
  border-radius: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  margin: 0 3px 5px 0 !important;
  transition: background 0.3s ease !important;
  line-height: 1.5 !important;
}

.entry-cat a:hover,
.post-categories a:hover {
  background: #e07d00 !important;
  color: #fff !important;
}

/* Category color variety */
.entry-cat li:nth-child(2) a,
.post-categories li:nth-child(2) a { background: #5c0771 !important; }
.entry-cat li:nth-child(3) a,
.post-categories li:nth-child(3) a { background: #ff9516 !important; }
.entry-cat li:nth-child(4) a,
.post-categories li:nth-child(4) a { background: #ff9516 !important; }

/* ============================================
   12. SIDEBAR WIDGETS
   ============================================ */
.secondary-widgets-area .widget {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  border: 1px solid #eaeaea !important;
  overflow: hidden !important;
}

.secondary-widgets-area .widget-header {
  padding: 14px 18px 10px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.secondary-widgets-area .adore-widget-body {
  padding: 12px 15px !important;
}

.secondary-widgets-area .widget ul li {
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  list-style: none !important;
}

.secondary-widgets-area .widget ul li a {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.secondary-widgets-area .widget ul li a:hover { color: #ff9516 !important; }

/* YouTube widget */
.secondary-widgets-area .epyt-gallery-thumb {
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Most read / express list widgets */
.express-list-widget-wrapper .post-item,
.most-read-widget-wrapper .post-item {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

.express-list-widget-wrapper .post-item:hover,
.most-read-widget-wrapper .post-item:hover {
  transform: none !important;
  box-shadow: none !important;
}

.express-list-widget-wrapper .entry-title a,
.most-read-widget-wrapper .entry-title a {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* Social widget */
.social-widget .social-widgets-wrap a {
  border-radius: 8px !important;
  transition: transform 0.2s ease !important;
}
.social-widget .social-widgets-wrap a:hover {
  transform: translateY(-2px) !important;
}

/* ============================================
   13. ABOVE FOOTER WIDGET SECTION
   ============================================ */
.above-footer-widget-section {
  background: #4a065d !important;
  padding: 30px 0 !important;
  margin-top: 30px !important;
}

.above-footer-widget-section .widget {
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.1) !important;
  box-shadow: none !important;
}

.above-footer-widget-section .widget-title {
  color: #fff !important;
  border-bottom-color: #ff9516 !important;
}

.above-footer-widget-section a { color: #c5c5d3 !important; }
.above-footer-widget-section a:hover { color: #fff !important; }
.above-footer-widget-section .entry-title a { color: #ddd !important; }
.above-footer-widget-section .entry-title a:hover { color: #ff9516 !important; }
.above-footer-widget-section .entry-meta,
.above-footer-widget-section .entry-meta a { color: #888 !important; }

/* ============================================
   14. FOOTER
   ============================================ */
.site-footer, footer.site-footer {
  background: #3d054e !important;
  color: #c5c5d3 !important;
  padding: 30px 0 15px !important;
  border-top: 4px solid #ff9516 !important;
}

.site-footer .widget {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.site-footer .widget-title {
  color: #fff !important;
  border-bottom-color: #ff9516 !important;
}

.site-footer a { color: #9999b0 !important; }
.site-footer a:hover { color: #fff !important; }

.site-info, .footer-credits {
  text-align: center !important;
  padding-top: 15px !important;
  margin-top: 15px !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  font-size: 13px !important;
  color: #666680 !important;
}

/* ============================================
   15. NEWS TICKER
   ============================================ */
.news-ticker-section {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

/* ============================================
   16. SEARCH FORM (general)
   ============================================ */
.search-form {
  display: flex !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 2px solid #e0e0e0 !important;
}
.search-form:focus-within { border-color: #ff9516 !important; }
.search-form .search-field {
  border: none !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  flex: 1 !important;
  outline: none !important;
  background: #f8f9fa !important;
}
.search-form .search-submit {
  background: #ff9516 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 18px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
}

/* ============================================
   17. BREADCRUMBS
   ============================================ */
.trail-items, .breadcrumbs {
  background: #fff !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  margin-bottom: 15px !important;
}
.trail-items a { color: #ff9516 !important; font-weight: 500 !important; }

/* ============================================
   18. PAGINATION
   ============================================ */
.pagination .page-numbers, .nav-links .page-numbers {
  background: #fff !important;
  color: #333 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  border: 1px solid #eaeaea !important;
  transition: all 0.3s ease !important;
}
.pagination .page-numbers:hover, .nav-links a:hover {
  background: #ff9516 !important;
  color: #fff !important;
  border-color: #ff9516 !important;
}
.pagination .page-numbers.current {
  background: #ff9516 !important;
  color: #fff !important;
  border-color: #ff9516 !important;
}

/* ============================================
   19. BUTTONS
   ============================================ */
.read-more a, .more-link, a.read-more {
  display: inline-block !important;
  background: #ff9516 !important;
  color: #fff !important;
  padding: 7px 18px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  border: none !important;
}
.read-more a:hover, .more-link:hover {
  background: #e07d00 !important;
  color: #fff !important;
}

/* View All links in widget headers */
.widget-header a {
  color: #ff9516 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.widget-header a:hover { color: #e07d00 !important; }

/* ============================================
   20. CAROUSEL NAVIGATION ARROWS
   ============================================ */
.adore-navigation .owl-nav button,
.adore-navigation .slick-arrow,
.adore-navigation .carousel-nav-prev,
.adore-navigation .carousel-nav-next,
.posts-carousel-widget .owl-prev,
.posts-carousel-widget .owl-next {
  background: #ff9516 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}

/* ============================================
   21. SCROLL TO TOP
   ============================================ */
.news-articles-scroll-to-top {
  background: #ff9516 !important;
  color: #fff !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 12px rgba(255,149,22,0.4) !important;
  border: none !important;
}

/* ============================================
   22. REMOVE OLD THEME STYLING
   ============================================ */
/* Kill old orange-purple gradients */
.entry-cat a::before, .entry-cat a::after,
.post-categories a::before, .post-categories a::after {
  display: none !important;
}

/* Override theme inline style for site title color */
.site-title a {
  color: #5c0771 !important;
  background: none !important;
  -webkit-text-fill-color: #5c0771 !important;
}

.entry-title a {
  color: #222 !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

/* Hide the preloader */
#loader { display: none !important; }

/* ============================================
   23. SINGLE POST / ARTICLE PAGE
   ============================================ */

/* Article container */
.single article, .page article {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 35px 40px !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06) !important;
  border: 1px solid #eaeaea !important;
  max-width: 100% !important;
}

/* Article title */
.single .entry-title,
.single h1.entry-title {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  color: #1a1a2e !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 3px solid #ff9516 !important;
}

/* Article meta (author, date) */
.single .entry-meta {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
  padding: 12px 0 !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-size: 13px !important;
  color: #777 !important;
}

.single .entry-meta a {
  color: #5c0771 !important;
  font-weight: 600 !important;
}

.single .entry-meta .far,
.single .entry-meta .fa {
  color: #ff9516 !important;
  margin-right: 4px !important;
}

/* Category tags above title */
.single .entry-cat {
  margin-bottom: 12px !important;
}

/* Featured image */
.single .post-thumbnail img,
.single article .wp-post-image,
.single .entry-content > p:first-child img {
  border-radius: 10px !important;
  width: 100% !important;
  height: auto !important;
  max-height: 450px !important;
  object-fit: cover !important;
  margin-bottom: 25px !important;
}

/* Share buttons area */
.single .a2a_kit {
  padding: 12px 0 !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

/* ---- Article content typography ---- */
.single .entry-content {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 17px !important;
  line-height: 2 !important;
  color: #2d2d2d !important;
  word-spacing: 1px !important;
}

/* Paragraphs */
.single .entry-content p {
  margin-bottom: 22px !important;
  text-align: justify !important;
}

/* First paragraph - slightly larger */
.single .entry-content > p:first-of-type {
  font-size: 18px !important;
  color: #1a1a2e !important;
}

/* Headings inside article */
.single .entry-content h2 {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #5c0771 !important;
  margin: 35px 0 18px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #f0f0f0 !important;
  line-height: 1.4 !important;
}

.single .entry-content h3 {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #5c0771 !important;
  margin: 28px 0 14px !important;
  line-height: 1.4 !important;
}

.single .entry-content h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 22px 0 12px !important;
}

/* Blockquotes */
.single .entry-content blockquote {
  border-left: 4px solid #ff9516 !important;
  background: #fef8f0 !important;
  padding: 20px 25px !important;
  margin: 25px 0 !important;
  border-radius: 0 8px 8px 0 !important;
  font-style: italic !important;
  font-size: 18px !important;
  color: #444 !important;
  line-height: 1.8 !important;
}

.single .entry-content blockquote p {
  margin-bottom: 0 !important;
}

/* Images inside article */
.single .entry-content img {
  border-radius: 10px !important;
  margin: 20px 0 !important;
  max-width: 100% !important;
  height: auto !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

/* Image captions */
.single .entry-content .wp-caption {
  max-width: 100% !important;
  margin: 20px 0 !important;
  background: #f9f9f9 !important;
  border-radius: 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.single .entry-content .wp-caption-text,
.single .entry-content figcaption {
  font-size: 13px !important;
  color: #888 !important;
  text-align: center !important;
  padding: 8px 12px !important;
  background: #f5f5f5 !important;
  font-style: italic !important;
}

/* Lists */
.single .entry-content ul,
.single .entry-content ol {
  margin: 15px 0 20px 25px !important;
  line-height: 2 !important;
}

.single .entry-content li {
  margin-bottom: 8px !important;
}

/* Bold text */
.single .entry-content strong,
.single .entry-content b {
  color: #1a1a2e !important;
  font-weight: 700 !important;
}

/* Links inside content */
.single .entry-content a {
  color: #5c0771 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.single .entry-content a:hover {
  color: #ff9516 !important;
}

/* Horizontal rule / separator */
.single .entry-content hr {
  border: none !important;
  border-top: 2px solid #f0f0f0 !important;
  margin: 30px 0 !important;
}

/* Pre-formatted / code blocks */
.single .entry-content pre {
  background: #f5f5f5 !important;
  padding: 15px 20px !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* ---- Post navigation (prev/next) ---- */
.single .post-navigation,
.single .nav-previous a,
.single .nav-next a {
  font-size: 14px !important;
  color: #5c0771 !important;
  font-weight: 600 !important;
}

.single .post-navigation {
  border-top: 1px solid #f0f0f0 !important;
  padding-top: 20px !important;
  margin-top: 25px !important;
}

/* ---- Related Posts ---- */
.single .related-posts,
.single .jestarter-starter-related-posts,
.related-posts {
  margin-top: 30px !important;
  padding-top: 25px !important;
  border-top: 2px solid #f0f0f0 !important;
}

/* Related posts heading */
.related-posts > h2 {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 18px 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 3px solid #ff9516 !important;
  display: inline-block !important;
}

/* Related posts grid */
.related-posts .grid-layout.grid-column-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

/* Related post cards */
.related-posts .post-item.post-grid {
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
  border: 1px solid #eee !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.related-posts .post-item.post-grid:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

/* Related post article wrapper */
.related-posts article {
  margin: 0 !important;
  padding: 0 !important;
}

/* Image container - full width, no padding */
.related-posts .post-item-image,
.related-posts .post-thumbnail {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

/* Images - full width, fixed height, cover */
.related-posts .post-item-image img,
.related-posts .post-thumbnail img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 0.4s ease !important;
}

.related-posts .post-item.post-grid:hover img {
  transform: scale(1.05) !important;
}

/* Content area below image */
.related-posts .post-item-content {
  padding: 14px 16px 16px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Hide category tags */
.related-posts .entry-cat,
.related-posts .post-categories,
.related-posts .entry-cat.no-bg {
  display: none !important;
}

/* Title */
.related-posts .post-item-content .entry-title {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.related-posts .post-item-content .entry-title a {
  font-family: 'Noto Sans Devanagari', 'Noto Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  color: #1a1a2e !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: none !important;
  -webkit-text-fill-color: #1a1a2e !important;
}

.related-posts .post-item-content .entry-title a:hover {
  color: #ff9516 !important;
  -webkit-text-fill-color: #ff9516 !important;
}

/* Meta - author & date */
.related-posts .post-item-content .entry-meta {
  font-size: 12px !important;
  color: #888 !important;
  margin: auto 0 0 0 !important;
  padding: 8px 0 0 0 !important;
  border-top: 1px solid #f0f0f0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
}

.related-posts .post-item-content .entry-meta li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 0 !important;
  border: none !important;
}

.related-posts .entry-meta a {
  color: #5c0771 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.related-posts .entry-meta .far,
.related-posts .entry-meta .fa {
  color: #ff9516 !important;
  font-size: 11px !important;
}

/* Hide comment count */
.related-posts .post-comment {
  display: none !important;
}

/* HIDE social share buttons */
.related-posts .addtoany_share_save_container,
.related-posts .addtoany_content,
.related-posts .addtoany_header,
.related-posts .a2a_kit {
  display: none !important;
}

/* HIDE excerpt text */
.related-posts .post-content,
.related-posts .post-content p {
  display: none !important;
}

/* Related posts responsive */
@media screen and (max-width: 768px) {
  .related-posts .grid-layout.grid-column-3 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .related-posts .post-item-image img,
  .related-posts .post-thumbnail img {
    height: 200px !important;
  }

  .related-posts .post-item-content .entry-title a {
    font-size: 15px !important;
    -webkit-line-clamp: 3 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .related-posts .grid-layout.grid-column-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ---- Tags section at bottom ---- */
.single .post-tags,
.single .tags-links,
.single .tag-links {
  margin-top: 25px !important;
  padding-top: 18px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.tags-links a, .tag-links a {
  background: #f5f0f8 !important;
  color: #5c0771 !important;
  padding: 5px 14px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border: 1px solid #e8ddef !important;
  display: inline-block !important;
  margin: 0 4px 8px 0 !important;
  transition: all 0.3s ease !important;
}

.tags-links a:hover, .tag-links a:hover {
  background: #ff9516 !important;
  color: #fff !important;
  border-color: #ff9516 !important;
}

/* ---- Responsive single article ---- */
@media screen and (max-width: 768px) {
  .single article, .page article {
    padding: 20px 18px !important;
  }
  .single .entry-title,
  .single h1.entry-title {
    font-size: 22px !important;
  }
  .single .entry-content {
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
  .single .entry-content h2 {
    font-size: 20px !important;
  }
  .single .entry-content h3 {
    font-size: 18px !important;
  }
  .single .entry-content blockquote {
    padding: 15px 18px !important;
    font-size: 16px !important;
  }
}

/* ============================================
   24. COMMENTS
   ============================================ */
.comments-area {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 25px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  border: 1px solid #eaeaea !important;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  border: 2px solid #eaeaea !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #ff9516 !important;
  outline: none !important;
}
.comment-respond .submit {
  background: #ff9516 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 25px !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

/* ============================================
   25. AD CONTAINERS
   ============================================ */
.quads_ad_container { margin: 12px 0 !important; }

/* ============================================
   26. YOUTUBE GALLERY
   ============================================ */
.epyt-gallery-thumb {
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* ============================================
   27. SOCIAL SHARE FLOATING
   ============================================ */
.a2a_floating_style {
  box-shadow: 0 2px 10px rgba(0,0,0,0.12) !important;
}

/* ============================================
   28. SMOOTH SCROLL & SELECTION
   ============================================ */
html { scroll-behavior: smooth !important; }
::selection { background: #ff9516 !important; color: #fff !important; }

/* ============================================
   29. IMAGE FIXES
   ============================================ */
/* Don't add border radius to all images - only where needed */
img { border-radius: 0 !important; }

.post-item-image img { border-radius: 0 !important; }
.secondary-widgets-area img { border-radius: 8px !important; }

/* ============================================
   30. MOBILE NAVIGATION & MENU
   ============================================ */

/* ============================================
   31. RESPONSIVE - TABLET & MOBILE (matches theme breakpoint at 991px)
   ============================================ */
@media screen and (max-width: 991px) {

  /* ---- Navigation bar ---- */
  .header-outer-wrapper,
  .adore-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #5c0771 !important;
  }

  /* ---- DO NOT override .menu-toggle or its spans ---- */
  /* The theme handles hamburger/X animation natively.   */
  /* Only ensure the span bars are white:                */
  .menu-toggle span {
    background-color: #fff !important;
  }

  /* ---- Mobile menu dropdown (the ul.nav-menu) ---- */
  /* Theme sets background:#fff — override to purple  */
  .main-navigation ul.nav-menu {
    background: #5c0771 !important;
    border-top: 2px solid #ff9516 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* ---- Menu items ---- */
  .main-navigation ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }

  .main-navigation ul li:first-child {
    border-top: none !important;
  }

  .main-navigation ul li:last-child {
    border-bottom: none !important;
  }

  .main-navigation ul a,
  .main-navigation ul li a {
    color: #e8e0ec !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    border-left: 4px solid transparent !important;
    transition: all 0.2s ease !important;
  }

  .main-navigation ul li a:hover,
  .main-navigation ul li a:focus,
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li.current_page_item > a {
    background: rgba(255,149,22,0.15) !important;
    border-left-color: #ff9516 !important;
    color: #fff !important;
  }

  /* ---- Sub-menus ---- */
  .main-navigation ul ul {
    background: rgba(0,0,0,0.2) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .main-navigation ul ul a,
  .main-navigation ul ul li a {
    padding: 12px 20px 12px 35px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,0.8) !important;
    border-left: none !important;
    text-transform: none !important;
  }

  .main-navigation ul ul li a:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ff9516 !important;
  }

  .main-navigation ul ul li {
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  }

  /* Third-level */
  .main-navigation ul ul ul li a {
    padding-left: 50px !important;
  }

  /* ---- Dropdown arrow icons (chevrons) white ---- */
  .main-navigation ul li.menu-item-has-children > a::after {
    color: rgba(255,255,255,0.5) !important;
  }

  /* ---- Header search & social icons ---- */
  .header-nav-search a,
  .header-nav-search button,
  .header-nav-search .search-icon,
  .header-nav-search .random-post,
  .header-nav-search .navigation-search-icon {
    color: #fff !important;
  }

  .header-nav-search svg {
    fill: #fff !important;
  }

  /* ---- Middle header mobile ---- */
  .middle-header-wrap {
    flex-direction: row !important;
    align-items: center !important;
    padding: 10px 15px !important;
    text-align: left !important;
    gap: 10px !important;
  }

  .site-logo img,
  .custom-logo-link img {
    max-height: 45px !important;
  }

  .middle-search-form {
    display: none !important;
  }
}

/* ============================================
   32. RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {

  /* ---- Layout: single column ---- */
  .primary-widgets-area {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .main-widget-section-wrap {
    flex-direction: column !important;
    padding: 0 10px !important;
  }

  .secondary-widgets-area {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 16px !important;
  }

  /* ---- Top header compact ---- */
  .top-header {
    padding: 3px 10px !important;
    font-size: 11px !important;
    border-bottom-width: 2px !important;
  }

  .top-header a { font-size: 11px !important; }
  .top-header .top-info { font-size: 10px !important; }

  /* ---- Carousel / overlay posts ---- */
  .post-item.overlay-post {
    min-height: 240px !important;
    border-radius: 10px !important;
  }

  .overlay-post .entry-title a,
  .overlay-post h2.entry-title a {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .overlay-post .entry-cat a,
  .overlay-post .post-categories a {
    font-size: 8px !important;
    padding: 2px 7px !important;
  }

  .overlay-post .entry-meta,
  .overlay-post .entry-meta li {
    font-size: 10px !important;
  }

  /* ---- Grid posts ---- */
  .post-item.post-grid {
    margin-bottom: 12px !important;
    border-radius: 10px !important;
  }

  .post-item.post-grid .post-item-image img {
    height: 160px !important;
  }

  .post-item.post-grid .post-item-content {
    padding: 12px 14px !important;
  }

  .post-item.post-grid:hover {
    transform: none !important;
  }

  /* ---- List posts ---- */
  .post-item.post-list .post-item-image img {
    width: 100px !important;
    height: 70px !important;
    border-radius: 6px !important;
  }

  /* ---- Article titles ---- */
  .entry-title, .entry-title a,
  h2.entry-title a, .post-item .entry-title a {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  /* ---- Widget sections ---- */
  .widget.adore-widget {
    border-radius: 10px !important;
    margin-bottom: 14px !important;
    border: none !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06) !important;
  }

  .widget-header {
    padding: 12px 14px 8px !important;
  }

  .widget-title, .widget .widget-title, h3.widget-title {
    font-size: 16px !important;
  }

  .adore-widget-body {
    padding: 10px 12px !important;
  }

  /* ---- Footer ---- */
  .above-footer-widget-section {
    padding: 18px 10px !important;
  }

  .site-footer {
    padding: 18px 10px 10px !important;
  }

  .site-info, .footer-credits {
    font-size: 12px !important;
  }

  /* ---- Hide floating share on mobile ---- */
  .a2a_floating_style.a2a_vertical_style {
    display: none !important;
  }

  /* ---- News ticker ---- */
  .news-ticker-section {
    font-size: 13px !important;
  }

  /* ---- Ads ---- */
  .quads_ad_container {
    margin: 8px 0 !important;
  }

  /* ---- Pagination mobile ---- */
  .pagination .page-numbers, .nav-links .page-numbers {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  /* ---- Comments mobile ---- */
  .comments-area {
    padding: 16px 14px !important;
    border-radius: 10px !important;
  }

  /* ---- Breadcrumbs mobile ---- */
  .trail-items, .breadcrumbs {
    padding: 8px 14px !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
}

/* ============================================
   33. RESPONSIVE - SMALL MOBILE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {

  /* Smaller logo */
  .site-logo img,
  .custom-logo-link img {
    max-height: 36px !important;
  }

  .middle-header-wrap {
    padding: 8px 10px !important;
  }

  /* Menu items compact */
  .main-navigation ul li a {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }

  .main-navigation ul ul li a {
    padding: 10px 16px 10px 32px !important;
    font-size: 13px !important;
  }

  /* Carousel overlay */
  .post-item.overlay-post {
    min-height: 200px !important;
  }

  .overlay-post .entry-title a {
    font-size: 12px !important;
  }

  .post-item.overlay-post .post-overlay {
    padding: 40px 12px 12px 12px !important;
  }

  /* Grid posts */
  .post-item.post-grid .post-item-image img {
    height: 130px !important;
  }

  .entry-title, .entry-title a {
    font-size: 14px !important;
  }

  /* Single article */
  .single article, .page article {
    padding: 14px 12px !important;
    border-radius: 8px !important;
  }

  .single .entry-title, .single h1.entry-title {
    font-size: 19px !important;
  }

  .single .entry-content {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .single .entry-content h2 { font-size: 18px !important; }
  .single .entry-content h3 { font-size: 16px !important; }

  .single .entry-content blockquote {
    padding: 12px 14px !important;
    font-size: 15px !important;
  }

  /* Category pills */
  .entry-cat a, .post-categories a {
    font-size: 9px !important;
    padding: 2px 7px !important;
  }

  /* Tags */
  .tags-links a, .tag-links a {
    padding: 4px 10px !important;
    font-size: 11px !important;
  }

  /* Widget body compact */
  .main-widget-section-wrap {
    padding: 0 8px !important;
  }

  .adore-widget-body {
    padding: 8px 10px !important;
  }
}
