.post-card {
  background-color: #f5f5f1;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 460px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.post-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

@media (min-width: 768px) {
  .post-card {
    height: 480px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .post-card {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
  }
}

.post-card-image {
  background-color: #141414;
  border-radius: 8px 8px 0 0;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.post-card-image img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .post-card-image {
    height: 220px;
  }
}

.post-card-content {
  background-color: #f5f5f1;
  flex: 1;
  padding: 20px;
}

.post-card-content .post-card-tag {
  color: #e50914;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-card-content .post-card-title a {
  color: #141414;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.post-card-content .post-card-excerpt {
  color: #141414;
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
}

.post-card-content .post-card-meta {
  color: hsla(0, 0%, 8%, 0.7);
  font-size: 0.875rem;
}

.post-card-content .post-card-meta time {
  margin-right: 10px;
}

.author-profile-image {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 40px;
  left: 20px;
  position: absolute;
  top: 20px;
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 2;
}

.author-profile-image:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .author-profile-image {
    left: 25px;
    top: 25px;
  }
}

.navbar {
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 67px;
  overflow: hidden;
  padding: 0 64px;
  position: relative;
  width: 100%;
}

.navbar .navbar-brand {
  height: 40.25px;
  margin-right: 20px;
  width: 91px;
}

.navbar .navbar-brand img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.navbar .navbar-content {
  align-items: center;
  display: flex;
  gap: 30px;
}

.navbar .navbar-content .brand-name {
  color: #333;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 20.7px;
}

.navbar .navbar-content .nav-links {
  display: flex;
  gap: 30px;
}

.navbar .navbar-content .nav-links a {
  color: #333;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20.7px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .navbar-content .nav-links a:hover {
  color: var(--primary-subtle-color);
}

.navbar .navbar-content .nav-links a.active {
  font-weight: 600;
}

.footer {
  align-items: center;
  background: #133467;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.footer .footer-content {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.footer .footer-content .copyright {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 23.8px;
}

.footer .footer-content .separator {
  color: #fff;
  font-size: 16px;
}

.footer .footer-content .brand-name,
.footer .footer-content .published-with {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 23.8px;
}

@media (max-width: 768px) {
  .navbar {
    padding: 0 20px;
  }

  .navbar .navbar-content .brand-name {
    font-size: 16px;
  }

  .navbar .navbar-content .nav-links {
    gap: 15px;
  }

  .navbar .navbar-content .nav-links a {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 30px 20px;
  }

  .footer .footer-content {
    flex-direction: column;
    gap: 10px;
  }

  .footer .footer-content .brand-name,
  .footer .footer-content .copyright,
  .footer .footer-content .published-with {
    font-size: 24px;
  }
}

.gh-head {
  background: #fff;
  height: 70px;
  position: relative;
  z-index: 100;
  margin: 1rem;
}

.gh-head-inner {
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0 auto;
  padding: 6px 7rem;
}

.gh-head-inner,
.gh-head-left {
  align-items: center;
  display: flex;
}

.gh-head-left {
  gap: 40px;
}

.gh-head-logo {
  margin-right: 6rem;
}

.gh-head-logo,
.gh-head-logo-link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.gh-head-logo-link {
  color: inherit;
  text-decoration: none;
}

.gh-head-logo img {
  height: 56px;
  width: auto;
}

/* Reduce logo right spacing on small screens to avoid overflow */
@media (max-width: 768px) {
  .gh-head-logo {
    margin-right: 1rem !important;
  }
}

.gh-head-title {
  color: #002154;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.gh-head-menu {
  display: flex;
  gap: 33px;
  margin-left: -33px;
  font-size: 18px;
}

.gh-head-menu-item {
  color: #133467;
  font-family: Gotham;
  font-style: Medium;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0%;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.gh-head-menu-item-about {
  color: #133467;
  font-family: Gotham;
  font-weight: 400;
  font-style: Book;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0%;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gh-head-menu-item:hover {
  color: #133467;
}

/* Mobile: prevent header nav items from overlapping */
@media (max-width: 768px) {
  .gh-head-menu {
    gap: 12px !important;
    margin-left: 0 !important;
    font-size: 12px;
    align-items: center;
  }

  .gh-head-menu-item,
  .gh-head-menu-item-about {
    padding: 6px 8px !important;
    white-space: nowrap;
  }
}

.gh-search {
  margin-left: auto;
}

.gh-search,
.gh-search-container {
  position: relative;
}

.gh-search-input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  width: 25vw;
}

.gh-search-icon {
  background: #88888c;
  height: 17px;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.gh-search-results {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
  left: 0;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
}

.gh-search-result {
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.gh-search-result:hover {
  background: #f5f5f5;
}

.gh-search-result h3 {
  font-size: 16px;
  margin: 0 0 4px;
}

.gh-search-result p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.m-search {
  display: none !important;
}

.gh-hero {
  background: url('../images/herobanner.png') center center / cover no-repeat;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 60px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}


.gh-hero-back {
  position: absolute;
  top: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 6px 7rem;
  left : 1.2rem;
}

.gh-hero-back:hover {
  opacity: 0.8;
}

.gh-hero-back i {
  font-size: 30px;
  line-height: 1;
}

.gh-hero-content {
  font-family: "Gotham";
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gh-hero-title {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 67.6px;
  margin-bottom: 20px;
}

.gh-hero-description,
.gh-hero-title {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.gh-hero-description {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28.6px;
  margin: 0;
}

.gh-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.gh-grid,
.gh-main {
  box-sizing: border-box;
}

.gh-grid {
  align-content: stretch;
  align-items: stretch;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.gh-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  min-height: 500px;
}

.gh-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.gh-card-image-container {
  border-radius: 12px;
  height: 280px;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-card-image {
  border-radius: 12px;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.gh-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
}

.post-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-card-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1;
  justify-content: flex-start;
}

.gh-card-title {
  color: #002154;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  min-height: 2.6em;
}

.gh-card-author-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.gh-card-author-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.gh-card-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gh-card-author {
  color: #666;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gh-card-meta {
  color: #a8a6ac;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.gh-foot {
  background: #133467;
  margin-top: 30px;
  padding: 30px 0;
}

.gh-foot-content {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 23.8px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.gh-article,
.gh-foot-content {
  padding: 0 20px;
}

.gh-article {
  box-sizing: border-box;
  margin: -52px 20px 20px 20px;
}

.gh-article-header {
  margin-block: 40px;
  text-align: center;
}

.gh-article-image {
  border-radius: 12px;
  margin-bottom: 30px;
  max-height: 500px;
}

.gh-article-title {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}

.gh-article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gh-article-author-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 4px;
  border: 1px solid #ddd;
}

.gh-article-author {
  font-weight: 500;
  margin-left: 4px;
}

.gh-article-date {
  color: #999;
}

.gh-article-content {
  color: #333;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px;
}

.gh-article-content h2 {
  color: #133467;
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 20px;
}

.gh-article-content h3 {
  color: #133467;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px;
}

.gh-article-content p {
  margin: 0 0 20px;
}

.gh-article-content img {
  border-radius: 8px;
  height: auto;
  margin: 20px 0;
  max-width: 100%;
}

.gh-article-content a {
  border-bottom: 1px solid #133467;
  color: #133467;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.gh-article-content a:hover {
  opacity: 0.8;
}

.gh-article-content blockquote {
  background: #f8f9fa;
  border-left: 4px solid #133467;
  font-style: italic;
  margin: 30px 0;
  padding: 20px;
}

.gh-article-content ol,
.gh-article-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.gh-article-content li {
  margin-bottom: 10px;
}

.gh-article-title-custom-height {
  width: 100%;
}

/* For larger screens (e.g. desktops and above 1024px) */
@media screen and (min-width: 1024px) {
  .gh-article-title-custom-height {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .gh-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0 10px !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .gh-hero {
    margin-inline: 10px !important;
    padding: 20px 10px !important;
    height: auto !important;
    border-radius: 10px;
  }

  .gh-card-image-container {
    height: 250px !important;
  }

  .gh-card-image {
    height: 250px !important;
  }

  .gh-card-content {
    gap: 0px !important;
  }

  .gh-card-author-wrapper {
    margin-top: 15px !important;
  }

  .gh-card {
    min-height: 0 !important;
  }

  .gh-card-title {
    font-size: 20px !important;
  }

  .gh-card-author-img {
    width: 36px !important;
    height: 36px !important;
  }

  .gh-card-author {
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .gh-grid {
    grid-template-columns: 1fr !important;
    padding: 0 5px !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .gh-hero-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .gh-hero-description {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .post-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    min-height: 320px !important;
  }

  .post-card-image {
    height: 140px !important;
  }

  .post-card-content {
    padding: 12px !important;
  }

  .navbar {
    padding: 0 10px !important;
  }

  .gh-card-image-container {
    height: 200px !important;
  }

  .gh-card-image {
    height: 200px !important;
  }

  .gh-card-content {
    gap: 0px !important;
  }

  .gh-card-author-wrapper {
    margin-top: 10px !important;
  }

  .gh-card {
    min-height: 0 !important;
  }

  .gh-card-title {
    font-size: 18px !important;
  }

  .gh-card-author-img {
    width: 32px !important;
    height: 32px !important;
  }

  .gh-card-author {
    font-size: 12px !important;
  }

  .gh-hero-back {
    top: 15px !important;
    left: 15px !important;
    font-size: 14px !important;
  }


  .gh-hero-back i {
    font-size: 19px !important;
  }
}

@media (max-width: 480px) {
  .gh-hero {
    padding: 10px 10px !important;
    margin-inline: 10px !important;
    height: auto !important;
  }

  .gh-hero-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .gh-hero-description {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .gh-grid {
    padding: 0 2px !important;
    gap: 10px !important;
  }

  .post-card {
    min-height: 220px !important;
  }

  .footer .footer-content .brand-name,
  .footer .footer-content .copyright,
  .footer .footer-content .published-with {
    font-size: 18px !important;
  }

  .gh-card-image-container {
    height: 150px !important;
  }

  .gh-card-image {
    height: 183px !important;
  }

  .gh-card-content {
    gap: 0px !important;
  }

  .gh-card-author-wrapper {
    margin-top: 8px !important;
  }

  .gh-card-title {
    font-size: 16px !important;
  }

  .gh-card-author-img {
    width: 28px !important;
    height: 28px !important;
  }

  .gh-card-author {
    font-size: 11px !important;
  }

  .gh-hero-back {
    top: 10px !important;
    left: 25px !important;
    font-size: 12px !important;
  }


  .gh-hero-back i {
    font-size: 16px !important;
  }
}

img,
.post-card,
.gh-card,
.gh-article-image {
  max-width: 100%;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .gh-head-title {
    display: none;
  }
}

@media (max-width: 480px) {
  .gh-head-inner {
    padding: 0 15px;

    .gh-hero {
      padding: 10px 10px;
      margin-inline: 10px;
      height: auto;
    }
  }
}

@media (max-width: 378px) {
  .gh-hero {
    padding: 10px 10px;
    margin-inline: 10px;
    height: auto;
  }

  .gh-head-inner {
    padding: 0 10px;
    font-size: 11px;
  }
}

@media (max-width: 330px) {

  .gh-head-menu-item,
  .gh-head-menu-item-about {
    font-size: 11px;
  }
}

@media (max-width: 378px) {

  .gh-head-menu-item,
  .gh-head-menu-item-about {
    font-size: 11px;
  }
}

@media (max-width: 820px) {
  .gh-head-inner {
    padding: 0 20px !important;
  }

  .gh-hero {
    margin-inline: 10px !important;
  }

  .gh-hero-title {
    font-size: 40px;
  }

  .gh-hero-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .gh-head-inner {
    padding: 0 10px;
  }

  .gh-hero {
    margin-inline: 10px;
  }
}

.ghost-custom-footer-container {
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 2rem;
  background-color: #002154;
  color: #ffffff;
  flex-wrap: wrap;
  /* allows wrapping for smaller screens */
  text-align: left;
  padding-block: 4rem !important;
}

.ghost-custom-footer-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 150px;
}

/* Footer links hover effect */
.ghost-custom-footer-items a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ghost-custom-footer-items a:hover {
  color: #f5b041;
}

/* 📱 Responsive adjustments */
@media (max-width: 768px) {
  .ghost-custom-footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .ghost-custom-footer-items {
    align-items: flex-start;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .ghost-custom-footer-container {
    padding: 15px;
  }

  .ghost-custom-footer-items {
    gap: 6px;
  }
}

.ghost-custom-footer-subtitle {
  text-transform: uppercase;
  font-weight: bold;
}

.ghost-custom-footer-icon {
  width: 6rem;
}

.ghost-custom-footer-spacer {
  margin-top: 10px;
}

/* ----------------------------------------------------
   VARROC CONNECT NEW FOOTER STYLES
----------------------------------------------------- */
.varroc-footer-wrapper {
  width: 100%;
  background-color: #002154;
}

.varroc-footer-section {
  background-color: #002154;
  width: 100%;
  color: #ffffff;
}

.varroc-footer-container {
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.varroc-footer-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.varroc-footer-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.varroc-footer-column.first-column {
  margin-top: 0;
}

.varroc-footer-logo {
  width: 128px;
}

.varroc-footer-nav {
  display: flex;
  flex-direction: column;
}

.varroc-footer-nav-title {
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.varroc-footer-email {
  margin-bottom: 12px;
  font-size: 0.875rem;
  transition: color 0.3s ease;
  color: #ffffff;
  text-decoration: none;
}

.varroc-footer-email:hover {
  color: #3b82f6;
}

.varroc-footer-app-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.varroc-footer-app-icon {
  width: 96px;
}

.varroc-footer-links-container {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 12px;
}

.varroc-footer-link {
  font-weight: 300;
  font-size: 0.875rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.varroc-footer-link:hover {
  color: #f5b041;
}

.varroc-footer-description {
  font-size: 0.875rem;
  color: #ffffff;
}

.varroc-footer-shop-btn {
  width: 160px;
  cursor: pointer;
}

.varroc-footer-line {
  display: none;
}

/* Desktop styles */
@media (min-width: 768px) {
  .varroc-footer-container {
    padding: 96px 40px;
  }

  .varroc-footer-flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .varroc-footer-column {
    margin-top: 0;
  }

  .varroc-footer-column.first-column {
    gap: 20px;
  }

  .varroc-footer-nav-title {
    margin-bottom: 4px;
  }

  .varroc-footer-email {
    margin-bottom: 8px;
  }

  .varroc-footer-line {
    display: block;
    padding-bottom: 6rem;
  }
}

/* Tablet and mobile responsive */
@media (max-width: 768px) {
  .varroc-footer-container {
    padding: 40px 20px;
  }

  .varroc-footer-column {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .varroc-footer-container {
    padding: 30px 15px;
  }

  .varroc-footer-logo {
    width: 100px;
  }

  .varroc-footer-app-icon {
    width: 80px;
  }

  .varroc-footer-shop-btn {
    width: 120px;
  }
}

/* ----------------------------------------------------
   GOTHAM FONT
----------------------------------------------------- */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
}

body {
  font-family: "Gotham", sans-serif !important;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Hide the site title in header */
.m-site-name,
.gh-head-title {
  display: none !important;
}

/* ----------------------------------------------------
   HEADER
----------------------------------------------------- */
.blog-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.blog-header-inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}

.blog-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-logo-img {
  height: 36px;
}

.blog-menu {
  display: flex;
  gap: 20px;
}

.blog-menu-item {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.blog-menu-item:hover {
  opacity: 0.7;
}

/* Search */
.blog-search-box {
  position: relative;
}

.blog-search-input {
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 180px;
  outline: none;
}

.blog-search-results {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  display: none;
}

/* ----------------------------------------------------
   POST PAGE LAYOUT
----------------------------------------------------- */
.post-main {
  padding: 20px;
}

.post-container {
  max-width: 820px;
  margin: auto;
}

/* HEADER */
.post-header {
  text-align: center;
  margin-bottom: 40px;
}

.post-feature-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 25px;
}

.post-title {
  font-size: 40px;
  margin: 10px 0;
  font-weight: 700;
}

.post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #666;
}

.post-author-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.post-author {
  font-weight: 600;
}

.post-date {
  color: #999;
  font-size: 15px;
}

/* ----------------------------------------------------
   POST BODY
----------------------------------------------------- */
.post-body {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 30px;
  overflow-wrap: break-word;
}

/* Headings */
.post-body h2 {
  font-size: 32px;
  margin: 30px 0 15px;
  font-weight: 700;
}

.post-body h3 {
  font-size: 26px;
  margin: 25px 0 12px;
  font-weight: 600;
}

/* Paragraphs */
.post-body p {
  margin-bottom: 20px;
}

/* Links */
.post-body a {
  color: #0d4aa2;
  text-decoration: underline;
}

/* Images */
.post-body img {
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

/* Blockquotes */
.post-body blockquote {
  padding: 20px;
  border-left: 4px solid #0d4aa2;
  background: #f5f7fa;
  font-style: italic;
  margin: 20px 0;
}

/* Lists */
.post-body ul,
.post-body ol {
  margin: 15px 0 20px 25px;
}

/* Code */
.post-body pre {
  background: #222;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
}

/* ----------------------------------------------------
   GHOST CARD SUPPORT
----------------------------------------------------- */

.post-body .kg-image-card img {
  max-width: 100%;
  border-radius: 10px;
}

.post-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* Galleries */
.post-body .kg-gallery-row {
  display: flex;
  gap: 10px;
}

.post-body .kg-gallery-image img {
  width: 100%;
  border-radius: 10px;
}

/* ----------------------------------------------------
   RESPONSIVE
----------------------------------------------------- */
@media (max-width: 768px) {
  .post-title {
    font-size: 28px;
  }

  .post-body {
    font-size: 16px;
    padding: 0 5px;
  }

  .blog-menu {
    display: none;
  }

  .blog-search-input {
    width: 140px;
  }
}