@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  background-color: #f9f9f9;
  overflow-x: hidden;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

section {
  padding: 100px 0;
  position: relative;
}
section.about {
  background-color: #f5f1ff;
  padding-top: 60px;
}
section.experience {
  background-color: #e0fff1;
}
section.skills {
  background-color: #fff0e5;
}
section.projects {
  background-color: #e9f8ff;
}
section.education {
  background-color: #fff9e0;
}
section.contact {
  background-color: #ffe9f0;
}
section:not(:last-child)::after {
  content: "★ ✦ ★";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  letter-spacing: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #111111;
}

.page-header {
  text-align: center;
  margin-bottom: 80px;
}
.page-header h1 {
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  color: #111111;
  text-transform: uppercase;
}
.page-header h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 4px 16px;
  display: inline-block;
  border: 2px solid #111111;
}
.page-header h2 .company-link {
  color: blue;
  text-decoration: underline;
  font-weight: 700;
}
.page-header .header-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #111111;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 120px;
  height: 6px;
  background-image: linear-gradient(to right, blue, #2e37c4);
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #212121;
}

a {
  color: #111111;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
a:hover {
  color: blue;
}

ul {
  list-style: none;
}

.section-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
  padding: 25px;
  background-color: #ffffff;
  border: 2px solid #111111;
}
.section-nav .nav-item {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  text-transform: uppercase;
  color: #111111;
}
.section-nav .nav-item:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: blue;
  transition: width 0.2s ease;
}
.section-nav .nav-item:hover:after {
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 16px 32px;
  font-weight: 800;
  text-align: center;
  border: 2px solid #111111;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.9);
  transform: translate(-2px, -2px);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn:hover {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
  transform: translate(-4px, -4px);
}
.btn:active {
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  transform: translate(0, 0);
}
.btn.btn-primary {
  background-color: blue;
  color: #ffffff;
  background-image: linear-gradient(135deg, blue, #0000cc);
}
.btn.btn-secondary {
  background-color: cyan;
  color: #111111;
}
.btn.btn-outline {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.btn.btn-outline:hover {
  background-color: #111111;
  color: #ffffff;
}

.glitch {
  position: relative;
}
.glitch:before, .glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glitch:before {
  left: 2px;
  text-shadow: -2px 0 blue;
  clip: rect(44px, 450px, 56px, 0);
}
.glitch:after {
  left: -2px;
  text-shadow: -2px 0 #ffd968;
  clip: rect(44px, 450px, 56px, 0);
}

@media screen and (min-width: 1024px) {
  .glitch:before {
    animation: glitch-anim 5s infinite linear alternate-reverse;
  }
  .glitch:after {
    animation: glitch-anim2 5s infinite linear alternate-reverse;
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(42px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(12px, 9999px, 59px, 0);
  }
  10% {
    clip: rect(48px, 9999px, 29px, 0);
  }
  15.0% {
    clip: rect(42px, 9999px, 73px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 27px, 0);
  }
  25% {
    clip: rect(34px, 9999px, 55px, 0);
  }
  30.0% {
    clip: rect(86px, 9999px, 73px, 0);
  }
  35% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 66px, 0);
  }
  50% {
    clip: rect(57px, 9999px, 98px, 0);
  }
  55.0% {
    clip: rect(5px, 9999px, 46px, 0);
  }
  60.0% {
    clip: rect(82px, 9999px, 31px, 0);
  }
  65% {
    clip: rect(54px, 9999px, 27px, 0);
  }
  70% {
    clip: rect(28px, 9999px, 99px, 0);
  }
  75% {
    clip: rect(45px, 9999px, 69px, 0);
  }
  80% {
    clip: rect(23px, 9999px, 85px, 0);
  }
  85.0% {
    clip: rect(54px, 9999px, 84px, 0);
  }
  90% {
    clip: rect(45px, 9999px, 47px, 0);
  }
  95% {
    clip: rect(37px, 9999px, 20px, 0);
  }
  100% {
    clip: rect(4px, 9999px, 91px, 0);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(65px, 9999px, 100px, 0);
  }
  5% {
    clip: rect(52px, 9999px, 74px, 0);
  }
  10% {
    clip: rect(79px, 9999px, 85px, 0);
  }
  15.0% {
    clip: rect(75px, 9999px, 5px, 0);
  }
  20% {
    clip: rect(67px, 9999px, 61px, 0);
  }
  25% {
    clip: rect(14px, 9999px, 79px, 0);
  }
  30.0% {
    clip: rect(1px, 9999px, 66px, 0);
  }
  35% {
    clip: rect(86px, 9999px, 30px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 98px, 0);
  }
  45% {
    clip: rect(85px, 9999px, 72px, 0);
  }
  50% {
    clip: rect(71px, 9999px, 75px, 0);
  }
  55.0% {
    clip: rect(2px, 9999px, 48px, 0);
  }
  60.0% {
    clip: rect(30px, 9999px, 16px, 0);
  }
  65% {
    clip: rect(59px, 9999px, 50px, 0);
  }
  70% {
    clip: rect(41px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(2px, 9999px, 82px, 0);
  }
  80% {
    clip: rect(47px, 9999px, 73px, 0);
  }
  85.0% {
    clip: rect(3px, 9999px, 27px, 0);
  }
  90% {
    clip: rect(26px, 9999px, 55px, 0);
  }
  95% {
    clip: rect(42px, 9999px, 97px, 0);
  }
  100% {
    clip: rect(38px, 9999px, 49px, 0);
  }
}
.about-bento {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
  margin-top: 40px;
}
.about-bento .bento-item {
  background-color: #ffffff;
  border: 2px solid #111111;
  padding: 24px;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  transition: transform 0.2s ease;
}
.about-bento .bento-item:hover {
  transform: translate(6px, 6px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.about-bento .bento-item:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 2L2 12 12 22 22 12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.2;
}
.about-bento .bento-item h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: blue;
  text-transform: uppercase;
  position: relative;
}
.about-bento .bento-item h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: blue;
}
.about-bento .portrait {
  grid-column: 2;
  grid-row: 1/span 2;
  height: 100%;
  padding: 0;
}
.about-bento .portrait .portrait-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background-color: #ffeef8;
}
.about-bento .portrait .portrait-placeholder img {
  max-width: 100%;
  border: none;
  box-shadow: none;
}
.about-bento .bio {
  grid-column: 1;
  grid-row: 1/span 2;
  background-color: blue;
  color: #ffffff;
  border: 2px solid #111111;
}
.about-bento .bio p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.about-bento .bio .section-title {
  color: #ffffff;
  font-size: 2.5rem;
}
.about-bento .bio .section-title:after {
  background-image: linear-gradient(to right, #ff2727, #7b1fa2);
}
.about-bento .bio strong {
  color: #ff5722;
  font-weight: 800;
}
.about-bento .specialization {
  grid-column: 1;
  grid-row: 3;
  background-color: #ffffff;
  border-color: #111111;
}
.about-bento .specialization h3 {
  color: blue;
}
.about-bento .specialization h3:after {
  background-color: blue;
}
.about-bento .facts {
  grid-column: 2;
  grid-row: 3;
  background-color: #ffd968;
}
.about-bento .facts ul {
  list-style: none;
}
.about-bento .facts ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  color: #111111;
}
.about-bento .facts ul li:before {
  content: "→";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  color: #111111;
  font-weight: 800;
}
.about-bento .facts h3 {
  color: #111111;
}
.about-bento .contact-info {
  grid-column: 1/span 2;
  grid-row: 4;
  background-color: #ffffff;
}
.about-bento .contact-info p {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #212121;
}
.about-bento .contact-info p i {
  margin-right: 10px;
  color: blue;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 60px auto;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 8px;
  background-image: linear-gradient(blue, cyan, #ffd968, #26fa0b, #7b1fa2);
}
.timeline .view-more-container {
  text-align: center;
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 70px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #ffd968;
  background-image: linear-gradient(45deg, #ffd968 25%, rgb(255, 204.1655629139, 53) 25%, rgb(255, 204.1655629139, 53) 50%, #ffd968 50%, #ffd968 75%, rgb(255, 204.1655629139, 53) 75%, rgb(255, 204.1655629139, 53));
  background-size: 10px 10px;
}

.timeline-content {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border: 2px solid #111111;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.timeline-content:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 20px;
  height: 20px;
  background-color: blue;
  z-index: -1;
}
.timeline-content:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #ffd968;
  z-index: -1;
}
.timeline-content h3 {
  margin-top: 0;
  color: blue;
  font-size: 2rem;
  text-transform: uppercase;
}
.timeline-content h4 {
  margin: 5px 0 15px;
  color: #212121;
  font-size: 1.2rem;
}
.timeline-content .timeline-date {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background-color: #ffd968;
  color: #111111;
  border: 3px solid #111111;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.timeline-content p {
  margin-bottom: 20px;
  color: #212121;
}
.timeline-content p strong {
  color: #111111;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tech-tags span {
  display: inline-block;
  padding: 8px 12px;
  background-color: cyan;
  color: #111111;
  border: 2px solid #111111;
  text-transform: uppercase;
  border-width: 3px;
  font-weight: 800;
}

.skills {
  overflow-x: hidden;
}

.skills-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}
.skills-bento .bento-item {
  background-color: #ffffff;
  border: 2px solid #111111;
  padding: 24px;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  transition: transform 0.2s ease;
}
.skills-bento .bento-item:hover {
  transform: translate(4px, 4px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.skills-bento .bento-item h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: blue;
  text-transform: uppercase;
}
.skills-bento .frontend {
  grid-column: 1/span 2;
  grid-row: 1;
  background-color: blue;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10.5%);
  background-size: 20px 20px;
}
.skills-bento .frontend h3 {
  color: #ffffff;
}
.skills-bento .backend {
  grid-column: 3;
  grid-row: 1;
  background-color: #26fa0b;
}
.skills-bento .backend h3 {
  color: #111111;
}
.skills-bento .mobile {
  grid-column: 1;
  grid-row: 2;
  background-color: #ffd968;
}
.skills-bento .mobile h3 {
  color: #111111;
}
.skills-bento .cloud {
  grid-column: 2;
  grid-row: 2;
  background-color: #ffffff;
}
.skills-bento .cloud h3 {
  color: blue;
}
.skills-bento .ai {
  grid-column: 3;
  grid-row: 2;
  background-color: #7b1fa2;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 15%, transparent 16%);
  background-size: 30px 30px;
}
.skills-bento .ai h3 {
  color: #ffffff;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.skill-tags span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #ffffff;
  color: #111111;
  font-size: 0.9rem;
  font-weight: 700;
  border: 2px solid #111111;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 40px;
}

.project-card {
  border: 2px solid #111111;
  background-color: #ffffff;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  transition: transform 0.2s ease;
  height: 100%;
}
.project-card:hover {
  transform: translate(4px, 4px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.project-card .project-content {
  padding: 0 24px 24px;
}
.project-card .project-content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: blue;
}
.project-card .project-content p {
  margin-bottom: 24px;
  color: #212121;
}
.project-card .project-thumbnail {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 12px;
  padding-top: 34px;
}
.project-card .project-thumbnail:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #111111;
  border-bottom: none;
  z-index: 1;
}
.project-card .project-thumbnail .browser-dots {
  position: absolute;
  top: 20px;
  left: 24px;
  display: flex;
  gap: 4px;
  z-index: 3;
}
.project-card .project-thumbnail .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.project-card .project-thumbnail .dot.red {
  background-color: #ff5f57;
}
.project-card .project-thumbnail .dot.yellow {
  background-color: #ffbd2e;
}
.project-card .project-thumbnail .dot.green {
  background-color: #28c840;
}
.project-card .project-thumbnail img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: 2px solid #111111;
  border-top: none;
  margin: 0;
  display: block;
}
.project-card .project-links {
  margin: 0 0 24px;
  padding: 4px 0;
  text-align: center;
}
.project-card .project-links .demo-link {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ffd968;
  color: #111111;
  font-weight: 700;
  border: 2px solid #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.9);
  transform: translate(-2px, -2px);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.project-card .project-links .demo-link:hover {
  background-color: #26fa0b;
  color: #111111;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
  transform: translate(-4px, -4px);
}
.project-card .project-links .demo-link:active {
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  transform: translate(0, 0);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 36px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.education-item {
  border: 2px solid #111111;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
  transition: transform 0.2s ease;
}
.education-item:hover {
  transform: translate(4px, 4px);
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
}
.education-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: blue;
}
.education-item .institute {
  font-weight: 700;
  margin-bottom: 10px;
  color: #212121;
}
.education-item .timeline-date {
  display: inline-block;
  padding: 8px 15px;
  background-color: #ffd968;
  color: #111111;
  border: 3px solid #111111;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.education-item p {
  color: #212121;
}

.cert-title {
  font-size: 2.5rem;
  margin: 60px 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #111111;
}
.cert-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: blue;
}

.certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.cert-item {
  border: 2px solid #111111;
  background-color: #ffffff;
  padding: 24px;
  text-align: center;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  transition: transform 0.2s ease;
}
.cert-item:hover {
  transform: translate(4px, 4px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.cert-item .cert-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: blue;
  transform: rotate(-5deg);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 15%, transparent 16%);
  background-size: 30px 30px;
}
.cert-item h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #212121;
}
.cert-item p {
  color: #555555;
}

.contact-container {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 36px;
  margin-top: 40px;
}

.contact-info {
  border: 2px solid #111111;
  background-color: blue;
  color: #ffffff;
  padding: 32px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
  height: -moz-fit-content;
  height: fit-content;
  background-size: 20px 20px;
}
.contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact-info .contact-item i {
  font-size: 1.8rem;
  width: 24px;
  margin-right: 20px;
  color: #ffffff;
}
.contact-info .contact-item p,
.contact-info .contact-item a {
  margin-bottom: 0;
  word-break: break-word;
  font-weight: 600;
  color: #ffffff;
}
.contact-info .social-links {
  display: flex;
  margin-top: 40px;
}
.contact-info .social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 3px solid #ffffff;
  margin-right: 20px;
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.2s ease;
}
.contact-info .social-links .social-icon:hover {
  background-color: #ffffff;
  color: blue;
  transform: translateY(-5px);
}

.contact-form {
  border: 2px solid #111111;
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.9);
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 15px;
  border: 3px solid #111111;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  background-color: #ffffff;
  color: #212121;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: blue;
}

.footer {
  background-color: #111111;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
  clear: both;
  margin-top: 0;
}
.footer p {
  margin-bottom: 0px;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1;
}
.footer .credits {
  font-size: 1rem;
  color: #888888;
}
.footer .credits .heart {
  color: #ff5722;
}

.experience .experience-swiper {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  margin-top: 40px;
}
.experience .experience-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.experience .experience-swiper .swiper-slide {
  width: auto;
  max-width: 640px;
  height: auto;
  display: flex;
  align-items: stretch;
  transition: transform 0.2s ease;
}
.experience .experience-swiper .timeline-content {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}
.experience .experience-swiper .timeline-content .tech-tags {
  margin-top: auto;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .about-bento {
    grid-template-columns: 1fr;
  }
  .about-bento .portrait {
    grid-column: 1;
    grid-row: 1;
    height: auto;
  }
  .about-bento .bio {
    grid-column: 1;
    grid-row: 2;
  }
  .about-bento .specialization {
    grid-column: 1;
    grid-row: 3;
  }
  .about-bento .facts {
    grid-column: 1;
    grid-row: 4;
  }
  .about-bento .contact-info {
    grid-column: 1;
    grid-row: 5;
  }
  .skills-bento {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .skills-bento .frontend {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .skills-bento .backend {
    grid-column: 1;
    grid-row: 2;
  }
  .skills-bento .mobile {
    grid-column: 2;
    grid-row: 2;
  }
  .skills-bento .cloud {
    grid-column: 1;
    grid-row: 3;
  }
  .skills-bento .ai {
    grid-column: 2;
    grid-row: 3;
  }
  .contact-container {
    grid-template-columns: 1fr;
  }
  .education-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 3rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
  }
  .section-nav .nav-item {
    padding: 8px 15px;
  }
  .about-bento .bio p {
    font-size: 1rem;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .certifications-grid {
    grid-template-columns: 1fr;
  }
  .skills-bento {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .page-header h1 {
    font-size: 2.5rem;
  }
  .page-header h2 {
    font-size: 1.3rem;
  }
  .header-buttons {
    flex-direction: column;
    align-items: center;
  }
  .header-buttons .btn {
    width: 100%;
    margin: 5px 0;
  }
  .bento-item:not(.portrait) {
    padding: 15px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .contact-info p {
    display: block;
    margin-bottom: 15px;
  }
  .contact-info .contact-item {
    align-items: flex-start;
    text-align: left;
  }
  .contact-info .contact-item i {
    margin-bottom: 10px;
  }
  .social-links {
    justify-content: center;
  }
  .skills-bento {
    grid-template-columns: 1fr;
  }
  .skills-bento .frontend,
  .skills-bento .backend,
  .skills-bento .mobile,
  .skills-bento .cloud,
  .skills-bento .ai {
    grid-column: 1;
  }
  .skills-bento .frontend {
    grid-row: 1;
  }
  .skills-bento .backend {
    grid-row: 2;
  }
  .skills-bento .mobile {
    grid-row: 3;
  }
  .skills-bento .cloud {
    grid-row: 4;
  }
  .skills-bento .ai {
    grid-row: 5;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
  html,
  body {
    background-color: #f9f9f9 !important;
    color: #212121 !important;
  }
  section.about {
    background-color: #f5f1ff !important;
  }
  section.experience {
    background-color: #e0fff1 !important;
  }
  section.skills {
    background-color: #fff0e5 !important;
  }
  section.projects {
    background-color: #e9f8ff !important;
  }
  section.education {
    background-color: #fff9e0 !important;
  }
  section.contact {
    background-color: #ffe9f0 !important;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn:hover {
  animation: none;
}

.timeline-content,
.bento-item,
.project-card,
.education-item,
.cert-item,
.contact-form,
.contact-info {
  position: relative;
}
.timeline-content:after,
.bento-item:after,
.project-card:after,
.education-item:after,
.cert-item:after,
.contact-form:after,
.contact-info:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  background-color: #111111;
  z-index: -1;
}

.wavy-highlight {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #ffd968;
}
.wavy-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,3.5 C2.5,0.5 7.5,6.5 10,3.5 C12.5,0.5 17.5,6.5 20,3.5 C22.5,0.5 27.5,6.5 30,3.5 C32.5,0.5 37.5,6.5 40,3.5 C42.5,0.5 47.5,6.5 50,3.5 C52.5,0.5 57.5,6.5 60,3.5 C62.5,0.5 67.5,6.5 70,3.5 C72.5,0.5 77.5,6.5 80,3.5 C82.5,0.5 87.5,6.5 90,3.5 C92.5,0.5 97.5,6.5 100,3.5' stroke='%2326fa0b' stroke-width='3' fill='none'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 20px 8px;
  z-index: -1;
  animation: wave 2s infinite linear;
  opacity: 0.8;
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
  html,
  body {
    background-color: #f9f9f9 !important;
    color: #212121 !important;
  }
  section.about {
    background-color: #f5f1ff !important;
  }
  section.experience {
    background-color: #e0fff1 !important;
  }
  section.skills {
    background-color: #fff0e5 !important;
  }
  section.projects {
    background-color: #e9f8ff !important;
  }
  section.education {
    background-color: #fff9e0 !important;
  }
  section.contact {
    background-color: #ffe9f0 !important;
  }
}/*# sourceMappingURL=style.css.map */