
.profile-header-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 10;
}

.cover-image-container {
  width: 100%;
  height: 218px;
  overflow: hidden;
  margin-top: 58px; /* Offset for top bar area if needed, but design shows bg starts lower? No, bg y=58. */
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  padding: 0 20px;
  margin-top: -137px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.avatar-container {
  width: 183px;
  height: 183px;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.profile-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 11px;
}

.name-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.profile-name {
  font-size: 24px;
  font-weight: 700;
  color: #080809;
  margin: 0;
}

.verified-badge {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
}

.stat-value {
  font-weight: 600;
  color: #080809;
}

.stat-label {
  color: #6a6d71;
}

.profile-bio {
  font-size: 15px;
  color: #080809;
  margin: 0;
  line-height: 1.4;
}

.profile-actions {
  display: flex;
  gap: 10px;
}

.btn-follow {
  flex: 1;
  background-color: #0866ff;
  border-radius: 8px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-weight: 600;
  font-size: 15px;
}

.btn-message {
  width: 50px;
  height: 38px;
  background-color: #e2e5e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CSS for section section:Tabs */
.tabs-container {
  border-bottom: 1px solid #d0d3d7;
  padding: 12px 20px;
}

.tabs-scroll {
  display: flex;
  align-items: center;
  gap: 28px;
}

.tab-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0px;
  border-radius: 57px;
  cursor: pointer;
}

.tab-item.active {
  background-color: #ebf5ff;
}

.tab-item.active .tab-text {
  color: #0064d1;
  font-weight: 600;
}

.tab-text {
  font-size: 15px;
  color: #65686c;
  font-weight: 600;
}

/* CSS for section section:Details */
.details-wrapper {
  padding: 16px 20px 24px;
  border-bottom: 1px solid #d0d3d7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.details-title {
  font-size: 17px;
  font-weight: 700;
  color: #080809;
  margin: 0 0 10px 0;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-icon-lg {
  width: 20px;
  height: 20px;
}

.detail-text-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #080809;
}

.detail-dot {
  margin-top: 2px;
}

.detail-link {
  font-size: 15px;
  color: #080809;

}

/* CSS for section section:Post */
.post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}

.post-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}

.post-author {
  display: flex;
  gap: 10px;
}

.post-avatar {
  width: 42px;
  height: 42px;
}

.post-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.post-author-name-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post-author-name {
  font-weight: 600;
  font-size: 15px;
  color: #080809;
}

.post-time-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #6a6d71;
}

.post-text {
  padding: 0 20px;
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
}

.post-text p {
  margin: 0 0 10px 0;
}

.post-media {
  position: relative;
  width: 100%;

}

.media-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

.media-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.media-card {
  width: 100%;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.media-card-inner {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  padding: 8px 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.media-card-img {
  width: 100%;
  border-radius: 8px;
}

.media-card-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  /* padding: 0 8px; */
  text-align: center;
}

.btn-continue {
  background-color: #0866ff;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  font-size: 17px;
  font-weight: 600;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 56px;
  width: 100%;
}

.logo-item {
  background-color: #FFFFFFE0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  box-sizing: border-box;
width: 106px;
}

.logo-item img {
  max-height: 100%;
  max-width: 80px;
}

.gov-logo-row {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 10px 20px;
  width: 100%;
  max-width: 335px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* CSS for section section:PostActions */
.actions-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #c9ccd1;
  padding: 10px 20px;
}

.stats-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icons-stack {
  position: relative;
  width: 50px;
  height: 19px;
}

.like-icon-1, .like-icon-2, .like-icon-3 {
  position: absolute;
  top: 0;
  height: 19px;
}
.like-icon-3 { left: 0; z-index: 1; }
.like-icon-2 { left: 15px; z-index: 2; }
.like-icon-1 { left: 30px; z-index: 3; }

.counts-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.count-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #838395;
  font-size: 14px;
}

/* CSS for section section:Comments */
.comments-wrapper {
  padding: 20px;
  background-color: #ffffff;
}

.comments-header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}

.comments-title {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-item {
  display: flex;
  gap: 11px;
}

.comment-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.comment-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}

.comment-author {
  font-weight: 600;
  color: #080809;
}

.comment-time {
  color: #6a6d71;
}

.comment-text {
  margin: 0;
  font-size: 15px;
  color: #000000;
  line-height: 1.4;
}

.comment-actions {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #838395;
  align-items: center;
  justify-content: space-between;
}

.action-reply {
  font-weight: 600;
  cursor: pointer;
}

.action-like {
  display: flex;
  align-items: center;
  gap: 4px;
}





  

  
.mauto {
    margin: 0 auto 30px;
  }
  
  .line-top {
    width: 100%;
    height: 6px;
    background: #000;
    display: none;
  }
  
 
  
  .logo img {
    min-width: 1440px;
    width: 100%;
  }
  
  
  .start-bottom-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  
  .start-bottom {
    width: fit-content;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    background: #ffffff1a;
    min-height: 50px;
  
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .icon-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  
  .start {
    padding: 30px 15px 0;
  }
  

  
  .sub {
    font-size: 22px;
    text-shadow: 0px 2px 2px #0000008c;
  
    color: #fff;
    text-align: center;
    width: 1200px;
    font-weight: 600;
  }
  
  .sub-answer {
    text-shadow: 0px 2px 2px #0000008c;
  
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: italic;
  }
  
  .start-btn, .next-btn,
  .form-btn {
    border: none;
    border-radius: 12px;
    background: #93ff3b;
  
    cursor: pointer;
    color: #fff;
    padding: 16px 35px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
padding: 12px 22px;
justify-content: center;
align-items: center;
gap: 30px;
align-self: stretch;
    border-radius: 8px;
background: #E63134;
font-size: 16px;
  }
  
  .start-btn {
    border-radius: 1222px;
  }
  
  .start-btn:hover {
    background: #caff6f;
  }
  .form-btn:hover {
    background: #ffffff;
  }
  
  .blurred2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: all 0.9s ease-in-out;
    opacity: 0;
  
    /* background: #00000066; */
  }
  
  .blurred2.is-visible::after {
    opacity: 1;
  }
  
  .quiz {
    /* display: none; */
    /* padding: 20px 15px 0; */
    width: 100%;
  }
  
  .quiz-div,
  .form-div {
    display: none;
  }
  
  .step {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  
  .step span {
    font-weight: 700;
  }
  
  .question {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  
  .question i {
    font-size: 22px;
  }
  
  .answers {
    width: 100%;
  }
  
  .answer {
    background: #ffffffbf;
  margin-top: 0px;
    border: 1px solid #ffffffbf;
    backdrop-filter: blur(54px);
    -webkit-backdrop-filter: blur(54px);
    color: #1b2439;
    border-radius: 10px;
    padding: 12px 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  
  .answer:hover {
    background: #ffffffd9;
  }
  
  .answer-option {
    padding: 3px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #1b2439;
    min-width: 35px;
  }
  
  .answer.active {
    background: #e30613;
    color: #fff;
  }
  
  .progress-bar {
    background: #ffffff33;
  
    width: 100%;
    height: 15px;
    margin: 0;
    display: flex;
  }
  
  .stepper {
    width: 100%;
    border-right: 1px solid #fff;
    height: 100%;
  }
  
  .stepper.active {
    background: #1e4b2a;
  
    transition: all 0.3s ease-in-out;
  }
  
  footer {
    margin-top: -115px;
    position: relative;
    z-index: 1;
    width: 100%;
  
    padding: 0;
    display: none;
  }
  
  .btn.back {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
  }
  
  footer .btn {
    pointer-events: none;
  }
  
  .form-div {
    text-align: center;
background: linear-gradient(116.18deg, rgba(37, 59, 112, 0.88) 40.34%, rgba(44, 70, 132, 0.88) 107.4%);
  
    border: 1px solid #FFFFFF1A;
    padding: 25px 15px;
    border-radius: 12px;
  }
  
  .label-wrap {
    width: 100%;
  }
  
  .form-div input {
    border: none;
    display: block;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
    background: #ffffff26;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  
    border-radius: 12px;
    border: 1px solid #ffffff80;
  }
  
  .form-div input::placeholder {
    color: #fff;
  }
  
  .form-div label {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
  
  .flex-inputs {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        gap: 0;
  }
  
  .form-btn {
    width: 100%;
    margin-top: 10px;
  }
  
  .next-btn {
    width: 100%;
    border-radius: 8px;
  }
  
  .nachat-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px 0 0;
  }
  
  .nachat {
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
  }

  
  @media (max-width: 600px) {

  
  

  
    .sub {
      font-size: 19px;
    }
  
    .question {
      font-size: 22px;
    }
    .question i {
      font-size: 18px;
    }
  
    .answer {
      padding: 12px 15px;
      gap: 15px;
    }
    .flex-inputs {
      flex-direction: column;
      gap: 0;
    }
  
    footer {
      margin-top: -85px;
    }
  
    .form-div input {
      font-size: 18px;
      padding: 10px 15px;
    }
    .form-div label {
      font-size: 12px;
    }
    .form-div {
      padding: 25px 15px;
    }
    form.mauto {
      margin-bottom: 0;
    }
  
    .start-bottom-wrap {
      flex-direction: column-reverse;
      padding: 15px;
      bottom: 10px;
    }
  
    .logo {
          background-position: top center;
      background-repeat: no-repeat;
      background-size: 720px;
      min-height:50px;
      margin-bottom: 15px;
  
    }
    .logo2 {
      width: 100%;
      opacity: 1;
    }
    .start-bottom {
      width: 100%;
      padding: 8px 10px;
      font-size: 14px;
      gap: 10px;
    }
  
    .nachat {
      text-align: center;
    }
    .nachat-wrap {
      flex-direction: column;
    }
    
    .nachat-wrap img {
      width: 130px;
    }
  }
  
  @media (max-width: 390px) {
    h1 {
      font-size: 22px;
    }
    .start-btn,
    .form-btn {
      font-size: 16px;
    }
    .question {
      font-size: 18px;
    }
    .question i {
      font-size: 14px;
    }
  
   
  
    .answer {
      padding: 8px 12px;
      font-size: 16px;
      gap: 10px;
    }
    .sub {
      font-size: 18px;
    }
    h1 {
  
    }
  
    h1 span {
      font-size: 18px;
    }
  
    .sub-answer {
      font-size: 14px;
    }
  .nachat {
    font-size: 12px;
  }
  .form-div input, .form-btn {
    padding: 8px 12px;  
    font-size: 16px;
  }
  
  
  
  }
  

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-1 * var(--shift)));
    }
  }
  
  .img-holder {
    padding: 15px;
    border-radius: 12px;
    background: #FFFFFFBF;
  border: 1px solid #FFFFFFBF;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  }
  
  .img-holder img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  
  p {
    margin: 0;
  }
 * {
  box-sizing: border-box;
 }

 .iti--separate-dial-code .iti__selected-dial-code {
  color: #fff !important;
 }
  


 .logo2 {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
 }