@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* outline: 1px solid green; */
}

html {
  width: 100%;
  height: 100%;
  scrollbar-gutter: stable;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* overflow-x: hidden; */
}

body * {
  font-family: "Raleway", sans-serif;
}

body.stop-scroll {
  overflow-y: hidden;
}

header,
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* header {
  position: sticky;
  top: 0;
  background-color: var(--color-background);
  z-index: 99;
} */

footer {
  padding: 54px 0;
  background: var(--footer-bg);
}

main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.wrapper {
  max-width: 1424px;
  place-self: center;
  padding: 0 0 100px 0;
}

.header-container {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

.navigation {
  display: flex;
  flex-direction: row;
  gap: 97px;
  justify-content: center;
  align-items: center;
}

.navigation > div:last-child {
  display: flex;
  flex-direction: row;
  gap: 36px;
  justify-content: center;
  align-items: center;
}

.header-menu-container ul {
  display: flex;
  flex-direction: row;
  gap: 53px;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.header-menu-container ul a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--header-link-color);
}

.fcc-nav ul li {
  height: 26px;
}

.contact-us {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  padding: 10px 46px;
  border-radius: 8px;
  /* width: 180px; */
  width: fit-content;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.footer-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 58px;
}

.copy {
  padding: 40px 0 54px 0;
  border-top: 1px solid #ffffff;
  width: 100%;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-nav {
  padding: 42px 0 32px 0;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  gap: 56px;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.footer-nav ul li a {
  color: var(--footer-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.footer-social {
  display: flex;
  flex-direction: row;
  gap: 44px;
  justify-content: center;
  align-items: center;
}

.footer-social svg path {
  fill: var(--footer-svg);
}

.copy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--footer-color);
}

.wrapper {
  width: 1200px;
}

section.post-category {
  width: 100%;
  padding: 0 0 72px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.categories-list {
  width: 100%;
}

.categories-list ul,
.post-categories ul {
  display: flex;
  flex-direction: row;
  gap: 17px;
  list-style: none;
}

/** **/

.cat-list li {
  padding: 9px 32px;
  height: 37px;
  width: fit-content;
  border-radius: 15px;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.cat-list li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}

.cat-item.category-crypto-news,
ul.sub-menu .category-crypto-news {
  background-color: #cce9ff;
}

.cat-item.category-academy,
ul.sub-menu .category-academy {
  background-color: #c4cbd0;
}

.cat-item.category-ai,
ul.sub-menu .category-ai {
  background-color: #6e98f2;
}

.cat-item.category-defi,
ul.sub-menu .category-defi {
  background-color: #d7fdcd;
}

.cat-item.category-depin,
ul.sub-menu .category-depin {
  background-color: #ddb3ed;
}

.cat-item.category-rwa,
ul.sub-menu .category-rwa {
  background-color: #a3f9e5;
}

.cat-item.category-pauls-penthouse,
ul.sub-menu .category-pauls-penthouse {
  background-color: #ffaf9f;
}

.cat-item.category-dev-blog,
ul.sub-menu .category-dev-blog {
  background-color: #d288c8;
}

.cat-item.category-industry-commentary,
ul.sub-menu .category-industry-commentary {
  background-color: #8dfffd;
}

.cat-item.category-reports,
ul.sub-menu .category-reports {
  background-color: #f9ffba;
}

.cat-item.category-roadmap,
ul.sub-menu .category-roadmap {
  background-color: #ffcece;
}

.cat-item.category-pauls-penthouse,
ul.sub-menu .category-pauls-penthouse {
  background-color: #ffaf9f;
}

/** **/

.post-col {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.post-col .post-image {
  width: 100%;
  height: 255px;
}

.post-col .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

.post-categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 0 24px 0;
  gap: 17px;
}

.date {
  color: var(--data-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.post-content h3 a {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -1px;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-meta svg path {
  fill: var(--data-color);
}

.post-meta a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  padding: 9px 28px;
  border: 1px solid var(--color-text);
  border-radius: 8px;
  color: var(--color-text);
  height: 40px;
  width: fit-content;
}

.post-meta span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  vertical-align: middle;
  color: var(--data-color);
}

.post-meta span:nth-child(1n) {
  gap: 6px;
}

.post-meta-info {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: center;
  align-items: center;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: flex-start;
}

.post-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 16px;
}

.post-row .post-content {
  justify-content: space-between;
  min-height: 221px;
}

/** **/
.post-col {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.post-col.is-loading {
  opacity: 0;
  transform: translateY(30px);
}

.load-more-container {
  text-align: center;
  margin-top: 60px;
}

#load-more-btn,
#show-less-btn {
  display: inline-block;
}

.load-more-container button {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  padding: 16px 40px;
  border-radius: 8px;
  width: fit-content;
  height: 56px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  border: none;
  transition: all 0.3s ease-in-out;
}

.view-all button {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  padding: 16px 48px;
  border-radius: 8px;
  width: -webkit-max-content;
  height: 52px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  border: 1.5px solid var(--header-btn-bg);
  transition: all 0.3s ease-in-out;
}

.highlight {
  display: flex;
  flex-direction: column;
  padding: 122px 0 96px 0;
}

.highlight-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.highlight-img {
  width: 608px;
  height: 576px;
}

.highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 10%;
  color: --color-text;
}

.highlight-box .post-categories {
  padding: 17px 0 0 0;
}

.highlight-box .post-content h3 a {
  font-weight: 700;
  font-size: 64px;
  line-height: 86px;
}

.highlight-box .post-excerpt {
  color: --color-text;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 28px 0 64px 0;
}

.highlight-box .post-excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight-box .post-content {
  gap: 0;
}

.highlight-box .post-meta a {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  padding: 16px 48px;
  border-radius: 8px;
  width: 172px;
  height: 56px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-box .post-meta {
  justify-content: flex-start;
  gap: 18px;
}

section.single-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 118px 0 0 0;
}

.single-header-left {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.single-header-avatar {
  width: 84px;
  height: fit-content;
}

.single-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.single-header-info-avtor {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--color-text);
}

.single-header-info-meta {
  color: var(--color-text);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.single-header-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.single-header-info-meta svg {
  width: 6px;
  height: 6px;
}

.single-header-info-meta svg circle {
  fill: var(--color-text);
}

section.single-img {
  width: 100%;
  height: 447px;
  margin: 61px 0 71px 0;
}

section.single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

section.single-category ul,
.popular-category ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
}

section.single-post-title h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding: 26px 0 30px 0;
  color: var(--color-text);
}

section.single-post-content {
  color: var(--color-text);
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: justify;
}

section.single-post-content * {
  margin-bottom: 30px;
}

.popular-post-thumbnail {
  width: 100%;
  height: 360px;
}

.popular-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.popular-category {
  display: flex;
  flex-direction: row;
  gap: 17px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 16px 0;
}

.popular-category span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--color-text);
}

.popular-content h3 {
  color: var(--color-text);
  font-weight: 700;
  font-size: 24px;
  line-height: 31.99px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-content p {
  color: var(--color-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0 0 0;
}

.popular-meta a {
  color: var(--color-text);
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-style: solid;
}

.popular-meta > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.popular-meta > div span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  vertical-align: middle;
  color: var(--data-color);
}

.popular-meta > div svg path {
  fill: var(--data-color);
}

.popular-meta > div > span:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.popular-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 16px;
}

.popular-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: flex-start;
}

.popular-posts-section {
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 0 0 0;
}

.popular-posts-section > p {
  color: var(--color-text);
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
}

.footer-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 123px 0 132px 0;
}

.footer-sub > p:first-child {
  color: var(--color-text);
  font-weight: 700;
  font-size: 52px;
  line-height: 48px;
  letter-spacing: 0.2px;
  text-align: center;
  width: 768px;
}

.footer-sub > p:last-child {
  color: var(--color-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  width: 555px;
}

.footer-sub form {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 48px 0 24px 0;
}

.footer-sub form button {
  border: 2px solid var(--color-text);
  color: var(--color-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  background-color: transparent;
  padding: 16px 32px;
  width: 166px;
  height: 56px;
  border-radius: 8px;
}

.footer-sub form input {
  background-color: #ffffff;
  border: 1px solid var(--color-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--input-color);
  padding: 18px 23px;
  width: 320px;
  height: 56px;
  border-radius: 8px;
}

.footer-sub form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--input-color);
}

.footer-sub form input:focus-visible {
  outline: none;
  border: 1px solid var(--color-text);
}

section.archive-header h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -1px;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 32px 0;
}

.copy-notification {
  position: fixed;
  bottom: -50px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 9999;
  right: 25px;
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.copy-notification.show {
  bottom: 30px;
  opacity: 1;
}

button#copyLinkBtn {
  border: none;
  background: transparent;
}

.single-header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.single-header-right svg path {
  fill: var(--color-text);
}

.burger-btn {
  display: none;
}

.nav-menu {
  display: none;
}

/** **/

.menu-item {
  position: relative;
}

/* .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: -55px;
  background: var(--color-background);
  list-style: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 177px;
  height: 155px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 8px 20px;
} */

.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  background: var(--bg-sub);
  list-style: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 128px;
  /* height: 155px; */
  /*     overflow: hidden;
    overflow-y: scroll; */
  padding: 8px 20px;
  transform: translateX(-50%);
}
/* 
.menu-item-has-children > .sub-menu::-webkit-scrollbar {
  width: 8px;
}

.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb {
  background-color: #00ffc2;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.menu-item-has-children > .sub-menu::-webkit-scrollbar-track {
  background-color: var(--color-background);
  border-radius: 12px;
} */

.menu-item-has-children > .sub-menu li a {
  display: block;
  font-weight: 700;
  font-size: 8.42px;
  line-height: 150%;
  color: #000000;
}

ul.sub-menu li {
  width: 100px;
  height: 22px;
  border-radius: 9px;
  border: 1.5px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-has-children.open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* .menu-item-has-children:hover > .sub-menu {
  display: block;
} */

/** **/

ul.cat-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-item.category-rwa:active {
  background-color: #84cbba;
  border: 1.5px solid #a3f9e5;
  box-shadow: 0px 0px 10px 0px #a3f9e5;
}

.cat-item.category-depin:active {
  background-color: #c19dd0;
  border: 1.5px solid #ddb3ed;
  box-shadow: 0px 0px 10px 0px #ddb3ed;
}

.cat-item.category-defi:active {
  background-color: #9db697;
  border: 1.5px solid #d7fdcd;
  box-shadow: 0px 0px 10px 0px #d7fdcd;
}

.cat-item.category-crypto-news:active {
  background-color: #a3bbcd;
  border: 1.5px solid #cce9ff;
  box-shadow: 0px 0px 10px 0px #cce9ff;
}

.cat-item.category-ai:active {
  background-color: #6688d1;
  border: 1.5px solid #6e98f2;
  box-shadow: 0px 0px 10px 0px #6e98f2;
}

.cat-item.category-academy:active {
  background-color: #a3bbcd;
  border: 1.5px solid #cce9ff;
  box-shadow: 0px 0px 10px 0px #cce9ff;
}

.cat-item.category-pauls-penthouse:active {
  background-color: #dd7a66;
  border: 1.5px solid #ffaf9f;
  box-shadow: 0px 0px 10px 0px #ffaf9f;
}

.cat-item.category-rwa,
.cat-item.category-depin,
.cat-item.category-defi,
.cat-item.category-crypto-news,
.cat-item.category-ai,
.cat-item.category-academy,
.cat-item.category-pauls-penthouse,
.highlight-box .post-meta a,
.contact-us {
  transition: all 0.3s ease-in-out;
}

.view-all button:active,
.highlight-box .post-meta a:active,
.contact-us:active,
.load-more-container button:active {
  background-color: var(--btn-hover-1);
  border: 1px solid var(--btn-hover-2);
  box-shadow: 0px 0px 7px 0px var(--btn-hover-2);
}

section.about {
  padding: 120px 0 20px 0;
  text-align: center;
}

section.about h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.about-row-1 {
  padding: 30px 0 37px 0;
}

section.about h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 0 0 20px 0;
}

.about-row-1 p,
.about-row-2 p {
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 1px;
}

.logo-box {
  width: 237px;
  height: auto;
  position: relative;
  top: 15px;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-img .post-image a {
  display: block;
  height: 100%;
}

.header-menu-container ul > li:last-child {
  display: none;
}

.single-post-content ul {
  list-style-position: inside;
}

/** **/

.categories-list ul.cat-list {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/** **/

@media (hover: hover) and (pointer: fine) {
  .cat-item.category-rwa:hover {
    background-color: #84cbba;
    border: 1.5px solid #a3f9e5;
    box-shadow: 0px 0px 10px 0px #a3f9e5;
  }

  .cat-item.category-depin:hover {
    background-color: #c19dd0;
    border: 1.5px solid #ddb3ed;
    box-shadow: 0px 0px 10px 0px #ddb3ed;
  }

  .cat-item.category-defi:hover {
    background-color: #9db697;
    border: 1.5px solid #d7fdcd;
    box-shadow: 0px 0px 10px 0px #d7fdcd;
  }

  .cat-item.category-crypto-news:hover {
    background-color: #a3bbcd;
    border: 1.5px solid #cce9ff;
    box-shadow: 0px 0px 10px 0px #cce9ff;
  }

  .cat-item.category-ai:hover {
    background-color: #6688d1;
    border: 1.5px solid #6e98f2;
    box-shadow: 0px 0px 10px 0px #6e98f2;
  }

  .cat-item.category-academy:hover {
    background-color: #a3bbcd;
    border: 1.5px solid #cce9ff;
    box-shadow: 0px 0px 10px 0px #cce9ff;
  }

  .cat-item.category-pauls-penthouse:hover {
    background-color: #dd7a66;
    border: 1.5px solid #ffaf9f;
    box-shadow: 0px 0px 10px 0px #ffaf9f;
  }

  .view-all button:hover,
  .highlight-box .post-meta a:hover,
  .contact-us:hover,
  .load-more-container button:hover {
    background-color: var(--btn-hover-1);
    border: 1px solid var(--btn-hover-2);
    box-shadow: 0px 0px 7px 0px var(--btn-hover-2);
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu {
    display: block;
  }

  .footer-content .logo-box {
    z-index: 1;
  }

  .copy p {
    font-weight: 400;
    font-size: 11.49px;
    line-height: 150%;
  }

  .footer-nav ul li a {
    font-weight: 400;
    font-size: 11.49px;
    line-height: 150%;
  }

  .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .logo-box {
    width: 145px;
    height: 35px;
    top: 5px;
  }

  .footer-sub > p:last-child {
    font-weight: 400;
    font-size: 11.49px;
    line-height: 20.1px;
    width: 282px;
  }

  .footer-sub > p:first-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 34.47px;
    letter-spacing: 0.14px;
    width: 285px;
  }

  .footer-sub form button {
    width: fit-content;
    height: 37px;
    font-weight: 700;
    font-size: 11.91px;
    line-height: 100%;
    text-align: center;
    padding: 12px 21px;
  }

  .footer-sub form input {
    width: 211px;
    height: 37px;
    padding: 12px 21px;
    font-weight: 400;
    font-size: 10.59px;
    line-height: 100%;
  }

  .footer-sub form input::placeholder {
    font-weight: 400;
    font-size: 10.59px;
    line-height: 100%;
  }

  .footer-sub form {
    gap: 6px;
  }

  .footer-container {
    width: 100%;
    gap: 32px;
  }

  .copy {
    padding: 29px 24px 49px;
    width: calc(100% - 48px);
  }

  .post-col .post-image {
    width: 100%;
  }

  .post-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    justify-items: center;
    align-items: center;
  }

  .post-content h3 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22.97px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
  }

  .post-meta a {
    font-weight: 700;
    font-size: 10.05px;
    line-height: 150%;
    padding: 11px 32px;
  }

  .load-more-container button {
    font-weight: 700;
    font-size: 10.05px;
    line-height: 150%;
    padding: 11px 32px;
    height: 40px;
    width: fit-content;
    transition: all 0.3s ease-in-out;
  }

  .post-categories {
    padding: 28px 0 11px 0;
  }

  .post-content {
    gap: 16px;
  }

  section.post-category {
    flex-direction: column;
    gap: 22px;
  }

  .categories-list ul.cat-list {
    flex-wrap: nowrap;
    width: 100%;
  }

  .categories-list ul {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 10px 0 0 0;
  }

  .cat-list li a {
    width: max-content;
    display: block;
  }

  .highlight-box {
    flex-direction: column;
    gap: 58px;
  }

  .highlight-box .post-content h3 a {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
  }

  .highlight-box .post-excerpt p {
    font-weight: 400;
    font-size: 11.49px;
    line-height: 150%;
  }

  .highlight-img {
    width: 100%;
    height: 320px;
  }

  .highlight-box .post-excerpt {
    padding: 12px 0 29px 0;
  }

  .highlight-box .post-categories {
    padding: 13px 0 0 0;
  }

  .post-meta span {
    font-weight: 500;
    font-size: 8.62px;
    line-height: 150%;
  }

  .cat-list li a {
    font-weight: 700;
    font-size: 8.42px;
    line-height: 150%;
  }

  .cat-list li {
    height: 22px;
    padding: 5px 17px;
  }

  .view-all button,
  .highlight-box .post-meta a {
    padding: 12px 34px;
    height: 38px;
    font-weight: 700;
    font-size: 10.05px;
    line-height: 150%;
    text-align: center;
    width: fit-content;
  }

  .highlight {
    padding: 51px 24px 58px;
  }

  section.post-category {
    padding: 0 0 50px 0;
  }

  section.post-box {
    padding: 0 42px;
  }

  section.archive-header {
    padding: 0 24px;
  }

  section.archive-header h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22.97px;
  }

  .wrapper {
    padding: 0;
  }

  .footer-sub {
    padding: 136px 0 88px 0;
  }

  .footer-sub form {
    padding: 34px 0;
  }

  /** **/

  .contact-us {
    display: none;
  }

  .header-menu-container {
    display: none;
  }

  .burger-btn {
    display: block;
  }

  .header-container {
    width: 100%;
    padding: 24px;
  }

  .navigation > div:last-child {
    flex-direction: row-reverse;
    gap: 12px;
  }

  .burger-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    z-index: 1001;
  }

  .burger-btn:hover {
    transform: scale(1.1);
  }

  .burger-line {
    width: 30px;
    height: 3px;
    background: var(--color-text);
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  /* .burger-btn.active .burger-line {
    background: var(--color-background);
  } */

  .burger-btn.active .burger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .burger-btn.active .burger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .burger-btn.active .burger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .logo-box,
  .theme-switch {
    z-index: 1001;
  }

  /** **/
  /*   .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-background);
    backdrop-filter: blur(20px);
    transition: right 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 100px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  .nav-menu {
    position: fixed;
    top: 100px;
    right: -100%;
    width: 287px;
    min-height: 384px;
    background-color: var(--bg-sub);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: right 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 55px 27px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu.active {
    right: 0px;
    border-radius: 8px;
  }

  .nav-menu ul {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    overflow-y: scroll;
  }

  .nav-menu li {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .nav-menu.active li {
    opacity: 1;
    transform: translateX(0);
  }

  .nav-menu.active li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav-menu.active li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav-menu.active li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .nav-menu.active li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .nav-menu.active li:nth-child(5) {
    transition-delay: 0.5s;
  }

  /*   .nav-menu a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 46px;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 2px;
  } */

  .nav-menu a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: start;
    padding: 0;
  }

  .nav-menu a::after {
    content: "";
    position: absolute;
    height: 0.5px;
    background: #00ffc2;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  nav.menu-header-nav-container {
    width: 100%;
  }

  .nav-menu a:hover::before {
    width: 80%;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 998;
    pointer-events: none;
  }

  .overlay.active {
    opacity: 0;
    visibility: hidden;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .single-header-right {
    position: fixed;
    bottom: 0;
    padding: 24px 0 68px 0;
    background: var(--color-background);
    width: 100%;
    border-radius: 30px 30px 0 0;
    z-index: 999;
    border-top: 2px solid #00ffc2;
    box-shadow: 0 -2px 10px rgba(0, 255, 194, 0.6),
      0 -4px 20px rgba(0, 255, 194, 0.4);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
  }

  .single-header-right.hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .popular-posts-grid {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  section.single-header {
    padding: 0;
  }

  .single-header-left {
    padding: 51px 24px 37px;
  }

  section.single-img {
    padding: 0 24px;
    height: 200px;
    margin: 0 0 48px 0;
  }

  .single-category,
  .single-post-title,
  .popular-posts-section {
    padding: 0 24px;
  }

  .popular-posts-section {
    padding: 75px 24px 0;
  }

  section.single-post-title h1 {
    padding: 17px 0 37px 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
  }

  .popular-posts-section > p {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
  }

  section.single-post-content {
    padding: 0 24px;
    font-weight: 400;
    font-size: 11.49px;
    line-height: 150%;
  }

  section.single-post-content * {
    margin-bottom: 15px;
  }

  .popular-post-thumbnail {
    height: 183px;
  }

  .popular-posts-section {
    gap: 32px;
  }

  .popular-category span {
    font-weight: 500;
    font-size: 8.62px;
    line-height: 150%;
  }

  .popular-category ul,
  .popular-category {
    gap: 12px;
  }

  .popular-category {
    padding: 28px 0 11px 0;
  }

  .popular-content h3 {
    font-weight: 700;
    font-size: 17.23px;
    line-height: 22.97px;
  }

  .popular-meta a {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 150%;
  }

  .popular-meta {
    padding: 22px 0 0 0;
  }

  .copy-notification.show {
    bottom: 60px;
    opacity: 1;
    box-shadow: 0 -2px 10px rgb(255 255 255 / 60%),
      0 -4px 20px rgb(255 255 255 / 40%);
  }

  .copy-notification {
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 200px;
  }

  .footer-social {
    gap: 35px;
  }

  footer {
    padding: 0;
  }

  /** **/
  .nav-menu .menu-item-has-children > .sub-menu {
    display: none;
    position: static;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }

  .nav-menu .menu-item-has-children.open > .sub-menu {
    display: block;
    height: fit-content;
    overflow: auto;
  }

  /** **/

  section.about {
    padding: 50px 27px 20px 27px;
  }

  section.about h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
  }

  .about-row-1 {
    padding: 30px 0 37px 0;
  }

  section.about h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .about-row-1 p,
  .about-row-2 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .highlight-img .post-image {
    height: 330px;
  }

  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.open
    > ul.sub-menu {
    display: none;
  }

  .submenu-overlay {
    position: absolute;
    width: 100%;
    height: 452px;
    background: var(--bg-sub);
    padding: 13px 27px 29px;
    top: 0;
    border-radius: 8px;
  }

  .submenu-overlay > ul > li > a {
    font-weight: 700;
    font-size: 9.84px;
    line-height: 150%;
    text-align: center;
    color: #000;
    width: 100%;
    position: relative;
    top: -2px;
  }

  .submenu-overlay > ul > li > a::after {
    bottom: -20px;
  }

  .submenu-overlay > ul > li {
    width: 189px;
    height: 26px;
    display: ruby;
  }

  button.submenu-back {
    background: transparent;
    border: none;
  }

  .submenu-overlay > ul {
    padding: 28px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
  }

  .nav-menu ul > li:last-child:not(.submenu-overlay *) {
    display: flex;
    padding: 47px 0 0 0;
    align-items: center;
    justify-content: center;
  }

  .nav-menu ul > li:last-child > a:not(.submenu-overlay *)::after {
    display: none;
  }

  .nav-menu ul > li:last-child > a:not(.submenu-overlay *) {
    background-color: var(--header-btn-bg);
    color: var(--header-btn-text);
    display: flex;
    width: 122px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5.75px;
    text-align: center;
    font-weight: 700;
    font-size: 10.05px;
    line-height: 150%;
  }

  .nav-menu.active li:nth-child(2) a:not(.submenu-overlay *):before {
    content: "";
    position: absolute;
    background-image: url(/blog/wp-content/uploads/2025/10/backarrow.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(180deg);
    right: 0;
  }

  .nav-menu a:not(.submenu-overlay *)::after {
    bottom: -16px;
  }

  .post-row .post-content {
    min-height: auto;
  }
}
