@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
}

#webgl-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

#webgl-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

body:not(.dark-mode) #particles-js {
  background-color: transparent;
}

body.dark-mode #particles-js {
  background-color: transparent !important;
}

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  color: rgb(85, 85, 85);
}

a,
.btn {
  transition: all 300ms ease;
}

nav,
.nav-links {
  display: flex;
}

nav {
  justify-content: space-around;
  align-items: center;
  height: 17vh;
  position: relative;
  z-index: 10;
}

.nav-links {
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
}

a {
  color: black;
  text-decoration: none;
  text-decoration-color: white;
}

a:hover {
  color: grey;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-color: rgb(181, 181, 181);
}

.logo {
  font-size: 2rem;
}

.logo:hover {
  cursor: default;
  transition: all 0.3s ease-in-out;
}

#hamburger-nav {
  display: none;
}

.hamburger-menu {
  position: relative;
  display: inline-block;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  cursor: pointer;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease-in-out;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  max-width: 280px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  margin-top: 0.5rem;
}

.menu-links a {
  display: block;
  padding: 14px 20px;
  text-align: center;
  font-size: 1.25rem;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.menu-links a:hover {
  background: none;
}

.menu-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-links.open {
  max-height: 600px;
  overflow-y: auto;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}

section {
  padding-top: 4vh;
  height: 96vh;
  margin: 0 10rem;
  box-sizing: border-box;
  min-height: fit-content;
  position: relative;
  z-index: 1;
}

.section-container {
  display: flex;
}

#profile {
  display: flex;
  justify-content: center;
  gap: 5rem;
  height: 80vh;
  position: relative;
  z-index: 1;
}

.section__pic-container {
  display: flex;
  height: 400px;
  width: 400px;
  margin: auto 0;
  border-radius: 50%;
}

img[src*="profile.png"] {
  border: 1px solid #000;
  border-radius: 50%;
  object-fit: fill;
  width: 400px;
  height: 400px;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  filter: grayscale(100%);
}

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

.section__text p {
  font-weight: 600;
}

.section__text__p1 {
  padding-top: 0;
  text-align: center;
}

.section__text__p2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  letter-spacing: 0.02em;
}

.title {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#socials-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

.icon {
  cursor: pointer;
  height: 2rem;
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn {
  font-weight: 400;
  transition: all 300ms ease;
  padding: 1rem;
  width: 8rem;
  border-radius: 2rem;
}

.btn-color-1,
.btn-color-2 {
  border: rgb(53, 53, 53) 0.1rem solid;
}

.btn-color-1:hover,
.btn-color-2:hover {
  cursor: pointer;
}

.btn-color-1,
.btn-color-2:hover {
  background: rgb(53, 53, 53);
  color: white;
}

.btn-color-1:hover {
  background: rgb(0, 0, 0);
}

.btn-color-2 {
  background: none;
}

.btn-color-2:hover {
  border: rgb(255, 255, 255) 0.1rem solid;
}

.btn-container {
  gap: 1rem;
}

#about {
  position: relative;
}

.about-containers {
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

.about-details-container {
  justify-content: center;
  flex-direction: column;
}

.about-containers,
.about-details-container {
  display: flex;
}

.about-pic {
  border-radius: 2rem;
  filter: grayscale(100%);
}

.arrow {
  position: absolute;
  right: -5rem;
  bottom: 2.5rem;
}

.details-container {
  padding: 1.5rem;
  flex: 1;
  background: white;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.21rem solid;
  border-color: rgb(163, 163, 163);
  text-align: center;
}

.section-container {
  gap: 4rem;
  height: 80%;
}

.section__pic-container {
  height: 400px;
  width: 400px;
  margin: auto 0;
}

.text-container {
  margin: 1rem 0;
  line-height: 1.6;
  font-size: 1rem;
  font-stretch: wider;
}

#experience {
  position: relative;
}

.experience-sub-title {
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.experience-details-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  contain: layout;
}

.article-container {
  display: flex;
  text-align: initial;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: space-around;
  padding: 1rem;
  contain: layout;
}

article {
  display: flex;
  width: 10rem;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  will-change: auto;
  contain: layout style;
}

article .icon {
  cursor: default;
}

article div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

article h3 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #1f2937;
}

article p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.15rem 0.5rem;
  border-radius: 12px;
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
  text-align: center;
  width: fit-content;
}

body.dark-mode article h3 {
  color: #f1f5f9;
}

body.dark-mode article p {
  background-color: #374151;
  color: #f1f5f9;
  border-color: #4b5563;
}

.experience-details-container .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  border: 2px solid #000000;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  contain: layout style paint;
}

.experience-details-container .icon::before {
  content: "⚙";
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  will-change: auto;
}

.experience-details-container .icon:hover {
  background: #000000;
  transform: scale(1.05) rotate(90deg) translate3d(0, 0, 0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: #000000;
}

.experience-details-container .icon:hover::before {
  color: #ffffff;
}

body.dark-mode .experience-details-container .icon {
  background: #000000;
  border-color: #ffffff;
}

body.dark-mode .experience-details-container .icon::before {
  color: #ffffff;
}

body.dark-mode .experience-details-container .icon:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
  border-color: #000000;
}

body.dark-mode .experience-details-container .icon:hover::before {
  color: #000000;
}

.experience-details-container img.icon {
  display: none;
}

#projects {
  position: relative;
}

.color-container {
  border-color: rgb(163, 163, 163);
  background: rgb(250, 250, 250);
}

.project-img {
  border-radius: 2rem;
  width: 90%;
  height: 90%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, filter;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.project-img:hover {
  transform: scale(1.03) translate3d(0, 0, 0);
  filter: grayscale(0%);
}

.project-title {
  margin: 1rem;
  color: black;
}

.project-btn {
  color: black;
  border-color: rgb(163, 163, 163);
}

#contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
}

.contact-info-upper-container {
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  background: (250, 250, 250);
  margin: 2rem auto;
  padding: 0.5rem;
  max-width: 50rem;
  width: fit-content;
}

.contact-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem;
}

.contact-info-container p {
  font-size: larger;
}

.contact-icon {
  cursor: default;
}

.email-icon {
  height: 2.5rem;
}

.ig-icon {
  height: 1.75rem;
}

.k-icon {
  height: 1.85rem;
}

footer {
  height: 26vh;
  margin: 0 1rem;
  position: relative;
  z-index: 1;
}

footer p {
  text-align: center;
}

img[src*="mapmitra"] {
  border: 1px solid #000;
}

img[src*="cleanify"] {
  border: 1px solid #000;
}

img[src*="facetrack"] {
  border: 1px solid #000;
}

img[src*="cleantex"] {
  border: 1px solid #000;
}

img[src*="attendify"] {
  border: 1px solid #000;
}

img[src*="sonik"] {
  border: 1px solid #000;
}

body.dark-mode {
  background-color: #000000;
  color: #e0e0e0;
}

body.dark-mode p,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode .title,
body.dark-mode .section__text p {
  color: #e0e0e0;
}

body.dark-mode nav {
  background-color: transparent;
}

body.dark-mode .logo {
  color: #e0e0e0;
}

body.dark-mode .nav-links li a {
  color: #e0e0e0;
}

body.dark-mode .nav-links li a:hover {
  color: #bb86fc;
  text-decoration-color: #bb86fc;
}

body.dark-mode .menu-links a {
  color: #e0e0e0;
}

body.dark-mode .menu-links {
  background-color: rgba(30, 30, 30, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

body.dark-mode .menu-links a:hover {
  color: #bb86fc;
  text-decoration-color: #bb86fc;
}

body.dark-mode section {
  background-color: transparent;
}

body.dark-mode .details-container,
body.dark-mode .color-container {
  background: #1e1e1e;
  border-color: #333333;
}

body.dark-mode .btn,
body.dark-mode .btn-color-1,
body.dark-mode .btn-color-2 {
  border: 0.1rem solid #bb86fc;
  color: #e0e0e0;
  transition: all 300ms ease;
}

body.dark-mode .btn-color-1 {
  background: #333333;
}

body.dark-mode .btn-color-2 {
  background: transparent;
}

body.dark-mode .btn-color-1:hover,
body.dark-mode .btn-color-2:hover {
  background: #444444;
  border-color: #d0a6ff;
  color: #e0e0e0;
}

body.dark-mode footer {
  background-color: transparent;
  color: #e0e0e0;
  margin: 0 !important;
  width: 100%;
}

body.dark-mode footer a {
  color: #bb86fc;
}

body.dark-mode footer a:hover {
  color: #d0a6ff;
}

body.dark-mode a {
  color: #bb86fc;
}

body.dark-mode a:hover {
  color: #d0a6ff;
  text-decoration-color: #d0a6ff;
}

#dark-mode-toggle {
  background-color: #1e1e1e;
  color: #e0e0e0;
  border: 0.1rem solid #bb86fc;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 300ms ease;
}

#dark-mode-toggle:hover {
  background-color: #333333;
  border-color: #d0a6ff;
}

body.dark-mode img[src*="profile.png"],
body.dark-mode img[src*="mapmitra"],
body.dark-mode img[src*="cleanify"],
body.dark-mode img[src*="facetrack"],
body.dark-mode img[src*="cleantex"],
body.dark-mode img[src*="sonik"] {
  border: 1px solid #444444;
}

body.dark-mode img[src*="profile.png"] {
  filter: grayscale(100%);
}

.nav-links li.dark-mode-toggle,
.nav-links li.music-nav-toggle {
  cursor: pointer;
  color: #e0e0e0;
  font-weight: bold;
}

.nav-links li.dark-mode-toggle:hover,
.nav-links li.music-nav-toggle:hover {
  color: #bb86fc;
}


body.dark-mode .icon:not([src*="checkmark"]):not(.experience-details-container .icon) {
  filter: brightness(0) invert(1);
}

body.dark-mode .hamburger-icon span {
  background-color: #e0e0e0;
}

.details-container {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.details-container:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: box-shadow, transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fade-in {
  opacity: 0;
  animation: fadeInAnimation 1s forwards;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

.slide-up {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpAnimation 0.8s forwards;
}

@keyframes slideUpAnimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn,
.details-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover,
.details-container:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.icon:hover {
  transform: scale(1.05) translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none;
  }
}

#custom-cursor {
  width: 20px;
  height: 20px;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, border-color 0.3s;
}

/* Hide custom cursor on touch devices */
@media (hover: none) and (pointer: coarse), (max-width: 768px) {
  #custom-cursor {
    display: none !important;
  }
}

body.dark-mode #custom-cursor {
  border-color: #bb86fc !important;
}

@media (hover: hover) and (pointer: fine) {
  *,
  *::before,
  *::after,
  html,
  body,
  a,
  button,
  input,
  textarea,
  select,
  div,
  span,
  img {
    cursor: none !important;
  }

  a:hover,
  button:hover,
  input:hover,
  textarea:hover,
  select:hover,
  [onclick]:hover,
  [role="button"]:hover {
    cursor: none !important;
  }
}

.image {
  position: relative;
  width: 600px;
  height: 400px;
  overflow: hidden;
  border-radius: 12%;
}

.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--zoom, 1)) translate3d(0, 0, 0);
  transform-origin: var(--x, 50%) var(--y, 50%);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.image:hover {
  --zoom: 1.15;
}

#timeline-section {
  padding-top: 4vh;
  min-height: 100vh;
  margin: 0 10rem;
  box-sizing: border-box;
  padding-bottom: 8vh;
}

.timeline-container {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  margin: 2rem auto;
  max-width: 900px;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg,
    rgb(53, 53, 53) 0%,
    rgb(163, 163, 163) 50%,
    rgb(53, 53, 53) 100%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 100%;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: flex-start;
  min-height: 70px;
}

.timeline-date {
  width: 150px;
  text-align: right;
  padding-right: 35px;
  padding-top: 2px;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgb(85, 85, 85);
  white-space: nowrap;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.timeline-item:hover .timeline-date {
  color: rgb(53, 53, 53);
}

.timeline-dot {
  position: absolute;
  left: 192px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: rgb(53, 53, 53);
  border: 3px solid white;
  border-radius: 50%;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 4px rgba(53, 53, 53, 0.1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.08) translate3d(0, 0, 0);
  background-color: #6e00f5;
  border-color: #bb86fc;
  box-shadow: 0 0 8px rgba(110, 0, 245, 0.3);
}

.timeline-content {
  padding-left: 50px;
  flex: 1;
  background: transparent;
  border: none;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 3;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.timeline-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(53, 53, 53);
  margin: 0 0 0.6rem 0;
  line-height: 1.3;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-content p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgb(85, 85, 85);
  margin: 0;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-item:hover .timeline-content {
  transform: translate3d(5px, 0, 0);
}

body.dark-mode .timeline::before {
  background: linear-gradient(180deg,
    #e0e0e0 0%,
    #b0b0b0 50%,
    #e0e0e0 100%);
}

body.dark-mode .timeline-dot {
  background-color: #e0e0e0;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 4px rgba(224, 224, 224, 0.2);
}

body.dark-mode .timeline-item:hover .timeline-dot {
  transform: scale(1.08) translate3d(0, 0, 0);
  background-color: #bb86fc;
  border-color: #d0a6ff;
  box-shadow: 0 0 8px rgba(187, 134, 252, 0.3);
}

body.dark-mode .timeline-date {
  color: #b0b0b0;
}

body.dark-mode .timeline-item:hover .timeline-date {
  color: #e0e0e0;
}

body.dark-mode .timeline-content h3 {
  color: #e0e0e0;
}

body.dark-mode .timeline-content p {
  color: #b0b0b0;
}

@media screen and (max-width: 768px) {
  #timeline-section {
    margin: 0 2rem;
  }

  .timeline::before {
    left: 30px;
  }

  .timeline-dot {
    left: 22px;
  }

  .timeline-item {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .timeline-date {
    width: 100%;
    text-align: left;
    padding: 0 0 0.6rem 65px;
  }

  .timeline-content {
    padding-left: 65px;
  }

  .timeline-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .timeline-content p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  #timeline-section {
    margin: 0 1rem;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-dot {
    left: 12px;
    width: 14px;
    height: 14px;
  }

  .timeline-item {
    margin-bottom: 2.5rem;
  }

  .timeline-date {
    padding-left: 50px;
    font-size: 0.85rem;
    padding-bottom: 0.5rem;
  }

  .timeline-content {
    padding-left: 50px;
  }

  .timeline-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }

  .timeline-content p {
    font-size: 0.85rem;
    line-height: 1.55;
  }
}
