@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.site-header {
  display: flex;
  justify-content: center;
  max-width: 100vw;
  top: 0;
  position: sticky;
  background-color: #ffffff;
  z-index: 999;
  animation: shadowShiftLightHeader 7s ease-in-out infinite;
}
.site-header nav {
  width: 80%;
}
.site-header nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header nav .nav-links .nl-cont {
  display: flex;
}
.site-header nav .nav-links .nl-cont .nav-link {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #48A6A7;
}
.site-header nav .nav-links .nl-cont .nav-link:hover, .site-header nav .nav-links .nl-cont .nav-link:focus {
  color: #006A71;
  transform: translateY(-2px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-header nav .nav-links .nl-cont .nav-link .nav-icon-wrapper {
  padding-right: 5px;
}
@media (max-width: 400px) {
  .site-header nav .nav-links .nl-cont .nav-link .nav-text-wrapper {
    display: none;
  }
}
.site-header nav .nav-links #theme-toggle {
  all: unset;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #48A6A7;
}
.site-header nav .nav-links #theme-toggle:hover, .site-header nav .nav-links #theme-toggle:focus {
  color: #006A71;
  transform: translateY(-2px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-header nav .nav-links #theme-toggle .theme-icon {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body.dark-mode .site-header {
  background-color: #030303;
  animation: shadowShiftDarkHeader 7s ease-in-out infinite;
}

@keyframes shadowShiftLightHeader {
  0%, 100% {
    box-shadow: 0 8px 16px rgba(72, 166, 167, 0.6);
  }
  50% {
    box-shadow: 0 12px 24px rgba(0, 106, 113, 0.3);
  }
}
@keyframes shadowShiftDarkHeader {
  0%, 100% {
    box-shadow: 0 8px 16px rgba(180, 235, 230, 0.6);
  }
  50% {
    box-shadow: 0 12px 24px rgba(77, 182, 172, 0.3);
  }
}
.site-footer {
  max-width: 100vw;
  background-color: #ffffff;
  animation: shadowShiftLightFooter 7s ease-in-out infinite;
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.site-footer .footer-content .footer-copyright {
  display: flex;
  align-items: center;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
.site-footer .footer-content .footer-copyright .copyright-icon {
  color: #48A6A7;
  margin-right: 5px;
}
.site-footer .footer-content .footer-socialicons {
  display: flex;
}
.site-footer .footer-content .footer-socialicons .footer-s-icon {
  margin-left: 10px;
}
.site-footer .footer-content .footer-socialicons .footer-s-icon a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #48A6A7;
}
.site-footer .footer-content .footer-socialicons .footer-s-icon a:hover, .site-footer .footer-content .footer-socialicons .footer-s-icon a:focus {
  color: #006A71;
  transform: translateY(-2px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .footer-content .footer-socialicons .footer-s-icon .footer-github-link .footer-github-icon {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .footer-content .footer-socialicons .footer-s-icon .footer-linkedin-link .footer-linkedin-icon {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .footer-content .footer-socialicons .footer-s-icon .footer-email-link .footer-email-icon {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body.dark-mode .site-footer {
  background-color: #030303;
  animation: shadowShiftDarkFooter 7s ease-in-out infinite;
}
body.dark-mode .site-footer .copyright-icon {
  color: #B4EBE6;
}

@keyframes shadowShiftLightFooter {
  0%, 100% {
    box-shadow: 0 -8px 16px rgba(72, 166, 167, 0.6);
  }
  50% {
    box-shadow: 0 -12px 24px rgba(0, 106, 113, 0.3);
  }
}
@keyframes shadowShiftDarkFooter {
  0%, 100% {
    box-shadow: 0 -8px 16px rgba(180, 235, 230, 0.6);
  }
  50% {
    box-shadow: 0 -12px 24px rgba(77, 182, 172, 0.3);
  }
}
body {
  margin: 0;
  max-width: 100vw;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body a {
  color: #48A6A7;
  text-decoration: none;
  display: inline-block;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body a:hover {
  color: #006A71;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body.dark-mode {
  background-color: #030303;
  color: #F1EFEC;
}
body.dark-mode a {
  color: #B4EBE6;
}
body.dark-mode a:hover {
  color: #4DB6AC;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: #000000;
  padding: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
}
.cookie-consent .cookie-consent-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cookie-consent .cookie-consent-content p {
  margin: 0;
  flex: 1;
  min-width: 250px;
}
.cookie-consent .cookie-consent-buttons {
  display: flex;
  gap: 1rem;
}
.cookie-consent .cookie-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.cookie-consent .cookie-btn.accept {
  background-color: #48A6A7;
  color: #000000;
}
.cookie-consent .cookie-btn.accept:hover {
  background-color: #006A71;
}
.cookie-consent .cookie-btn.decline {
  background-color: transparent;
  border: 1px solid #000000;
}
.cookie-consent .cookie-btn.decline:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

body.dark-mode .cookie-consent {
  background: #030303;
  color: #F1EFEC;
}
body.dark-mode .cookie-consent .cookie-btn.accept {
  background-color: #B4EBE6;
  color: #030303;
}
body.dark-mode .cookie-consent .cookie-btn.accept:hover {
  background-color: #4DB6AC;
}
body.dark-mode .cookie-consent .cookie-btn.decline {
  border-color: #F1EFEC;
  color: #F1EFEC;
}
body.dark-mode .cookie-consent .cookie-btn.decline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

body * .full-container {
  display: flex;
  justify-content: center;
  max-width: 100vw;
  margin: 50px 0;
}
body * .full-container .content-container {
  width: 80%;
}

body.dark-mode .name {
  color: #B4EBE6;
}
body.dark-mode .cta-buttons .cta-1 a.cta-btn {
  background-color: #B4EBE6;
  color: #333;
  border: 2px solid #B4EBE6;
}
body.dark-mode .cta-buttons .cta-1 a.cta-btn:hover {
  background-color: #4DB6AC;
  border-color: #4DB6AC;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.dark-mode .cta-buttons .cta-1 a.btn {
  color: #B4EBE6;
  border: 2px solid #B4EBE6;
}
body.dark-mode .cta-buttons .cta-1 a.btn:hover {
  color: #4DB6AC;
  border-color: #4DB6AC;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  body .site-index .full-container .content-container .hero-section {
    flex-direction: column;
    gap: 32px;
  }
  body .site-index .full-container .content-container .hero-section .image {
    width: 70%;
    max-width: 320px;
    min-width: 140px;
    margin: 0 auto;
  }
  body .site-index .full-container .content-container .hero-section .text {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  body .site-index .full-container .content-container .hero-section .text #text-name h1 .hmsg-cont {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    font-size: 42px;
    height: auto;
    min-height: unset;
    max-height: unset;
    justify-content: center;
  }
}
.site-contact .full-container .content-container {
  padding: 2rem;
  background: #ffffff;
  color: #000000;
  border-radius: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  /* Form Styles */
  /* Social Links */
}
.site-contact .full-container .content-container h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #48A6A7;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.site-contact .full-container .content-container .lead {
  text-align: center;
  margin-bottom: 2rem;
  color: #555555;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
.site-contact .full-container .content-container form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.site-contact .full-container .content-container form .form-group label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-contact .full-container .content-container form .form-group label:focus-within {
  border-color: #48A6A7;
  box-shadow: 0 0 0 2px rgba(72, 166, 167, 0.1);
}
.site-contact .full-container .content-container form .form-group label .input-icon {
  color: #888888;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.site-contact .full-container .content-container form .form-group label input,
.site-contact .full-container .content-container form .form-group label textarea {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  resize: none;
}
.site-contact .full-container .content-container form .form-group label input:focus,
.site-contact .full-container .content-container form .form-group label textarea:focus {
  outline: none;
}
.site-contact .full-container .content-container form .form-group label input::placeholder,
.site-contact .full-container .content-container form .form-group label textarea::placeholder {
  color: #aaaaaa;
}
.site-contact .full-container .content-container form .form-group label textarea {
  min-height: 120px;
}
.site-contact .full-container .content-container form .submit-button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #48A6A7;
  color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-contact .full-container .content-container form .submit-button:hover {
  background: #006A71;
  transform: translateY(-1px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-contact .full-container .content-container form .submit-button .button-icon {
  width: 18px;
  height: 18px;
}
.site-contact .full-container .content-container .socials .divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: #888888;
  font-size: 0.9rem;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-contact .full-container .content-container .socials .divider::before, .site-contact .full-container .content-container .socials .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #dddddd;
}
.site-contact .full-container .content-container .socials .divider span {
  padding: 0 1rem;
}
.site-contact .full-container .content-container .socials .social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-contact .full-container .content-container .socials .social-links .social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #48A6A7;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site-contact .full-container .content-container .socials .social-links .social-link:hover {
  background: rgba(72, 166, 167, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-contact .full-container .content-container .socials .social-links .social-link i {
  width: 18px;
  height: 18px;
}

/* Dark Mode - Building on your existing structure */
body.dark-mode .site-contact .full-container .content-container {
  background: #030303;
  color: #F1EFEC;
  border: 1px solid #333333;
}
body.dark-mode .site-contact .full-container .content-container h1 {
  color: #B4EBE6;
}
body.dark-mode .site-contact .full-container .content-container .lead {
  color: #cccccc;
}
body.dark-mode .site-contact .full-container .content-container form .form-group label {
  background: #111111;
  border-color: #333333;
}
body.dark-mode .site-contact .full-container .content-container form .form-group label:focus-within {
  border-color: #B4EBE6;
  box-shadow: 0 0 0 2px rgba(180, 235, 230, 0.1);
}
body.dark-mode .site-contact .full-container .content-container form .form-group label .input-icon {
  color: #888888;
}
body.dark-mode .site-contact .full-container .content-container form .form-group label input,
body.dark-mode .site-contact .full-container .content-container form .form-group label textarea {
  color: #F1EFEC;
}
body.dark-mode .site-contact .full-container .content-container form .form-group label input::placeholder,
body.dark-mode .site-contact .full-container .content-container form .form-group label textarea::placeholder {
  color: #666666;
}
body.dark-mode .site-contact .full-container .content-container form .submit-button {
  background: #B4EBE6;
  color: #000000;
}
body.dark-mode .site-contact .full-container .content-container form .submit-button:hover {
  background: #4DB6AC;
}
body.dark-mode .site-contact .full-container .content-container .socials .divider {
  color: #888888;
}
body.dark-mode .site-contact .full-container .content-container .socials .divider::before, body.dark-mode .site-contact .full-container .content-container .socials .divider::after {
  border-color: #333333;
}
body.dark-mode .site-contact .full-container .content-container .socials .social-links .social-link {
  color: #B4EBE6;
}
body.dark-mode .site-contact .full-container .content-container .socials .social-links .social-link:hover {
  background: rgba(180, 235, 230, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .site-contact .full-container .content-container {
    padding: 1.5rem;
    width: 90%; /* Slightly wider on tablets */
  }
}
@media (max-width: 480px) {
  .site-contact .full-container {
    margin: 30px 0; /* Reduced margin on mobile */
  }
  .site-contact .full-container .content-container {
    padding: 1.25rem;
    width: 95%; /* Almost full width on mobile */
    border-radius: 0; /* Full bleed on small screens */
  }
  .site-contact .full-container .content-container form .form-group label {
    padding: 0.75rem;
  }
  .site-contact .full-container .content-container .socials .social-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  background-clip: content-box !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 9999s ease-in-out 0s;
}

body.dark-mode input:-webkit-autofill,
body.dark-mode textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #030303 inset !important;
  color: #F1EFEC !important;
  -webkit-text-fill-color: #F1EFEC !important;
}

.site-project-detail .full-container .content-container .image {
  width: 60%;
  margin: 0 auto;
  aspect-ratio: 600/325;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.site-project-detail .full-container .content-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 1.2rem;
}
.site-project-detail .full-container .content-container .title {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #006A71;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .title h1 {
  all: unset;
}
.site-project-detail .full-container .content-container .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .skills .skill {
  border: 1px solid #48A6A7;
  background-color: rgba(72, 166, 167, 0.1);
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
  font-size: 15px;
  font-weight: 500;
  color: #48A6A7;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-project-detail .full-container .content-container .skills .skill:hover {
  background-color: #48A6A7;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-project-detail .full-container .content-container .summary {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .summary p {
  all: unset;
}
.site-project-detail .full-container .content-container .description {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .description p {
  all: unset;
}
.site-project-detail .full-container .content-container .live {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .live a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-project-detail .full-container .content-container .live a .icon {
  margin-right: 5px;
}
.site-project-detail .full-container .content-container .return {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.site-project-detail .full-container .content-container .return a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  background-color: rgba(72, 166, 167, 0.1);
  color: #48A6A7;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #48A6A7;
}
.site-project-detail .full-container .content-container .return a .icon {
  margin-right: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-project-detail .full-container .content-container .return a:hover {
  background-color: #48A6A7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-project-detail .full-container .content-container .return a:hover .icon {
  transform: rotate(-360deg);
  transition: 0.4s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-project-detail .full-container .content-container .return a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.site-project-detail .full-container .content-container .return a:active {
  transform: translateY(0);
}
.site-project-detail .full-container .content-container .ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.hero-section {
  margin: 25px 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5%;
}
.hero-section .image {
  width: 28%;
  max-width: 350px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .image .image-img {
  width: 100%;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .image .image-img .hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  box-shadow: none;
  border: none;
  background: none;
  transition: none;
}
.hero-section .text {
  flex: 1;
  min-width: 0;
}
.hero-section .text #text-name {
  margin-bottom: 0;
}
.hero-section .text #text-name h1 {
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.hero-section .text #text-name h1 .hmsg-cont {
  display: flex;
  align-items: center;
  line-height: 2;
  width: 350px;
  height: 80px;
  min-width: 350px;
  min-height: 80px;
  max-width: 350px;
  max-height: 80px;
  font-size: 70px;
}
.hero-section .text #text-name h1 .hmsg-cont #helloMessage {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}
.hero-section .text #text-name h1 .hmsg-cont #helloMessage.fade-in {
  animation: fadeIn 0.3s ease-in forwards;
}
.hero-section .text #text-name h1 .hmsg-cont #helloMessage.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}
.hero-section .text .name {
  color: #48A6A7;
}
.hero-section .text .text-desc {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}
.hero-section .text .text-desc2 {
  font-size: 12px;
}
.hero-section .text .cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.hero-section .text .cta-buttons .cta-1 a {
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}
.hero-section .text .cta-buttons .cta-1 a.cta-btn {
  background-color: #48A6A7;
  color: white;
  border: 2px solid #48A6A7;
}
.hero-section .text .cta-buttons .cta-1 a.cta-btn:hover {
  background-color: #006A71;
  border-color: #006A71;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.hero-section .text .cta-buttons .cta-1 a.btn {
  background-color: transparent;
  color: #48A6A7;
  border: 2px solid #48A6A7;
}
.hero-section .text .cta-buttons .cta-1 a.btn:hover {
  color: #006A71;
  border-color: #006A71;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.experience-section {
  background: #ffffff;
  margin: 25px 0;
}
.experience-section .experience-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.experience-section .experience-title-accent {
  color: #48A6A7;
}
.experience-section .experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 900px;
  justify-content: center;
}
.experience-section .experience-card {
  min-width: 350px;
  padding: 2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(72, 166, 167, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.experience-section .experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 106, 113, 0.15);
}
.experience-section .experience-current {
  border-top: 3px solid #48A6A7;
  position: relative;
}
.experience-section .experience-current::after {
  content: "Current";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #48A6A7;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
.experience-section .experience-year {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.75rem;
}
.experience-section .experience-role {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: #000000;
  font-weight: 600;
}
.experience-section .experience-company {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1rem;
  color: #48A6A7;
  font-weight: 600;
}

body.dark-mode .experience-section {
  background: #030303;
}
body.dark-mode .experience-section .experience-title-accent {
  color: #B4EBE6;
}
body.dark-mode .experience-section .experience-card {
  background: rgba(3, 3, 3, 0.9);
  border-color: rgba(180, 235, 230, 0.3);
}
body.dark-mode .experience-section .experience-current {
  border-top-color: #B4EBE6;
}
body.dark-mode .experience-section .experience-current::after {
  background: #B4EBE6;
  color: #030303;
}
body.dark-mode .experience-section .experience-year {
  color: rgba(241, 239, 236, 0.7);
}
body.dark-mode .experience-section .experience-role {
  color: #F1EFEC;
}
body.dark-mode .experience-section .experience-company {
  color: #B4EBE6;
}

@media (max-width: 1070px) {
  .experience-section {
    padding: 4rem 1.5rem;
  }
  .experience-section .experience-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .experience-section .experience-grid {
    grid-template-columns: minmax(300px, 500px);
  }
  .experience-section .experience-card {
    min-width: unset;
    width: 100%;
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .experience-section {
    padding: 3rem 1rem;
  }
  .experience-section .experience-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 0;
  }
  .experience-section .experience-grid {
    grid-template-columns: 1fr;
  }
  .experience-section .experience-card {
    padding: 1.25rem;
  }
  .experience-section .experience-card.experience-current::after {
    top: 1rem;
    right: 1rem;
  }
  .experience-section .experience-role {
    font-size: 1.3rem;
  }
}
.projects-section {
  margin: 25px 0;
}
.projects-section .projects-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.projects-section .projects-title h2 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-align: inherit;
  font-family: inherit;
}
.projects-section .projects-filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 3rem;
  justify-content: center;
}
.projects-section .projects-filter-toolbar .projects-filter-btn {
  border: 1px solid #48A6A7;
  background-color: transparent;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #48A6A7;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.projects-section .projects-filter-toolbar .projects-filter-btn:hover, .projects-section .projects-filter-toolbar .projects-filter-btn:focus {
  background-color: #f3f6fa;
  color: #006A71;
  outline: none;
  transform: translateY(-2px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-filter-toolbar .projects-filter-btn.active {
  background-color: #48A6A7;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.projects-section .projects-filter-toolbar .projects-filter-btn.active:hover {
  background-color: #006A71;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-grid-container .projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
  justify-items: center;
}
.projects-section .projects-grid-container .projects-grid .projects-card {
  width: 320px;
  height: 420px;
  max-width: unset;
  min-width: unset;
  box-sizing: border-box;
  border: 1px solid rgba(72, 166, 167, 0.2);
  border-radius: 1.5rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.projects-section .projects-grid-container .projects-grid .projects-card.hide {
  display: none;
}
.projects-section .projects-grid-container .projects-grid .projects-card:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 106, 113, 0.15);
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image {
  height: 200px;
  max-width: 360px;
  background-color: #f3f6fa;
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image img {
  width: 100%;
  max-width: 360px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-card:hover .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image::before {
  opacity: 1;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  color: #006A71;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-desc {
  font-size: 0.95rem;
  color: #bfc7d1;
  line-height: 1.6;
  margin: 0;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-skills .projects-card-skill {
  border: 1px solid #48A6A7;
  background-color: rgba(72, 166, 167, 0.1);
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #48A6A7;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-card:hover .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-skills .projects-card-skill {
  background-color: #48A6A7;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #48A6A7;
  text-decoration: none;
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link:hover, .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link:focus {
  color: #006A71;
  text-decoration: underline;
  outline: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link .projects-card-link-icon {
  margin: 0 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link:hover .projects-card-link-icon, .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-link:focus .projects-card-link-icon {
  transform: translateX(2px);
}
.projects-section .projects-show-more-container {
  background-color: #48A6A7;
  color: #ffffff;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.projects-section .projects-show-more-container:hover, .projects-section .projects-show-more-container:focus {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #006A71;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 106, 113, 0.3);
}
.projects-section .projects-show-more-container i {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projects-section .projects-show-more-container:hover i {
  transform: translateX(3px);
}
.projects-section .projects-show-more-container .projects-show-more-link {
  display: flex;
  align-items: center;
  color: white;
}
.projects-section .projects-show-more-container .projects-show-more-link .projects-show-more-icon {
  margin: 0 5px;
}

body.dark-mode .projects-section .projects-title i {
  color: #B4EBE6;
}
body.dark-mode .projects-section .projects-filter-toolbar .projects-filter-btn {
  border: 1px solid #B4EBE6;
  color: #B4EBE6;
}
body.dark-mode .projects-section .projects-filter-toolbar .projects-filter-btn:hover, body.dark-mode .projects-section .projects-filter-toolbar .projects-filter-btn:focus {
  background-color: #4DB6AC;
  color: #030303;
  outline: none;
  transform: translateY(-2px);
}
body.dark-mode .projects-section .projects-filter-toolbar .projects-filter-btn.active {
  background-color: #B4EBE6;
  color: #030303;
}
body.dark-mode .projects-section .projects-filter-toolbar .projects-filter-btn.active:hover {
  background-color: #4DB6AC;
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card {
  border: 1px solid rgba(180, 235, 230, 0.2);
  background: #030303;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card:hover {
  box-shadow: 0 12px 24px rgba(77, 182, 172, 0.15);
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image {
  background-color: #F1EFEC;
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-image::before {
  background: linear-gradient(135deg, rgba(180, 235, 230, 0.1) 0%, rgba(77, 182, 172, 0.2) 100%);
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-title {
  color: #4DB6AC;
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-desc {
  color: #F1EFEC;
}
body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-skills .projects-card-skill {
  border: 1px solid #B4EBE6;
  background-color: rgba(180, 235, 230, 0.1);
  color: #B4EBE6;
}
.projects-card:hover body.dark-mode .projects-section .projects-grid-container .projects-grid .projects-card .projects-card-skills .projects-card-skill {
  background-color: #B4EBE6;
  color: #030303;
}
body.dark-mode .projects-section .projects-show-more-container {
  background-color: #B4EBE6;
  color: #030303;
}
body.dark-mode .projects-section .projects-show-more-container:hover, body.dark-mode .projects-section .projects-show-more-container:focus {
  background-color: #4DB6AC;
  box-shadow: 0 4px 12px rgba(77, 182, 172, 0.3);
}
body.dark-mode .projects-section .projects-show-more-container .projects-show-more-link {
  color: #030303;
}

@media (max-width: 1024px) {
  .projects-section .projects-grid-container .projects-grid {
    grid-template-columns: repeat(auto-fit, 300px);
  }
  .projects-section .projects-filter-toolbar {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .projects-section .projects-card {
    padding: 1.2rem;
  }
}
@media (max-width: 768px) {
  .projects-section .projects-grid-container .projects-grid {
    grid-template-columns: repeat(auto-fit, 250px);
  }
}
@media (max-width: 700px) {
  .projects-section .projects-filter-toolbar {
    gap: 0.3rem;
  }
  .projects-section .projects-filter-toolbar .projects-filter-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
  .projects-section .projects-filter-toolbar .projects-filter-btn .icon, .projects-section .projects-filter-toolbar .projects-filter-btn svg, .projects-section .projects-filter-toolbar .projects-filter-btn i {
    display: none;
  }
  .projects-section .projects-grid-container {
    padding: 0 0.5rem;
  }
  .projects-section .projects-grid-container .projects-grid {
    grid-template-columns: repeat(auto-fit, 220px);
    gap: 0.7rem;
  }
  .projects-section .projects-card {
    width: 100%;
    height: auto;
    padding: 0.7rem;
    border-radius: 1rem;
    gap: 0.7rem;
  }
  .projects-section .projects-card .projects-card-image {
    height: 110px;
    border-radius: 0.7rem;
  }
  .projects-section .projects-card .projects-card-title {
    font-size: 1rem;
  }
  .projects-section .projects-card .projects-card-desc {
    font-size: 0.85rem;
  }
  .projects-section .projects-card .projects-card-skills {
    gap: 0.3rem;
  }
  .projects-section .projects-card .projects-card-skills .projects-card-skill {
    font-size: 0.7rem;
    padding: 0.3rem 0.7rem;
  }
  .projects-section .projects-show-more-container {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    padding: 0.6rem 0.7rem;
  }
}
@media (max-width: 480px) {
  .projects-section .projects-grid-container .projects-grid {
    grid-template-columns: 1fr;
  }
  .projects-section .projects-card {
    width: 100%;
    height: auto;
    padding: 0.7rem;
    border-radius: 1rem;
  }
  .projects-section .projects-card .projects-card-image {
    height: 110px;
    border-radius: 0.7rem;
  }
  .projects-section .projects-card .projects-card-title {
    font-size: 1rem;
  }
  .projects-section .projects-show-more-container {
    font-size: 0.85rem;
    padding: 0.6rem 0.7rem;
  }
}
.skills-section {
  padding: 4rem 2rem;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.skills-section .skills-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.skills-section .skills-title i {
  color: #48A6A7;
}
.skills-section .skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.skills-section .skill-card {
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  transform: translateY(30px);
  border: 1px solid rgba(72, 166, 167, 0.2);
}
.skills-section .skill-card h3 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #48A6A7;
  flex-wrap: wrap;
  line-height: 1.3;
  word-break: break-word;
}
.skills-section .skill-card ul {
  list-style: none;
  padding: 0;
}
.skills-section .skill-card ul li {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.skills-section .skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.skills-section .skill-card.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

body.dark-mode .skills-section {
  background-color: #030303;
  color: #F1EFEC;
}
body.dark-mode .skills-section .skills-title i,
body.dark-mode .skills-section .skill-card h3 {
  color: #B4EBE6;
}
body.dark-mode .skills-section .skill-card {
  border: 1px solid rgba(180, 235, 230, 0.2);
  background: #030303;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
body.dark-mode .skills-section .skill-card:hover {
  box-shadow: 0 12px 24px rgba(77, 182, 172, 0.15);
}
body.dark-mode .skills-section .skill-card h3 {
  color: #B4EBE6;
}
body.dark-mode .skills-section .skill-card ul li {
  color: #F1EFEC;
}

@media (max-width: 500px) {
  .skills-section {
    padding: 2rem 1rem;
  }
  .skills-section .skills-title {
    font-size: 2rem;
  }
  .skills-section .skill-card h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 370px) {
  .skills-section {
    padding: 1.5rem 0.75rem;
  }
  .skills-section .skills-title {
    font-size: 1.7rem;
    gap: 0.4rem;
  }
  .skills-section .skills-title i {
    width: 20px;
    height: 20px;
  }
  .skills-section .skill-card {
    padding: 1rem;
    border-radius: 0.75rem;
  }
  .skills-section .skill-card h3 {
    font-size: 1rem;
    gap: 0.4rem;
  }
  .skills-section .skill-card h3 i {
    width: 18px;
    height: 18px;
  }
  .skills-section .skill-card ul li {
    font-size: 0.95rem;
  }
  .skills-section .skill-card ul li i {
    width: 16px;
    height: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
