* {
  margin: 0;
  padding: 0;
}
body {
  font-family: system-ui, sans-serif;
  color: #1f2937;
}

a {
  text-decoration: none;
  color: inherit;
}
ul{
  list-style: none;
}
html {
  scroll-padding-top: 80px;
}

  nav {
      position: fixed;
      top: 0;
      z-index: 1000;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 80px;
      background: transparent;
      transition: all 0.3s ease;
  }


  nav.active {
      background-color: rgba(255, 255, 255, 0.9);
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
      transition: all 0.3s ease;
  }


  .logo {
      font-size: 2rem;
      margin-left: 2rem;
      background: linear-gradient(90deg, #7539dc, #c00dd1, #210dd4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .nav-links {
      display: flex;
      gap: 1.5rem;
      align-items: center;
  }

  .nav-links a:hover {
      color: #7539dc;
      cursor: pointer;
  }


  .nav-links a {
      font-size: 1.2rem;
      color: rgb(73, 71, 71);
  }

  .btn {
      padding: 0.5rem;
      color: white;
      margin-right: 1rem;
      background-color: black;
      border-radius: 10px;
  }

  .btn a {
      color: #f1f1f1;
  }

  #home {
      text-align: center;
      height: 100vh;
      background-image: url(assets/img.jpg);
  }
.container {
  min-height: calc(100vh - 80px);
  padding-top: 10rem;
}
  .first-heading {
      display: flex;
      gap: 1rem;
      justify-content: center;
      font-weight: 900;
      font-size: 0.9rem
  }

  .first-gradiate {
      background: linear-gradient(90deg, #7539dc, #c00dd1, #210dd4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .para {
      font-size: 1.6rem;
      margin: 2rem 0 2rem 0;
      color: rgb(93, 98, 98);
  }

  .container-btns {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
  }

  .container-btns .btn {
      font-size: 1rem;
      padding: 0.8rem;
  }

  .primary-btn {
      background-color: black;
      color: white;
  }

  .Download-cv-btn {
      background-color: white;
      color: black;
  }

  .Download-cv-btn:hover {
      background-color: #eff2f7;
  }

  .container-icons {
      font-size: 1.3rem;
      margin-top: 2rem;
      color: rgb(12, 12, 12);
      gap: 1.3rem;
      display: flex;
      justify-content: center;
  }

  .container-icons a {
      color: #282b2e;
  }

  .container-icons a:hover{
      color: #7539dc;
      transform: 2px;
  }



  .scroll-indicator {
      width: 26px;
      height: 44px;
      border: 2px solid #94a3b8;
      border-radius: 20px;
      position: relative;
      margin: 40px auto 0;
  }

  .scroll-indicator span {
      width: 6px;
      height: 6px;
      background: #94a3b8;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 50%;
      transform: translateX(-50%);
      animation: moveDot 1.6s ease-in-out infinite;
  }



  @keyframes moveDot {
      0% {
          transform: translate(-50%, 0);
      }

      50% {
          transform: translate(-50%, 12px);
      }

      100% {
          transform: translate(-50%, 0);
      }
  }

  #about {
      padding: 0 0 150px;
  }

  #about .title{
      text-align: center;
  }
  .section-underline{
    position: absolute;
    width: 100px; 
    height: 4px;
    background: linear-gradient(90deg, #7f00ff, #e100ff);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }

  .about-left {
      height: 100px;
      margin-top: 3rem;
  }

  .about-left img {
      height: 100vh;
      width: auto;
      border-radius: 1rem;
      margin-left: 4rem;
      scale: 0.9;
      transition: 0.3s;   
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }

  .about-right {
      text-align: right;
      text-transform: capitalize;
  }

  .about-right h3 {
      margin-right: 26vw;
  }

  .about-right p {
      margin-left: 52vw;
      margin-top: 2rem;
      text-align: justify;
      font-weight: 500;
      word-spacing: 0.2rem;
      line-height: 1.6;
      color: #687281;
  }

  .stats-grid {
      display: flex;
      justify-content: right;
      margin: 3rem 2rem 0 0;
      align-items: center;
      gap: 2rem;
  }

  .stat-box h2 {
      color: #7c3aed;
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 1rem;
  }

  .stat-box p {
      color: #687281;
  }

  #Skills{
        background-color: #f7f5f5;
  }

  .title{
      text-align: center;
      margin-bottom: 1rem;
      padding-top: 3rem;
  }

  .cards{
      height: 80vh;
      width: auto;
      display: flex;
      margin-top: 3rem;
  }

    .card{
      background-color: #fff;
      margin: 20px;
      padding: 2rem;
      border-radius: 1rem;
  }
  .card {
  transition-delay: calc(var(--i) * 0.15s);
}

   .cards i{
      background: linear-gradient(135deg, #cb61c6, #3607e0);
      padding: 1rem 1rem 1rem 1rem;
      border-radius: 20%;
      color: #fff;
      font-size: 2rem;
  }


  .card-para{
      text-align: justify;
      font-weight: 500;
      line-height: 1.5;
      color: #687281;
  }

  .cards h3{
      margin: 3rem 0 2rem 0;
  }

  .cards p{
      text-align: justify;
      margin-bottom: 2rem;
  }

  .components {
    background: rgba(156, 20, 218, 0.12);
    padding: 3px 14px;
    border-radius: 999px;
    color: #9c14da;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.25s ease;
  }

  .components:hover {
    background: linear-gradient(135deg, #7f00ff, #e100ff);
    color: #fff;
    box-shadow: 0 6px 16px rgba(127, 0, 255, 0.35);
  }


  .card:hover{
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .card:hover{
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .card:hover{
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .skills {
    padding: 60px 120px;
    text-align: center;
  }

  .underline{
      margin-top: 3.5rem;
  }

  .skills h2 {
    margin-bottom: 50px;
  }

  .skills-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 in one row */
    gap: 50px 40px; /* row-gap column-gap */
    justify-items: center;
    width: 80vw;
  }

  .skill {
    position: relative;
    width: 120px;
  }

  .skill svg {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
  }

  .skill circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
  }

  .skill circle:first-child {
    stroke: #ebeef5; /* light gray */
  }

  .skill circle:last-child {
    stroke: #7842f5; /* purple */
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 1s ease;
  }

  .percent {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 18px;
  }

  .skill p {
    margin-top: 10px;
    font-weight: 500;
  }

  #Projects{
    padding: 0 0 100px;
      background-color: rgb(232, 232, 230);
  }

  .project-data{
      margin-top: 4rem;
  }

  .project-first-para{
      text-align: center;
      font-size: 1.3rem;
      font-weight: 500;
      color: #687281;
  }

  .tosts{
      display: flex;
      height: 88vh;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
  }

  .tost{
      margin-top: 5rem;
      border-radius: 1rem;
      overflow: hidden;
      align-items: center;
      width: 30%;
      background-color:#fff;
  }


  .tost-contain{
      padding: 1.5rem;
  }

  .tost-img {
    position: relative;
    overflow: hidden;
  }

  .tost-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .tost-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .tost-btn {
    background: white;
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;

    display: flex;
    align-items: center;
    gap: 6px;

    transform: translateY(10px);
    transition: all 0.7s ease;
  }

  .tost-btn:hover {
    background: black;
    color: white;
  }

  .tost {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
  }

  .tost:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  }


  .tost:hover .tost-overlay {
    opacity: 1;
    visibility: visible;
  }

  .tost:hover .tost-btn {
    transform: translateY(0);
  }

  .tost:hover img {
    transform: scale(1.05);
  }

  .tost-contain{
      margin-top: 1rem;
  }

  .tost-contain p {
      padding: 2rem 0 3rem 0;
      text-align: justify;
      font-weight: 500;
      line-height: 1.5;
      color: #687281;
  }

  .tost-contain ul {
      display: flex;
      justify-content: space-around;
  }

  .tost-contain ul li {
      background-color: rgb(244, 241, 241);
      padding: 3px 14px;
      border-radius: 2rem;
  }

  #Contact{
      max-width: 100%;
      padding: 50px 0 100px ;
      background-color: rgb(252, 250, 252);
  }

  .Con-heading{
      text-align: center;
  }

  .Con-heading p{
      padding: 2rem 0 2rem 0;
      text-align: center;
      font-size: 1.3rem;
      font-weight: 500;
      color: #687281;
  }

  .Con-heading span{
      margin-top: 2.5rem;
  }

  .Con-container{
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 2rem;
  }

  .contact-right{
      height: 70vh;
      width: 45%;
      border-radius: 1rem;
  }

  /* FORM CARD */
  .contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  }

  .form-group{
      margin: 0 30px 20px 0;
  }

  .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: #f2f3f5;
    font-size: 15px;
    outline: none;
  }

  .form-group textarea {
    resize: none;
  }

  /* BUTTON */
  button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #000000, #2b2b2b);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
  }

  button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .contact-container {
      grid-template-columns: 1fr;
    }
  }
  .contact-left{
      height: 70vh;
    max-width: 500px;
  }

  .contact-left h2 {
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
  }

  .contact-left p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  /* Contact Cards */
  .contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    padding: 10px 22px;
    border-radius: 14px;
    box-shadow: 2px 4px  rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  /* Icon Circle */
  .contact-icon {
    width: 52px;
    margin-top: 2rem;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
  }

  .contact-icon.email {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
  }

  .contact-icon.linkedin {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
  }

  .contact-icon.github {
    background: linear-gradient(135deg, #0f172a, #334155);
  }

  /* Text Info */
  .info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
  }

  .info span {
    font-size: 14px;
    color: #64748b;
  }

  header{
      background-color: #070234;
      color: #fff;
      height: 60vh;
  }

  .header-containent{
      display: flex;
      justify-content: space-between;
      max-width: 90vw;
      height: 40vh;
  }


  .first-containent h2{
      margin-left: 2rem;
      background: linear-gradient(90deg, #966be0, #de6be9, #5348b3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 3rem 0 0 2rem ;
  }

  .first-containent p{
    padding: 1rem 0 0 2rem;
    font-size: 17px;
    font-weight: 400;
    color: #64748b;
  }

  .quick-links {
    display: flex;
    flex-direction: column;
    align-items: center;   /* center whole block */
  }

  .quick-links h3 {
    margin-bottom: 15px;
    color: white;
    margin-top: 3rem;
  }

  .quick-links ul {
    padding: 0;
    margin: 0;
    text-align: center;    /* center text */
  }

  .quick-links li {
    margin: 8px 0;
  }

  .quick-links a {
    color: #9b5cff;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .quick-links a:hover {
    color: white;
  }

  .connect {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .connect h3 {
    color: #ffffff;
    margin-top: 3rem;
    font-size: 18px;
    font-weight: 600;
  }

  .connect-icons {
    display: flex;
    gap: 16px;
  }

  .connect-icons a {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .connect-icons a:hover {
    background: #7c3aed;
    transform: translateY(-3px);
  }

  .connect-text {
    color: #9ca3af;
    font-size: 15px;
    transition: color 0.3s ease;
  }

  .connect-text:hover {
    color: #ffffff;
  }

  .certified-para{
      text-align: center;
      margin-top: 3rem;
      font-size: 1.1rem;
  }


  header hr{
      opacity: 0.2;
  }

  /* ===== SCROLL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

















