body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f7f7f7;
  margin: 0;
  color: #222;
}

header {
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
  padding: 24px 0 16px 0;
  text-align: center;
}
.div8{
  display: flex;
  gap: 3px;
}
.img4{
  height: 50px;
  width: 50px;
}

.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgb(6, 6, 56);
  object-fit: cover;
}

h1 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 700;
  color:rgb(6, 6, 56) ;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flair {
  width: 32px;
  vertical-align: middle;
}

.mo-bro {
  font-size: 1.1rem;
  color: #555;
  background: #e0f7fa;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.qr-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.qr-share img {
  width: 32px;
  height: 32px;
}

main {
  max-width: 800px;
  margin: 32px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 32px;
}

.donation-summary {
  text-align: center;
  margin-bottom: 32px;
}

.donation-summary h2 {
  font-size: 2.5rem;
  color: rgb(6, 6, 56);
  margin: 0 0 8px 0;
}

.progress-bar-container {
  margin: 16px 0 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-bar-bg {
  width: 80%;
  height: 18px;
  background: #e0e0e0;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 4px;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, rgb(6, 6, 56), #ffb300 100%);
  width: 1.1%;
  border-radius: 9px 0 0 9px;
  transition: width 0.4s;
}

#progress-percent {
  font-size: 1rem;
  color: rgb(6, 6, 56)b;
  font-weight: 600;
}

.donate-form {
  margin: 16px 0;
}

.donation-options {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 8px 0;
}

.donation-options button {
  background: rgb(6, 6, 56);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.donation-options button.selected {
  background: #ffb300;
  color: #222;
}

.donation-options button:hover {
  background: rgb(6, 6, 56);
}

.donate-btn {
  background: #ffb300;
  color: #222;
  border: none;
  border-radius: 8px;
  padding: 10px 32px;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 12px;
  font-weight: 600;
  transition: background 0.2s;
}

.donate-btn:hover {
  background: #ffa000;
}

.motivation {
  background: #e0f7fa;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
  color: #222;
}

.feed {
  margin-top: 32px;
}

.feed h3 {
  font-size: 1.3rem;
  color: rgb(6, 6, 56);
  margin-bottom: 8px;
}

.feed nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.feed nav button {
  background: #e0f7fa;
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
  color: rgb(6, 6, 56);
  font-weight: 500;
  transition: background 0.2s;
}

.feed nav button.active {
  background: #ffb300;
  color: #222;
}

.feed nav button:hover {
  background: #b2ebf2;
}

.comments {
  background: #fafafa;
  border-radius: 8px;
  padding: 16px;
}

.comment-profile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.donation-list {
  margin-top: 16px;
}

.donation-item {
  background: #fffde7;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.partners {
  margin-top: 32px;
  padding: 16px;
  background: #e0f7fa;
  border-radius: 8px;
  text-align: center;
}

.partners a {
  margin: 0 12px;
  color: rgb(6, 6, 56);
  font-weight: 500;
  text-decoration: none;
}

.additional-links {
  margin-top: 32px;
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
}

.additional-links ul {
  list-style: none;
  padding: 0;
}

.additional-links li {
  margin-bottom: 8px;
}

.additional-links a {
  color: rgb(6, 6, 56);
  text-decoration: none;
  font-weight: 500;
}

footer {
  background: #fff;
  border-top: 2px solid #e5e5e5;
  padding: 24px 0;
  text-align: center;
  margin-top: 48px;
}
.img2{
    height: 30px;
    width: 30px;
}

.charity-info {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 16px;
}

.social-links {
  display: flex;
  flex-direction: column;
  text-align: justify;
  margin-top: 8px;
  color: #555;
}

.social-links a {
  color: rgb(6, 6, 56);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  line-height: 10px;
  margin-left: 10px;
}

.social-links a:hover {
  color: rgb(6, 6, 56);
}
.div1{
  display: flex;
  gap: 5px;
  align-items: center;
}
.inp{
  width: 150px;
  padding: 5px;
  border: none;
  border-radius: 7px;
  margin: 5px;
  box-shadow: 0.2px 0.7px 0.7px 0.7px rgb(14, 14, 60);
  outline: none;
}
.header3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(6, 6, 56);
}

.header3 button {
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    color: white;
    background-color: rgb(6, 6, 56);
    font-size: 17px;
    font-weight: 700;
}
.header3 button:hover{
    cursor: pointer;
    background-color:rgba(6, 6, 56, 0.893) ;
}

@media (max-width: 900px) {
  main {
    padding: 16px;
  }
     .social-links{
        margin-left: 40px;
    }
    footer{
      padding: 30px;
    }
}

@media (max-width: 600px) {
  main {
    padding: 8px;
  }

  .profile-img {
    width: 80px;
    height: 80px;
  }

  h1 {
    font-size: 1.3rem;
  }
   .h2{
      font-size: 16px;
    }
    .img4,
    .flair,
    .profile-header img[alt*="mustache"],
    h1 img[alt*="mustache"] {
      height: 32px !important;
      width: 32px !important;
      object-fit: contain;
      border-radius: 8px;
      display: inline-block;
      vertical-align: middle;
    }
    .social-links{
      margin-left: 0;
    } 
    .header3 button{
      padding: 5px 9px;
    }
    .donation-options button{
      padding: 6px 12px ;
    }
    .donation-options{
      display: flex;
      gap: 8px;
    }
}