.content {
  height: 100vh;
  /* border-bottom: solid #111 2px; */
}

body,
html {
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  /* height: 100vh; */
  background: transparent;
}

.about-wrapper {
  display: flex;
  width: 100%;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;

  /* paling belakang */
}
#introCanvas {
  display: block;
  background: transparent;
  position: relative;
  z-index: 6;
}
.about-text {
  width: 40%;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin-bottom: 100px;
}
#typed-about-job {
  font-size: 1.8rem;
}
.about-text h3 {
  font-size: 3rem;
  margin-top: -20px;
  padding-bottom: 1rem;
  margin-left: 1rem;
}

.about-text p {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 1rem;
}

.parallax-container {
  position: relative;
  width: 60%;
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
  /* border: 2px solid #000; */
  display: flex;
  justify-content: end;
  align-items: center;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition:
    transform 0.3s ease,
    filter 0.5s ease,
    scale 0.3s ease;
  pointer-events: none;
}

/* Default state */
.layer.foreground {
  z-index: 3;
  filter: grayscale(100%) blur(2px) brightness(1.2);
  transform: scale(1);
  padding-left: 700px;
}

.layer.middleground {
  z-index: 2;
  filter: grayscale(100%);
  transform: scale(1);
  background-position: right;
  background-size: cover;
  /* padding-left: 900px; */
}

/* Hover state with animation */
.parallax-container:hover .foreground {
  filter: grayscale(40%) blur(0px);
  transform: scale(1.05); /* subtle zoom-in */
}

.parallax-container:hover .middleground {
  filter: grayscale(100%) blur(2px) brightness(1.1);
  transform: scale(1.02);
}

body .know-me {
  display: flex;
  color: white;
  background-color: #6b6b6b;
  padding: 3rem 4.3rem;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  box-shadow: #111 0px 0px 20px 0px;
}

body .know-me .left-intro {
  width: 60%;
  z-index: 2;
}
body .know-me .left-intro h2 {
  font-size: 3rem;
  /* margin-bottom: -20px; */
}
body .know-me .left-intro h3 {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
body .know-me .left-intro p {
  font-size: 1rem;
}
body .know-me .left-intro .left-lower {
  display: flex;
}
body .know-me .left-intro .left-lower .left-side h3 {
  margin-top: 1rem;
}
body .know-me .left-intro .left-lower .left-side .logo-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
}
body .know-me .left-intro .left-lower .left-side .logo-media img {
  width: 2rem;
  filter: invert(100%);
  margin-top: -10px;
}
body .know-me .left-intro .left-lower .left-side .logo-media img:hover {
  filter: invert(70%);
  transform: scale(1.2);
}
body .know-me .left-intro .left-lower .left-side p {
  margin-top: 0;
  margin-top: -15px;
}
body .know-me .left-intro .left-lower .left-side a {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  color: white;
}
body .know-me .left-intro .left-lower .left-side a p {
  margin: 0 auto;
}
body .know-me .left-intro .left-lower .left-side a img {
  width: 2rem;
  filter: invert(100%);
  /* margin-top: -10px; */
}
body .know-me .left-intro .left-lower .left-side a:hover {
  filter: invert(30%);
}
body .know-me .left-intro .left-lower .right-side {
  margin-left: 30%;
  margin-top: 1rem;
}
body .know-me .left-intro .left-lower .right-side h3 {
  margin-bottom: 0;
}
body .know-me .left-intro .left-lower .right-side p {
  margin-top: 0;
}
body .know-me .left-intro .left-lower .right-side a img {
  width: 2rem;
  filter: invert(100%);
}
body .know-me .left-intro .left-lower .right-side a:hover {
  filter: invert(30%);
}
body .know-me .right-intro {
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
body .know-me .right-intro img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 400px;
  height: 400px;
  /* outline: 10px solid white;
  outline-offset: -30px; */
  border: #fff 40px solid;
  box-shadow: #323232 15px 15px 10px;
}

/* Milestone Section Aesthetics */
.milestone {
  padding: 5rem 2rem;
  background-color: #ffffff;
  color: #333333;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.05), inset 0 -10px 20px -10px rgba(0,0,0,0.05);
}

.milestone-heading {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  text-shadow: none;
}

.milestone-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* Central line */
.milestone-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #cccccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-radius: 2px;
  box-shadow: none;
}

.milestone-item {
  padding: 5px 30px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box;
}

.milestone-item.left {
  left: 0;
}

.milestone-item.right {
  left: 50%;
}

/* Marker */
.milestone-marker {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  background-color: #ffffff;
  border: 4px solid #000000;
  top: 15px;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.milestone-item.right .milestone-marker {
  left: -8px;
}

.milestone-item:hover .milestone-marker {
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Content Card */
.milestone-content {
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.milestone-content:hover {
  transform: translateY(-3px);
  border-color: #000000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.milestone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 6px;
}

.milestone-logo {
  height: 25px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.milestone-date-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.milestone-status {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.70rem;
  padding: 2px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.status-progress {
  background-color: #00aaff;
  color: #ffffff;
}

.status-completed {
  background-color: #e0e0e0;
  color: #666666;
}

.highlight-content {
  border: 2px solid #00aaff !important;
  box-shadow: 0 0 15px rgba(0, 170, 255, 0.2) !important;
}

.highlight-marker {
  background-color: #00aaff !important;
  border-color: #00aaff !important;
  box-shadow: 0 0 10px rgba(0, 170, 255, 0.5), 0 0 20px rgba(0, 170, 255, 0.5) !important;
}

.milestone-date {
  font-family: 'Share Tech Mono', monospace;
  color: #666666;
  font-size: 0.9rem;
}

.milestone-title {
  font-size: 1.15rem;
  margin: 0 0 2px 0;
  color: #000000;
  font-weight: bold;
}

.milestone-instansi {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.95rem;
  color: #555555;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
}

.milestone-desc {
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.4;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .milestone-timeline::after {
    left: 31px;
  }
  
  .milestone-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .milestone-item.right {
    left: 0%;
  }

  .milestone-item.left .milestone-marker,
  .milestone-item.right .milestone-marker {
    left: 21px;
  }
}
