/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	contain: layout style size;
	pointer-events: none;
	will-change: transform;
	-webkit-transition: opacity 0.3s, color 0.4s;
	-o-transition: opacity 0.3s, color 0.4s;
	-moz-transition: opacity 0.3s, color 0.4s;
	transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: #D8E28C;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.1s;
	transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(0) rotate(10deg);
	-moz-transform: scale(0) rotate(10deg);
	-ms-transform: scale(0) rotate(10deg);
	-o-transform: scale(0) rotate(10deg);
	transform: scale(0) rotate(10deg);
	opacity: 0;
	color: white;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.01em;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
	transition: opacity 0.4s, -webkit-transform 0.3s;
	-o-transition: opacity 0.4s, -o-transform 0.3s;
	-moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
	transition: opacity 0.4s, transform 0.3s;
	transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
	.cb-cursor.-exclusion, .cb-cursor.-opaque {
		mix-blend-mode: exclusion;
	}
}

@supports (mix-blend-mode: exclusion) {
	.cb-cursor.-exclusion:before, .cb-cursor.-opaque:before {
		background: white;
	}
}

.cb-cursor.-normal, .cb-cursor.-text {
	mix-blend-mode: normal;
}

.cb-cursor.-normal:before, .cb-cursor.-text:before {
	background: currentColor;
}

.cb-cursor.-inverse {
	color: white;
}

.cb-cursor.-visible:before {
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
	-webkit-transform: scale(0.23);
	-moz-transform: scale(0.23);
	-ms-transform: scale(0.23);
	-o-transform: scale(0.23);
	transform: scale(0.23);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cb-cursor.-text:before {
	background: #000;
	opacity: 0.80;
	backdrop-filter: blur(10);
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.cb-cursor.-text.-active:before {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
	-webkit-transform: scale(1.32);
	-moz-transform: scale(1.32);
	-ms-transform: scale(1.32);
	-o-transform: scale(1.32);
	transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cb-cursor.-lg:before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.cb-cursor.-hidden:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.-color-red {
	color: red;
}

.-color-green {
	color: #51c67d;
}

.cb-demo {
	background: #fff;
}

.cb-demo-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

.cb-demo-container {
	padding: 0 20px;
}

@media (min-width: 1600px) {
	.cb-demo-container {
		padding: 0 120px;
	}
}

.cb-demo-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 30px 0;
}

@media (min-width: 1600px) {
	.cb-demo-row {
		margin: 60px 0;
	}
}

.cb-demo-item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 50px 30px;
	margin: 0 20px;
	color: #000;
}

@media (min-width: 1600px) {
	.cb-demo-item {
		padding: 90px 30px;
		margin: 0 30px;
	}
}

.cb-demo-item-title {
	position: relative;
	margin: 0 0 25px 0;
	font-size: 30px;
	font-weight: bold;
}

.cb-demo-item-text {
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
}

.cb-demo-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #f8f8f8;
	-webkit-transition: -webkit-box-shadow 0.2s;
	transition: -webkit-box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
	transition: box-shadow 0.2s;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.nav li {
    list-style: none;
    margin: 0;
	position: relative;
}
.nav li a {
    color: white;
    font-size: 16px;
	font-weight: 600;
	padding: 15px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
    text-decoration: none; /* removes underline */
}

.nav li a:hover {
    color: #ddd; /* optional hover effect */
}

/* ========== BLOG PAGE STYLES ========== */
.page-blog {
  padding: 100px 0;
  background: radial-gradient(ellipse at bottom right, #0b0b0b 60%, #000000);
  color: #fff;
}

.page-blog .container {
  max-width: 1320px;
}

.page-blog .row {
  row-gap: 60px;
}

/* ---------- Post Item ---------- */
.post-item {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 0 20px rgba(0, 255, 85, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(173, 255, 47, 0.2);
}

/* ---------- Featured Image ---------- */
.post-featured-image {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.post-featured-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.08);
}

/* ---------- Post Body ---------- */
.post-item-body {
  padding: 24px 20px 30px;
}

.post-item-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.post-item-content h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-item-content h3 a:hover {
  color: #a7ff3f; /* neon green accent */
}

/* ---------- Read More Button ---------- */
.post-item-btn a {
  font-weight: 600;
  text-decoration: none;
  color: #a7ff3f;
  position: relative;
  font-size: 15px;
  transition: all 0.3s ease;
}

.post-item-btn a::after {
  content: "↗";
  margin-left: 6px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.post-item-btn a:hover::after {
  transform: translateX(3px);
}

/* ---------- Pagination ---------- */
.page-pagination {
  text-align: center;
  margin-top: 60px;
}

.page-pagination .page-numbers {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #a7ff3f;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-pagination .page-numbers.current {
  background: #a7ff3f;
  color: #000;
}

.page-pagination .page-numbers:hover {
  background: #a7ff3f;
  color: #000;
}

/* ---------- WP PageNavi Plugin ---------- */
.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #a7ff3f;
  font-weight: 500;
  margin: 0 6px;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wp-pagenavi span.current {
  background: #a7ff3f;
  color: #000;
}

.wp-pagenavi a:hover {
  background: #a7ff3f;
  color: #000;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .post-featured-image img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .page-blog {
    padding: 60px 0;
  }
  .post-item-body {
    padding: 20px;
  }
  .post-item-content h3 {
    font-size: 18px;
  }
}
  /* Scrollable Container */
.pricing-scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

.pricing-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.pricing-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Pricing Box */
.pricing-box {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Box Header */
.pricing-box-content h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: white;
}

.pricing-box-content p {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 15px;
}

/* Price */
.pricing-price h2 {
    font-size: 2rem;
    color: #007bff;
}

.pricing-price sup {
    font-size: 1rem;
}

.pricing-price sub {
    font-size: 0.85rem;
    color: #555;
}

/* Features List */
.pricing-list {
    margin: 20px 0;
}

.pricing-list li {
    padding: 6px 0;
    color: #555;
    font-size: 0.95rem;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.pricing-list li::before {
    content: '✓';
    color: #007bff;
    position: absolute;
    left: 0;
    top: 0;
}
.pricing-scroll-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-box {
  flex: 1;
  min-width: 250px;
  background: #0b0b0b;
  border-radius: 16px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  color: #fff;
  transition: transform 0.3s ease;
}

.pricing-box:hover {
  transform: translateY(-8px);
}

.pricing-box-content {
  flex: 1;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pricing-list li {
  margin-bottom: 8px;
  color: #ccc;
}

.pricing-btn {
  margin-top: auto;
  text-align: center;
}

.btn-highlighted {
  display: inline-block;
  padding: 10px 25px;
  background: #c6ff00;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-transform: capitalize;
}

/* Button */
.btn-highlighted {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.btn-highlighted:hover {
    background: #0056b3;

}