@media only screen and (min-width: 767px) {.nav .elementor-item-active{
   background: var(--gradient, linear-gradient(90deg, #967346 0%, #F0E9AB 50.5%, #967346 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
@media only screen and (min-width: 767px) {.nav .elementor-item:hover{
   background: var(--gradient, linear-gradient(90deg, #967346 0%, #F0E9AB 50.5%, #967346 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.nav .elementor-item-active:before{
	border-radius:40px;
	border-width:1px !important;
}
.e--pointer-framed .elementor-item:before {
    border-radius: 40px;
}
.nav .elementor-item-active{	
	font-weight:700 !important;
}

.txt-clr{
	background: var(--gradient, linear-gradient(90deg, #967346 0%, #F0E9AB 50.5%, #967346 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.back-clr{
    background: var(--gradient, linear-gradient(90deg, #967346 0%, #F0E9AB 50.5%, #967346 100%));
}

.frm .elementor-form {
    width: 50%;
}

.elementor-field-type-textarea.elementor-field-group.elementor-column.elementor-field-group-message.elementor-col-100 {
    position: absolute;
    width: 46%;
    right: 17px;
    bottom: 120px;
}

#btt {
    position: absolute;
    left: 105%;
    bottom: 30px;
    width: 35%;
}
@media only screen and (max-width: 1366px) {
 #btt {
   
    width: 50%;
}
}
@media only screen and (max-width: 1024px) {
 #btt {
   
    width: 68%;
}
}
@media only screen and (max-width: 1024px) {
.frm .elementor-form {
    width: 100%;
}
    .elementor-field-type-textarea.elementor-field-group.elementor-column.elementor-field-group-message.elementor-col-100 {
    position: unset;
    width: 100%
}
 #btt {
     position:unset;
    width: 100%;
}
}
.frm textarea#form-field-message {
    border: 1px solid white;
    padding: 30px;
	  border-radius:20px;
}
/* ---------
  Hide date/meta only for these three posts (safe — doesn't change layout)
  Post IDs: 2494, 1312, 1131
  Paste this into Appearance → Customize → Additional CSS (or your Custom CSS box).
  Do NOT delete other CSS — just add this block.
----------- */

/* general meta selectors used by many themes */
.post-2494 .entry-meta,
.post-2494 .posted-on,
.post-2494 .entry-date,
.post-2494 .post-date,
.post-2494 time,
.postid-2494 .entry-meta,
.postid-2494 .posted-on,
.postid-2494 .entry-date,
.postid-2494 .post-date,
.postid-2494 time,

.post-1312 .entry-meta,
.post-1312 .posted-on,
.post-1312 .entry-date,
.post-1312 .post-date,
.post-1312 time,
.postid-1312 .entry-meta,
.postid-1312 .posted-on,
.postid-1312 .entry-date,
.postid-1312 .post-date,
.postid-1312 time,

.post-1131 .entry-meta,
.post-1131 .posted-on,
.post-1131 .entry-date,
.post-1131 .post-date,
.post-1131 time,
.postid-1131 .entry-meta,
.postid-1131 .posted-on,
.postid-1131 .entry-date,
.postid-1131 .post-date,
.postid-1131 time
{
  display: none !important;
}

/* Some themes put the date inside a .meta or .post-meta wrapper — hide those too for the specific posts */
.post-2494 .post-meta,
.post-1312 .post-meta,
.post-1131 .post-meta,
.postid-2494 .post-meta,
.postid-1312 .post-meta,
.postid-1131 .post-meta {
  display: none !important;
}
/* ----------------------------
 Hide post date ONLY for three specific posts
 (archive cards AND single post view)
 Do NOT remove other CSS — paste this at the end.
 ----------------------------*/

/* Post ID 2494 */
.postid-2494 .posted-on,
.postid-2494 .entry-date,
.postid-2494 .post-meta time,
.postid-2494 time.entry-date,
.postid-2494 .meta-date {
  display: none !important;
}

/* Post ID 1312 */
.postid-1312 .posted-on,
.postid-1312 .entry-date,
.postid-1312 .post-meta time,
.postid-1312 time.entry-date,
.postid-1312 .meta-date {
  display: none !important;
}

/* Post ID 1131 */
.postid-1131 .posted-on,
.postid-1131 .entry-date,
.postid-1131 .post-meta time,
.postid-1131 time.entry-date,
.postid-1131 .meta-date {
  display: none !important;
}
/* ----------------------------
 Restore archive: 3-column card grid (desktop) / 2 / 1
 Targets archive pages only
 Paste at end of Additional CSS
 ----------------------------*/

body.archive .archive-cards,
body.archive .posts-grid,
body.archive .blog-archive .posts,
body.archive .archive .post-list,
body.archive .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  box-sizing: border-box;
}

/* fallback selectors for different themes */
body.archive article.post,
body.archive .post,
body.archive .hentry,
body.archive .blog-card {
  display: flex !important;
  flex-direction: column;
  background: #070707; /* card background */
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset, 0 6px 18px rgba(0,0,0,0.6);
}

/* Featured image at top, full width inside card */
body.archive article.post .post-thumbnail,
body.archive .post .post-thumbnail,
body.archive .blog-card .post-thumbnail {
  width: 100%;
  display: block;
  overflow: hidden;
}

body.archive article.post .post-thumbnail img,
body.archive .post .post-thumbnail img,
body.archive .blog-card .post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Title area: gold heading bar style */
body.archive article.post .entry-header,
body.archive .post .entry-header,
body.archive .blog-card .entry-header {
  padding: 16px 18px 6px 18px;
  background: transparent;
}

body.archive article.post h2.entry-title,
body.archive .post h2.entry-title,
body.archive .blog-card h2.entry-title,
body.archive article.post .title,
body.archive .post .title {
  margin: 0 0 8px 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #b78f33; /* gold */
  font-weight: 700;
  font-family: "Georgia", serif;
}

/* excerpt area */
body.archive article.post .entry-summary,
body.archive .post .entry-summary,
body.archive .blog-card .excerpt {
  padding: 0 18px 22px 18px;
  color: #e7e7e7;
  font-size: 16px;
  line-height: 1.55;
  background: #070707;
}

/* bottom Read More link with arrow — left aligned */
body.archive article.post .read-more,
body.archive .post .read-more,
body.archive .blog-card .read-more,
body.archive .post a.more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px;
  color: #c9a85d; /* gold, matches */
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

/* small arrow icon using pseudo-element */
body.archive article.post .read-more::after,
body.archive .post .read-more::after,
body.archive .post a.more-link::after {
  content: "↗";
  margin-left: 6px;
  font-size: 20px;
  color: #c9a85d;
}

/* small date label style (if any date left by other code) */
body.archive article.post .post-meta time,
body.archive .post .post-meta time,
body.archive .blog-card .meta-date {
  display: block;
  padding: 10px 18px 0 18px;
  color: #ddd;
  font-size: 14px;
}

/* Card inner border/rounded look */
body.archive article.post,
body.archive .post,
body.archive .blog-card {
  border-radius: 8px;
}

/* responsive: 2 columns tablet, 1 column mobile */
@media (max-width: 1000px) {
  body.archive .archive-cards,
  body.archive .posts-grid,
  body.archive .blog-archive .posts,
  body.archive .archive .post-list,
  body.archive .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  body.archive article.post h2.entry-title { font-size: 1.35rem; }
}

@media (max-width: 680px) {
  body.archive .archive-cards,
  body.archive .posts-grid,
  body.archive .blog-archive .posts,
  body.archive .archive .post-list,
  body.archive .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 14px;
  }
  body.archive article.post h2.entry-title { font-size: 1.25rem; }
  body.archive article.post .entry-summary { font-size: 15px; }
  body.archive article.post .read-more,
  body.archive .post a.more-link { font-size: 16px; }
}