.about-content {
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 50px;
}

.service-list {
  margin-bottom: 20px;
}

.service-title {
  margin-bottom: 30px;
  color: var(--white-2);
}

.service-list-content {
  display: grid;
  gap: 25px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--eerie-black-1);
  padding: 20px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  transition: 0.25s ease;
}

.service-item:hover {
  transform: translateY(-2px);
  background: var(--eerie-black-2);
}

.service-icon-box {
  background: var(--onyx);
  padding: 15px;
  border-radius: 10px;
}

.service-item-title {
  margin-bottom: 10px;
  color: var(--white-2);
}

.service-item-text {
  color: var(--light-gray);
  font-size: 14px;
  line-height: 1.6;
}

.timeline {
  margin-bottom: 30px;
}

.timeline .title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.timeline-list {
  font-size: var(--fs-6);
  margin-left: 45px;
}

.timeline-item:not(:last-child) {
  margin-bottom: 20px;
}

.timeline-item-title {
  font-size: var(--fs-6);
  line-height: 1.3;
  margin-bottom: 7px;
}

.timeline-list span {
  color: var(--vegas-gold);
  font-weight: 400;
  line-height: 1.6;
}

.timeline-text {
  color: var(--light-gray);
  font-weight: 300;
  line-height: 1.6;
  margin-top: 5px;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vegas-gold);
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -26px;
  width: 2px;
  height: 200%;
}

.timeline-item:last-child::after {
  display: none;
}

.timeline .icon-box {
  position: relative;
  background: hsl(0deg 0% 18.47% / 87%); 
   width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--vegas-gold);
}

.left-column{      
  width: 45%;    
}

.right-column{      
  width: 55%;    
}


.skills-box {
  background: hsl(0deg 0% 15.51%);
  padding: 30px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  margin: 20px 9px;
  
  font-family: 'Consolas', monospace;
}

.skills-box .timeline-list {
  margin-left: 30px;
  padding: 10px;
}

.skills-box .timeline-text,
.skills-box .h4,
.skills-box span,
.date-badge {
  font-family: 'Consolas', monospace;
  letter-spacing: 0.5px;
  text-align: left;
}
.skills-box .timeline-text {
  color: var(--light-gray-70);
  font-size: 14px;
}

.skills-box .h4 {
  color: var(--white-1);
  font-weight: 400;
}

.skills-box .title-wrapper {
  margin-bottom: 30px;
  padding-left: 0;
}

.skills-box .title-wrapper .h3 {
  font-family: 'Consolas', monospace;
  color: var(--white-2);
  font-weight: 400;
  font-size: 18px;
}






.education-box {
  background: hsl(0deg 0% 15.51%);
  padding: 35px;
  min-height: 280px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  margin: 20px 9px;
  font-family: 'Consolas', monospace;
}

.education-box .timeline-list {
  margin-left: 30px;
  padding: 15px 10px;
}

/* Timeline styling */
.education-box .timeline-item::before,
.education-box .timeline-item::after {
  content: "";
  position: absolute;
  left: -48px;
  background: var(--orange-yellow-crayola);
}

.education-box .timeline-item::before {
  top: 5px;
  left: -28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.education-box .timeline-item::after {
  top: 15px;
  left: -23px;
  width: 2px;
  height: 165%;
}

/* Text styling */
.education-box .timeline-text,
.education-box .h4,
.education-box span,
.date-badge {
  font-family: 'Consolas', monospace;
  letter-spacing: 0.5px;
  text-align: left;
}

.education-box .timeline-text {
  color: var(--light-gray-70);
  font-size: 14px;
}

.education-box .h4 {
  color: var(--white-1);
  font-weight: 400;
}

.education-box span {
  color: var(--light-gray);
  font-size: 13px;
  opacity: 0.9;
  white-space: nowrap;
}

.date-badge {
  display: inline-block;
  background: var(--eerie-black-1);
  color: var(--orange-yellow-crayola);
  padding: 6px 12px;
  border-radius: 12px;
  margin-top: 8px;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--border-color);
  font-size: 12px;
}

/* Added new styles for the section title */
.education-box .title-wrapper {
  margin-bottom: 30px;
  padding-left: 0;
}

.education-box .title-wrapper .h3 {
  font-family: 'Consolas', monospace;
  color: var(--white-2);
  font-weight: 400;
  font-size: 18px;
}

.achievement-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  background-color: var(--onyx);
  color: var(--light-gray);
  padding: 6px 14px;
  font-size: 0.9em;
  border: 1px solid var(--jet);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.badge:hover {
  border-color: var(--orange-yellow-crayola);
  color: var(--orange-yellow-crayola);
  transform: translateY(-2px);
}

.new-box{
  background: hsl(0deg 0% 15.51%);
  padding: 30px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  margin: 20px 9px;
  
  font-family: 'Consolas', monospace;
  overflow: hidden;
  
}

.new-box .new-title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-left: 0;
}

.new-box .new-icon-box {
  position: relative;
  inset: 1px;
  background: var(--eerie-black-1);
  border-radius: inherit;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--orange-yellow-crayola);
}

.new-box .h3 {
  font-family: 'Consolas', monospace;
  color: var(--white-2);
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.new-timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.new-header {
  position: relative;
}

.new-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}

.work-box {
  background: hsl(0deg 0% 15.51%);
  padding: 30px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  margin: 20px 9px;
  
  font-family: 'Consolas', monospace;
  overflow: hidden;
  
}

article.resume
{
  display: flex;
  
}
.work-box .work-timeline-list {
  margin-left: 30px;
  padding: 10px;
  position: relative;
}

.work-box .work-timeline-item::before,
.work-box .work-timeline-item::after {
  content: "";
  position: absolute;
  background: var(--orange-yellow-crayola);
}

.work-box .work-timeline-item::before {
  top: 5px;
  left: -28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.work-box .work-timeline-item::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -23px;
  width: 2px;
  height: calc(100% + 11px);
  background: var(--orange-yellow-crayola);
  z-index: 4;
}

.work-box .work-timeline-0item:last-child::after {
  display: none;
}

.work-box .timeline-text,
.work-box .h4,
.work-box span,
.work-date-badge {
  font-family: 'Consolas', monospace;
  letter-spacing: 0.5px;
  text-align: left;
}

.work-box .h4 {
  color: var(--white-1);
  font-weight: 400;
 font-size: var(--fs-6);
    margin-bottom: 12px;
}

.work-box .work-item-title {
  font-family: 'Consolas', monospace;
    letter-spacing: 0.5px;
    text-align: left;

}

.work-box span {
  color: var(--light-gray);
  font-size: 13px;
  opacity: 0.9;

}

.work-date-badge {
     display: inline-block;
    background: var(--eerie-black-1);
    color: var(--orange-yellow-crayola);
    padding: 6px 12px;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: var(--shadow-1);
    border: 1px solid var(--border-color);
    font-size: 12px;
}

.work-box .work-title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-left: 0;
}

.work-box .work-icon-box {
  position: relative;
  content: "";
  background: var(--eerie-black-2); 
   width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--orange-yellow-crayola);
}

.work-box .h3 {
  font-family: 'Consolas', monospace;
  color: var(--white-2);
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.work-timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.work-header {
  position: relative;
}

.work-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}

.work-date-badge {
  display: inline-block;
  background: var(--eerie-black-1);
  color: var(--orange-yellow-crayola);
  padding: 6px 12px;
  border-radius: 12px;
  margin-top: 8px;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--border-color);
  font-size: 12px;
  margin-right: auto;
}

.toggle-btn {
  color: var(--light-gray);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-top: 13px;
 
  transform: translateY(-50%);
}

.toggle-btn.active {
  transform: translateY(-50%) rotate(180deg);
}

.work-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.work-details.show {
  max-height: 300px;
  transition: max-height 0.4s ease-in;
}

.work-points {
  margin-top: 15px;
  padding-left: 20px;
}

.work-points li {
  color: var(--light-gray);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  list-style-type: none;
}

.work-points li::before {
  content: "•";
  color: var(--orange-yellow-crayola);
  position: absolute;
  left: -15px;
}

.hidden {
  display: none;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.skill-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: var(--eerie-black-1);
  border-radius: 8px;
  transition: 0.25s ease;
}

.skill-item:hover {
  transform: translateY(-2px);
  background: var(--eerie-black-2);
}

.skill-icon {
  width:16px;
  height: 16px;
  object-fit: contain;
}

.skill-name {
  color: var(--light-gray);
  font-size: 13px;
  line-height: 1.2;
  word-wrap: break-word;
}

.skills-category {
  margin-bottom: 25px;
}

.category-title {
  color: var(--vegas-gold);
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: 'Consolas', monospace;
  position: relative;
}

.category-title::before {

  position: absolute;
  left: -5px;
  color: var(--vegas-gold);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.publication-item {
  margin-bottom: 20px;
  padding: 15px;
  background: var(--eerie-black-1);
  border-radius: 8px;
  transition: 0.25s ease;
  position: relative;
}

.publication-item:hover {
  transform: translateY(-2px);
  background: var(--eerie-black-2);
}

.publication-title {
  color: var(--white-2);
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.publication-venue {
  color: var(--vegas-gold);
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}

.publication-status {
  color: var(--light-gray);
  font-size: 12px;
  font-style: italic;
}

.publication-link {
  color: var(--vegas-gold);
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.publication-link:hover {
  color: var(--light-gray);
}

.work-location {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.work-location-sub {
  font-size: 12px;
  color: var(--light-gray-70);
}

