.elementor-kit-1001{--e-global-color-primary:#A8C8A7;--e-global-color-secondary:#DAD4EC;--e-global-color-text:#2F2F2F;--e-global-color-accent:#F48C8C;--e-global-color-f206bac:#FDFDFD;--e-global-color-d64abc1:#DADADA;--e-global-color-5e49ac7:#D26464;--e-global-color-60f25d5:#A7A7A7;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-ad9348f-font-family:"Lora";--e-global-typography-ad9348f-font-size:16px;--e-global-typography-ad9348f-font-style:italic;--e-global-typography-fde7ea5-font-family:"Lora";--e-global-typography-fde7ea5-font-size:12px;--e-global-typography-fde7ea5-font-weight:600;--e-global-typography-785b2da-font-family:"Inter";--e-global-typography-785b2da-font-size:25px;--e-global-typography-785b2da-font-weight:600;background-color:var( --e-global-color-f206bac );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1001 button,.elementor-kit-1001 input[type="button"],.elementor-kit-1001 input[type="submit"],.elementor-kit-1001 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:20px;font-weight:500;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-radius:8px 8px 8px 8px;padding:12px 12px 12px 12px;}.elementor-kit-1001 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1001 p{margin-block-end:1.5px;}.elementor-kit-1001 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-1001 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-1001 label{color:var( --e-global-color-f206bac );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1001{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1001 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-1001 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1001{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1001 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-1001 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== MoodMap Search & Filter Styling ===== */

/* Filter container */
.searchandfilter {
    background-color: #A8C8A7; /* Sage Green */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Filter labels */
.searchandfilter label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2F2F2F; /* Charcoal */
    margin-right: 8px;
}

/* Filter inputs (dropdowns, text, date) */
.searchandfilter select,
.searchandfilter input[type="text"],
.searchandfilter input[type="date"] {
    padding: 6px 10px;
    border: 1px solid #DADADA; /* Taupe */
    border-radius: 4px;
    background: #FDFDFD; /* Snow */
    font-size: 14px;
    margin-right: 10px;
}

/* Filter submit button */
.searchandfilter input[type="submit"] {
    background-color: #DAD4EC; /* Lavender */
    color: #2F2F2F; /* Charcoal */
    padding: 6px 14px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.searchandfilter input[type="submit"]:hover {
    background-color: #F48C8C; /* Coral Accent */
    color: white;
}

/* ===== MoodMap Content Views Styling ===== */

/* Grid/list container */
.pt-cv-view {
    background: #FDFDFD; /* Snow */
    padding: 15px;
    border-radius: 8px;
}

/* Post title */
.pt-cv-title {
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: bold;
    color: #2F2F2F; /* Charcoal */
    margin-bottom: 8px;
}

/* Post content */
.pt-cv-content {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #2F2F2F;
    margin-bottom: 15px;
}

/* Read more link */
.pt-cv-readmore {
    background-color: #A8C8A7; /* Sage */
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}

.pt-cv-readmore:hover {
    background-color: #F48C8C; /* Coral Accent */
    color: white;
}

/* Pagination styling */
.pt-cv-pagination {
    margin-top: 20px;
    text-align: center;
}

.pt-cv-pagination a {
    background-color: #DAD4EC; /* Lavender */
    color: #2F2F2F;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 3px;
    text-decoration: none;
}

.pt-cv-pagination a:hover {
    background-color: #A8C8A7; /* Sage */
    color: white;
}

.pt-cv-meta-categories {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    max-width: 100% !important;
}

.pt-cv-meta-categories a {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 6px;
    background-color: #DAD4EC; /* Lavender */
    border-radius: 4px;
    color: #2F2F2F;
    font-size: 12px;
    text-decoration: none;
}

.pt-cv-meta-categories a:hover {
    background-color: #A8C8A7; /* Sage */
    color: white;
}


/* === General Settings Page Container === */
.settings-page-section {
    padding: 40px;
    border-radius: 8px;
    background-color: #FDFDFD; /* Snow white */
}

/* === Form Section Cards === */
.settings-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); /* Soft shadow */
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #DADADA; /* Taupe border */
}

/* Headings inside cards */
.settings-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2F2F2F; /* Charcoal text */
    margin-bottom: 16px;
}

/* === Form Fields === */
.settings-card input,
.settings-card select,
.settings-card textarea {
    border-radius: 4px;
    border: 1px solid #DADADA;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #FFFFFF;
}

/* === Toggle / Checkbox Styling === */
.settings-card input[type="checkbox"] {
    accent-color: #A8C8A7; /* Sage checkmark */
}

/* === Primary Save Button === */
.settings-card button,
.settings-card input[type="submit"] {
    background-color: #A8C8A7; /* Sage */
    color: #FFFFFF;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.settings-card button:hover,
.settings-card input[type="submit"]:hover {
    background-color: #90B390; /* Darker sage on hover */
}

/* === Secondary Button === */
.settings-card .secondary-btn {
    background-color: #F48C8C; /* Coral */
    color: #FFFFFF;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.settings-card .secondary-btn:hover {
    background-color: #dd6f6f; /* Darker coral */
}

/* === Section Spacing and Alignment === */
.settings-page-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #2F2F2F;
    margin-bottom: 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .settings-card {
        padding: 16px;
    }
    .settings-card h3 {
        font-size: 16px;
    }
}


/* === General Page Background === */
body.page-id-923 { 
  background-color: #FDFDFD; /* Snow white background */
  color: #2F2F2F; /* Charcoal text */
  font-family: 'Inter', sans-serif;
}

/* === Section Headings === */
.prompts-section h2 {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: bold;
  color: #2F2F2F;
  margin-bottom: 20px;
  text-align: center;
}

/* === Prompt Cards (Daily + Mood-based) === */
.prompt-card {
  background-color: #FFFFFF;
  border: 1px solid #DADADA; /* Taupe border */
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prompt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.1);
}
.prompt-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2F2F2F;
}
.prompt-card p {
  font-size: 14px;
  color: #555;
}

/* === Buttons (View All, Add Prompt, etc.) === */
.prompt-page button,
.prompt-page .elementor-button {
  background-color: #A8C8A7; /* Sage Green */
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.prompt-page button:hover,
.prompt-page .elementor-button:hover {
  background-color: #8FB48F; /* Darker Sage on hover */
}

/* === User-Contributed Prompts Form === */
.user-prompts-form {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.05);
}
.user-prompts-form label {
  font-size: 14px;
  font-weight: 500;
  color: #2F2F2F;
}
.user-prompts-form input,
.user-prompts-form textarea,
.user-prompts-form select {
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.user-prompts-form input:focus,
.user-prompts-form textarea:focus,
.user-prompts-form select:focus {
  outline: none;
  border-color: #A8C8A7; /* Highlight with sage */
  box-shadow: 0 0 6px rgba(168,200,167,0.4);
}

/* === Visual Quote Board === */
.visual-quote-board {
  background: #DAD4EC; /* Lavender */
  border-radius: 12px;
  padding: 30px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #2F2F2F;
  text-align: center;
  box-shadow: inset 0px 2px 6px rgba(0,0,0,0.05);
}

/* =======================
   HELP & RESOURCES PAGE
   ======================= */

/* Section Backgrounds */
.help-section {
  background-color: #FDFDFD; /* Snow white */
  padding: 60px 0;
}

.help-section:nth-child(even) {
  background-color: #DAD4EC; /* Lavender for alternating sections */
}

/* Section Titles */
.help-section h2,
.help-section h3 {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: bold;
  color: #2F2F2F; /* Charcoal */
  text-align: center;
  margin-bottom: 25px;
}

/* Contact Form Styling */
.help-contact-form {
  background: #FFFFFF;
  border: 1px solid #DADADA; /* Taupe border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
}

.help-contact-form label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2F2F2F;
}

.help-contact-form input,
.help-contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Submit Button */
.help-contact-form button,
.help-contact-form input[type="submit"] {
  background-color: #A8C8A7; /* Sage */
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  transition: background 0.3s ease;
}

.help-contact-form button:hover,
.help-contact-form input[type="submit"]:hover {
  background-color: #7FA27E; /* Darker Sage on hover */
}

/* Review Section */
.help-reviews {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
}

.help-reviews h3 {
  margin-bottom: 15px;
}

.help-reviews .star-rating {
  color: #F6D186; /* Happy Mood Yellow */
}

/* FAQ Accordion */
.help-faq {
  margin: 30px auto;
  max-width: 900px;
}

.help-faq .faq-item {
  border: 1px solid #DADADA;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #FFFFFF;
}

.help-faq .faq-item h4 {
  padding: 15px;
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  cursor: pointer;
  background: #F6F6FA;
}

.help-faq .faq-item p {
  padding: 15px;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2F2F2F;
}

.elementor-kit-1001 .elementor-post {
  background: #FDFDFD; /* Snow white background */
  border: 1px solid #DADADA; /* Taupe border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.06);
}

.elementor-kit-1001 .elementor-post__title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  color: #2F2F2F; /* Charcoal */
  margin-bottom: 10px;
}

.elementor-kit-1001 .elementor-post__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2F2F2F;
}

.elementor-kit-1001 .elementor-post__read-more {
  display: none; /* Hide read more so full prompt shows */
}

/* Hero Section */
.hero-section {
  background-color: #9DBD9F; /* soft green */
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.hero-section p {
  font-size: 18px;
  color: #f5f5f5;
  margin-bottom: 25px;
}

.hero-section .elementor-button {
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.hero-section .elementor-button:hover {
  transform: scale(1.05);
}

/* Why Choose Section */
.why-choose {
  text-align: center;
  padding: 80px 20px;
}

.why-choose h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2F2F2F;
  margin-bottom: 10px;
  border-bottom: 3px solid #9DBD9F;
  display: inline-block;
  padding-bottom: 5px;
}

.why-choose p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.why-choose .elementor-button {
  background-color: #2F2F2F;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
}

/* ===== Navigation Menu Styling ===== */
header .elementor-nav-menu--main .elementor-item {
  color: #2F2F2F; /* Default menu text color */
  padding: 8px 16px;
  transition: all 0.3s ease;
}

header .elementor-nav-menu--main .elementor-item:hover {
  color: #A8C8A7; /* Hover color matches primary */
}

/* Active menu item */
header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #A8C8A7;
  font-weight: bold;
}

/* ===== Sign Up Button Styling ===== */
.signup-btn {
 
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-left: 15px; /* spacing from menu */
}

.signup-btn:hover {
 
  color: #fff;
}

/* ===== Responsive Fix: Stack Button Nicely on Mobile ===== */
@media (max-width: 768px) {
  .signup-btn {
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
  }
}
#sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

/* ============================
   Journal Archive Styling
   ============================ */

/* Filter Form */
.journal-filter {
  background-color: #F5F5F5; /* Secondary background */
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.journal-filter label {
  font-size: 14px;
  font-weight: 600;
  color: #2F2F2F; /* Text Primary */
  margin-bottom: 6px;
  display: block;
}

.journal-filter input,
.journal-filter select {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #2F2F2F;
  background-color: #fff;
  width: 200px;
  transition: border-color 0.2s ease;
}

.journal-filter input:focus,
.journal-filter select:focus {
  border-color: #6DBF73; /* Primary */
  outline: none;
}

/* Submit Button */
.journal-filter button {
  background-color: #6DBF73; /* Primary */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.journal-filter button:hover {
  background-color: #58A85F;
}



/* No Results */
.no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 30px;
  color: #666666;
  font-style: italic;
}/* End custom CSS */