/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 16:55:57 */
/* =========================================
   Calm Your Mind – Premium Peach Header Strip
   Page ID: 2257
========================================= */

body.page-id-2257 {
  position: relative;
}

/* 🟠 Peach strip */
body.page-id-2257::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FFD27D;
  z-index: 1;
  pointer-events: none;
}

/* 📝 Premium title */
body.page-id-2257::after {
  content: "Calm your Mind";
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1E3A5F;

  z-index: 2;
  pointer-events: none;
}

/* ❌ Hide original theme title */
body.page-id-2257 .page-header,
body.page-id-2257 .entry-header {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

/* 🔥 Always keep header/menu on top */
header,
.site-header,
.ast-header-wrap,
.ast-mobile-header-wrap,
.elementor-location-header {
  position: relative;
  z-index: 9999 !important;
}

/* 📱 MOBILE FIX */
@media (max-width: 768px) {

  /* ❌ Hide search ONLY on this page */
  body.page-id-2257 .search-form,
  body.page-id-2257 .search-field,
  body.page-id-2257 .search-toggle,
  body.page-id-2257 .ast-header-search,
  body.page-id-2257 .wp-block-search {
    display: none !important;
  }

  /* ✅ Correct strip position (no gap, no overlap) */
  body.page-id-2257::before,
  body.page-id-2257::after {
    top: 75px;
  }

  /* ✏️ Adjust text for mobile */
  body.page-id-2257::after {
    font-size: 22px;
    letter-spacing: 0.03em;
  }

  /* ❌ Remove green overlay */
  body.page-id-2257 .wp-block-cover__background {
    display: none !important;
  }
	/* Remove space from original cover section */
body.page-id-2257 .wp-block-cover {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}

}