/*
Theme Name: Sadhna Path Elite
Author: AI Agent
Description: Full-featured SPA WordPress Theme
Version: 4.0
*/


/* Container styling */
.sadhna-form-wrapper {
  background: rgba(255, 255, 255, 0.55);
  border: 0.5px solid rgba(197, 65, 8, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
}

/* Row spacing */
.sadhna-form-wrapper p {
  margin-bottom: 10px !important;
}

/* Labels and section headers */
.sadhna-form-wrapper label,
.sadhna-form-wrapper strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #c54108;
  margin-bottom: 8px;
}

/* Input fields and Textareas */
.sadhna-form-wrapper input[type="text"],
.sadhna-form-wrapper input[type="email"],
.sadhna-form-wrapper input[type="tel"],
.sadhna-form-wrapper input[type="number"],
.sadhna-form-wrapper textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  color: #4a5568;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

/* Input focus states (when clicking inside) */
.sadhna-form-wrapper input:focus,
.sadhna-form-wrapper textarea:focus {
  background-color: #ffffff;
  border-color: #c54108;
  /* A calm green theme */
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.15);
}

/* Radio button specific styling */
.sadhna-form-wrapper .wpcf7-radio {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}

.sadhna-form-wrapper .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.sadhna-form-wrapper .wpcf7-list-item input[type="radio"] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #c54108;
  cursor: pointer;
}

.sadhna-form-wrapper .wpcf7-list-item-label {
  font-size: 15px;
  color: #4a5568;
  font-weight: 400;
}

/* Submit button styling */
.sadhna-form-wrapper input[type="submit"] {
  max-width: 200px;
  background-color: #c54108;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}

.sadhna-form-wrapper input[type="submit"]:hover {
  background-color: #439a46;
}

.sadhna-form-wrapper input[type="submit"]:active {
  background-color: #388e3c;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .sadhna-form-wrapper {
    padding: 20px;
    margin: 15px;
  }

  .sadhna-form-wrapper .wpcf7-radio {
    flex-direction: column;
    gap: 10px;
  }
}




.vp {
  font-family: 'Georgia', serif;
  color: #2d1a0e;
  margin: 0 auto;
  padding: 0 0 0;
}

.vp-lead {
  font-size: 15px;
  color: #5a3a22;
  line-height: 1.6;
  font-style: italic;
  border-left: 3px solid #c54108;
  padding: 10px 14px;
  margin: 0 0 20px;
  background: rgba(197, 65, 8, 0.06);
  border-radius: 0 6px 6px 0;
}

.vp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.vp-info-card {
  background: rgba(255, 255, 255, 0.55);
  border: 0.5px solid rgba(197, 65, 8, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
}

.vp-info-card.full {
  grid-column: 1/-1;
}

.vp-info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c54108;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
}

.vp-info-val {
  font-size: 13.5px;
  color: #2d1a0e;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.vp-info-val a {
  color: #c54108;
  text-decoration: none;
  font-weight: 600;
}

.vp-info-val a:hover {
  text-decoration: underline;
}

.vp-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.vp-map-btn:hover {
  background: #a33506;
  color: #fff;
  text-decoration: none;
}

.vp-section-title {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c54108;
  margin: 30px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vp-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(197, 65, 8, 0.2);
}

.vp-rules {
  background: rgba(255, 255, 255, 0.0);
  border-radius: 6px;
  list-style: none;
  padding: 0;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
}

.vp-rules li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #3d2210;
  line-height: 1.5;
  border-radius: 6px;
  padding: 6px 10px;
}

.vp-rules li .dot {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: rgba(197, 65, 8, 0.12);
  border: 1px solid rgba(197, 65, 8, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-rules li .dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c54108;
  display: block;
}

.vp-rules li.highlight {}

.vp-rules li.highlight .dot {
  background: rgba(197, 65, 8, 0.2);
  border-color: #c54108;
}

.vp-rules li.highlight .dot span {
  background: #c54108;
}

.vp-rules li.highlight .rule-text {
  color: #c54108;
  font-weight: 600;
  font-style: italic;
}

.vp-social {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 7px;
}

.vp-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 0.5px solid rgba(197, 65, 8, 0.2);
  border-radius: 7px;
  padding: 8px 11px;
  text-decoration: none;
  transition: background 0.15s;
}

.vp-social-link:hover {
  background: rgba(197, 65, 8, 0.08);
  text-decoration: none;
}

.vp-social-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.vp-social-icon.ig {
  background: #fce4ec;
  color: #c2185b;
}

.vp-social-icon.yt {
  background: #ffebee;
  color: #c62828;
}

.vp-social-handle {
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #2d1a0e;
  display: block;
  line-height: 1.2;
}

.vp-social-desc {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #7a5030;
  line-height: 1.3;
}

.vp-form-note {
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  color: #5a3a22;
  background: rgba(255, 255, 255, 0.5);
  border: 0.5px solid rgba(197, 65, 8, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  line-height: 1.5;
}

.vp-season {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(197, 65, 8, 0.1);
  border: 0.5px solid rgba(197, 65, 8, 0.3);
  border-radius: 20px;
  padding: 3px 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #c54108;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 5px;
}


@font-face {
  font-family: 'HandwritingFont';
  src: url('fonts/Caveat.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProtestRevolution';
  src: url('fonts/ProtestRevolution-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BrittanySignature';
  src: url('fonts/BrittanySignature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ArchivoBlack';
  src: url('fonts/ArchivoBlack-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #be6e40;
  overflow: hidden;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       HERO
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #f0922e;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}


.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

/* Logo */
.hero-logo {
  width: clamp(180px, 68vw, 360px);
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}

.hero-logo:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* Slogan */
.hero-slogan {
  font-family: 'BrittanySignature';
  font-size: clamp(0.5rem, 2vw, 1rem);
  color: rgb(0, 0, 0);
  letter-spacing: 0.18em;
  text-align: center;
  animation: sloganFadeIn 1.4s ease 0.4s both;
}

@keyframes sloganFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* â”€â”€ Bottom Menu â”€â”€ */
.bottom-menu {
  position: fixed;
  bottom: clamp(8px, 1.8vh, 18px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 96vw;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Hide menu when panel open */
.bottom-menu.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(24px);
}

.dynamic-menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: clamp(8px, 0vw, 8px);
  column-gap: clamp(16px, 4vw, 52px);
  margin-bottom: 0px;
}

.break-desktop {
  display: none;
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

.break-mobile {
  display: none;
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .break-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .break-mobile {
    display: block;
  }
}

.bottom-menu a {
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  font-size: clamp(0.9rem, 1.98vw, 1.4rem);
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.55),
    0 4px 16px rgba(0, 0, 0, 0.30);
}

.bottom-menu a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.menu-comma {
  display: block;
  width: clamp(40px, 20vw, 60px);
  user-select: none;
  margin-bottom: 40px;
  filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.35));
  transition: transform 0.2s ease, filter 0.2s ease;
  cursor: pointer;
  outline: none;
}

.menu-comma:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.menu-comma img {
  width: 100%;
  height: auto;
  display: block;
}



@media (min-width: 768px) {
  .bottom-menu {
    bottom: -12px;
  }
}

@media (max-width: 767px) {
  .hero-content {
    padding-top: 120px;
  }



  .bottom-menu a {
    font-size: clamp(0.945rem, 4.5vw, 1.215rem);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       SECTION PANELS
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-panel {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(16px, 5vw, 40px);
  padding-right: clamp(14px, 4vw, 32px);
  padding-left: clamp(14px, 4vw, 32px);
  overflow-y: auto;
  overflow-x: hidden;

  background-image: url('https://sadhna.space/wp-content/uploads/2026/05/sp-img-hero-scaled.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;

  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.38s ease,
    visibility 0.52s;
}

.section-panel::-webkit-scrollbar {
  width: 5px;
}

.section-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* Dark overlay so cards are readable */
.section-panel::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.section-panel.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Entrance animation for the card inside the panel */
@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.section-panel.active .panel-card {
  animation: cardSlideIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.section-panel.active .panel-logo {
  animation: cardSlideIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

/* Logo inside panel */
.panel-logo {
  width: clamp(140px, 55vw, 280px);
  flex-shrink: 0;
  margin-bottom: clamp(10px, 2.5vh, 22px);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  top: 0;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.panel-logo:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* Card */
.panel-card {
  position: relative;
  width: clamp(280px, 94vw, 900px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.panel-owl {
  position: absolute;
  top: -44px;
  left: clamp(14px, 4vw, 28px);
  height: 50px;
  width: auto;
  z-index: 25;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.panel-card-inner {
  background: rgba(255, 255, 255, 0.70);
  border-radius: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 4vw, 28px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

/* Content wrapper */
.panel-card-body {
  display: block;

}

/* Card header: title + back button */
.panel-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.panel-title {
  font-family: 'Noto Sans Devanagari', 'Georgia', serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #8b2b00;
  /* Richer, premium tone */
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

.panel-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #c54108;
  margin-top: 8px;
  border-radius: 2px;
}

.panel-close-top {
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
  padding: 0 5px;
  transition: color 0.2s ease, transform 0.2s ease;
  outline: none;
}

.panel-close-top:hover {
  color: #c54108;
  transform: scale(1.1);
}

/* Back button header placeholder */
.panel-card-header-actions {
  display: flex;
}

/* Center bottom back button */
.comma-back-container {
  display: flex;
  justify-content: center;
  z-index: 25;
}

.panel-back-comma {
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  border-radius: 4px;
}

.panel-back-comma img {
  width: clamp(20px, 4vw, 30px);
  filter: brightness(0) invert(1);
}

.panel-back-comma:hover {
  transform: scale(1.05);
}

/* Image inside card */
.panel-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  max-height: 240px;
  display: block;
  margin-bottom: 16px;
}

/* Body text */
.panel-body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.75;
  letter-spacing: 0.015em;
  padding-left: 10px;
  padding-right: 10px;
}

.panel-body p {
  margin-bottom: 1.2rem;
}

.panel-body h1,
.panel-body h2,
.panel-body h3,
.panel-body h4 {
  color: #1e293b;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.panel-body a {
  color: #c54108;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.2s ease;
}

.panel-body a:hover {
  border-bottom-color: #c54108;
}

/* Responsive images inside post bodies */
.panel-body img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px;
}

.panel-body figure {
  max-width: 100% !important;
  margin: 10px 0;
}

/* Responsive videos and embeds */
.panel-body iframe,
.panel-body video,
.panel-body embed,
.panel-body object {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

/* ═══════════════════════════════
       LANGUAGE TOGGLE
    ═══════════════════════════════ */

/* By default, hide all Hindi content */
.lang-hi {
  display: none;
}

/* When Hindi is active, hide English and show Hindi */
body.lang-hi-active .lang-en {
  display: none;
}

body.lang-hi-active span.lang-hi {
  display: inline;
}

body.lang-hi-active div.lang-hi {
  display: block;
}

body.lang-hi-active li.lang-hi {
  display: list-item;
}

body.lang-hi-active img.lang-hi {
  display: block;
}

/* Hindi font for panel body when in Hindi mode */
body.lang-hi-active .panel-body {
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  line-height: 1.7;
}

/* Floating Action Pills Common Style */
.action-pill {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 4px 5px;
  gap: 2px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  width: max-content;
}

.action-pill:hover {
  background: rgba(0, 0, 0, 0.60);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

/* Position: Bottom-Left (Language) */
#lang-toggle {
  bottom: 24px;
  left: 24px;
}

/* Position: Bottom-Right (Share/Location) */
#share-location-btn {
  bottom: 24px;
  right: 24px;
}

.action-icon {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}

.action-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.action-pill:hover .action-icon {
  color: #ffffff;
}

.lang-btn {
  padding: 4px 10px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.60);
  font-weight: 600;
  font-size: 0.72rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}

.lang-btn.active {
  background: rgba(255, 255, 255, 0.20);
  color: #ffffff;
}



/* ═══════════════════════════════
   COMMENTS
═══════════════════════════════ */
.post-comments {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid rgba(197, 65, 8, 0.18);
}

.comments-heading {
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  font-size: 1.1rem;
  color: #c54108;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}

/* Comment list */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid rgba(197, 65, 8, 0.25);
}

.comment-body {
  flex: 1;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  padding: 10px 14px;
}

.comment-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.comment-author {
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  font-size: 0.88rem;
  color: #333;
}

.comment-date {
  font-size: 0.75rem;
  color: #888;
  font-family: Arial, sans-serif;
}

.comment-text {
  font-size: 0.88rem;
  color: #1a1a1a;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
}

.comment-text p {
  margin: 0;
}

.comment-text p+p {
  margin-top: 6px;
}

.no-comments {
  font-size: 0.88rem;
  color: #888;
  font-style: italic;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

/* Comment form */
.comment-form-wrap {
  margin-top: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  border: 1px solid rgba(197, 65, 8, 0.15);
}

.comment-form-title {
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  font-size: 1rem;
  color: #444;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.comment-field-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.comment-field-row .comment-field {
  flex: 1;
}

.comment-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.comment-field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
  font-family: Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comment-field input,
.comment-field textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  resize: vertical;
}

.comment-field input:focus,
.comment-field textarea:focus {
  border-color: #c54108;
  box-shadow: 0 0 0 3px rgba(197, 65, 8, 0.12);
}

.comment-submit {
  display: inline-block;
  background: #c54108;
  color: #fff;
  font-family: 'Noto Sans Devanagari', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 6px;
  padding: 9px 24px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.comment-submit:hover {
  background: #a33506;
  transform: translateY(-1px);
}

@media (max-width: 520px) {
  .comment-field-row {
    flex-direction: column;
    gap: 0;
  }

  .comment-item {
    gap: 8px;
  }

  .comment-avatar {
    width: 32px;
    height: 32px;
  }
}