/*
 * LICENSE: This file is part of the SideQuest Tech theme.
 * Copyright (c) SideQuest Philippines. All rights reserved.
 */
.portfolio-hero {
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-content-wrapper {
  padding-top: 60px;
  width: 100%;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1rem;
  padding: 0 1rem;
}

.portfolio-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.portfolio-item {
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem 0;
}

.portfolio-image-wrapper {
  height: 250px;
}

.portfolio-meta {
  padding: 1.5rem;
}

.project-title {
  font-size: 1.5rem;
}

.portfolio-cta-section {
  padding: 4rem 0;
}

.cta-box-glow {
  padding: 2.5rem 1.5rem;
}

.cta-content-wrapper h2 {
  font-size: 2rem !important;
}

.cta-actions {
  flex-direction: column;
  gap: 1rem;
}

.btn-lg {
  width: 100%;
}
