body {
  margin: 0;
  font-family: 'Roboto Flex', sans-serif;
}
nav {
  background: #1a78ba;
  padding: 30px;
  
  text-align: left;
}
nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

nav .nav-name {
  margin-right: auto;   /* pushes all links to the right */
  font-weight: bold;
  font-size: 20px;
  color: white;
  padding-right: 100px;
}

#home {
  padding-top: 30px;
  padding-bottom: 40px;
}
#experience{
    padding-top: 30px;
    padding-bottom: 40px;
}
#projects{
    padding-top: 30px;
    padding-bottom: 40px;
}
#awards{
    padding-top: 30px;
    padding-bottom: 40px;
}
#membership{
    padding-top: 30px;
    padding-bottom: 40px;
}
#blogs{
    padding-top: 30px;
    padding-bottom: 40px;
}
#volunteering{
    padding-top: 30px;
    padding-bottom: 40px;
}
.page {
  display: none;
  min-height: 100vh;
  color: white;
}
.active {
  display: block;
}
.bg-home { background: url('images/bg-home.jpg') no-repeat center center/cover; }
.bg-projects { background: url('images/bg-home.jpg') no-repeat center center/cover; }
.bg-awards { background: url('images/bg-home.jpg') no-repeat center center/cover; }
.bg-membership { background: url('images/bg-home.jpg') no-repeat center center/cover; }
.bg-blogs { background: url('images/bg-home.jpg') no-repeat center center/cover; }
.bg-volunteering { background: url('images/bg-home.jpg') no-repeat center center/cover; }

.container {
  background: #1a78ba;
  margin: auto;
  padding: 40px 20px;
  max-width: 900px;
  border-radius: 12px;
}
.center { text-align: center; }
.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}
.social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 20px;
}
.section h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.block {
  background: #1a78ba;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.block img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 8px;
}
.cert img {
  width: 280px;
  height: 200px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 8px;
}
.profile-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.left-profile {
  flex: 0 0 150px;
}

.right-profile {
  flex: 1;
  padding-left: 15px;
}

.right-profile h1 {
  margin: 0;
  font-size: 28px;
}

.right-profile h2 {
  margin: 5px 0 15px;
  font-size: 18px;
}

.social-icons {
  margin-bottom: 20px;
}

.info-flex {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.info-block {
  flex: 1;
  background: #1a78ba;
  padding: 20px;
  border-radius: 8px;
  color: white;
  min-width: 180px;
  flex-wrap: wrap;
}

.info-block h3 {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  background: #1a78ba;
  border-radius: 12px;
}

.info-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.info-block {
  flex: 1;
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 8px;
  color: white;
  min-width: 280px;
}

.info-block h3 {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.experience-block {
  background: rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  color: white;
}

.experience-block h2 {
  margin-bottom: 5px;
  font-size: 24px;
}

.experience-block h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
}

.date-range {
  font-style: italic;
  font-size: 14px;
  margin-left: 10px;
}

.experience-block ul {
  padding-left: 20px;
  margin-top: 20px;
}

.experience-block li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.company-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.company-logo {
  width: 80px;
  height: 80px;
  object-fit: fill;
  margin-right: 20px;
  border-radius: 8px;
}
.site-footer {
  text-align: center;
  padding: 20px;
  color: white;
  background: #1a78ba;
  font-size: 14px;
  border-top: 1px solid #444;
}
.projects-block {
  padding: 30px;
  border-radius: 12px;
  color: white;
    max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  background: #1a78ba;
  border-radius: 12px;
}

.project-card {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  padding: 40px 20px;
  border-radius: 12px;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.1);
}

.project-img {
  width: 120px;
  height: auto;
  border-radius: 8px;
}

.blog-img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}

.project-info {
  flex: 1;
}

.project-info h3 {
  margin-top: 0;
  font-size: 20px;
}

.project-info p {
  margin: 10px 0;
  line-height: 1.6;
}

.project-links {
  list-style: none;
  padding-left: 0;
}

.project-links li {
  margin-bottom: 5px;
}

.project-links a {
  color: #ffd;
  text-decoration: underline;
}
.info-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.info-block {
  flex: 1;
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 8px;
  color: white;
  min-width: 280px;
}

.block {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
  background: #1a78ba;
}

.block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
}

.block .text {
  display: flex;
  flex-direction: column; /* stack paragraphs */
  justify-content: flex-end; /* push them to bottom if taller */
}

h2 a {
  color: bisque;
  text-decoration: underline;
}
h3 a {
  color: bisque;
  text-decoration: underline;
}
.small-text {
  font-size: 0.85em; /* or use px like 12px */
  color: #ccc;       /* optional: lighter color */
}
.experience-list {
  padding-left: 40px; /* adds indentation like a tab */
}

.experience-list li {
  margin-bottom: 10px; /* spacing between items */
}

.skills-block {
    display: flex;
    flex-direction: column;
    gap: 12px; /* spacing between rows */
    margin: 20px;
  }

  .skills-row {
    display: flex;
    flex-direction: row;
    gap: 10px; /* spacing between columns */
  }

  .skills-label {
    flex: 0 0 160px; /* fixed width for labels */
    font-weight: bold;
  }

  .skills-items {
    flex: 1; /* take remaining space */
  }