body{
    padding:0px;
    margin:0px;
    font-family: "Montserrat", Arial, sans-serif;
    color:#1d1d1d;
  }

 p {
    line-height: 1.5;
 } 
  .container {
    display: flex;
  }

  img{
    width: 100%;
  }
  
  .logo {
    padding:20px 20px 20px 0;
  }

  .logo img{
    display: block;
    width: 100%;
  }
  .menu {
    /*width: 40%;*/
    background-color: #ffffff;
    padding: 20px;
    position: sticky;
    top: 0;
    height: 100vh;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1); /* Add box shadow to the right */
   flex: 2;
  }
  
  .menu ul {
    list-style-type: none;
    padding: 0 0 0 10px;
  }
  
  .menu li {
    margin-bottom: 10px;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
  }

  .toggle-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
}

  
  .content {
    flex: 10;
    /*padding: 20px;*/
    background-color: #fff;
  }
  
  .portfolio {
    margin-top: 40px;
    padding: 20px;
  }
  
  .portfolio h2 {
    font-size: 24px;
  }
  
  .portfolio h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  footer {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
  }
  .masonry {
    /*column-count: 3;
    column-gap: 20px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }
  
  .item {
    flex-basis: calc(33.33% - 20px);
   /* break-inside: avoid-column;
    margin-bottom: 20px;*/
    position: relative;
  }
  
  .item img {
    width: 100%;
    display: block;
  }

/*Single Pages CSS*/

.purple{
    background-color: #5e26f3;
  }

  .agreement-notes {
    margin: 0 auto;
    width: 800px;
  }

  .row.project-tags {
    margin: 0 auto;
  }

  .tag-pill{
    background-color: #5e26f3;
    border-radius: 8px;
    margin: 10px;
    padding: 3px;
    color: #ffffff;
  }
  
  .portfolio-button {
    position: absolute;
    top: 50%; /* Center the button vertically */
    left: 50%; /* Center the button horizontally */
    transform: translate(-50%, -50%); /* Center the button precisely */
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    opacity: 0; /* Hide the button by default */
    transition: opacity 0.3s ease;
  }
  
  
  .item:hover .portfolio-button {
    opacity: 1; /* Show the button on hover */
  }
  
  .filter {
    padding: 20px;
    color: #0B0B0B;
text-align: center;

  }

  .filter-btn {
    padding: 10px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 17.4px;
letter-spacing: 0.9px;
text-transform: uppercase;
  }
  .filter-btn.active {
    color: #5e26f3;
    font-weight: 800;
    border-bottom: 3px solid;
  }
  
  .filter-btn:current {
  color: #5e26f3;
  }
  .filter-btn:hover{
    color: #5e26f3;
  }
  .top-hero-section{
    padding-top: 100px;
    text-align: center;
  }
  #subtitle{
    color: #5e26f3;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 60px;
letter-spacing: 0.48px;
margin-top:0px;
  }
  .home-heading{
color: #0B0B0B;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 60px;
letter-spacing: 0.48px;
margin-bottom:0px;
  }

  .hero {
    background-color: #f3f3f5;
    padding: 40px;
    text-align: center;
  }
  
 /* main {
    width:100%;
  }*/

  .download-btn{
    width:100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #1bc9e4;
    font-size: 1.33333rem;
font-weight: 700;
letter-spacing: 0px;
border: none;
color: #fff;
  }
  .download-btn:hover {
    background-color: #0b8ea3;
  }
  
  .print-btn{
    width:100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.33333rem;
font-weight: 700;
letter-spacing: 0px;
border: none;
background-color: #ffc455;
color: #fff;
  }
  .print-btn:hover {
    background-color: #c78509;
  }

  .education-container{
    display: flex;
  }

  .education-content {
    flex-grow: 2;
  }

  .education-dates {
    flex-grow: 1;
    text-align: center;
  }

  .college-name h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .college-degree h6 {
    padding-top: 0px;
    margin-top: 10px;
    color: #9a9ea7;
    font-weight: normal;
    font-size: 0.9em;
  }

  .education-dates p {
    color: #9a9ea7;
    font-size: 0.9em;
  }

  .resume-body {
    display: flex;
    padding:20px;
  }
  
  .left-column {
    flex: 8;
    margin-right: 20px;
  }
  
  .right-column {
    flex: 4;
    padding: 20px;
  }
  
  section {
    margin-bottom: 40px;
  }
  
  section h2 {
    font-size: 24px;
  }
  
  section ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .employment-item {
    margin-bottom: 20px;
  }
  
  .employment-item h3 {
    font-size: 18px;
  }
  .emp-text h3{
    margin-bottom: 0px;
  }

  .skills-heading{
    font-size: 1.33333rem;
font-weight: 700;
font-style: normal;
line-height: 1em;
text-decoration: none;
text-transform: none;
letter-spacing: 0px;
  }
  
  .skills-list{
    font-size: 14px;
font-weight: 500;
line-height: 1.5;
min-width: 20%;
  }

 .divider{
  border-bottom: 1px solid #1d1d1d;
  margin-bottom: 40px;
  margin-top: 40px;
 } 
  .employment-item h4 {
    color: #9a9ea7;
    font-weight: normal;
    font-size: 0.9em;
    margin-top: 10px;
  }
  
  .employment-top{
    display:flex;
  }
  
  .emp-text{
    flex-grow:2;
  }
  
  .employment-dates {
    margin-top: 10px;
    color: #9a9ea7;
    font-weight: normal;
    font-size: 0.9em;
  }
  
  .employment-responsibilities {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .resume-wrapper{
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex:6;
  overflow: hidden;
  }
  /*Single Portfolio CSS*/
  header {
    background-color: #fff;
    padding: 20px;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  nav li {
    display: inline-block;
    margin-right: 10px;
  }
  
  nav a {
    text-decoration: none;
    color: #333;
  }
  main {
    padding: 20px;
  }
  
  .main {
    margin: 20px;
  }
  
  .body-section {
    margin-bottom: 40px;
  }
  
  .writing-section {
    background-color: #f9f9f9;
    padding: 20px;
  }
  
  .image-section {
    text-align: center;
  }
  
  .image-section img {
    max-width: 100%;
    height: auto;
  }
  
  footer {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px;
  }
  
  .logo-single img {
    width: 350px;
    height: 50px;
  }
  
  .menu-v2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu-v2 li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .menu-v2 a {
    text-decoration: none;
    color: #333;
  }
  
  /* Add or modify existing CSS styles */
  
  .inner-writing-section {
    background-color: #f9f9f9;
    column-count: 2; /* Split into two columns */
    column-gap: 20px; /* Add gap between columns */
  }
  .portfolio-body {
    display: flex;
  }
  
  .left-menu {
    flex: 2;
    position: sticky;
    top: 20px;
    height: fit-content;
    background-color: #5e26f3;
    padding: 20px;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
  }
  
  .left-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .left-menu li {
    margin-bottom: 10px;
  }
  
  .left-menu a {
    text-decoration: none;
    color: #fff;
  }
  .left-menu a:hover {
    text-decoration: none;
    color: #ffc455;
  }
  .summary-body-section{
    display: flex;
  }
  .summary-section{
    flex:8;
    padding: 20px;
  }
  .summary-list-section{
    flex: 4;
    padding: 20px;
background: #f3f3f5;
border-radius: 6px;
  }
  .summary-list-section li {
    list-style: none;
  }

  .persona-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .persona {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .persona-title {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .persona-description {
    margin-bottom: 10px;
  }

  .persona-considerations {
    font-weight: bold;
  }
  .persona-image img{
    width:200px;
    height: 200px;
    border-radius: 50%;
  }
  .persona-image{
    text-align: center;
  }
  .use-case-intro{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .error-text {
    font-family: Arial, sans-serif;
    color: #555;
    animation: shake 0.8s ease infinite;
  }
  
  .astronaut img {
    width: 250px;
    height: 250px;
    animation: float 2s ease infinite;
  }
  
  @keyframes shake {
    0%, 100% {
      transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
      transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
      transform: translateX(5px);
    }
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }

  .note{
    font-size: 14px;
    color:#333;
    font-weight: 800;
  }

 
  @media screen and (max-width: 768px) {
    .menu ul {
        display: none;
        flex-direction: column;
        padding: 0;
        position: absolute;
        top: 80px; /* Adjust this value as needed */
        left: 0;
        background-color: #ffffff;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    .menu ul.active {
        display: flex;
    }

    .menu li {
        margin-bottom: 10px;
    }

    .toggle-menu {
        display: flex;
        flex-direction: column;
    }
}
