/* Top Name Header */
.top-header {
    text-align: center;
    padding: 20px 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* Bottom macOS Dock */
.dock {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    gap: 25px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
    
  
  
   
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    padding: 12px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);





}

/* Dock Icons */
.dock img {
    width: 45px;
    transition: transform 0.25s ease;
}

/* macOS hover zoom effect */
.dock img:hover {
    transform: scale(1.35);
   
}
.top-header{
    font-family: "Fira Code", monospace;;
     background-color:#0D0D0D;
     color: white;
     width: hv;
     height: 30px;
     
}
.home{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Monsterrat", sans-serif;
    background-color: #F2F2F2;
    flex-direction: column;
    height: 500px;
}
.home-code {
    background: #0f172a; /* deep slate */
  color: #e5e7eb;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow-x: auto;
   font-family: monospace;
}
.about{
     display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Monsterrat", sans-serif;
    background-color: #F2F2F2;
    flex-direction: column;
    height: 500px;
    gap:0;
}
html{
    scroll-behavior: smooth;
}
.para{
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0%;
    font-size: 20px;
}
.about {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
}

.about-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  max-width: 750px;
  margin-bottom: 40px;
}


.code-card {
  background: #0f172a; /* deep slate */
  color: #e5e7eb;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow-x: auto;
}

.code-card pre {
  margin: 0;
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
}

.code-card code {
  color: #e5e7eb;
}
.projects{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Monsterrat", sans-serif;
    background-color: #F2F2F2;
    flex-direction: column;
    height: 500px;
    gap:0;
}
.title{
    font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.sheller{
     max-width: 600px;
     max-height: 600px;
  padding: 24px 28px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f3f4f6);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.p1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.music{
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
       max-width: 600px;
     max-height: 600px;;
  padding: 24px 28px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f3f4f6);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sheller img{
    width: 250px;
    border-radius: 20px;
}
.music img{
    width: 200px;
    border-radius: 20px;
}
.contact{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Monsterrat", sans-serif;
    background-color: #F2F2F2;
    flex-direction: column;
    height: 650px;
    gap:0;
}
.form{
    width: 1000px;
  margin: 40px 40px;
  padding: 30px;
  background: #0f172a;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.form label {
    
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #cbd5f5;
}
.name,.email,.message{
     width: 90%;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-size: 1rem;
  color: #e5e7eb;
  background: #020617;
  border: 1px solid #334155;
  border-radius: 10px;
  outline: none;
  transition: all 0.25s ease;

}
.form button {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  color: #020617;
  background: linear-gradient(135deg, #38bdf8, #22d3ee);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1200px) {
  .namee {
    font-size: 56px;
  }

  .form {
    width: 850px;
  }
}

/* =======================
   TABLET (≤992px)
======================= */
@media (max-width: 992px) {
  .home,
  .about,
  .projects,
  .contact {
    height: auto;
    min-height: 100vh;
    padding: 80px 24px;
  }

  .p1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sheller,
  .music {
    max-width: 450px;
  }

  .form {
    width: 90%;
  }

  .dock img {
    width: 40px;
  }
}

/* =======================
   MOBILE (≤600px)
======================= */
@media (max-width: 600px) {
    .home{
        height: 200px;
    }
  .namee {
    font-size: 36px;
    text-align: center;
  }

  .about-title,
  .title {
    font-size: 2.2rem;
    text-align: center;
  }

  .about-text {
    font-size: 1rem;
    text-align: center;
  }

  .p1 {
    flex-direction: column;
    gap: 24px;
  }

  .sheller img,
  .music img {
    width: 160px;
  }

  .dock {
    padding: 10px 18px;
    gap: 18px;
  }

  .dock img {
    width: 32px;
  }

  .home-code,
  .code-card {
    width: 300px;
    font-size: 0.85rem;
  }

  .form {
    padding: 20px;
    width: 300px;
  }}