body {
    margin: 0;
    font-family: Arial;
    background: #020617;
   
        color: white;
       
    text-align: center;
}
 body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff10 1px, transparent 1px),
                    linear-gradient(90deg, #ffffff10 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: -1;
}
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 👈 main magic */
  
    padding: 20px 60px;
  }
  
  /* LINKS */
  .nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #9aa4b2;
    font-size: 16px;
    transition: 0.3s;
  }
  
  .nav-links a:hover {
    color: #00f5ff;
  }
  .hero h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0;
  }
  /* PROFILE IMAGE */
.profile {
  width: 200px;   /* bada size */
  height: 200px;

  border-radius: 50%;
  border: 4px solid #00f5ff;

  object-fit: cover;

  margin-bottom: 20px;

  position: relative;
  top: 0;   /* upar shift */
  
  box-shadow: 0 0 25px #00f5ff; /* glow effect */
}
  
  
  /* TEXT */
  .gradient {
    background: linear-gradient(90deg, cyan, purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* BUTTONS */
  button {
    margin: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    background: cyan;
    cursor: pointer;
  }
  
  .outline {
    background: transparent;
    border: 1px solid cyan;
    color: cyan;
  }
  
  button:hover {
    background: purple;
    color: white;
  }
  .btn-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  /* OUTLINE BUTTON */
  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  
    padding: 12px 26px;
    border-radius: 12px;
  
    border: 1.5px solid #00f5ff;
    color: #00f5ff;
  
    text-decoration: none;
    font-size: 16px;
  
    background: transparent;
  
    transition: all 0.3s ease;
  }
  
  /* ICON */
  .btn-outline i {
    font-size: 18px;
  }
  
  /* HOVER EFFECT (IMPORTANT 🔥) */
  .btn-outline:hover {
    background: linear-gradient(90deg, #00f5ff, #00c3ff);
    color: black;
    box-shadow: 0 0 20px #00f5ff;
    transform: translateY(-2px);
  }
  /* BUTTON CONTAINER */
.btn-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  
  /* COMMON BUTTON STYLE */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  
    padding: 12px 26px;
    border-radius: 12px;
  
    font-size: 16px;
    text-decoration: none;
  
    transition: all 0.3s ease;
  }
  
  /* FILLED BUTTON (View Projects) */
  .btn-fill {
    background: linear-gradient(90deg, #00f5ff, #00c3ff);
    color: black;
  }
  
  .btn-fill:hover {
    box-shadow: 0 0 20px #00f5ff;
    transform: translateY(-2px);
  }
  
  /* OUTLINE BUTTON (Resume + Contact) */
  .btn-outline {
    border: 1.5px solid #00f5ff;
    color: #00f5ff;
    background: transparent;
  }
  
  .btn-outline:hover {
    background: linear-gradient(90deg, #00f5ff, #00c3ff);
    color: black;
    box-shadow: 0 0 20px #00f5ff;
    transform: translateY(-2px);
  }
  .welcome {
    display: inline-block;
  
    padding: 8px 18px;
    border-radius: 30px;
  
    border: 1px solid rgba(0, 255, 255, 0.3);
  
    color: #00f5ff;
    font-size: 16px;
  
    background: rgba(0, 255, 255, 0.05);
  
    backdrop-filter: blur(17px);
  
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
    margin-top: 0;
    margin-bottom: 15px;
  
    transition: 0.3s;
  }
  
  /* HOVER EFFECT (optional but cool 😎) */
  .welcome:hover {
    box-shadow: 0 0 20px #00f5ff;
    transform: translateY(-2px);
  }
 

  
  /* GRADIENT NAME (IMPORTANT 🔥) */
  .gradient-text {
    background: linear-gradient(90deg, #00f5ff, #5b9cff, #a855f7);
    
    -webkit-background-clip: text;
    background-clip: text;
  
    -webkit-text-fill-color: transparent;
  
    font-weight: 700;
  }
 

  /* GRADIENT NAME */
  .gradient-text {
    background: linear-gradient(90deg, #00f5ff, #5b9cff, #a855f7);
  
    -webkit-background-clip: text;
    background-clip: text;
  
    -webkit-text-fill-color: transparent;
  }
  
  /* TYPING TEXT */
  #typing {
    font-size: 24px;
    color: #00f5ff;
    margin-top: 10px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
    text-align: center;
  
 
    padding: 4px 2px;
  }
  .hero p {
    margin: 10px 0;
  }
  
  #typing {
    margin: 5px 0;
  }
  
  .btn-container {
    margin-top: 15px;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  
  .section-subtitle {
    color: #00f5ff;
    letter-spacing: 2px;
    font-size: 14px;
  }
  
  .section-title {
    font-size: 40px;
    margin-top: 10px;
  }
  
  .section-title span {
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* underline */
  .underline {
    width: 120px;
    height: 4px;
    margin: 15px auto;
  
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    border-radius: 10px;
  }
  .section-title {
    font-size: 42px;
    margin-top: 10px;
    color: white;
  }
  
  .section-title span {
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* CARD CONTAINER */
.profile-card {
    position: relative;
    width: 320px;
    margin: 50px auto;
    border-radius: 20px;
    overflow: hidden;
  
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
  }
  
  /* IMAGE */
  .profile-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }
  
  /* OVERLAY BOX */
  .card-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  
    width: 85%;
    padding: 15px;
  
    border-radius: 15px;
  
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
  
    text-align: center;
  }
  
  /* NAME */
  .card-overlay h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 5px;
  }
  
  /* ROLE TEXT */
  .card-overlay p {
    color: #00f5ff;
    font-size: 14px;
  }
  .profile-card {
    border: 2px solid rgba(0, 255, 255, 0.2);
  }
  
  .profile-card:hover {
    box-shadow: 0 0 40px #00f5ff;
    transform: scale(1.02);
    transition: 0.3s;
  }
  .about-section {
    max-width: 1000px;
    margin: 80px auto;
    padding: 20px;
  
    line-height: 1.8;
  }
  
  /* MAIN TEXT */
  .about-text {
    font-size: 20px;
    color: #a0aec0; /* soft gray like image */
    font-weight: 400;
  }
  
  /* COLORS */
  .cyan {
    color: #00f5ff;
    font-weight: 500;
  }
  
  .purple {
    color: #a855f7;
    font-weight: 500;
  }
  
  .yellow {
    color: #facc15;
    font-weight: 500;
  }
  .skills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
  }
  
  .skills span {
    padding: 10px 20px;
  
    border: 1px solid #00f5ff;
    border-radius: 25px;
  
    color: #00f5ff;
    font-size: 15px;
  
    transition: 0.3s;
  }
  
  .skills span:hover {
    background: #00f5ff;
    color: black;
    box-shadow: 0 0 15px #00f5ff;
  }
  /* GRID LAYOUT */
  .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 👈 4 cards ek line me */
    
    gap: 25px;
  
    max-width: 1100px;
    margin: 50px auto;
  
    align-items: center;
  }
  /* CARD */
  .card {
    padding: 30px;
    border-radius: 20px;
  
    background: rgba(255,255,255,0.05);   /* 👈 thoda visible */
    border: 1px solid rgba(0,255,255,0.2);
  
    text-align: center;
  
    transition: 0.3s;
  }
  
  /* ICON */
  .card i {
    font-size: 30px;
    color: #00f5ff;
    margin-bottom: 10px;
  }
  
  /* NUMBER */
  .card h2 {
    font-size: 32px;
    color: white;   
    margin: 10px 0;
  }
  
  /* TEXT */
  .card p {
    color: #aaa;
  }
  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px #00f5ff;
  }
  
  .skills-grid {
    display: grid;
  
    grid-template-columns: repeat(2, 1fr); /* ❗ instead of 3 */
    gap: 40px;
  
    justify-content: center;
    align-items: start;
  
    max-width: 1000px;
    margin: 0 auto;  /* ✅ center grid */
  }
  /* CARD */
  .skill-card {
    padding: 25px;
    border-radius: 15px;
  
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0,255,255,0.1);
  
    position: relative;   /* ✅ IMPORTANT */
    transform: none;      /* ✅ FIX */
  }
  
  /* HEADER */
  .skill-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  
  /* ICON BOX */
  .icon-box {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 8px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icon-box i {
    font-size: 20px;
    color: #3b82f6;
  }
  .skills-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;   /* ✅ center whole section */
    padding: 80px 20px;
  }
  /* TITLE */
  .skill-header h3 {
    font-size: 18px;
    color: white;
  }
  
  /* TAGS */
  .tags span {
    display: inline-block;
    margin: 5px;
    padding: 7px 14px;
  
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    color: #aaa;
  }
  .proficiency {
    
    max-width: 900px;
    margin: 100px auto;
    display: block;
  grid-column: 1 / -1; 
  }
  
  .proficiency h2 {
    text-align: center;
    color: white;
    margin-bottom: 40px;
  }
  
  .skill-bar {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #ddd;
  }
  
  .bar {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
  }
  
  .progress {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #00f5ff, #3b82f6, #a855f7);
  }
 
  
  /* TITLE */
  .proficiency {
    max-width: 900px;
  }
  
  .projects-header {
    max-width: 900px;
  }
  
  .title span {
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* SKILL BLOCK */
  .skill {
    margin-bottom: 30px;
  }
  
  /* TEXT ROW */
  .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .row p {
    color: #d1d5db;   /* FIX: text visible */
    font-size: 18px;
  }
  .skill:last-child .fill {
    background: linear-gradient(
      90deg,
      #00f5ff,
    #a855f7
    );
  }
  
  /* BAR */
  .bar {
    width: 100%;
    height: 10px;
    background: #1f2937;
    border-radius: 20px;
  }
  
  /* FILL */
  .fill {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(
      90deg,
      #00f5ff,
      #3b82f6,
      #a855f7
    );
  }
  
/* FULL CENTER SECTION */
.projects-section {
  width: 100%;
  padding: 120px 20px;

  display: flex;
  justify-content: center;   /* 🔥 MAIN FIX */
}

.projects-header {
  width: 100%;
  max-width: 900px;

  text-align: center;
  margin: 0 auto;
}
  /* TOP TEXT */
  .subtitle {
    color: #00f5ff;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .project-title {
    font-size: 56px;
    text-align: center;
    white-space: nowrap;   /* 🔥 THIS IS THE FIX */
  }
  
  /* GRADIENT TEXT */
  .project-title span {
    background: linear-gradient(90deg, #00f5ff, #5b9cff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* UNDERLINE */
  .underline {
    width: 120px;
    height: 4px;
    margin: 20px auto 30px;
    border-radius: 10px;
    background: linear-gradient(90deg, #00f5ff, #a855f7);
  }
  
  /* PROJECT COUNT BOX */
  .project-count {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  
    padding: 16px 32px;
    border-radius: 40px;
  
    border: 1px solid rgba(0, 255, 255, 0.2);
    background: rgba(10, 20, 40, 0.6);
  
    color: #9ca3af;
    margin-bottom: 30px;
  
    backdrop-filter: blur(10px);
  }
  
  /* ICON */
  .project-count i {
    color: #00f5ff;
    font-size: 20px;
  }
  
  /* CATEGORY LINE */
  .categories {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  
    color: #9ca3af;
    font-size: 15px;
  }
  
  /* CATEGORY ITEM */
  .categories span {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* DOT */
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  
  /* COLORS */
  .yellow {
    background: #facc15;
    box-shadow: 0 0 12px #facc15;
  }
  
  .blue {
    background: #3b82f6;
    box-shadow: 0 0 12px #3b82f6;
  }
/* GRID */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  
    max-width: 1100px;
    margin: 0 auto ;
  }
  
  /* CARD */
  .project-card {
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    padding: 15px;
  
    border: 1px solid rgba(0,255,255,0.1);
  
    transition: 0.3s;
  }
  
  /* IMAGE */
  .project-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  /* TITLE */
  .project-card h3 {
    color: white;
    margin: 10px 0;
  }
  
  /* TEXT */
  .project-card p {
    color: #aaa;
    font-size: 14px;
  }
  
  /* HOVER EFFECT 🔥 */
  .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px #00f5ff;
  }
  .project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px #00f5ff, 0 0 50px #3b82f6;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;   /* 🔥 important */
    padding: 20px 60px;
  }
  .nav-links {
    display: flex;
    gap: 30px;
  }
  
  html {
    scroll-behavior: smooth;
  }
  .gallery-section {
    width: 100%;
    padding: 120px 20px;
  
    display: flex;
    justify-content: center;   /* 🔥 SAME AS PROJECTS */
  }
  .gallery-section .subtitle,
.gallery-section .title,
.gallery-section .desc {
  width: 100%;
  text-align: center;
}

  /* TEXT */
  .subtitle {
    color: #00f5ff;
  }
  
  .title {
    font-size: 40px;
    color: white;
  }
  
  .title span {
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .desc {
    color: #9ca3af;
    margin-bottom: 40px;
  }
  
  /* CAROUSEL */
  .carousel {
    position: relative;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* ACTIVE CENTER */
  .card.active {
    width: 350px;
    height: 450px;
    opacity: 1;
    transform: scale(1);
    border: 2px solid #00f5ff;
    box-shadow: 0 0 25px #00f5ff;
  }
  
  /* BUTTONS */
  .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00f5ff;
    border: none;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
  }
  
  .prev { left: 0; }
  .next { right: 0; }
  
  /* DOTS */
  .dots {
    margin-top: 20px;
  }
  
  .dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #555;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .dots .active {
    background: #00f5ff;
  }
  /* SECTION */
  .experience-section {
    width: 100%;
    max-width: 1100px;
    margin: 120px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .subtitle {
    color: #00f5ff;
    letter-spacing: 2px;
  }
  
  .title {
    font-size: 40px;
    color: white;
  }
  
  .title span {
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .underline {
    width: 100px;
    height: 4px;
    margin: 15px auto 50px;
    background: linear-gradient(90deg, #00f5ff, #a855f7);
    border-radius: 10px;
  }
  
  /* LAYOUT */
  .experience-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  
    gap: 40px;
  
    max-width: 1100px;
    margin: 0 auto;   /* ⭐ center everything */
  
    align-items: start;
  }
  .timeline {
    position: relative;
    padding-left: 30px;
  }
  
  .timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  
    width: 2px;
    height: 100%;
  
    background: #00f5ff;
  }
  .timeline-item {
    position: relative;
    margin-bottom: 40px;
  }
  
  .timeline-dot {
    position: absolute;
    left: -10px;
    top: 10px;
  
    width: 18px;
    height: 18px;
  
    background: #00f5ff;
    border-radius: 50%;
  
    box-shadow: 0 0 15px #00f5ff;
  }
  
  
  .timeline-card {
    background: rgba(10, 20, 40, 0.6);
    border: 1px solid rgba(0,255,255,0.2);
    padding: 20px;
    border-radius: 15px;
    text-align: left;
  }
  
  .year {
    color: #00f5ff;
    font-size: 14px;
  }
  
  .timeline-card h3 {
    color: white;
    margin: 10px 0;
  }
  
  .timeline-card p {
    color: #9ca3af;
  }
  
  /* TAGS */
  .tags span {
    display: inline-block;
    background: rgba(0,255,255,0.1);
    color: #00f5ff;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 5px 0 0;
    font-size: 12px;
  }
  .skills-box {
    height: fit-content;
  }
 
  .skills-box h3 {
    color: white;
    margin-bottom: 20px;
  }
  
  .skills-box h3 span {
    color: #00f5ff;
  }
  
  /* SKILL */
  .skill {
    margin-bottom: 20px;
  }
  
  .skill p {
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 5px;
  }
  
  /* BAR */
  .bar {
    width: 100%;
    height: 6px;
    background: #1f2937;
    border-radius: 10px;
  }
  
  .bar div {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #00f5ff, #a855f7);
  }
  
/* GRID */
.experience-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  
    justify-content: center;   /* ✅ horizontal center */
    align-items: start;
  
    margin-top: 60px;
  }

/* TIMELINE */
.timeline {
  position: relative;
  padding-left: 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #00f5ff;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

/* DOT */
.timeline-dot {
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  background: #00f5ff;
  border-radius: 50%;
  box-shadow: 0 0 15px #00f5ff;
}

/* CARD */
.timeline-card {
  background: rgba(10, 20, 40, 0.6);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(0,255,255,0.2);
  text-align: left;
}

/* SKILLS */
.skills-box {
  background: rgba(10, 20, 40, 0.6);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(0,255,255,0.2);
  text-align: left;
}

/* BAR */
.bar {
  width: 100%;
  height: 6px;
  background: #1f2937;
  border-radius: 10px;
}

.bar div {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #00f5ff, #a855f7);
}
.cert-section .title {
    max-width: 700px;
    margin: 0 auto;
  }
 
  /* COUNT BADGE */
  .cert-count {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  
    margin: 30px auto;
  
    padding: 14px 28px;
    border-radius: 40px;
  
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(0,255,255,0.2);
  
    backdrop-filter: blur(10px);
    color: #9ca3af;
  }
 
  .filter-left {
    display: flex;
    align-items: center;
    gap: 20px;
  
    justify-content: center;   /* 🔥 center inside */
    flex-wrap: wrap;
  }
  
  .filter-bar {
    justify-content: center;   /* 🔥 THIS FIXES YOUR IMAGE ISSUE */
    gap: 30px;
  }
  
  .filter-bar .right {
    color: #9ca3af;
    white-space: nowrap;
  }
  .filter-bar button {
    padding: 8px 16px;
    border-radius: 20px;
    border: none;
  
    background: rgba(255,255,255,0.05);
    color: #9ca3af;
  
    cursor: pointer;
  }
  
  .filter-bar button.active {
    background: linear-gradient(90deg, #00f5ff, #00c3ff);
    color: black;
  }
  
  
  /* BROWSE TEXT */
  .browse {
    color: #9ca3af;
    margin-right: 10px;
  }
  
  /* BUTTONS */
  .filter-bar button {
    padding: 8px 16px;
    border-radius: 20px;
  
    border: none;
    cursor: pointer;
  
    background: rgba(255,255,255,0.05);
    color: #9ca3af;
  
    transition: 0.3s;
  }
  
  /* ACTIVE BUTTON */
  .filter-bar button.active {
    background: linear-gradient(90deg, #00f5ff, #00c3ff);
    color: black;
  }
  
  /* HOVER */
  .filter-bar button:hover {
    background: #00f5ff;
    color: black;
  }
  
  /* RIGHT TEXT */
  .filter-bar .right {
    color: #9ca3af;
    font-size: 14px;
  }
  .cert-grid {
    display: grid;
  
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  /* 🔥 responsive */
  
    gap: 25px;
  
    max-width: 1100px;
    margin: 50px auto;   /* 🔥 CENTER */
  }
  .cert-card {
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    border: 1px solid rgba(0,255,255,0.1);
  
    transition: 0.3s;
  }
  
  .cert-card img {
  width: 100%;
  height: 200px;        /* 🔥 FIX SIZE */
  object-fit: cover;    /* 🔥 KEEP RATIO */
  border-radius: 10px;
}
  .cert-card h3 {
    color: white;
    margin-top: 10px;
  }
  
  .cert-card p {
    color: #9ca3af;
  }
  
  .cert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px #00f5ff;
  }
   /* SECTION CENTER */
.contact-section {
  padding: 100px 20px;
}

/* WRAPPER (MOST IMPORTANT 🔥) */
.contact-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER CENTER */
.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-subtitle {
  color: #00f5ff;
  letter-spacing: 2px;
  font-size: 14px;
}

.contact-title {
  font-size: 50px;
  margin: 10px 0;
}

.contact-title span {
  background: linear-gradient(90deg, #00f5ff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-desc {
  color: #9ca3af;
  max-width: 700px;
  margin: 20px auto;
}

/* GRID */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* LEFT CARDS */
.info-card {
  display: flex;
  gap: 15px;
  align-items: center;

  padding: 20px;
  border-radius: 15px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,255,255,0.1);

  margin-bottom: 20px;
}

.info-card i {
  font-size: 20px;
  color: #00f5ff;
}

/* FORM */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border-radius: 10px;
  border: none;

  background: rgba(255,255,255,0.05);
  color: white;
}

/* BUTTON */
.send-btn {
  background: linear-gradient(90deg, #00f5ff, #00c3ff);
  padding: 14px;
  border-radius: 12px;
  border: none;
  color: black;
  font-weight: bold;
}
.footer {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}

.footer-content {
  text-align: center;
  max-width: 800px;
}

.footer-content h2 {
  font-size: 40px;
  background: linear-gradient(90deg, #00f5ff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html {
  scroll-behavior: smooth;
}
