@charset "UTF-8";
/*!
Theme Name: Maku Portfolio
Theme URI: https://makuportfolio.local
Description: A modern Full Site Editing (FSE) Block Theme for creative portfolios
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.1
Author: Maku
Author URI: https://makuportfolio.local
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maku-portfolio
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

body {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
  padding-top: 100px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #2a7f7e;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1a3a4a;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

p {
  margin-bottom: 1rem;
}

ul, ol {
  list-style: none;
}

:root {
  --wp--preset--color--dark-blue: #1a3a4a;
  --wp--preset--color--primary-teal: #2a7f7e;
  --wp--preset--color--primary-yellow: #ffc107;
  --wp--preset--color--primary-coral: #e85d4c;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--light-bg: #f5f7fa;
  --wp--preset--color--text-light: #666666;
  --wp--preset--color--border-light: #e5e5e5;
}

.wp-block-site-title,
.wp-block-site-title a {
  font-family: "Sankofa Display", "Bungee Outline", "Manrope", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.wp-block-site-title a {
  text-decoration: none;
  color: inherit;
}
.wp-block-site-title a::before, .wp-block-site-title a::after {
  content: "";
  position: absolute;
  background-color: #2a7f7e;
  height: 2px;
  transition: width 0.3s ease;
}
.wp-block-site-title a::before {
  width: 0;
  left: 0;
  top: -8px;
}
.wp-block-site-title a::after {
  width: 0;
  right: 0;
  bottom: -8px;
}

.wp-block-site-title:hover a {
  color: #2a7f7e;
  transform: scale(1.05);
}
.wp-block-site-title:hover a::before, .wp-block-site-title:hover a::after {
  width: 100%;
}

.section-description {
  color: #666666;
  line-height: 1.8;
  font-size: 1rem;
}

.section-title {
  font-size: 2.5rem;
  color: #1a3a4a;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 3.5rem;
  color: #1a3a4a;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.work-title,
.note-title,
.portfolio-card-content .wp-block-post-title,
.timeline-role {
  font-weight: 600;
  color: #1a3a4a;
  line-height: 1.2;
}

.work-date,
.portfolio-card-content .wp-block-post-date,
.note-date {
  font-size: 0.75rem;
  color: #7a7a7a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.work-excerpt,
.portfolio-card-content .wp-block-post-excerpt,
.note-excerpt,
.timeline-description {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.about-title {
  font-size: 1.2rem;
  color: #1a3a4a;
  margin-bottom: 1rem;
  font-weight: 600;
}

.about-count {
  color: #666666;
  font-size: 0.875rem;
}

.timeline-company {
  color: #1a3a4a;
  margin: 0 0 0.25rem 0;
  font-weight: 700;
}

.timeline-period {
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
}

.navbar {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #e0e0e0;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.logo {
  font-family: "Bungee Outline", display;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a3a4a;
  min-width: 120px;
  transition: color 0.3s ease;
}
.logo:hover {
  color: #2a7f7e;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  flex: 1;
  justify-content: center;
}

.wp-block-navigation-item__content {
  text-decoration: none;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}
.wp-block-navigation-item__content::before, .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  background-color: #2a7f7e;
  height: 2px;
  transition: width 0.4s ease;
}
.wp-block-navigation-item__content::before {
  bottom: -5px;
  left: 0;
  width: 0;
}
.wp-block-navigation-item__content::after {
  bottom: -8px;
  right: 0;
  width: 0;
}
.wp-block-navigation-item__content:hover::before, .wp-block-navigation-item__content:hover::after {
  width: 100%;
}
.wp-block-navigation-item__content:hover {
  color: #2a7f7e;
}
.wp-block-navigation-item__content.active {
  color: #2a7f7e;
  font-weight: 700;
}
.wp-block-navigation-item__content.active::before, .wp-block-navigation-item__content.active::after {
  width: 100%;
}

.phone-number {
  font-size: 0.875rem;
  color: #666666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.phone-number:hover {
  color: #2a7f7e;
}

@media (max-width: 768px) {
  .nav-container {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .nav-menu {
    gap: 1rem;
    font-size: 0.75rem;
  }
  .phone-number {
    display: none;
  }
}
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
  background-image: url("http://localhost:82/wp-content/uploads/2026/02/ChatGPT-Image-Feb-27-2026-06_06_02-PM.png");
  background-image: url(http://localhost:82/wp-content/uploads/2026/02/ChatGPT-Image-Feb-27-2026-06_06_02-PM.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  background-size: auto;
}

.wp-block-group.certification,
.hero-description,
.hero-email,
.hero-experience {
  display: none !important;
}

.hero {
  background: linear-gradient(135deg, #ffc107 0%, #ffd700 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.hero .hero-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.maku-pic-container {
  position: relative;
}

.hero-content {
  grid-column: 1;
  animation: slideInLeft 0.6s ease;
}

.hero-email {
  color: #e85d4c;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hero-experience {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.exp-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a3a4a;
}

.exp-label {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
}

.hero-image-section {
  grid-column: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}

.image-wrapper {
  position: relative;
  width: 350px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-image {
  position: relative;
  z-index: 0;
  width: 280px;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.certification {
  position: absolute;
  bottom: -30px;
  right: -50px;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.cert-icon {
  font-size: 2.5rem;
  color: #2a7f7e;
  margin-bottom: 1rem;
}

.cert-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}

.hero-description {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desc-text {
  font-size: 1.3rem;
  color: #1a3a4a;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.hero-typing-wrapper {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  color: #1a3a4a;
  font-weight: 600;
  width: 100%;
  bottom: 4em;
  padding-left: 8em;
  position: absolute;
}

.hero-typing-text {
  display: inline-block;
  font-size: 3em;
  white-space: nowrap;
}

.typing-cursor {
  display: inline-block;
  width: 2px;
  height: 3em;
  background-color: #1a3a4a;
  animation: blink 1s infinite;
  margin-left: 2px;
  margin-bottom: 1em;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.typing-words-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.typing-word {
  font-size: 3em;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  width: 0;
  transition: none;
  visibility: visible;
  color: white;
}

@media (max-width: 1024px) {
  .hero .hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 1rem;
  }
  .hero .hero-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-content {
    animation: none;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .hero-image-section {
    grid-column: 1;
  }
  .hero-description {
    grid-column: 1;
    animation: none;
  }
  .image-wrapper {
    width: 250px;
    height: 300px;
  }
  .profile-image {
    width: 200px;
    height: 250px;
  }
  .certification {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -40px;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 1rem;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  .desc-text {
    font-size: 0.9rem;
  }
}
.hero {
  overflow: hidden;
}

#maku-profile-image {
  opacity: 0.4;
  position: relative;
  bottom: -30px;
  max-width: 2000px;
  width: 103vh;
}

.about {
  padding: 5rem 2rem;
  background-color: #ffffff;
  scroll-margin-top: 115px;
}
.about .about-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  align-items: start;
  position: relative;
}

.about-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.about-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}

.about-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease;
}
.about-card:hover .about-icon {
  transform: scale(1.1);
}

.about-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.about-icon.teal {
  background-color: #2a7f7e;
}
.about-icon.yellow {
  background-color: #ffc107;
}
.about-icon.coral {
  background-color: #e85d4c;
}

.about-content {
  flex: 1;
}

.contact {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #2a7f7e 0%, #1a3a4a 100%);
  text-align: center;
  color: #ffffff;
}
.contact .contact-container {
  max-width: 600px;
  margin: 0 auto;
}
.contact .section-title {
  color: #ffffff;
}

.contact-description {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  line-height: 1.8;
}

.collaborations {
  padding: 5rem 2rem;
  background-color: #ffffff;
  scroll-margin-top: 115px;
}
.collaborations .collaborations-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}

.collaborations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.collaboration-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  transition: transform box-shadow;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.collaboration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.collaboration-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.collaboration-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.experience {
  padding: 5rem 2rem;
  background-color: #f5f7fa;
  max-width: 100%;
  scroll-margin-top: 115px;
}
.experience .experience-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .about,
  .contact,
  .collaborations,
  .experience {
    padding: 3rem 1rem;
  }
  .collaborations-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.timeline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5rem;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  bottom: 50px;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, #1a3a4a 0, #1a3a4a 12px, transparent 12px, transparent 24px);
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 4rem;
  position: relative;
  align-items: center;
  min-height: 120px;
}

@keyframes sonar-pulse {
  0% {
    box-shadow: 0 0 0 0 currentColor, 0 0 0 5px #ffffff;
  }
  50% {
    box-shadow: 0 0 0 8px rgba(42, 127, 126, 0.3), 0 0 0 5px #ffffff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(42, 127, 126, 0), 0 0 0 5px #ffffff;
  }
}
.timeline-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2a7f7e;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px currentColor, 0 0 0 5px #ffffff;
  justify-self: center;
  animation: sonar-pulse 2s infinite;
}
.timeline-marker.teal {
  background-color: #2a7f7e;
  color: #2a7f7e;
}
.timeline-marker.coral {
  background-color: #e85d4c;
  color: #e85d4c;
}
.timeline-marker.yellow {
  background-color: #ffc107;
  color: #ffc107;
}

.timeline-left {
  text-align: right;
  padding-right: 3rem;
}

.timeline-right {
  padding-left: 3rem;
  text-align: left;
}

@media (max-width: 1024px) {
  .timeline-item {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    gap: 3rem;
    min-height: 100px;
  }
  .timeline::before {
    top: 40px;
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .timeline {
    padding: 0 1rem;
  }
  .timeline-item {
    display: grid;
    grid-template-columns: 100px 50px 1fr;
    gap: 1.5rem;
    min-height: auto;
  }
  .timeline-left {
    text-align: center;
    padding-right: 0;
  }
  .timeline-right {
    padding-left: 0;
    grid-column: 3;
  }
  .timeline::before {
    top: 35px;
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  .timeline-item {
    display: grid;
    grid-template-columns: 1fr 45px;
    gap: 1rem;
    gap: 1rem;
  }
  .timeline-right {
    grid-column: 2/-1;
    padding-left: 1rem;
  }
  .timeline::before {
    top: 35px;
    bottom: 35px;
  }
}
.works {
  padding: 3rem 1rem;
  background-color: #e8f3f2;
  scroll-margin-top: 115px;
}
.works .works-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}

.works-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 1rem 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}
.works-grid::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.works-grid::-webkit-scrollbar-track {
  background: transparent;
}
.works-grid::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.5);
  border-radius: 3px;
}
.works-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(160, 160, 160, 0.5);
}
.works-grid {
  width: 100%;
  min-height: 0;
}
.works-grid .wp-block-post-template {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: nowrap;
  width: max-content;
}
.works-grid .work-card {
  flex: 0 0 calc((100vw - 4rem) / 3);
  min-width: calc((100vw - 4rem) / 3);
  max-width: calc((100vw - 4rem) / 3);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.work-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: #f5f7fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.work-card:hover .wp-block-post-featured-image img,
.work-card:hover .wp-block-image img {
  transform: scale(1.05);
}

.work-card .wp-block-post-featured-image,
.work-card .wp-block-image {
  overflow: hidden;
  height: 250px;
  margin: 0;
}
.work-card .wp-block-post-featured-image img,
.work-card .wp-block-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.work-title {
  margin-block-start: 1rem;
}
.work-title a {
  color: #1d2e28;
}
.work-title a:hover {
  color: #14452f;
}

.work-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  flex-grow: 1;
  gap: 0;
}

.portfolio-carousel-wrapper {
  padding: 3rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  max-width: 1400px;
}
.portfolio-carousel-wrapper h2 {
  margin-bottom: 2rem;
}

.carousel-controls {
  display: flex !important;
  gap: 1rem !important;
  justify-content: flex-end !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
  background: none !important;
  width: 100%;
  z-index: 11 !important;
  position: absolute;
  top: -20px;
  right: 35px;
}

.carousel-btn {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  border: 2px solid #2a7f7e !important;
  background-color: transparent !important;
  color: #2a7f7e !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: all 0.3s ease;
  padding: 0 !important;
  min-width: 45px !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  z-index: 11 !important;
  position: relative !important;
  flex-shrink: 0 !important;
}
.carousel-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #2a7f7e !important;
}
.carousel-btn:hover {
  background-color: #2a7f7e !important;
  color: white !important;
  transform: scale(1.1) !important;
}
.carousel-btn:hover svg {
  stroke: white !important;
}
.carousel-btn:active {
  transform: scale(0.95) !important;
}
.carousel-btn svg {
  width: 24px !important;
  height: 24px !important;
  stroke: #2a7f7e !important;
  pointer-events: none !important;
}

.carousel-scroll-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}
.carousel-scroll-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.carousel-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.carousel-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.5);
  border-radius: 3px;
}
.carousel-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(160, 160, 160, 0.5);
}
.carousel-scroll-container {
  padding: 1rem 0;
}

#portfolio-scroll {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 200, 200, 0.5) transparent;
}
#portfolio-scroll::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
#portfolio-scroll::-webkit-scrollbar-track {
  background: transparent;
}
#portfolio-scroll::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.5);
  border-radius: 3px;
}
#portfolio-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(160, 160, 160, 0.5);
}
#portfolio-scroll {
  width: 100%;
}
#portfolio-scroll .wp-block-post-template {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: nowrap;
}
#portfolio-scroll .portfolio-card {
  flex: 0 0 calc(33.333% - 1.34rem);
  min-width: calc(33.333% - 1.34rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.type-project figure {
  opacity: 0.25;
  filter: blur(5px);
}

.work-content {
  position: absolute;
  top: 0;
}

.portfolio-card-link {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: all;
}
.portfolio-card-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 450px;
  background-color: #f5f7fa;
  z-index: 0;
}
.portfolio-card a {
  text-decoration: none;
  color: inherit;
}
.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.portfolio-card:hover .wp-block-post-featured-image img,
.portfolio-card:hover img {
  transform: scale(1.05);
}
.portfolio-card:hover .wp-block-post-title a {
  color: #2a7f7e;
}

.wp-block-post-featured-image {
  overflow: hidden;
  height: 250px;
  margin: 0;
}
.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-card .wp-block-image {
  overflow: hidden;
  height: 250px;
  margin: 0;
}
.portfolio-card .wp-block-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-grow: 1;
  padding: 2rem;
}

.portfolio-card-content .wp-block-post-excerpt a {
  color: #2a7f7e;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.portfolio-card-content .wp-block-post-excerpt a:hover {
  color: #1a3a4a;
}

@media (max-width: 768px) {
  .portfolio-carousel-wrapper {
    padding: 3rem 1rem;
  }
  .carousel-controls {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 480px) {
  .carousel-btn {
    width: 40px !important;
    height: 40px !important;
  }
  .carousel-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #1a3a4a;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: transform box-shadow;
  margin-bottom: 2rem;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}
.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-button:active {
  transform: scale(0.98);
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  width: 55px;
  height: 55px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.social-link:hover {
  box-shadow: 0 0 0 1px currentColor, 0 0 0 1px #ffffff;
  animation: sonar-pulse 2s infinite;
}
.social-link img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

ul.hobbies li :before {
  content: "📌";
  display: inline-block;
  margin-right: 0.2rem;
}

/**
 * Contact Form Modal Styles
 */
#contact-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#contact-modal.active {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    max-width: 95%;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #333;
}

.contact-form-group {
  margin-bottom: 20px;
}
.contact-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
}
.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.2s;
}
.contact-form-group input:focus,
.contact-form-group textarea:focus {
  outline: none;
  border-color: #008b8b;
  box-shadow: 0 0 0 3px rgba(0, 139, 139, 0.1);
}
.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
  color: #999;
}
.contact-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

#contact-form .success-message {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
}
#contact-form .success-message.show {
  display: block;
}

.form-submit {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #008b8b 0%, #005a5a 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.form-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 139, 139, 0.3);
}
.form-submit:active:not(:disabled) {
  transform: translateY(0);
}
.form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.carousel-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.carousel-nav svg {
  fill: #e1e5e9;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.carousel-nav:hover svg {
  opacity: 1;
}
.carousel-nav:active {
  transform: scale(0.95);
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-grow: 1;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel [class*=carousel-] {
  flex: 0 0 100%;
  min-width: 300px;
  opacity: 0;
  margin-block-start: 0;
}
.carousel [class*=carousel-] .about-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  transition: all 0.3s ease;
}
.carousel [class*=carousel-] .about-card .about-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.carousel [class*=carousel-] .about-card .about-content .about-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.carousel [class*=carousel-] .about-card .about-content .about-text {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.carousel .carousel-1 {
  opacity: 1;
}

@media (max-width: 768px) {
  .carousel-wrapper {
    gap: 15px;
  }
  .carousel-nav {
    width: 40px;
    height: 40px;
  }
  .carousel-nav svg {
    width: 18px;
    height: 18px;
  }
  .carousel {
    gap: 15px;
  }
  .carousel [class*=carousel-] {
    flex: 0 0 250px;
    min-width: 250px;
  }
  .carousel [class*=carousel-] .about-card {
    padding: 15px;
  }
  .carousel [class*=carousel-] .about-card .about-content .about-title {
    font-size: 16px;
  }
  .carousel [class*=carousel-] .about-card .about-content .about-text {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .carousel-wrapper {
    gap: 12px;
  }
  .carousel-nav {
    width: 36px;
    height: 36px;
  }
  .carousel-nav svg {
    width: 16px;
    height: 16px;
  }
  .carousel {
    gap: 10px;
  }
  .carousel [class*=carousel-] {
    flex: 0 0 200px;
    min-width: 200px;
  }
  .carousel [class*=carousel-] .about-card {
    padding: 12px;
  }
  .carousel [class*=carousel-] .about-card .about-content .about-title {
    font-size: 14px;
  }
  .carousel [class*=carousel-] .about-card .about-content .about-text {
    font-size: 12px;
  }
}
.worked-with-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border: 1px solid #eee;
}
.worked-with-table thead tr {
  background-color: #f9f9f9;
  border-bottom: 2px solid #eee;
}
.worked-with-table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-right: 1px solid #eee;
}
.worked-with-table thead th:last-child {
  border-right: none;
}
.worked-with-table tbody tr {
  border-bottom: 1px solid #eee;
}
.worked-with-table tbody tr:last-child {
  border-bottom: none;
}
.worked-with-table tbody td {
  padding: 15px;
  border-right: 1px solid #eee;
}
.worked-with-table tbody td:last-child {
  border-right: none;
}
.worked-with-table tbody td:nth-child(2) {
  color: #1a1a1a;
  font-weight: 600;
}
.worked-with-table tbody td:nth-child(3),
.worked-with-table tbody td:nth-child(4) {
  color: #666;
}
.worked-with-table tbody td:nth-child(5),
.worked-with-table tbody td:nth-child(6) {
  color: #333;
}
.worked-with-table .table-flex-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.worked-with-table .table-flex-cell img {
  width: 76px;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.worked-with-table .table-flex-cell span {
  color: #333;
}

footer,
.footer {
  background-color: #1a3a4a;
  color: #ffffff;
  padding: 2rem;
  text-align: center;
  margin-top: auto;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-message {
  font-size: medium;
  opacity: 0.95;
  color: white;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 1rem;
  }
}
#wp-submit {
  background-color: white;
  color: #1a3a4a;
  margin-top: 12px;
  padding: 8px;
  border-radius: 25px;
}

html.wp-toolbar {
  background: linear-gradient(-45deg, #ee7752, #e73c3e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  min-height: 100vh;
  animation: gradientShift 15s ease infinite;
}

body.login {
  background: linear-gradient(-45deg, #ee7752, #e73c3e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  animation: gradientShift 15s ease infinite;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#login {
  width: 100%;
  max-width: 420px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  #login {
    padding: 16px;
  }
}

#login form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37), inset 0 0 32px 0 rgba(255, 255, 255, 0.15);
  padding: 50px 45px;
  margin: 0;
  animation: slideUp 0.6s ease-out;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  #login form {
    padding: 32px 24px;
  }
}

#login h1 {
  text-align: center;
  margin: 0 0 40px 0;
}
#login h1 a {
  background-image: none !important;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.8px;
  transition: all 0.3s ease;
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#login h1 a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.user-login-wrap,
.user-pass-wrap,
.forgetmenot {
  position: relative;
  margin-bottom: 0;
}

.user-login-wrap {
  margin-bottom: 20px;
}

.user-pass-wrap {
  margin-bottom: 24px;
}

#login form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#user_login,
#user_pass {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  box-sizing: border-box;
}
#user_login:focus,
#user_pass:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
#user_login::placeholder,
#user_pass::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.user-pass-wrap {
  position: relative;
}

.forgetmenot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.forgetmenot input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
}
.forgetmenot input[type=checkbox]:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.25);
}
.forgetmenot input[type=checkbox]:checked {
  background: linear-gradient(135deg, rgba(35, 166, 213, 0.8) 0%, rgba(35, 213, 171, 0.8) 100%);
  border-color: rgba(255, 255, 255, 0.8);
}
.forgetmenot input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.forgetmenot input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.forgetmenot label {
  margin: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lost-password {
  text-align: right;
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 13px;
}
.lost-password a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.lost-password a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.wp-submit,
input[type=submit] {
  width: 100%;
  padding: 12px 24px;
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(35, 166, 213, 0.9) 0%, rgba(35, 213, 171, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wp-submit:hover,
input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.3);
  background: linear-gradient(135deg, rgb(35, 166, 213) 0%, rgb(35, 213, 171) 100%);
  border-color: rgba(255, 255, 255, 0.5);
}
.wp-submit:active,
input[type=submit]:active {
  transform: translateY(0);
}
.wp-submit:focus,
input[type=submit]:focus {
  outline: none;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.2);
}

a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #ffffff;
}
a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
.nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nav a:hover {
  color: #ffffff;
}

.language-switcher {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.login .message,
.login .error,
.login .notice {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 14px 16px;
  border-radius: 8px;
  border-left: 4px solid;
  font-size: 14px;
  animation: slideInDown 0.3s ease;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login .message {
  border-left-color: rgba(35, 166, 213, 0.8);
  color: rgba(255, 255, 255, 0.95);
}

.login .error {
  border-left-color: rgba(231, 60, 62, 0.8);
  color: rgba(255, 255, 255, 0.95);
}

.login .notice {
  border-left-color: rgba(238, 119, 82, 0.8);
  color: rgba(255, 255, 255, 0.95);
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
#login.shake form {
  animation: shake 0.5s ease;
}

@media (max-width: 480px) {
  body.login {
    padding: 16px;
  }
  #login form {
    padding: 32px 24px;
  }
  #user_login,
  #user_pass {
    font-size: 16px;
  }
  #login h1 {
    margin-bottom: 24px;
  }
}
@media print {
  body.login {
    background: white;
    animation: none;
  }
  #login form {
    background: white;
    border: 1px solid #ccc;
    box-shadow: none;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.animate-slideInLeft {
  animation: slideInLeft 0.6s ease;
}

.animate-slideInRight {
  animation: slideInRight 0.6s ease;
}

.animate-slideInUp {
  animation: slideInUp 0.6s ease;
}

.animate-fadeIn {
  animation: fadeIn 0.6s ease;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-6 {
  margin: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-7 {
  margin: 5rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.ml-7 {
  margin-left: 5rem;
}

.mr-7 {
  margin-right: 5rem;
}

.mx-7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-7 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-7 {
  padding: 5rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

.pl-7 {
  padding-left: 5rem;
}

.pr-7 {
  padding-right: 5rem;
}

.px-7 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.type-project {
  position: relative;
}
