*{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1{
    margin-top:20px
}
h3{
    margin-top:20px;
    font-weight: 300;
}
.active{
    border-bottom: 3px solid #1a4678;
    color: white;
}

body{
    padding: 0px;
    margin: auto 0px;
    background-color: #0d1117;
    color: #e6edf3;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:flex;
    background-color: #58a6ff;
    box-shadow:0 2px 10px rgba(0,0,0,0.5);
    align-items:center;
}

    
        ul li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px 20px;
            text-decoration: none;
            transition:background-color 0.2s ease;
        }

            ul li a:hover {
                background-color: #043959;
            }

.CenterTitle{
    text-align: center;
}
.CenterImage img{
border-radius: 50%;
width: 400px;
height: 400px;
border:3px solid #58a6ff;
box-shadow:0 0 20px rgba(88,166,255,0.3);
margin-bottom: 20px;
}


.CenterImage {
    margin-top: 30px;
    text-align: center;
    background-color: #161b22;
    padding: 50px; 
    border-radius: 5px;
    box-shadow:0 4px 20px rgba(0,0,0,0.4);
}

.Text-Box {
    display: inline-block;
    max-width: 600px; 
    color: #c9d1d9;
    line-height: 1.7;

}
.cta-button a {
    background-color:#58a6ff;
    color:#0d1117;
    padding:10px 24px;
    border-radius:6px;
    text-decoration:none;
    display:inline-block;
    transition:background-color 0.2s ease;
}

.site-footer{
    padding-left:10px;
}

.site-footer a{
    color:#0d1117;
    text-decoration:none;
    transition: color 0.2s ease;
    margin:0 10px;
    background-color:#58a6ff;
    padding:10px 24px;
    margin-top:5px;
    text-align:center;
    border-radius:6px;
    display:inline-block;
  
}
.project-hero {
  background-color: #161b22;
  padding: 60px 40px 40px;
  text-align: center;
  border-bottom: 1px solid #21262d;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.project-hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #58a6ff;
  margin-bottom: 10px;
}
.project-hero p {
  color: #c9d1d9;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-weight: 300;
}
.badge-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.badge {
  background-color: #21262d;
  border: 1px solid #30363d;
  color: #58a6ff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
}
.download-btn {
  background-color: #58a6ff;
  color: #0d1117;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.download-btn:hover { background-color: #79b8ff; }
.content-wrapper {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}
.card {
  background-color: #161b22;
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid #21262d;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.card h2 {
  color: #58a6ff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #21262d;
}
.card p {
  color: #c9d1d9;
  line-height: 1.8;
  font-weight: 300;
  margin: 0 0 12px;
}
.card p:last-child { margin-bottom: 0; }
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.feature-list li {
  color: black;
  padding: 10px 0;
  border-bottom: 1px solid #21262d;
  display: block;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}
.feature-list li:last-child { border-bottom: none; }
.feature-list li::before {
  content: "▸";
  color: #58a6ff;
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-group label {
  color: #8b949e;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-group input,
.form-group textarea {
  background-color: #0d1117;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #e6edf3;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  padding: 12px 16px;
  transition: border-color 0.2s ease;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #58a6ff;
}
.form-group textarea {
  resize: vertical;
}
.submit-btn {
  background-color: #58a6ff;
  border: none;
  border-radius: 6px;
  color: #0d1117;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 30px;
  transition: background-color 0.2s ease;
  width: 100%;
}
.submit-btn:hover {
  background-color: #79b8ff;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}
.project-card {
  background-color: #161b22;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #21262d;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-card h2 {
  color: #58a6ff;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}
.project-card p {
  color: #c9d1d9;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
.cta-button-link {
  background-color: #58a6ff;
  color: #0d1117;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background-color 0.2s ease;
  text-align: center;
}
.cta-button-link:hover { background-color: #79b8ff; }

.back-link {
  margin-bottom: 40px;
}
.back-link a {
  color: #58a6ff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s ease;
}
.back-link a:hover {
  color: #79b8ff;
}
.disclaimer {
  margin-top: 15px;
  padding: 12px 16px;
  border-left: 3px solid #58a6ff;
  background-color: #0d1117;
  border-radius: 0 6px 6px 0;
  font-size: 0.85rem;
  color: #8b949e;
}
.resume-date {
  color: #8b949e;
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0 0 10px;
}
.resume-section-title {
  color: #58a6ff;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 20px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.resume-spacer {
  height: 20px;
  border-bottom: 1px solid #21262d;
  margin-bottom: 20px;
}
.screenshot-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #21262d;
}
.screenshot-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.screenshot-item img {
  width: 220px;
  border-radius: 16px;
  border: 2px solid #30363d;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  flex-shrink: 0;
}
.screenshot-desc h3 {
  color: #58a6ff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.screenshot-desc p {
  color: #c9d1d9;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 600px) {
  .screenshot-item {
    flex-direction: column;
  }
  .screenshot-item img {
    width: 100%;
  }
}
@media (max-width: 600px){
    ul{
        flex-direction: column;
    }
    ul li{
        width: 100%;
    }
    ul li a{
        text-align:center;
    }
    .CenterImage img{
        width:150px;
        height:150px;
    }
    body{
        padding:0 10px;
    }
}
