@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");



html, body, h1, h2, h3, h4, h5, h6, p, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, footer, header, menu, section {
    display: block;
}
header {
    background-color: #B3F0FF ;
    padding: 1px;    
    border-radius: 8px;
    border: 5px solid white; /* Adds a white border */
    position: fixed;
    width: 95%;
    box-sizing: border-box;
    top: 0;
    margin-left: 25px;
    z-index: 1000;

}



#menu {
    font-weight: bold;
    list-style: none;
    justify-content: space-evenly;
    margin-left: 100px;
    margin-right: 100px;

}


#menu li a {
    color: #B3F0FF;
    text-shadow: 
        1.5px 1.5px 0 #ffffff, 
        -1.5px -1.5px 0 #ffffff, 
        1.5px -1.5px 0 #ffffff, 
        -1.5px 1.5px 0 #ffffff;
    text-decoration: none;

}

#menu li a:hover {
    color: #ffffff;
    text-shadow: 
        1.5px 1.5px 0 #35afe8, 
        -1.5px -1.5px 0 #35afe8, 
        1.5px -1.5px 0 #35afe8, 
        -1.5px 1.5px 0 #35afe8;
}

#menu li a.active {
    color: #ffffff;
    text-shadow: 
        1.5px 1.5px 0 #2fcdf5, 
        -1.5px -1.5px 0 #2fcdf5, 
        1.5px -1.5px 0 #2fcdf5, 
        -1.5px 1.5px 0 #2fcdf5;
}

#Name{
	text-align: center;
    color: #ffffff;
    text-shadow: 
    1.5px 1.5px 0 #B3F0FF, 
    -1.5px -1.5px 0 #B3F0FF, 
    1.5px -1.5px 0 #B3F0FF, 
    -1.5px 1.5px 0 #B3F0FF; 
    margin-top: 70px;
} 


/* Additional adjustment for specific sections if needed */
#info, #Experience, #Skills, #Projects, #contact, #stayintouch {
    margin-bottom: 30px; /* Consistent space between text bubbles */
}

body {
    line-height: 1;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.75;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}



.image {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically if needed */
    margin-top: 20px; /* Add margin as needed */



}
.image img {
    border-radius: 100%; /* Make the image circular */
    width: 500px; /* Set a fixed width */


}

.image1 {
   /* display: flex;*/
    height: 250px; /* Maintain aspect ratio */
    justify-content: center;
    align-items: center;
    
}
	
.image2 {
    display: flex;
    height: 700px; /* Maintain aspect ratio */
    justify-content: center;
    
}


.intro h1{
	text-align: center;

}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next-btn {
    font-size: 24px;
    padding: 6px 12px;
    border: none;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .next-btn:hover {
    background: #ddd;
  }

.round {
  border-radius: 50%;
}

#Introduction {
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    padding: 20px; /* Add some padding to the Skills section */
}

.intro h3{
    text-align: center;

}

#info {
    background-color: hsla(187, 85%, 61%, 0.253);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 5px solid white; /* Adds a white border */
    margin-bottom: 15px;
        width: 70%; /* reduce width */
    margin: 30px auto; /* center horizontally and add vertical spacing */
    max-width: 800px; /* optional, to keep it responsive */
}

#info h2 {
    padding: 20px;
    margin-bottom: 10px;
}
#info .content p {
     margin-bottom: 15px;
     margin-left: 10px;
}


#Experience{
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #bceffc; /* Adds a white border */
    padding: 20px;
    background-color:hsl(0, 0%, 100%);
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    
}

#Experience h2{
    padding: 20px;
}
#Experience h7{
    font-weight: bold;
    padding: 30px;

    }
#Experience .Ex11{
    margin: 20px;
    margin-left: 50px;
} 

#Experience .Ex1{
    margin: 20px;
    margin-left: 50px;
}

#Experience .Ex2{
    margin: 20px;
    margin-left: 50px;

}

#Experience .Ex3{
    margin: 20px;
    margin-left: 50px;
}
#Experience .Ex4{
    margin: 20px;
    margin-left: 50px;

}
#Experience .Ex5{
    margin: 20px;
    margin-left: 50px;

}
#Experience .Ex6{
    margin: 20px;
    margin-left: 50px;

}
#Experience.timeline {
  position: relative;
  padding-left: 40px; 
}

#Experience.timeline::before {
  content: "";
  position: absolute;
  left: 78px; 
  top: 200px;   
  bottom: 200px;
  width: 2px;
  background: rgba(0, 0, 0, 0.12);
}


.tl-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 1rem 0 1.25rem;
}


.tl-logo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.8rem;
}
.tl-logo img { width: 100%; height: 100%; object-fit: cover; }

.tl-content {
  background: #c2f8ffd0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.tl-header {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: .35rem;
}
.tl-title { font-size: 1.05rem; font-weight: 700; }
.tl-meta  { font-size: .9rem; opacity: .8; }

.tl-points {
  margin: .5rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.5;
  list-style: disc outside;
  display: block;
}
.tl-points li { display: list-item; }
.tl-points li + li { margin-top: .35rem; }


.skills {
  margin: 2rem auto;
  padding: 1.25rem 1rem;
  max-width: 1100px;
  backdrop-filter: blur(3px);
}

.skills h2 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 0.75rem;
}

.skills-group + .skills-group {
  margin-top: 1.25rem;
}

.skills-grid {
  --gap: 0.75rem;
  --item-pad: 0.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--gap);
  list-style: none;

}

.skill {
  display: flex;
  flex-direction: column;   
  align-items: center;     
  justify-content: center;  
  padding: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 200ms ease, box-shadow 200ms ease;
  text-align: center;
  height: 80px;  
}

.skill img {
  width: 100px;
  height: 100px;
  object-fit: contain; 
  margin-bottom: 0.5rem;
}






#Projects {
    background-color: hsl(211, 59%, 85%); /* Background color for the Skills section */
    padding: 20px; /* Add some padding to the Skills section */
    border: 5px solid white; /* Adds a white border */
}
#Projects .project-item {
    margin: 20px;
    margin-left: 50px;

}

#contact {
	background-color: hsl(211, 77%, 81%); 
    padding: 20px; 
    background: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 50px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 3px solid #caf3f8;

    form {
        display: flex;
        flex-direction: column;
        padding: 20px;

    }
    
    label {
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    input[type="text"],
    input[type="email"],
    textarea {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        width: 100%;
    }
    
    button {
        padding: 10px 20px;
        background-color:hsl(211, 77%, 53%) ;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    button:hover {
        background-color: rgb(124, 191, 222)
    }
    
} 

h1 {
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.035em;
	
}

h1 a {
    color: inherit;
}

h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 2em 0;
    text-transform: uppercase;
    letter-spacing: 0.35em;
	
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-grow: 1; 
    justify-content: space-evenly; 
}

ul li {
    margin: 0 15px;
}




@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #333;
        width: 100%;
    }

    ul li {
        margin: 10px 0;
        text-align: center;
    }

    ul li a {
        display: block;
        padding: 10px;
    }
}

#menu.show {
    display: flex;
}


#stayintouch{
    position: center;
    padding: 25px;
}
.social-icons a {
    font-size: 2rem;
    display: inline-block;
    line-height: 44px;
    background-color: #09011b;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;

}


  
  .social-icons a.github:hover {
	background-color: #603db8;
  }
  .social-icons a.linkedin:hover {
	background-color: #0f82da;
  }

  .social-icons a.email:hover {
    background-color: #bb3030;
  }
#menu.show {
    display: flex;
}

p {
    margin: 0 0 2em 0;

}

footer {
    font-size: 0.8rem; 
}

.project-item .next-btn {
  margin-top: auto;  /* ensures button sits at bottom */
  align-self: center;
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}