/* Existing CSS */

html, body {
  font-family: Helvetica;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 0.3px;
}

a {
  text-decoration: none;
}

.left,
.right {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}

.left {
  color: #efefef;
  width: 35%;
  height: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: fixed;
}

.left .bg-img {
  background: url('https://s3.amazonaws.com/stephschober.com/img/IMG_36722.jpg') center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.book-img {
  height: 250px;
  border: none;
  margin-right: 10px;
}


.left .bg-img:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #185a9d;
  background-image: linear-gradient(to left top, #43cea2 , #185a9d);
  opacity: 0.85;
}

.left-inner,
.right-inner {
  padding: 50px;
  justify-content: flex-start;
}

@media screen and (max-width: 400px) {
  .left-inner,
  .right-inner {
    padding: 40px;
    justify-content: flex-start;
  }
}

.left-inner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.left .info {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15%;
}

@media screen and (max-width: 1000px) {
  .left .info {
    margin-top: 300px;
  }
}

.left .info .name {
  font-weight: 500;
}

.left .info .social-links {
  margin-top: 30px;
}

.left .info .fa {
  margin: 10px;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .left, .right {
    display: block;
    width: 100%;
  }
  .left {
    position: static;
  }
}

.right {
  float: right;
  justify-content: flex-start;
}

.right a {
  color: #000;
}

.right h4,
.right .content {
  display: inline-block;
  vertical-align: top;
  justify-content: flex-start;
}

.iframe-container {
  height: 450px;
  border: none;
  margin-right: 10px;
}

.profile-section {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.profile-section img {
  border-radius: 8px;
}

.profile-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.profile-section ul {
  list-style: none;

}

ul{
  margin-right: 10%;
}

.profile-section ul li {
  margin-bottom: 10px;
  padding-right: 10%;
}

.profile-section ul li i {
  margin-right: 5px;
}

.profile-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row {
  display: flex;
  padding: 3%;
  padding-right: 15%;
}

.row1 {
  display: flex;

  padding-right: 5%;
  padding-left: 5%;
}

.row1 ul{
margin-right: 1.5em !important;

}

.whatever{
  max-width: 95%;
  padding-right: 15%;

}

.row3 {
  display: flex;
  padding: 3%;
  padding-right: 15%;
}

h5 {
  margin:0.5em 0em;
}

.resume .resume-title {
  color: var(--heading-color);
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.resume-item {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-left: solid 1px #23c7a1a1;
}

.resume .resume-item {
  padding: none !important;
  position: relative;

}

.resume .resume-item h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 3px;
}

.resume .resume-item h5 {
  font-size: 16px;
  font-weight: 600;
}

.resume .resume-item ul {
  padding-left: 5px;
}

.resume .resume-item ul li {
  padding-bottom: 3px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #23c7a1a1;
}

.right h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #474545;
  background-image: -webkit-linear-gradient(45deg,#474545 0%,#33e5bba1 100%);
  background-image: linear-gradient(45deg,#161616 0%,#33E5BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right ul {
  padding: 0;
  margin: 0;
}

.right .content {
  width: 100%;
  padding: 0;
  font-weight: 300;
  line-height: 1.5;
  justify-content: flex-start;
}

.video-container {
  height: 501px; 
  margin: 0 auto 20px auto; 
  text-align: center;
  overflow: hidden;
  position: relative;
}

.video-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.video-container video.profile-video {
  width: 100%;
  height: auto; 
  object-fit: cover;
  position: absolute; 
  top: -2.3%; 
  left: 0;
}

@media screen and (max-width: 600px) {
  .right h4,
  .right .content {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}

.right .content ul.description {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 15px;
}

.introduction {
  background-color: #cfd3d417;
  padding: 20px; 
  border-radius: 8px;
}

.resume {
  background-color: #cfd3d417;
  padding: 20px; 
  border-radius: 8px;
}

.right .introduction .intro-p:first-of-type {
  margin-top: 0;
}

.right .introduction .job-pls {
  font-weight: 500;
  background-color: #161616;
  background-image: -webkit-linear-gradient(45deg,#036fe2 0%,#0c1b57 100%);
  background-image: linear-gradient(45deg,#036fe2 0%,#0c1b57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.right .skills .skill-category {
  margin-bottom: 10px;
}

.right .skills .skill-category:last-of-type {
  margin-bottom: 0px;
}

.right .skills .skill-category > strong {
  text-transform: uppercase;
  font-size: 14px;
}

.right .education {
  font-size: 16px;
}

.right .education .university {
  font-weight: 700;
  font-size: 16px;
}

.right .education .college {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}

.right .education .major,
.right .education .minor,
.right .education .conc,
.right .education .study-abroad {
  font-size: 15px;
}

.right .education .major > strong,
.right .education .minor > strong,
.right .education .conc > strong,
.right .education .study-abroad > strong {
  font-weight: 500;
}

.right .education .study-abroad {
  margin-top: 10px;
}

.right .education .grad-date {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.right .experience .exp-item {
  margin-bottom: 30px;
}

.right .experience .exp-item:last-of-type {
  margin-bottom: 0;
}

.right .experience .exp-item .job {
  margin: 0;
  font-weight: 700;
}

.right .experience .exp-item .duration {
  font-size: 13px;
  font-weight: 500;
  float: right;
  color: #aaa;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  margin-bottom: 5px;
}

@media screen and (max-width: 340px) {
  .right .experience .exp-item .duration {
    float: none;
  }
}

.right .experience .exp-item .title {
  font-weight: 700;
  font-style: italic;
}

.right .projects .project-item {
  margin-bottom: 20px;
}

.right .projects .project-title {
  font-weight: 700;
}

.right .projects .project-desc {
  font-size: 15px;
  margin: 0 0 10px;
}

.right a.resume {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0px;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.right a.resume:hover {
  background-color: #f1f1f1;
}

.right a.resume .resume-link {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #161616;
  background-image: -webkit-linear-gradient(45deg,#2A54F5 0%,#33E5BB 100%);
  background-image: linear-gradient(45deg,#2A54F5 0%,#33E5BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Add timeline specific styles */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; /* Adjust as needed */
  margin-left: -1px; /* Adjust thickness of the line */
  width: 2px; /* Adjust thickness of the line */
  background: #33E5BB; /* Timeline color */
}

.timeline-item {
  position: relative;
  width: 50%; /* Adjust width of timeline content */
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-marker {
  position: absolute;
  top: 20px; /* Adjust vertical position */
  left: calc(50% - 10px); /* Adjust horizontal position */
  width: 20px;
  height: 20px;
  border: 2px solid #33E5BB; /* Circle outline color */
  border-radius: 50%;
  background-color: #fff; /* Circle background color */
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .timeline:before {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 25px;
  }
  .timeline-marker {
    left: 0;
  }
  .timeline-content {
    padding-left: 80px;
  }


  .portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
  
  .portfolio-item {
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .portfolio-item .portfolio-info {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .portfolio-item .portfolio-info p {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  
  .portfolio-item:hover .portfolio-info {
    opacity: 1;
  }
  
  .portfolio-item .details-link {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
  }
  
  .project-details {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
  }
  
  .project-details .details-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
  }
  
  .project-details h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .project-details p {
    font-size: 16px;
    line-height: 1.6;
  }
  