@charset "UTF-8";
/*
Theme Name: Neo Blog
Theme URI: https://www.competethemes.com/apex/
Author: Compete Themes
Author URI: https://www.competethemes.com/
Description: Neo Blog is a sophisticated, minimalist theme. It looks great and performs wonderfully on mobile devices, tablets, laptops, and everything in between. Use it to setup a business blog, newspaper website, fashion magazine, or travel blog. Now with WooCommerce support, you can even setup an eCommerce store with Neo Blog. The design of this minimal theme also suits media-rich sites well like food blogs and personal photography portfolios. As a simple, responsive, and SEO optimized theme, you can trust Neo Blog to present your best content to the world. Neo Blog is also fully compatible with the new Gutenberg post editor.
Version: 1.41
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, accessibility-ready, custom-logo, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, education, news
Text Domain: apex
Tested up to: 6.5
Requires PHP: 5.4

Neo Blog WordPress Theme, Copyright 2024 Compete Themes
Neo Blog is distributed under the terms of the GNU GPL
*/

/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
h1 {
  font-size: 2.3125em;
  /* 37px / 16px */
  line-height: 1.297;
  /* 48px */
}

.site-title, h2 {
  font-size: 1.75em;
  /* 28px / 16px */
  line-height: 1.321;
  /* 37px */
}

.post-title, .comments-number h2, h3, .comment-reply-title {
  font-size: 1.3125em;
  /* 21px / 16px */
  line-height: 1.143;
  /* 24px */
}

.woocommerce-account .woocommerce-MyAccount-navigation li a, .singular-attachment .attachment-caption, .widget > *, .further-reading span, .post-tags a, .post-byline, .featured-image + .caption, .sticky-status, .comments-link, .more-link, .tagline, .site-footer .design-credit span, .comment-footer a,
.comment-footer span, #cancel-comment-reply-link, .comment-respond label, input[type=submit], input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
textarea, .wp-caption-text,
.gallery-caption,
.wp-block-image figcaption, .wp-block-table figcaption {
  font-size: 0.75em;
  /* 12px / 16px */
  line-height: 1.5;
  /* 18px */
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background: white;
  color: #6B6B6B;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.overflow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
}

.main {
  margin: 0 auto;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

p {
  margin: 1.5em 0;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
          transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
a:link, a:visited {
  color: #333333;
}
a:hover, a:active, a:focus {
  color: #6B6B6B;
}

h1, h2, h3, .comment-reply-title, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h4, h5, h6 {
  font-size: 1em;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

/* Markup styles */
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #F2F2F2;
  padding: 0.75em;
  border: solid 1px #E8E8E8;
}

code {
  background: #F2F2F2;
  padding: 0 0.375em;
}

pre code {
  padding: 0;
}

blockquote {
  margin: 1.5em 1.5em 1.5em 0;
  padding-left: 1.5em;
  border-left: solid 3px #333333;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 1.5em 0;
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
}

td,
th {
  padding: 0.75em;
  border: solid 1px #333333;
}

.wp-block-table {
  margin: 0;
}
.wp-block-table thead {
  background: #F2F2F2;
}
.wp-block-table td,
.wp-block-table th {
  border-color: #E8E8E8;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes thead {
  background: none;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #E8E8E8;
}

.wp-block-table figcaption {
  margin: -1.5em 0 1.5em;
  text-align: center;
}

.singular .post-content .wp-block-button a {
  text-decoration: none;
}

.wp-block-social-links a {
  color: #fff;
}

.wp-block-group.alignwide,
.wp-block-group .alignwide,
.wp-block-group.alignfull,
.wp-block-group .alignfull {
  line-height: 1.5;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
}

.alignnone {
  margin: 1.5em 0;
}

.wp-block-image {
  margin: 1.5em 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption,
.wp-block-image figcaption {
  margin: 0 0 1.5em;
}

/* Form styles */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 10px 12px;
  max-width: 27.75em;
  border: solid 1px #E8E8E8;
  background: #F2F2F2;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  background: white;
}

textarea {
  max-width: 41.625em;
  overflow: auto;
  /* to hide scrollbar in IE */
}

input[type=submit] {
  font-family: "Open Sans", sans-serif;
  padding: 10px 12px;
  color: white;
  background: #333333;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: background 0.1s ease-in-out;
          transition: background 0.1s ease-in-out;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background: #6B6B6B;
}

input[type=search] {
  padding-right: 0.375em;
  /* so safari 'x' doesn't get cut off */
}

::-webkit-input-placeholder {
  color: #6B6B6B;
}

:-moz-placeholder {
  color: #6B6B6B;
}

::-moz-placeholder {
  color: #6B6B6B;
}

:-ms-input-placeholder {
  color: #6B6B6B;
}

/* ie image border fix */
a img {
  border: none;
}

#breadcrumbs {
  margin-top: 0;
  padding: 0 6.25%;
}

@media all and (min-width: 56.25em) {
  #breadcrumbs {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #333333;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out;
}
.skip-content:focus {
  top: 0;
  outline: none;
}

.admin-bar .skip-content:focus {
  top: 32px;
}

.max-width {
  max-width: 1280px;
  margin: 0 auto;
}

.infinite-loader,
#infinite-handle {
  clear: both;
}

.elementor-location-header ~ .main,
.elementor-location-header ~ .sidebar-primary {
  margin-top: 2.25em;
}

.page-template-landing-page .overflow-container,
.page-template-landing-page-header .overflow-container {
  padding: 0;
}
.page-template-landing-page .max-width,
.page-template-landing-page-header .max-width {
  max-width: none;
}
.page-template-landing-page .main,
.page-template-landing-page-header .main {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.page-template-landing-page .entry,
.page-template-landing-page-header .entry {
  padding: 0;
}
.page-template-landing-page .post-content,
.page-template-landing-page-header .post-content {
  margin: 0;
}

.page-template-landing-page-header .site-header {
  max-width: 1280px;
  margin: 0 auto;
}

.archive-header {
  margin: 3em 0 1.5em;
  padding: 0 6.25%;
}
.archive-header h1 {
  font-size: 1em;
  line-height: 1.5;
  color: #6B6B6B;
}
.archive-header p {
  font-style: italic;
}

@media all and (min-width: 56.25em) {
  .archive-header {
    padding: 0;
    margin: 0 0 3em;
  }
}
.comment-respond {
  margin-top: 3em;
}
.comment-respond label {
  display: block;
  margin-bottom: 6px;
}
.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
}

#cancel-comment-reply-link {
  margin-left: 12px;
}

.comments {
  padding: 0 6.25%;
  margin: 3em 0;
}

.comment-list {
  list-style: none;
  margin: 3em 0;
}
.comment-list ul, .comment-list ol {
  list-style: none;
}
.comment-list .children {
  margin: 0;
  padding: 0 0 0 1.5em;
  border-left: solid 1px #D8D8D8;
}

.comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
  margin-right: 0.75em;
}
.comment-author span {
  line-height: 48px;
}
.comment-author a {
  font-weight: 700;
}

.bypostauthor {
  padding: 1.5em;
  outline: solid 3px #E8E8E8;
}

li.comment,
li.pingback {
  margin: 3em 0;
}

.comment-footer a {
  color: #6B6B6B;
}
.comment-footer a:link, .comment-footer a:visited {
  color: #6B6B6B;
}
.comment-footer a:link:hover, .comment-footer a:link:active, .comment-footer a:link:focus, .comment-footer a:visited:hover, .comment-footer a:visited:active, .comment-footer a:visited:focus {
  color: #333333;
  text-decoration: underline;
}

.comment-reply-link,
.comment-edit-link {
  position: relative;
  margin-left: 18px;
}
.comment-reply-link:after,
.comment-edit-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: -12px;
  height: 100%;
  width: 1px;
  background: #D8D8D8;
}

.comment-pagination {
  margin: 3em 0;
}
.comment-pagination a {
  font-weight: 700;
}
.comment-pagination p {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 0 -4px 0 0;
}
.comment-pagination .next-comment {
  text-align: right;
}

@media all and (min-width: 37.5em) {
  .comments {
    padding: 0;
  }
}
/* Disqus */
@media all and (max-width: 600px) {
  #disqus_thread {
    padding: 0 6.25%;
  }
}
.site-footer {
  padding: 3em 6.25% 0.75em;
}
.site-footer .design-credit {
  text-align: center;
  margin-top: 3em;
}
.site-footer .design-credit a {
  font-weight: 700;
}

.scroll-to-top {
  position: fixed;
  bottom: -45px;
  right: 0;
  z-index: 9;
  background: #333333;
  border: none;
  color: #fff;
  padding: 9px 0;
  width: 4.6875%;
  min-width: 40px;
  -webkit-transition: background 0.2s, -webkit-transform 0.3s;
          transition: background 0.2s, transform 0.3s;
}
.scroll-to-top.visible {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.scroll-to-top:hover {
  cursor: pointer;
  background: #6B6B6B;
}
.scroll-to-top:hover i {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.scroll-to-top i {
  font-size: 21px;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
}

@media all and (min-width: 56.25em) {
  .site-footer {
    padding: 3em 0 0.75em;
    clear: both;
  }
}
/**
 * 14.2 Galleries
 */
.gallery {
  margin: 2.25em auto;
}

.gallery-item {
  display: inline-block;
  padding: 0.75em;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-item a {
  border: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #6B6B6B;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 0.5em 0 0;
  margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Jetpack Galleries */
.tiled-gallery {
  margin: 2.25em auto !important;
}
.tiled-gallery .gallery-row {
  margin: 0 auto;
}

.site-header {
  padding: 0 6.25%;
  text-align: center;
}

.toggle-navigation {
  font-size: 1em;
  display: block;
  background: none;
  margin: 2.25em auto 3em;
  padding: 0;
  border: none;
}
.toggle-navigation:hover {
  cursor: pointer;
}

.title-container {
  margin: 3em 0;
}

.site-title {
  font-family: "Satisfy", "Open Sans", "sans-serif";
  margin: 0;
}

.tagline {
  margin: 0;
}

.social-media-icons {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 2.25em 0;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.social-media-icons li {
  display: inline-block;
}
.social-media-icons a {
  color: #6B6B6B;
  margin: 0 8px;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
.social-media-icons a:link, .social-media-icons a:visited {
  color: #6B6B6B;
}
.social-media-icons a:hover, .social-media-icons a:active, .social-media-icons a:focus {
  color: #333333;
}
.social-media-icons .custom-icon img {
  display: inline-block;
  vertical-align: sub;
  line-height: 0;
  margin: 0;
  width: 20px;
  height: auto;
}

@media all and (min-width: 50em) {
  .toggle-navigation {
    display: none;
  }

  .title-container {
    margin: 4.5em 0 6em;
  }

  .site-title {
    font-size: 2.3125em;
    /* 37px / 16px */
    line-height: 1.297;
    /* 48px */
  }

  .social-media-icons {
    float: right;
    margin: 0;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
  }
  .social-media-icons li:last-child a {
    margin-right: 0;
  }
  .social-media-icons.fade {
    opacity: 0;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@media all and (min-width: 56.25em) {
  .site-header {
    padding: 0;
  }
}
@media all and (min-width: 62.5em) {
  .site-title {
    font-size: 3.1875em;
    /* 51px / 16px */
    line-height: 1.176;
    /* 60px */
  }

  .tagline {
    margin-top: 1em;
  }
}
.pagination {
  margin: 3em 0;
  padding: 0 6.25%;
  text-align: center;
  color: #6B6B6B;
}
.pagination a,
.pagination span {
  margin: 0 0.75em;
}
.pagination a {
  color: #6B6B6B;
}
.pagination a:link, .pagination a:visited {
  color: #6B6B6B;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
  color: #333333;
  text-decoration: underline;
}
.pagination .current {
  color: #333333;
  font-weight: 700;
}

.infinite-scroll .pagination {
  display: none;
}

@media all and (min-width: 56.25em) {
  .pagination {
    text-align: left;
    padding: 0;
  }
}
@media all and (min-width: 56.25em) {
  .overflow-container {
    padding: 0 4.6875%;
  }
  .overflow-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .main {
    width: 68.9375%;
    float: left;
  }

  .page-template-full-width .main {
    width: 100%;
    float: none;
  }
}
.menu-primary-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}
.menu-primary-container.open {
  max-height: 999px;
}

.menu-primary {
  margin: 2.25em 0;
}
.menu-primary ul {
  list-style: none;
  margin: 0 auto;
}
.menu-primary li {
  margin-bottom: 1.5em;
}
.menu-primary li.current-menu-item, .menu-primary li.current_page_item {
  font-weight: 700;
}
.menu-primary li.current-menu-item a, .menu-primary li.current_page_item a {
  color: #333333;
}
.menu-primary li.current-menu-item a:link, .menu-primary li.current-menu-item a:visited, .menu-primary li.current-menu-item a:hover, .menu-primary li.current-menu-item a:active, .menu-primary li.current-menu-item a:focus, .menu-primary li.current_page_item a:link, .menu-primary li.current_page_item a:visited, .menu-primary li.current_page_item a:hover, .menu-primary li.current_page_item a:active, .menu-primary li.current_page_item a:focus {
  color: #333333;
}
.menu-primary li.current-menu-item li, .menu-primary li.current_page_item li {
  font-weight: 400;
}
.menu-primary a {
  color: #6B6B6B;
}
.menu-primary a:link, .menu-primary a:visited, .menu-primary a:hover, .menu-primary a:active, .menu-primary a:focus {
  color: #6B6B6B;
}

.toggle-dropdown {
  margin: 0 -16px 0 6px;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: none;
  color: #6B6B6B;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
          transition: transform 0.1s ease-in-out;
}
.toggle-dropdown:hover {
  cursor: pointer;
}
.toggle-dropdown:focus {
  outline: none;
}
.toggle-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu-primary-items ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}
.menu-primary-items ul li {
  margin: 1.5em 0;
}
.menu-primary-items ul li:last-child {
  margin-bottom: 0;
}
.menu-primary-items li.open > ul {
  max-height: 999px;
}
.menu-primary-items li.open > button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (min-width: 50em) {
  .menu-primary-container {
    max-height: none;
    text-align: right;
    margin: 2.25em 0;
    overflow: visible;
  }
  .menu-primary-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu-primary {
    display: inline-block;
    margin: 0;
    float: left;
    text-align: left;
  }
  .menu-primary li {
    display: inline-block;
    margin: 0 20px 0 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .menu-primary li.menu-item-has-children:hover {
    z-index: 25;
  }
  .menu-primary a {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
    display: inline-block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .menu-primary a:hover, .menu-primary a:active, .menu-primary a:focus {
    color: #333333;
  }
  .menu-primary a:focus {
    text-decoration: underline;
  }

  .menu-primary-items ul {
    max-height: none;
    position: absolute;
    z-index: 29;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    top: 100%;
    top: calc(100% + 6px);
    left: -1.5em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: white;
    padding: 0 1.5em 0.75em;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
  }
  .menu-primary-items ul:hover, .menu-primary-items ul.focused {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .menu-primary-items ul li {
    display: block;
    margin: 0.75em 0;
  }
  .menu-primary-items ul li:hover > button {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .menu-primary-items ul .toggle-dropdown:after {
    content: "";
  }
  .menu-primary-items ul a:hover + button, .menu-primary-items ul a:active + button, .menu-primary-items ul a:focus + button {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .menu-primary-items ul a:hover ~ ul, .menu-primary-items ul a:active ~ ul, .menu-primary-items ul a:focus ~ ul {
    top: -12px;
    left: 100%;
    left: calc(100% + 2px);
  }
  .menu-primary-items ul a:hover:after, .menu-primary-items ul a:active:after {
    top: 0;
    height: 36px;
    width: 72px;
    left: 100%;
    left: calc(100% + 2px);
  }
  .menu-primary-items ul ul {
    left: 100%;
    left: calc(100% + 8px);
    top: -12px;
  }
  .menu-primary-items ul ul:hover, .menu-primary-items ul ul.focused {
    top: -12px;
    left: 100%;
    left: calc(100% + 2px);
  }
  .menu-primary-items li {
    position: relative;
    z-index: 9;
    white-space: nowrap;
  }
  .menu-primary-items li:hover > button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items li.open > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .menu-primary-items a {
    position: relative;
    z-index: 19;
  }
  .menu-primary-items a:hover + button, .menu-primary-items a:active + button, .menu-primary-items a:focus + button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items a:hover ~ ul, .menu-primary-items a:active ~ ul, .menu-primary-items a:focus ~ ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .menu-primary-items a:hover:after, .menu-primary-items a:active:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 36px;
    width: 100%;
    left: 0;
  }

  .toggle-dropdown {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
    margin: 0 0 0 4px;
  }
  .toggle-dropdown:focus {
    color: orange;
  }

  .rtl .menu-primary-items ul .menu-item-has-children:hover > button {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }
  .rtl .menu-primary-items ul .menu-item-has-children .toggle-dropdown:after {
    content: "";
  }
  .rtl .menu-primary-items ul .menu-item-has-children a:hover + button, .rtl .menu-primary-items ul .menu-item-has-children a:active + button, .rtl .menu-primary-items ul .menu-item-has-children a:focus + button {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }
}
.entry {
  margin: 3em 0 4.5em;
}

.more-link-wrapper {
  display: inline-block;
  margin-top: 0.75em;
}

.more-link {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 18px;
  border: solid 1px #333333;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.more-link:hover, .more-link:active, .more-link:focus {
  background: #333333;
  color: white;
}

.comments-link {
  color: #333333;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
.comments-link i {
  margin-right: 3px;
}
.comments-link a:hover, .comments-link a:active, .comments-link a:focus {
  text-decoration: underline;
  color: #333333;
}

.full-post .entry .comments-link {
  display: block;
  margin: 3em 0;
}

.sticky-status {
  display: inline-block;
  background: #333333;
  color: white;
  padding: 9px 1.5em;
  margin-bottom: 2.25em;
}

.has-post-thumbnail article {
  position: relative;
}
.has-post-thumbnail .sticky-status {
  position: absolute;
  top: 0;
  left: 0;
}

#infinite-handle,
.infinite-loader {
  clear: both;
}

.featured-image {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.featured-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.featured-image > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
}
.featured-image > a:focus:after {
  opacity: 0.2;
}
.featured-image > img,
.featured-image > a > img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-image > img.no-object-fit,
.featured-image > a > img.no-object-fit {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.featured-image .ccfic {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 4px 4px 12px;
  font-size: 13px;
}
.featured-image + .caption {
  margin-top: 6px;
  text-align: center;
}

.post-container {
  padding: 0 6.25%;
}

.post-header {
  margin: 1.5em 0;
}

.post-content {
  margin: 1.5em 0;
}
.post-content iframe {
  max-width: 100%;
}
.post-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.singular .post-content a {
  text-decoration: underline;
}

.post-meta {
  margin: 3em 0 1.5em;
}

.post-categories a {
  font-weight: 700;
}

.post-tags ul {
  list-style: none;
  margin: 0;
}
.post-tags li {
  display: inline-block;
}
.post-tags a {
  display: inline-block;
  padding: 2px 12px;
  background: #E8E8E8;
  margin: 0 8px 12px 0;
  color: #6B6B6B;
}
.post-tags a:link, .post-tags a:visited {
  color: #6B6B6B;
}
.post-tags a:hover, .post-tags a:active, .post-tags a:focus {
  color: white;
  background: #333333;
}

.further-reading {
  margin: 2.25em 0 0;
  padding: 2.25em 0;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
}
.further-reading .previous {
  margin-bottom: 1.5em;
}
.further-reading span {
  display: block;
}
.further-reading a {
  font-weight: 700;
}
.further-reading a:hover, .further-reading a:active, .further-reading a:focus {
  color: #6B6B6B;
}

.last-updated {
  font-style: italic;
}

@media all and (min-width: 37.5em) {
  .post-container {
    padding: 0;
  }

  .entry {
    padding: 0 6.25%;
  }

  .further-reading div {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
  }
  .further-reading .previous {
    margin-bottom: 0;
  }
  .further-reading .next {
    text-align: right;
  }
}
@media all and (min-width: 50em) {
  .post-title {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.321;
    /* 37px */
  }
}
@media all and (min-width: 56.25em) {
  .post-container {
    padding: 0;
  }

  .entry {
    padding: 0;
  }
  .entry:first-child {
    margin-top: 0;
  }

  .post-title {
    font-size: 2.3125em;
    /* 37px / 16px */
    line-height: 1.297;
    /* 48px */
  }

  .singular .post-header,
.error404 .post-header {
    margin: 0 0 2.25em;
  }
  .singular .featured-image,
.singular .featured-video,
.error404 .featured-image,
.error404 .featured-video {
    margin-bottom: 2.25em;
  }
  .singular .featured-image + .caption,
.singular .featured-video + .caption,
.error404 .featured-image + .caption,
.error404 .featured-video + .caption {
    margin-top: -32px;
    margin-bottom: 14px;
  }
}
.search-form input[type=submit] {
  min-width: 100px;
}
.search-form input[type=search] {
  margin-bottom: 6px;
}

.site-header .search-form-container {
  position: absolute;
  top: 22px;
  right: 1.5em;
}
.site-header .search-form-container button {
  position: relative;
  z-index: 9;
  background: none;
  border: none;
  margin: 5px -10px 0 0;
  padding: 6px 10px;
  font-size: 1em;
  line-height: 1.5;
}
.site-header .search-form-container button:hover {
  cursor: pointer;
}
.site-header .search-form-container button:focus {
  outline: none;
}
.site-header .search-form-container button:focus i {
  color: #333333;
}
.site-header .search-form-container button.open + form {
  opacity: 1;
}
.site-header .search-form-container i {
  color: #6B6B6B;
  z-index: -1;
}
.site-header .search-form-container form {
  position: absolute;
  top: 0;
  right: -12px;
  left: 0;
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, left 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out, left 0.15s ease-in-out;
}
.site-header .search-form-container .search-field {
  max-width: none !important;
  outline: none !important;
  padding: 6px 12px !important;
}
.site-header .search-form-container .search-field::-webkit-search-decoration, .site-header .search-form-container .search-field::-webkit-search-cancel-button, .site-header .search-form-container .search-field::-webkit-search-results-button, .site-header .search-form-container .search-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.site-header .search-form-container .search-field:focus {
  background: #F2F2F2 !important;
  outline: solid 1px #D8D8D8 !important;
}

@media all and (min-width: 50em) {
  .site-header .search-form-container {
    position: relative;
    float: right;
    top: -6px;
    right: 0;
    z-index: 9;
    text-align: right;
    margin: 0 0 0 1.5em;
  }
  .site-header .search-form-container button {
    margin: 0;
    padding: 4px 10px;
  }
  .site-header .search-form-container button:hover {
    cursor: pointer;
  }
  .site-header .search-form-container button.open + form {
    left: -266px;
  }
  .site-header .search-form-container form {
    padding-top: 0;
    right: 0;
  }
}
.search .sticky-status {
  display: none;
}

.search-box {
  margin: 3em 0 1.5em;
  padding: 0 6.25%;
  clear: both;
}
.search-box h1 {
  margin-bottom: 12px;
}

@media all and (min-width: 56.25em) {
  .search-box {
    margin: 0 0 3em;
    padding: 0;
  }
  .search-box .search-form-container {
    margin-top: 1.5em;
  }
}
.sidebar-primary {
  margin: 3em 0;
  padding: 3em 6.25%;
  border-top: solid 1px #D8D8D8;
}

@media all and (min-width: 56.25em) {
  .sidebar-primary {
    border: none;
    width: 25.8515625%;
    float: left;
    padding: 0;
    margin: 0 0 0 5.1703125%;
  }
}
.widget {
  margin-bottom: 2.25em;
}
.widget .widget-title {
  margin-bottom: 2em;
}
.widget ul {
  list-style: none;
  margin: 1.5em 0;
}
.widget ul ul {
  margin: 1em 1.5em;
}
.widget li {
  margin-bottom: 1em;
}
.widget a:hover, .widget a:active, .widget a:focus {
  text-decoration: underline;
}
.widget .post-date {
  display: block;
}

.widget_calendar caption {
  margin-bottom: 12px;
}
.widget_calendar tbody a {
  background: #E8E8E8;
  margin: -9px;
  padding: 6px 10px 7px;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:active, .widget_calendar tbody a:focus {
  background: #D8D8D8;
  text-decoration: none;
}
.widget_calendar #today {
  background: #333333;
  color: white;
}
.widget_calendar #prev,
.widget_calendar #next {
  text-align: center;
  padding: 0;
}
.widget_calendar #prev a,
.widget_calendar #next a {
  display: inline-block;
  background: #E8E8E8;
  color: #333333;
  padding: 0.75em 3em;
}
.widget_calendar #prev a:hover, .widget_calendar #prev a:active, .widget_calendar #prev a:focus,
.widget_calendar #next a:hover,
.widget_calendar #next a:active,
.widget_calendar #next a:focus {
  background: #D8D8D8;
  text-decoration: none;
}

.widget_recent_comments a {
  text-decoration: underline;
}

.widget_rss .widget-title a {
  border-color: transparent;
}
.widget_rss .widget-title img {
  margin-right: 4px;
}
.widget_rss .rssSummary {
  margin: 0.75em 1.5em;
}
.widget_rss .rssSummary + cite {
  display: block;
  margin: 0 0 1.5em 1.5em;
}
.widget_rss .rss-date {
  font-style: italic;
}
.widget_rss li {
  display: block;
}
.widget_rss cite,
.widget_rss span {
  margin-bottom: 1.5em;
  display: block;
}
.widget_rss span + cite {
  margin-top: -1.5em;
}

.widget_nav_menu ul ul ul ul {
  margin-left: 0;
}

@media all and (min-width: 56.25em) {
  .widget {
    margin-bottom: 3em;
  }
}
.singular-attachment .attachment-container img {
  display: block;
}
.woocommerce .product .quantity .qty {
  width: 50px !important;
  font-size: 16px !important;
  padding: 11px 6px 11px 12px !important;
}
.woocommerce .product .single_add_to_cart_button {
  line-height: 1.5;
  padding: 12px 24px;
}
.woocommerce .product_meta a {
  text-decoration: underline;
}
.woocommerce .woocommerce-review-link {
  text-decoration: underline;
}
.woocommerce .woocommerce-Reviews-title,
.woocommerce .related h2,
.woocommerce .upsells h2 {
  margin-bottom: 24px;
}
.woocommerce .comment-reply-title {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font-weight: 700;
}

.woocommerce-cart th, .woocommerce-cart td,
.woocommerce-checkout th,
.woocommerce-checkout td,
.woocommerce-page th,
.woocommerce-page td {
  border: none;
}
.woocommerce-cart h2,
.woocommerce-cart h3,
.woocommerce-cart .comment-reply-title,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout .comment-reply-title,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page .comment-reply-title {
  margin-bottom: 24px;
}

.woocommerce-cart .quantity input {
  width: 50px !important;
  font-size: 14px !important;
  padding: 8px 4px !important;
}
.woocommerce-cart .coupon input {
  max-width: none !important;
  width: 49% !important;
  padding: 10px 12px;
}
.woocommerce-cart .coupon input[type=text] {
  font-size: 14px !important;
  padding: 7px 12px 8px !important;
}
.woocommerce-cart table.shop_table td.product-name {
  padding: 24px 12px;
}
.woocommerce-cart table.shop_table .actions {
  padding: 12px;
}
.woocommerce-cart .post-content a.remove {
  text-decoration: none;
}
.woocommerce-cart .post-content .checkout-button {
  text-decoration: none;
}

.woocommerce-checkout input {
  max-width: none;
}
.woocommerce-checkout .required {
  text-decoration: none;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 24px;
}

.woocommerce-account .woocommerce {
  position: relative;
  border: solid 1px #F2F2F2;
  border-radius: 6px;
  min-height: 260px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #F2F2F2;
  padding: 1.5em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  font-weight: 800;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li a:active, .woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 1.5em;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 1.5em 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  text-decoration: none;
}
.woocommerce-account .woocommerce-message {
  z-index: 9;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  top: -26px;
}
.woocommerce-account .col-2.woocommerce-Address {
  margin-top: 1.5em;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .woocommerce-account .col-2.woocommerce-Address {
    margin-top: 0;
  }
}
div.bbp-breadcrumb {
  display: inline-block;
  float: none;
}

#subscription-toggle {
  font-weight: 400;
  margin-left: 6px;
  text-decoration: underline;
}

span.bbp-admin-links,
span.bbp-admin-links a,
.bbp-reply-header a.bbp-reply-permalink {
  color: #6B6B6B;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin: 0 0 -3px;
  display: inline-block;
}

.bbp-form textarea {
  max-width: none;
}

#bbpress-forums, #bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 16px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  border-radius: 50%;
  border: none;
  margin-right: 4px;
  vertical-align: initial;
}

#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 50%;
}

.bbp-search-form {
  margin-bottom: 12px;
}

.bbp-search-form div {
  display: -webkit-box;
  display: flex;
}

#bbp_reply_submit,
#bbp_topic_submit {
  font-family: "Open Sans", sans-serif;
  padding: 12px 18px;
  color: white;
  background: #333333;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: background 0.1s ease-in-out;
          transition: background 0.1s ease-in-out;
}
#bbp_reply_submit:hover,
#bbp_topic_submit:hover {
  cursor: pointer;
}
#bbp_reply_submit:hover, #bbp_reply_submit:active, #bbp_reply_submit:focus,
#bbp_topic_submit:hover,
#bbp_topic_submit:active,
#bbp_topic_submit:focus {
  background: #6B6B6B;
}

/*

ATTENTION:

Please do not edit this. Your changes will be overwritten when you update Neo Blog.

If you want to make CSS edits, use the "Custom CSS" section in the Customizer instead (Appearance > Customize).

If you want more information about customizing Neo Blog with CSS, check out this guide: https://www.competethemes.com/help/custom-css-apex/

*/

/* Final custom header overrides */
.site-header {
  position: relative;
  padding: 0;
  text-align: left;
  background: #ffffff;
  border-bottom: none;
  box-shadow: none;
}

.apex-header-bar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 74px;
  max-width: 1280px;
  margin: 10px auto;
  padding: 0 24px 0 30px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.apex-brand.title-container {
  margin: 0;
}

.apex-brand .site-title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 800;
}

.apex-brand .site-title a,
.apex-brand .site-title a:link,
.apex-brand .site-title a:visited {
  position: relative;
  color: #111827;
  text-decoration: none;
}

.apex-brand .site-title a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #111827;
  border-radius: 50%;
  box-shadow: 8px 0 0 #c8a24a;
  vertical-align: 0.08em;
}

.apex-brand .site-title.has-custom-icon a:before {
  display: none;
}

.apex-brand .site-title a:hover,
.apex-brand .site-title a:active,
.apex-brand .site-title a:focus {
  color: #4b5563;
}

.apex-header-nav.menu-primary-container {
  max-height: none;
  overflow: visible;
}

.apex-header-nav .menu-primary {
  margin: 0;
}

.apex-header-nav .menu-primary-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.apex-header-nav .menu-primary-items li {
  margin: 0;
}

.apex-header-nav .menu-primary-items a,
.apex-header-nav .menu-primary-items a:link,
.apex-header-nav .menu-primary-items a:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: #111827;
  font-size: 0.9375em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}

.apex-header-nav .menu-primary-items a:hover,
.apex-header-nav .menu-primary-items a:active,
.apex-header-nav .menu-primary-items a:focus {
  color: #111827;
  background: #bbf7d0;
}

.apex-header-nav .menu-primary-items a:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 2px;
  background: #14532d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease-in-out;
}

.apex-header-nav .menu-primary-items a:hover:after,
.apex-header-nav .menu-primary-items a:focus:after {
  transform: scaleX(1);
}

.apex-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.site-header .apex-header-actions .search-form-container {
  position: relative;
  top: auto;
  right: auto;
  z-index: 9;
  float: none;
  margin: 0;
  text-align: right;
}

.site-header .apex-header-actions .search-form-container button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #111827;
  background: #ffffff;
  border: solid 1px #dfe3e8;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.site-header .apex-header-actions .search-form-container button:hover,
.site-header .apex-header-actions .search-form-container button:active,
.site-header .apex-header-actions .search-form-container button:focus {
  background: #111827;
  color: #ffffff;
}

.site-header .apex-header-actions .search-form-container i {
  color: currentColor;
}

.site-header .apex-header-actions .search-form-container form {
  position: absolute;
  top: 50%;
  right: 52px;
  left: auto;
  width: 280px;
  padding: 0;
  opacity: 0;
  transform: translateY(-50%);
}

.site-header .apex-header-actions .search-form-container button.open + form {
  left: auto !important;
  opacity: 1;
}

.site-header .apex-header-actions .search-form-container .search-field {
  width: 100%;
  max-width: none !important;
  padding: 10px 14px !important;
  background: #fff;
  border: solid 1px #d1d5db;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

@media all and (max-width: 49.9375em) {
  .toggle-navigation {
    position: absolute;
    top: 21px;
    right: 88px;
    z-index: 10;
    margin: 0;
  }

  .apex-header-bar {
    grid-template-columns: 1fr auto;
    gap: 16px;
    min-height: 68px;
    margin: 8px 12px;
    padding: 0 14px 0 18px;
  }

  .apex-brand {
    grid-column: 1;
  }

  .apex-brand .site-title {
    font-size: 1.1em;
  }

  .apex-header-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .apex-header-nav.menu-primary-container {
    max-height: 0;
    overflow: hidden;
  }

  .apex-header-nav.menu-primary-container.open {
    max-height: 999px;
  }

  .apex-header-nav .menu-primary {
    margin: 0;
    padding: 0 0 20px;
  }

  .apex-header-nav .menu-primary-items {
    display: block;
    text-align: center;
  }

  .apex-header-nav .menu-primary-items li {
    margin: 18px 0 0;
  }

  .site-header .apex-header-actions .search-form-container form {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto !important;
    width: min(280px, calc(100vw - 40px));
    transform: none;
  }
}

/* Manjeet front page hero */
.home .main {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.home .sidebar-primary {
  display: none;
}

.manjeet-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  min-height: calc(100vh - 96px);
  overflow: hidden;
  padding: clamp(52px, 7vw, 90px) clamp(34px, 7vw, 86px);
  background:
    radial-gradient(circle at 78% 22%, rgba(17, 24, 39, 0.08), transparent 19%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f8faf9 100%);
}

.home .manjeet-hero {
  position: sticky;
  top: 0;
}

.manjeet-hero__content {
  position: relative;
  z-index: 2;
}

.manjeet-hero__accent {
  display: block;
  width: 30px;
  height: 4px;
  margin: 0 0 28px;
  background: #c8a24a;
}

.manjeet-hero h1 {
  margin: 0 0 30px;
  color: #101010;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.manjeet-hero p {
  margin: 0;
  color: #3f4449;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
}

.manjeet-typed-word {
  display: inline-block;
  min-width: 4.1em;
}

.manjeet-cursor {
  display: inline-block;
  width: 4px;
  height: 0.9em;
  margin-left: 6px;
  vertical-align: -0.08em;
  background: #777;
  animation: manjeetCursorBlink 0.8s steps(1) infinite;
}

@keyframes manjeetCursorBlink {
  0%, 48% {
    opacity: 1;
  }
  49%, 100% {
    opacity: 0;
  }
}

.manjeet-hero__art {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.manjeet-hero__art:before,
.manjeet-hero__art:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: solid 1px rgba(17, 24, 39, 0.18);
}

.manjeet-hero__art:before {
  top: 8%;
  right: 13%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.manjeet-hero__art:after {
  right: 6%;
  bottom: 25%;
  width: 240px;
  height: 1px;
  border-width: 1px 0 0;
}

.manjeet-hero__photo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(430px, 82%);
  max-height: 74vh;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  filter: grayscale(1) contrast(1.04);
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.18);
}

.manjeet-shape {
  position: absolute;
  display: block;
  border: solid 2px rgba(17, 24, 39, 0.26);
}

.manjeet-shape--one {
  top: 24%;
  left: 13%;
  width: 80px;
  height: 80px;
  transform: rotate(28deg);
}

.manjeet-shape--two {
  right: 4%;
  top: 35%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.manjeet-shape--three {
  left: 23%;
  bottom: 22%;
  width: 120px;
  height: 1px;
  border-width: 1px 0 0;
  transform: rotate(-16deg);
}

@media all and (max-width: 56.1875em) {
  .manjeet-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 24px 0;
  }

  .manjeet-hero__art {
    min-height: 420px;
    margin-top: 24px;
  }

  .manjeet-hero__photo {
    width: min(360px, 90%);
    max-height: none;
  }
}

/* About page profile section */
.neo-about-page .main {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.neo-about-page .sidebar-primary {
  display: none;
}

.neo-about {
  position: relative;
  z-index: 2;
  scroll-margin-top: 90px;
  min-height: auto;
  padding: clamp(32px, 4vw, 48px) clamp(18px, 4vw, 56px) 40px;
  color: #232831;
  background:
    linear-gradient(rgba(214, 178, 82, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 178, 82, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 50px 50px;
}

.home .neo-about {
  margin-top: 0;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 -28px 80px rgba(17, 24, 39, 0.1);
}

.neo-about__intro {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.neo-about__intro h1 {
  margin: 0;
  color: #222832;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.38rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.neo-about__intro h1 span {
  color: #d4ad43;
  font-weight: 700;
}

.neo-about__intro p {
  margin: 10px 0 0;
  color: #525966;
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
  line-height: 1.5;
}

.neo-about__card {
  max-width: 680px;
  margin: 24px auto 0;
  padding: clamp(20px, 2.5vw, 30px) clamp(16px, 3vw, 40px) 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: solid 1px rgba(212, 173, 67, 0.14);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(31, 41, 55, 0.07);
}

.neo-about__card h2 {
  margin: 0;
  color: #d4ad43;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.neo-about__card p {
  margin: 12px 0 0;
  color: #454d59;
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  line-height: 1.6;
}

.neo-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.neo-about__button,
.neo-about__button:link,
.neo-about__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: #111827;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  border: solid 2px #2f3135;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.neo-about__button i {
  margin-right: 10px;
  font-size: 0.95em;
}

.neo-about__button--primary,
.neo-about__button--primary:link,
.neo-about__button--primary:visited {
  color: #ffffff;
  border-color: #d4b24f;
  background: #d4b24f;
  box-shadow: 0 12px 22px rgba(212, 178, 79, 0.28);
}

.neo-about__button:hover,
.neo-about__button:focus {
  color: #ffffff;
  background: #2f3135;
  transform: translateY(-2px);
}

.neo-about__button--primary:hover,
.neo-about__button--primary:focus {
  background: #caa338;
  border-color: #caa338;
}

@media all and (max-width: 48em) {
  .home .neo-about {
    margin-top: 0;
    border-radius: 24px 24px 0 0;
  }

  .neo-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .neo-about__intro h1 br,
  .neo-about__card p br {
    display: none;
  }

  .neo-about__card {
    margin-top: 32px;
    border-radius: 14px;
  }

  .neo-about__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Blog landing page */
.neo-blog-page {
  background: #ffffff;
}

.neo-blog-page .overflow-container,
.neo-blog-page .max-width {
  background: transparent;
}

.neo-blog-page .main {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.neo-blog-page .sidebar-primary {
  display: none;
}

.neo-blog-landing {
  width: min(1240px, calc(100% - 48px));
  margin: 42px auto 62px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 48px;
  color: #f5f5f5;
}

.neo-blog-author-card,
.neo-blog-featured {
  border: solid 1px #60329c;
  border-radius: 8px;
  background: #1c1d20;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.neo-blog-author-card {
  min-height: 548px;
  padding: 40px 32px 34px;
  text-align: center;
}

.neo-blog-author-card__photo {
  display: block;
  width: 204px;
  height: 204px;
  margin: 0 auto 26px;
  object-fit: cover;
  object-position: center top;
  border: solid 2px #6e38b5;
  border-radius: 8px;
  filter: grayscale(1) contrast(1.08);
  background: #2b2c30;
}

.neo-blog-author-card h1 {
  margin: 0;
  color: #f4f4f5;
  font-size: 1.92rem;
  font-weight: 900;
  line-height: 1.18;
}

.neo-blog-author-card p {
  margin: 12px 0 0;
  color: #b7b7bd;
  font-size: 1.05rem;
  font-weight: 800;
}

.neo-blog-author-card span {
  display: block;
  margin-top: 10px;
  color: #a4a4ab;
  font-size: 0.98rem;
  font-weight: 800;
}

.neo-blog-author-card em {
  display: block;
  margin-top: 40px;
  color: #8f8f96;
  font-size: 0.98rem;
  font-weight: 800;
}

.neo-blog-author-card__links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 48px;
}

.neo-blog-author-card__links a,
.neo-blog-author-card__links a:link,
.neo-blog-author-card__links a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #c8c8ce;
  font-size: 1.1rem;
}

.neo-blog-author-card__links a:hover,
.neo-blog-author-card__links a:focus {
  color: #9a5cff;
}

.neo-blog-featured {
  overflow: hidden;
}

.neo-blog-featured__media {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #3a2a21;
}

.neo-blog-featured__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 18, 19, 0) 44%, rgba(17, 18, 19, 0.9) 100%),
    rgba(118, 72, 21, 0.28);
}

.neo-blog-featured__media img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center 22%;
  filter: sepia(0.28) saturate(0.82) brightness(0.92);
}

.neo-blog-featured__badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 22px;
  padding: 9px 15px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 4px;
  background: #914cf0;
}

.neo-blog-featured__headline {
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(4rem, 7vw, 6.3rem);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.neo-blog-featured__arrow {
  position: absolute;
  z-index: 3;
  top: 52%;
  width: 44px;
  height: 44px;
  color: #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(26, 26, 28, 0.58);
}

.neo-blog-featured__arrow--left {
  left: 22px;
}

.neo-blog-featured__arrow--right {
  right: 22px;
}

.neo-blog-featured__content {
  position: relative;
  padding: 24px 24px 26px;
}

.neo-blog-featured__content h2 {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(1.55rem, 2.35vw, 2.02rem);
  font-weight: 900;
  line-height: 1.25;
}

.neo-blog-featured__content p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #a5a5ac;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
}

.neo-blog-featured__read-more,
.neo-blog-featured__read-more:link,
.neo-blog-featured__read-more:visited {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #914cf0;
  font-size: 1.05rem;
  font-weight: 900;
}

.neo-blog-featured__dots {
  position: absolute;
  right: 44%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.neo-blog-featured__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #74747a;
}

.neo-blog-featured__dots .is-active {
  width: 32px;
  border-radius: 999px;
  background: #914cf0;
}

@media all and (max-width: 64em) {
  .neo-blog-landing {
    width: min(720px, calc(100% - 32px));
  }

  .neo-blog-landing {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media all and (max-width: 42em) {

  .neo-blog-author-card {
    min-height: auto;
  }

  .neo-blog-featured__media,
  .neo-blog-featured__media img {
    min-height: 270px;
    height: 270px;
  }

  .neo-blog-featured__headline {
    font-size: 3.4rem;
  }

  .neo-blog-featured__dots {
    position: static;
    justify-content: center;
    margin-top: 22px;
  }
}

/* Submenu Hover & Blog Page Dropdown Styling */
@media all and (min-width: 50em) {
  .menu-primary-items li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}



/* ==========================================
   Redesigned Split Hero Section (Light Theme)
   ========================================== */
.manjeet-hero-split {
  padding: 30px 0 50px;
  background: #ffffff;
}

.manjeet-hero-split__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* Left Profile Card */
.manjeet-hero-card-left {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px 28px 36px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manjeet-hero-card-left__photo-wrapper {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 4px solid #f3e8ff;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(145, 76, 240, 0.08);
}

.manjeet-hero-card-left__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.05);
}

.manjeet-hero-card-left__name {
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.2;
}

.manjeet-hero-card-left__title {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.manjeet-hero-card-left__location {
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.manjeet-hero-card-left__motto {
  color: #475569;
  font-size: 0.9rem;
  font-style: italic;
  display: block;
  font-weight: 500;
  margin: 0 0 32px;
}

/* Social icons at the bottom of the card */
.manjeet-hero-card-left__socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  border-top: 1px solid #f1f5f9;
  padding-top: 24px;
  margin-top: auto;
}

.manjeet-hero-card-left__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.manjeet-hero-card-left__socials a:hover,
.manjeet-hero-card-left__socials a:focus {
  color: #ffffff;
  background: #914cf0;
  border-color: #914cf0;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(145, 76, 240, 0.2);
}

/* Right Featured Post Slider */
.manjeet-hero-slider-right {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.manjeet-hero-slider-right__slides {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.manjeet-hero-slide {
  display: none;
}

.manjeet-hero-slide.is-active {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.manjeet-hero-slide.is-active .manjeet-hero-slide__media img {
  animation: slideMediaFromRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.manjeet-hero-slide.is-active .manjeet-hero-slide__content h2,
.manjeet-hero-slide.is-active .manjeet-hero-slide__content p,
.manjeet-hero-slide.is-active .manjeet-hero-slide__content a {
  animation: slideContentFromRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.manjeet-hero-slide.is-active .manjeet-hero-slide__content p {
  animation-delay: 0.05s;
}

.manjeet-hero-slide.is-active .manjeet-hero-slide__content a {
  animation-delay: 0.1s;
}

@keyframes slideMediaFromRight {
  from {
    transform: translateX(100%);
    opacity: 0.3;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideContentFromRight {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.manjeet-hero-slide__media {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #f1f5f9;
}

.manjeet-hero-slide__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.manjeet-hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.manjeet-hero-slide__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}

.manjeet-hero-slide__badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 24px;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 4px;
  background: #914cf0;
  box-shadow: 0 4px 10px rgba(145, 76, 240, 0.25);
  letter-spacing: 0.05em;
}

.manjeet-hero-slide__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.manjeet-hero-slide__arrow:hover,
.manjeet-hero-slide__arrow:focus {
  background: #914cf0;
  border-color: #914cf0;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(145, 76, 240, 0.3);
}

.manjeet-hero-slide__arrow--left {
  left: 20px;
}

.manjeet-hero-slide__arrow--right {
  right: 20px;
}

.manjeet-hero-slide__content {
  padding: 36px 36px 44px;
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.manjeet-hero-slide__content h2 {
  color: #0f172a;
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0 0 14px;
  line-height: 1.3;
}

.manjeet-hero-slide__content h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.manjeet-hero-slide__content h2 a:hover,
.manjeet-hero-slide__content h2 a:focus {
  color: #914cf0;
  text-decoration: none;
}

.manjeet-hero-slide__content p {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 24px;
}

.manjeet-hero-slide__read-more,
.manjeet-hero-slide__read-more:link,
.manjeet-hero-slide__read-more:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #914cf0;
  font-weight: 800;
  font-size: 1rem;
  transition: gap 0.2s ease;
}

.manjeet-hero-slide__read-more:hover,
.manjeet-hero-slide__read-more:focus {
  color: #7c2d12;
  gap: 12px;
}

/* Dots navigation */
.manjeet-hero-slider-right__dots {
  position: absolute;
  right: 36px;
  bottom: 44px;
  display: flex;
  gap: 6px;
  z-index: 5;
}

.manjeet-hero-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.manjeet-hero-slider-dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: #914cf0;
}

/* Responsive breakout */
@media all and (max-width: 56.25em) {
  .manjeet-hero-split__container {
    grid-template-columns: 1fr;
    gap: 32px;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
  
  .manjeet-hero-card-left {
    padding: 32px 24px;
  }
  
  .manjeet-hero-slide__media {
    height: 280px;
  }
  
  .manjeet-hero-slide__content {
    padding: 28px 24px 56px;
  }
  
  .manjeet-hero-slider-right__dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    right: auto;
  }
}

.menu-primary-items .sub-menu a:hover,
.menu-primary-items .sub-menu a:focus {
  background: #14532d !important;
  color: #ffffff !important;
}

.menu-primary-items .sub-menu a:after {
  display: none !important;
}

/* ==========================================
   My Projects Page Custom Styles
   ========================================== */
.neo-projects-page {
  padding: 60px 0 100px;
  background: #ffffff;
  min-height: calc(100vh - 120px);
}

.neo-projects-page__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
}

.neo-projects-page__header {
  text-align: left;
  margin-bottom: 30px;
}

.neo-projects-page__subtitle {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #d4ad43;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.neo-projects-page__title {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.neo-projects-page__divider {
  width: 36px;
  height: 3px;
  background: #d4ad43;
  border-radius: 99px;
}

/* Projects Grid */
.neo-projects-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.neo-projects-card__link {
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.neo-projects-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.neo-projects-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
}

.neo-projects-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f5f9;
  position: relative;
}

.neo-projects-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.neo-projects-card:hover .neo-projects-card__media img {
  transform: scale(1.04);
}

.neo-projects-card__content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.neo-projects-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.35;
}

.neo-projects-card__text {
  font-size: 0.8rem;
  color: #475569;
  line-height: 1.45;
  margin: 0 0 14px;
  flex: 1;
}

.neo-projects-card__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}

.neo-projects-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.neo-projects-btn i {
  margin-right: 4px;
  font-size: 0.95em;
}

.neo-projects-btn--github {
  background: #2f3135;
  color: #ffffff;
  border: 1px solid #2f3135;
}

.neo-projects-btn--github:hover {
  background: #111827;
  border-color: #111827;
}

.neo-projects-btn--live {
  background: #ffffff;
  color: #d4ad43;
  border: 1.5px solid #d4ad43;
}

.neo-projects-btn--live:hover {
  background: #d4ad43;
  color: #ffffff;
}

/* Responsive breakout for projects */
@media all and (max-width: 64em) {
  .neo-projects-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media all and (max-width: 36em) {
  .neo-projects-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .neo-projects-page {
    padding: 40px 0 60px;
  }
}

/* ==========================================
   Latest Stories Section Custom Styles
   ========================================== */
.neo-latest-stories {
  background: #ffffff;
  padding: 80px 0 90px;
  color: #1e293b;
}

.neo-stories-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}

.neo-stories-header {
  text-align: center;
  margin-bottom: 56px;
}

.neo-stories-title {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 850;
  color: #1e293b;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.neo-stories-subtitle {
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  color: #334155;
  margin: 0;
}

/* Stories List & Card Grid */
.neo-stories-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.neo-story-card {
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  background: #18181b;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neo-story-card--reverse {
  grid-template-columns: minmax(0, 1fr) 460px;
}

.neo-story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.neo-story-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #09090b;
}

.neo-story-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.neo-story-card:hover .neo-story-card__media img {
  transform: scale(1.03);
}

.neo-story-card__badge {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 20px;
  padding: 6px 14px;
  background: #914cf0;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 850;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.neo-story-card__content {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.neo-story-card__title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.neo-story-card__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.neo-story-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #94a3b8;
}

.neo-story-card__meta-item i {
  font-size: 0.9em;
  color: #64748b;
}

.neo-story-card__text {
  font-size: 1.02rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 28px;
}

.neo-story-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c084fc;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  margin-top: auto;
  align-self: flex-start;
}

.neo-story-card__read-more:hover {
  color: #d8b4fe;
  gap: 12px;
}

/* Pagination Dots */
.neo-stories-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.neo-stories-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #334155;
  cursor: pointer;
  transition: all 0.3s ease;
}

.neo-stories-dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: #914cf0;
}

/* Responsive breakout for stories */
@media all and (max-width: 64em) {
  .neo-story-card,
  .neo-story-card--reverse {
    grid-template-columns: 1fr;
  }
  
  .neo-story-card__media {
    aspect-ratio: 16 / 9;
  }
  
  .neo-story-card--reverse .neo-story-card__badge {
    right: auto;
    left: 20px;
  }
  
  .neo-story-card__content {
    padding: 36px 32px;
  }
}

@media all and (max-width: 36em) {
  .neo-stories-header {
    margin-bottom: 36px;
  }
  
  .neo-story-card__content {
    padding: 28px 24px;
  }
  
  .neo-story-card__title {
    font-size: 1.35rem;
  }
  
  .neo-story-card__text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .neo-latest-stories {
    padding: 60px 0 70px;
  }
}

/* ==========================================
   Most Popular Section Custom Styles
   ========================================== */
.neo-most-popular {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 70px 50px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  text-align: center;
}

.neo-popular-divider-line {
  height: 2px;
  background-color: #1958b7;
  width: 100%;
}

.neo-popular-main-title {
  color: #1958b7;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 500;
  margin: 40px 0 54px;
  letter-spacing: -0.01em;
}

.neo-popular-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 54px;
}

.neo-popular-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neo-popular-number {
  color: #1958b7;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.neo-popular-item-title {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 860px;
}

.neo-popular-item-title a {
  color: #1958b7;
  text-decoration: none;
  transition: color 0.16s ease;
}

.neo-popular-item-title a:hover {
  text-decoration: underline;
  color: #0f3d82;
}

/* ==========================================
   Two-Column Grid & Sticky Sidebar Layout
   ========================================== */
@media all and (min-width: 64em) {
  .overflow-container {
    overflow: visible;
  }

  .neo-homepage-scroll-container {
    background: #ffffff;
  }

  .neo-homepage-grid-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 36px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .neo-homepage-sidebar-col {
    position: sticky;
    top: 60px;
    align-self: start;
  }
  
  .neo-featured-article {
    border-top: none;
  }

  /* Override general story card columns in split layout */
  .neo-homepage-main-col .neo-story-card {
    grid-template-columns: 350px minmax(0, 1fr);
  }
  
  .neo-homepage-main-col .neo-story-card--reverse {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  /* Sidebar-specific card sizing tweaks */
  .neo-homepage-sidebar-col .neo-most-popular {
    margin-top: 0;
    padding: 48px 30px;
  }

  .neo-homepage-sidebar-col .neo-popular-main-title {
    font-size: 2rem;
    margin: 30px 0 36px;
  }

  .neo-homepage-sidebar-col .neo-popular-list {
    gap: 30px;
    margin-bottom: 36px;
  }

  .neo-homepage-sidebar-col .neo-popular-item-title {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

@media all and (max-width: 48em) {
  .neo-most-popular {
    padding: 44px 24px;
    margin-top: 40px;
  }
  .neo-popular-main-title {
    margin: 30px 0 40px;
  }
  .neo-popular-list {
    gap: 32px;
    margin-bottom: 40px;
  }
}

/* ==========================================
   Featured Article Section (Travel on Budget)
   ========================================== */
.neo-featured-article {
  background: #ffffff;
  padding: 80px 0 100px;
  border-top: 1px solid #f1f5f9;
}

.neo-featured-article__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.neo-featured-article__title {
  text-align: center;
  font-family: "Georgia", Times, serif;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 400;
  color: #111827;
  margin: 0 0 28px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.neo-featured-article__excerpt {
  text-align: center;
  font-family: "Georgia", Times, serif;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
  color: #374151;
  max-width: 880px;
  margin: 0 auto 44px;
}

.neo-highlight-text {
  color: #e15b3e;
  font-weight: 500;
}

.neo-featured-article__action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  margin: 0 auto 36px;
}

.neo-featured-article__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  border: 1px solid #e15b3e;
  color: #e15b3e;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.2s ease;
  border-radius: 2px;
}

.neo-featured-article__btn:hover,
.neo-featured-article__btn:focus {
  background: #e15b3e;
  color: #ffffff;
  border-color: #e15b3e;
  text-decoration: none;
}

.neo-featured-article__comments {
  color: #e15b3e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.neo-featured-article__divider {
  height: 1px;
  background-color: #e5e7eb;
  width: 100%;
  margin: 0 auto 44px;
}

.neo-featured-article__media {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.neo-featured-article__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center center;
}

.neo-featured-article__meta {
  background-color: #fbfaf8;
  padding: 18px 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0;
  border: 1px solid #f1f0ec;
  border-top: none;
}

.neo-featured-article__dot {
  margin: 0 8px;
  color: #d1d5db;
}

@media all and (max-width: 48em) {
  .neo-featured-article {
    padding: 50px 0 60px;
  }
  .neo-featured-article__excerpt {
    margin-bottom: 30px;
  }
  .neo-featured-article__action-bar {
    margin-bottom: 24px;
  }
  .neo-featured-article__divider {
    margin-bottom: 30px;
  }
  .neo-featured-article__meta {
    padding: 14px 0;
    letter-spacing: 0.1em;
  }
}

/* ==========================================
   Grid Articles & Load More Section Custom Styles
   ========================================== */
.neo-grid-articles-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1.5px solid #eaeaea;
}

.neo-grid-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 24px;
}

@media all and (min-width: 48em) {
  .neo-grid-articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
}

.neo-grid-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.neo-grid-card__media {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  margin-bottom: 18px;
}

.neo-grid-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.neo-grid-card__content {
  text-align: center;
}

.neo-grid-card__category {
  display: block;
  font-size: 0.725rem;
  font-weight: 700;
  color: #e15b3e;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.neo-grid-card__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 10px;
}

.neo-grid-card__title a {
  color: #1a1a1a;
  text-decoration: none;
}

.neo-grid-card__title a:hover {
  color: #e15b3e;
}

.neo-grid-card__excerpt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #4a4a4a;
  margin: 0 0 14px;
  font-style: italic;
}

.neo-grid-card__comments {
  display: block;
  font-size: 0.725rem;
  font-weight: 700;
  color: #e15b3e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Load More Button Styles */
.neo-load-more-container {
  display: flex;
  justify-content: center;
  margin: 60px 0 50px;
}

.neo-load-more-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 0.725rem;
  font-weight: 700;
  color: #e15b3e;
  background: transparent;
  border: 1.5px solid #e15b3e;
  padding: 12px 28px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease-in-out;
}

.neo-load-more-btn:hover {
  background: #e15b3e;
  color: #ffffff;
}

/* Animations for JS loaded cards */
@keyframes neoFadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.neo-grid-card--loaded {
  animation: neoFadeInUp 0.4s ease-out forwards;
}

/* Blog Page Pagination styling */
.neo-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 50px 0 70px;
}

.neo-blog-pagination a,
.neo-blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.neo-blog-pagination a:hover,
.neo-blog-pagination span.current {
  background: #e15b3e;
  border-color: #e15b3e;
  color: #ffffff;
}

.neo-blog-pagination span.current {
  cursor: default;
}

/* Blog Page Spacing Tweaks */
.neo-blog-page-container .neo-featured-article:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================
   Premium Footer Bar Styles
   ========================================== */
.site-footer {
  background: #ffffff;
  padding: 40px 0;
  border: none;
}

.neo-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}

.neo-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background: #FFA500; /* Matching header orange */
  border: solid 2px #14532d; /* Matching header dark green border */
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 3px 3px 0 #bbf7d0; /* Matching header drop shadow */
}

.neo-footer-left {
  flex: 1;
  min-width: 250px;
}

.neo-footer-copyright {
  color: #14532d;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.neo-footer-copyright a {
  color: inherit;
  text-decoration: none;
}

.neo-footer-tagline {
  color: #14532d;
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 600;
  margin: 0;
}

.neo-footer-center {
  display: flex;
  justify-content: center;
}

.neo-footer-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}

.neo-footer-menu-items a {
  color: #14532d;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-block;
}

.neo-footer-menu-items a:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.neo-footer-right {
  display: flex;
  justify-content: flex-end;
  min-width: 160px;
}

.neo-footer-socials {
  display: flex;
  gap: 12px;
}

.neo-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #14532d;
  border-radius: 50%;
  color: #14532d;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.neo-footer-socials a:hover {
  background: #14532d;
  color: #ffffff;
  transform: translateY(-2px);
}

@media all and (max-width: 56.25em) {
  .neo-footer-bar {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  .neo-footer-left,
  .neo-footer-right {
    min-width: auto;
    justify-content: center;
    text-align: center;
  }
  .neo-footer-menu-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

/* ==========================================
   Smart Sticky Header on Scroll Up
   ========================================== */
.overflow-container {
  overflow: visible !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}

/* Hide header when scrolling down */
.site-header.header-hidden {
  transform: translateY(-100%);
}

/* Stick header when scrolling up */
.site-header.header-sticky {
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* ==========================================
   Centered Layout for Single Post Pages
   ========================================== */
.single .sidebar-primary,
.single-post .sidebar-primary {
  display: none !important;
}

@media all and (min-width: 56.25em) {
  .single .main,
  .single-post .main {
    width: 100% !important;
    max-width: 860px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
  }
}

/* ==========================================
   Single Post Navigation & Suggestion Section
   ========================================== */
.neo-single-post-footer {
  margin-top: 3.5em;
  margin-bottom: 2em;
}

/* Nav Bar Styles */
.neo-post-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
  font-family: inherit;
}

.neo-post-nav-left,
.neo-post-nav-right {
  flex: 1;
}

.neo-post-nav-right {
  text-align: right;
}

.neo-post-nav-btn {
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  color: #64748b;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.neo-post-nav-btn:hover {
  color: #14532d;
  text-decoration: none;
}

.neo-post-nav-disabled {
  color: #cbd5e1;
  cursor: not-allowed;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.neo-post-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 2;
}

.neo-post-nav-comments-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.neo-post-nav-comments-link:hover {
  text-decoration: none;
}

.neo-post-nav-comments-num {
  color: #FFA500;
  font-weight: 800;
}

.neo-post-nav-comments-txt {
  color: #0f172a;
  font-weight: 750;
}

.neo-post-nav-share {
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid #e2e8f0;
  padding-left: 24px;
}

.neo-post-nav-share a {
  color: #64748b;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.neo-post-nav-share a:hover {
  color: #14532d;
}

/* Suggest Section Styles */
.neo-post-suggest-section {
  background: #14532d;
  margin: 0;
  padding: 44px 36px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.neo-post-suggest-title {
  color: #ffffff !important;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 32px !important;
  letter-spacing: 0.02em;
}

.neo-post-suggest-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.neo-post-suggest-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  padding: 4px 0;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  box-sizing: border-box;
}

.neo-post-suggest-track::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome/Safari/Edge */
}

.neo-post-suggest-card {
  flex: 0 0 calc((100% - 48px) / 3); /* Exactly 3 cards visible on desktop */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.neo-post-suggest-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.75;
}

.neo-post-suggest-arrow:hover {
  color: #FFA500;
  opacity: 1;
  transform: translateY(-50%) scale(1.15);
}

.neo-post-suggest-arrow--left {
  left: -28px;
}

.neo-post-suggest-arrow--right {
  right: -28px;
}

.neo-post-suggest-card__media-link {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.neo-post-suggest-card__media {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  background: #1b4d2e;
}

.neo-post-suggest-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.neo-post-suggest-card__media-link:hover img {
  transform: scale(1.05) !important;
}

.neo-post-suggest-card__title {
  margin: 0 0 8px !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  font-family: inherit !important;
}

.neo-post-suggest-card__title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.neo-post-suggest-card__title a:hover {
  color: #FFA500 !important;
  text-decoration: none !important;
}

.neo-post-suggest-card__comments {
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.05em !important;
  color: #9cdb9c !important;
  text-transform: uppercase !important;
}

/* Responsiveness */
@media (max-width: 48em) {
  .neo-post-nav-bar {
    flex-direction: column;
    gap: 16px;
    padding: 1.5em 0;
  }
  .neo-post-nav-center {
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 12px 0;
    width: 100%;
  }
  .neo-post-nav-share {
    border-left: none;
    padding-left: 0;
  }
  .neo-post-suggest-card {
    flex: 0 0 100%; /* Show 1 card at a time on mobile */
  }
  .neo-post-suggest-arrow {
    display: none; /* Hide arrow navigation on small mobile touchscreens */
  }
}

/* ==========================================
   Books & Resources Page Layout
   ========================================== */
.neo-books-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 24px;
}

.neo-books-header {
  text-align: center;
  margin-bottom: 48px;
}

.neo-books-title {
  font-size: 2.5rem;
  font-weight: 850;
  color: #1e293b;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.neo-books-subtitle {
  font-size: 1.15rem;
  color: #64748b;
  margin: 0;
}

.neo-books-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.neo-books-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neo-books-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.neo-books-card__cover-wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.neo-books-card__cover {
  position: relative;
  aspect-ratio: 3/4; /* Classic portrait book cover aspect ratio */
  background: #f1f5f9;
  overflow: hidden;
}

.neo-books-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.neo-books-card__cover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 83, 45, 0.9); /* Dark green matching overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.neo-books-card__view-label {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #ffffff;
  padding: 8px 18px;
  border-radius: 4px;
  transform: translateY(10px);
  transition: transform 0.25s ease;
}

.neo-books-card__cover-link:hover .neo-books-card__cover img {
  transform: scale(1.06);
}

.neo-books-card__cover-link:hover .neo-books-card__cover-overlay {
  opacity: 1;
}

.neo-books-card__cover-link:hover .neo-books-card__view-label {
  transform: translateY(0);
}

.neo-books-card__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.neo-books-card__title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
}

.neo-books-card__title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.neo-books-card__title a:hover {
  color: #FFA500;
  text-decoration: none;
}

.neo-books-card__description {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 20px;
  flex: 1;
}

.neo-books-card__action {
  margin-top: auto;
}

.neo-books-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #14532d; /* Solid dark green matching standard layout buttons */
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.85rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.neo-books-card__btn:hover,
.neo-books-card__btn:focus {
  background: #FFA500; /* Inverts to orange hover color */
  text-decoration: none !important;
}

.neo-books-card__btn--buy {
  background: #FFA500; /* Warm orange to denote paid book purchases */
}

.neo-books-card__btn--buy:hover,
.neo-books-card__btn--buy:focus {
  background: #14532d; /* Inverts to dark green on hover */
}

.neo-books-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #64748b;
  font-size: 1.1rem;
  padding: 60px 20px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
}

/* Responsive Books Shelf */
@media (max-width: 64em) {
  .neo-books-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 48em) {
  .neo-books-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .neo-books-title {
    font-size: 2rem;
  }
}

@media (max-width: 32em) {
  .neo-books-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ==========================================
   Checkout & Payment Success Page Layouts
   ========================================== */
.neo-woo-checkout-wrapper,
.neo-success-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.neo-woo-checkout-title {
  text-align: center;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  color: #333333;
  margin: 0 0 40px !important;
  font-family: inherit;
}

.neo-woo-checkout-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.neo-woo-checkout-billing {
  background: #ffffff;
}

.neo-woo-checkout-section-title {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #333333;
  margin: 0 0 24px !important;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  font-family: inherit;
}

.neo-woo-form-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.neo-woo-field {
  margin-bottom: 20px;
}

.neo-woo-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444444;
  margin-bottom: 8px;
}

.neo-woo-field label .required {
  color: #cc0000;
  font-weight: bold;
}

.neo-woo-field input[type="text"],
.neo-woo-field input[type="email"],
.neo-woo-field input[type="tel"],
.neo-woo-field select {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.95rem;
  color: #333333;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.neo-woo-field input:focus,
.neo-woo-field select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Your Order Column */
.neo-woo-checkout-order {
  background: #ffffff;
}

.neo-woo-order-review {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 30px;
  background: #ffffff;
}

.neo-woo-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.neo-woo-order-table th,
.neo-woo-order-table td {
  padding: 12px 0;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  color: #555555;
}

.neo-woo-order-table th {
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.neo-woo-order-table td.product-total,
.neo-woo-order-table tr.shipping td,
.neo-woo-order-table tr.order-total td,
.neo-woo-order-table tr.cart-subtotal td {
  text-align: right;
  font-weight: 600;
  color: #333333;
}

.neo-woo-order-table tr.order-total th,
.neo-woo-order-table tr.order-total td {
  border-bottom: 2px solid #dddddd;
  font-size: 1.1rem;
}

/* Payment Panel */
.neo-woo-payment {
  margin-top: 24px;
}

.neo-woo-payment-methods {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.wc_payment_method {
  margin-bottom: 16px;
}

.wc_payment_method input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
}

.wc_payment_method label {
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  font-size: 0.95rem;
}

.payment_box {
  background: #f3f4f6;
  border-radius: 4px;
  padding: 14px 20px;
  margin-top: 8px;
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.4;
  position: relative;
}

.payment_box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f3f4f6;
  position: absolute;
  top: -8px;
  left: 20px;
}

/* UPI Icons */
.upi-icons-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.upi-icon {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  display: inline-block;
  text-transform: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.upi-icon--bhim {
  color: #e05e26;
  border-color: #e05e26;
}

.upi-icon--phonepe {
  color: #5f259f;
  border-color: #5f259f;
}

.upi-icon--gpay {
  color: #4285f4;
  border-color: #4285f4;
}

.upi-icon--paytm {
  color: #002e6e;
  border-color: #00baf2;
}

/* Submit Button */
.neo-woo-place-order-btn {
  display: block;
  width: 100%;
  background: #3b82f6; /* Blue matching screenshot */
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}

.neo-woo-place-order-btn:hover {
  background: #2563eb;
}

/* Success Card */
.neo-success-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 56px 40px;
  text-align: center;
  max-width: 550px;
  margin: 40px auto;
}

.neo-success-icon {
  font-size: 4rem;
  color: #10b981;
  margin-bottom: 24px;
}

.neo-success-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #333333;
  margin: 0 0 10px !important;
}

.neo-success-subtitle {
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  margin: 0 0 36px;
}

.neo-success-details {
  background: #f9fafb;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 36px;
  text-align: left;
}

.neo-success-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.neo-success-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.neo-success-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}

.neo-success-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #333333;
}

.neo-success-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #3b82f6;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.neo-success-download-btn:hover {
  background: #2563eb;
}

.neo-success-auto-msg {
  font-size: 0.8rem;
  color: #777777;
  margin-top: 14px;
  margin-bottom: 0;
}

.neo-checkout-error {
  max-width: 600px;
  margin: 80px auto;
  text-align: center;
  background: #fef2f2;
  border: 1px solid #fee2e2;
  color: #991b1b;
  padding: 24px;
  border-radius: 4px;
}

/* WooCommerce Styled Cart Page */
.neo-woo-cart-wrapper {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
  background: #ffffff;
}

.neo-woo-cart-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
  color: #333333;
  text-align: left;
}

.neo-woo-cart-grid {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 40px;
  align-items: start;
}

.neo-woo-cart-list-wrapper {
  overflow-x: auto;
}

.neo-woo-cart-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.neo-woo-cart-table th {
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  padding: 15px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.neo-woo-cart-table td {
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
  font-size: 0.95rem;
}

.neo-woo-cart-table .product-remove a:hover {
  color: #c9302c !important;
}

.neo-woo-cart-table .coupon input:focus {
  border-color: #FFA500 !important;
  outline: none;
}

.neo-woo-cart-totals-wrapper {
  position: sticky;
  top: 100px;
}

.neo-woo-checkout-btn:hover {
  background: #004d40 !important;
  color: #FFA500 !important;
  border-color: #8bc34a !important;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px #8bc34a !important;
}

.neo-woo-checkout-btn:active {
  transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 64em) {
  .neo-woo-checkout-grid,
  .neo-woo-cart-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 32em) {
  .neo-woo-checkout-title,
  .neo-woo-cart-title {
    font-size: 2.2rem !important;
  }
  .neo-woo-form-row--two {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .neo-woo-order-review {
    padding: 20px;
  }
  .neo-success-card {
    padding: 40px 20px;
  }
}

/* Custom grid post card centering on mobile */
@media (max-width: 48em) {
  .neo-grid-card__content {
    text-align: center !important;
  }
}

/* Align homepage and blog grid layout on mobile screens */
@media (max-width: 64em) {
  .neo-homepage-grid-layout {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}



