* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--nav-h, 68px) + 8px);
  overflow-x: hidden;
}

body.is-scrolling .services-marquee-track,
body.is-scrolling .projects-marquee-track {
  animation-play-state: paused;
}

body.is-scrolling .skill-cluster,
body.is-scrolling .skills-panel {
  transition: none;
}

body.is-scrolling .panel-dot {
  animation-play-state: paused;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body.menu-open,
body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: linear-gradient(135deg, #d9ff00, #fffb04, rgb(229, 255, 0));
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #45d21a, #fff, rgb(5, 9, 245));
}

/*  Simillar  */

section {
  padding: 60px 0;
}

.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}

.about,
.services,
.skills,
.projects,
.contact,
footer {
  font-family: "Poppins", sans-serif;
}

section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}

section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  transform: translateX(-50%);
}

section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: #1e3551;
  padding: 0 5px;
  transform: translateX(-50%);
}

.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: #d0ff00;
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #000000;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.scroll-up-btn:hover {
  filter: brightness(90%);
}

/*  Home  */
.home {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72vh;
  max-height: 680px;
  height: auto;
  padding: calc(var(--nav-h, 68px) + 22px) 0 50px;
  color: #e8f4ff;
  font-family: "Poppins", sans-serif;
  background: #000205;
  overflow: hidden;
}

.home-content-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(0, 247, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 30%, rgba(251, 255, 0, 0.04), transparent 50%),
    #000205;
}

.home-content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: calc(72vh - 140px);
  max-height: 520px;
  pointer-events: none;
}

.home-content-wrap .home-content {
  pointer-events: auto;
}

.home .home-content {
  max-width: 620px;
}

.home .home-content .text-1 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 247, 255, 0.85);
  margin-bottom: 12px;
}

.home .home-content .text-2 {
  font-size: 72px;
  font-weight: 700;
  margin-left: 0;
  line-height: 1.05;
  background: linear-gradient(135deg, #ffffff 0%, #00f7ff 50%, #7b2fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home .home-content .text-location {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(0, 255, 157, 0.85);
  margin: 4px 0 10px;
  font-weight: 500;
}

.home .home-content .text-3 {
  font-size: 36px;
  margin: 16px 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.home .home-content .text-3 .typing {
  background: linear-gradient(135deg, #00f7ff, #00ff9d, #7b2fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.home .home-content .text-3 .typed-cursor {
  color: #00f7ff;
  -webkit-text-fill-color: #00f7ff;
  font-weight: 400;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home .home-content a.btn-primary,
.home .home-content a.btn-secondary {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  margin-top: 0;
  border-radius: 8px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
}

.home .home-content a.btn-primary {
  background: linear-gradient(135deg, #00f7ff, #0099cc);
  color: #030308;
  border: 1px solid rgba(0, 247, 255, 0.5);
  box-shadow: 0 0 24px rgba(0, 247, 255, 0.25);
}

.home .home-content a.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(0, 247, 255, 0.45);
  color: #030308;
  background: linear-gradient(135deg, #00f7ff, #00ff9d);
}

.home .home-content a.btn-secondary {
  background: transparent;
  color: #00ff9d;
  border: 1px solid rgba(0, 255, 157, 0.5);
}

.home .home-content a.btn-secondary:hover {
  background: rgba(0, 255, 157, 0.1);
  box-shadow: 0 0 24px rgba(0, 255, 157, 0.2);
  color: #ffffff;
  transform: translateY(-2px);
}

.home-ai-trigger {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 22px 6px 6px;
  border: none;
  background: transparent;
  color: #fbff00;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.35s ease;
}

.home-ai-trigger:hover,
.home-ai-trigger:focus-visible {
  color: #00f7ff;
  background: transparent;
  box-shadow: none;
  transform: translateY(-2px);
}

.home-ai-trigger__label {
  color: inherit;
}


@media (max-width: 1024px) {
  .max-width {
    padding: 0 40px;
  }

  .home {
    min-height: 65vh;
    max-height: none;
    padding: 80px 0 40px;
  }

  .home-content-wrap {
    justify-content: center;
    text-align: center;
    min-height: calc(65vh - 120px);
    max-height: none;
  }

  .home-content-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 2, 8, 0.88) 0%,
      rgba(0, 2, 8, 0.55) 45%,
      rgba(0, 2, 8, 0.4) 100%
    );
  }

  .home .home-content {
    max-width: 100%;
  }

  .home-actions {
    justify-content: center;
  }
}

@media (max-width: 690px) {
  .home .home-content .text-location {
    font-size: 14px;
  }

  .home {
    min-height: 58vh;
    padding: 70px 0 36px;
  }

  .home-content-wrap {
    min-height: calc(58vh - 100px);
  }

  .home .home-content .text-2 {
    font-size: 48px;
  }

  .home .home-content .text-3 {
    font-size: 24px;
  }
}

/*  About — futuristic HUD  */
.about {
  position: relative;
  background: #000205;
  color: #e8f4ff;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 247, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 247, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 30% 50%, #000 20%, transparent 80%);
}

.about .max-width {
  position: relative;
  z-index: 1;
}

.about .title::before {
  background: linear-gradient(90deg, #00f7ff, #7b2fff);
}

.about .title::after {
  content: "—Who I Am ?—";
  color: #00eeff;
}

.about-hud {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 28px;
  align-items: start;
}

.about-profile-card {
  position: relative;
  background: rgba(0, 8, 28, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.22);
  border-radius: 14px;
  padding: 24px 22px 22px;
  text-align: center;
  box-shadow: inset 0 0 50px rgba(0, 247, 255, 0.03);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-profile-card:hover {
  border-color: rgba(0, 247, 255, 0.45);
  box-shadow: 0 0 32px rgba(0, 247, 255, 0.1);
}

.about-bracket {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(0, 247, 255, 0.55);
  border-style: solid;
  pointer-events: none;
}

.about-bracket.tl { top: 10px; left: 10px; border-width: 2px 0 0 2px; }
.about-bracket.tr { top: 10px; right: 10px; border-width: 2px 2px 0 0; }
.about-bracket.bl { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }
.about-bracket.br { bottom: 10px; right: 10px; border-width: 0 2px 2px 0; }

.about-panel-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(0, 247, 255, 0.7);
  font-family: "Courier New", monospace;
  margin-bottom: 18px;
}

.about-panel-label {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.about-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 10px #00ff88;
  flex-shrink: 0;
}

.about-avatar-wrap {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 18px;
}

.about-avatar-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid rgba(0, 247, 255, 0.35);
  position: relative;
  z-index: 1;
}

.about-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #0a1628 0%, #1a0a3e 100%);
  font-size: clamp(36px, 8vw, 42px);
  font-weight: 700;
  color: #00f7ff;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.04em;
}

.about-avatar-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 247, 255, 0.35);
  animation: about-ring-spin 18s linear infinite;
}

.about-avatar-ring::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(123, 47, 255, 0.25);
}

@keyframes about-ring-spin {
  to { transform: rotate(360deg); }
}

.about-profile-name {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 6px;
  font-family: "Ubuntu", sans-serif;
}

.about-profile-role {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00f7ff, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.about-profile-loc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}

.about-profile-loc i {
  color: #00f7ff;
  margin-right: 4px;
}

.about-status-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(0, 230, 255, 0.65);
  font-family: "Courier New", monospace;
}

.about-sd {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.about-sd-g {
  background: #00ff88;
  box-shadow: 0 0 8px #00ff88;
}

.about-sd-c {
  background: #00c8ff;
  box-shadow: 0 0 8px #00c8ff;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.about-metric {
  background: rgba(0, 8, 28, 0.85);
  border: 1px solid rgba(0, 247, 255, 0.15);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  transition: border-color 0.3s ease;
}

.about-metric:hover {
  border-color: rgba(0, 247, 255, 0.4);
}

.metric-val {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #00f7ff;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.2;
}

.metric-lbl {
  display: block;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}

.about-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-panel {
  background: rgba(0, 6, 20, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-radius: 14px;
  padding: 22px 26px;
  box-shadow: inset 0 0 40px rgba(0, 247, 255, 0.02);
  transition: border-color 0.35s ease;
}

.about-panel:hover {
  border-color: rgba(0, 247, 255, 0.35);
}

.about-headline {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 14px;
  font-family: "Ubuntu", sans-serif;
}

.about-headline span {
  background: linear-gradient(135deg, #00f7ff, #7b2fff, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-panel p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  text-align: justify;
  margin: 0;
}

.about-panel p strong {
  color: #00ff9d;
  font-weight: 600;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-highlight {
  background: rgba(0, 8, 28, 0.88);
  border: 1px solid rgba(0, 247, 255, 0.16);
  border-radius: 12px;
  padding: 18px 16px;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.about-highlight:hover {
  border-color: rgba(0, 247, 255, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 0 24px rgba(0, 247, 255, 0.1);
}

.about-highlight i {
  font-size: 20px;
  color: #00f7ff;
  text-shadow: 0 0 12px rgba(0, 247, 255, 0.5);
  margin-bottom: 10px;
}

.about-highlight h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00f7ff;
  margin-bottom: 8px;
  font-family: "Ubuntu", sans-serif;
}

.about-highlight p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.about-tech-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-tech-strip span {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(0, 247, 255, 0.08);
  border: 1px solid rgba(0, 247, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-tech-strip span:hover {
  background: rgba(0, 247, 255, 0.16);
  border-color: rgba(0, 255, 157, 0.35);
  color: #00ff9d;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 4px;
}

@media (max-width: 991px) {
  .about-hud {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-profile {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .about-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .metric-val {
    font-size: 16px;
  }

  .about-headline {
    font-size: 19px;
  }

  .about-panel {
    padding: 18px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-avatar-ring {
    animation: none;
  }
}

body.is-scrolling .about-avatar-ring {
  animation-play-state: paused;
}








/*  Education  */
.education {
  background: radial-gradient(#000000, rgb(0, 0, 0));
  color: #fa501c;
}

.education .title::after {
  content: "—About My Education ?—";
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #13eeee;
}

.education .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.education .table {
  width: 100%;
  min-width: 520px;
  text-align: center;
  border-color: #3700ff;
  border-collapse: collapse;
  margin: 0 auto;
}

.education .table th,
.education .table td {
  padding: 10px 12px;
}

.education .tr,
.education .table th {
  color: #00f7ff;
  border-color: #001aff;
}

.education .td,
.education .table td {
  color: #00ff9d;
  border-color: #001aff;
}

/*  Experience  */
.experience {
  background: radial-gradient(#000000, rgb(0, 0, 0));
  color: #fa501c;
  font-family: "Poppins", sans-serif;
}

.experience .title::after {
  content: "—Where I've Worked—";
  color: #00eeff;
}

.exp-timeline {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.exp-card {
  background: rgba(0, 8, 28, 0.85);
  border: 1px solid rgba(0, 247, 255, 0.2);
  border-radius: 12px;
  padding: 28px 32px;
  transition: border-color 0.3s ease;
}

.exp-card:hover {
  border-color: rgba(0, 247, 255, 0.45);
}

.exp-header h3 {
  font-size: 22px;
  color: #00f7ff;
  margin-bottom: 6px;
  font-family: "Ubuntu", sans-serif;
}

.exp-company {
  display: block;
  font-size: 17px;
  color: #fffb00;
  font-weight: 600;
  margin-bottom: 4px;
}

.exp-meta {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 18px;
}

.exp-project {
  margin-bottom: 16px;
}

.exp-project h4 {
  font-size: 16px;
  color: #00ff9d;
  margin-bottom: 8px;
}

.exp-card ul {
  margin-left: 20px;
  color: #dad5d5;
}

.exp-card ul li {
  margin-bottom: 6px;
  line-height: 1.55;
  text-align: justify;
}

@media (max-width: 690px) {
  .exp-card {
    padding: 20px 18px;
  }

  .exp-header h3 {
    font-size: 19px;
  }
}











/*  Service  */
.services,
.projects {
  color: #fa501c;
  background: #111;
}

.services .title::before,
.projects .title::before {
  background: #00fcef;
}

.services .title::after,
.projects .title::after {
  background: #111;
  content: "What I Provide ?";
  color: #00f7ff;
}

/* Services — infinite marquee scroll */
.services-marquee {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 16px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.services-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: services-marquee-scroll 55s linear infinite;
}

.services-marquee:hover .services-marquee-track {
  animation-play-state: paused;
}

@keyframes services-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.service-item {
  flex: 0 0 min(360px, 85vw);
  background: #000000;
  border: 1px solid rgba(208, 255, 0, 0.25);
  border-radius: 10px;
  padding: 28px 30px;
  text-align: left;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  background: #bee708;
  border-color: #d0ff00;
  box-shadow: 0 0 28px rgba(208, 255, 0, 0.2);
}

.service-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: "Ubuntu", sans-serif;
  transition: color 0.3s ease;
}

.service-item:hover h3 {
  color: #0e004d;
}

.service-item p {
  font-size: 14px;
  line-height: 1.65;
  color: #ddebe5;
  margin: 0;
  transition: color 0.3s ease;
}

.service-item:hover p {
  color: #0e004d;
}

@media (prefers-reduced-motion: reduce) {
  .services-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .services-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .service-item[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 690px) {
  .service-item {
    flex: 0 0 80vw;
    padding: 22px 20px;
  }

  .service-item h3 {
    font-size: 18px;
  }
}

/*  Skills — futuristic dashboard  */
.skills {
  position: relative;
  background: #000205;
  color: #e8f4ff;
  overflow: hidden;
}

.skills::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 247, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 247, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
}

.skills .max-width {
  position: relative;
  z-index: 1;
}

.skills .title::after {
  content: "—What I Know ?—";
  color: #00eeff;
}

.skills-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.skill-cluster {
  background: rgba(0, 8, 28, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.2);
  border-radius: 12px;
  padding: 18px 20px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.skill-cluster:hover {
  border-color: rgba(0, 247, 255, 0.5);
  box-shadow: 0 0 28px rgba(0, 247, 255, 0.12);
  transform: translateY(-3px);
}

.cluster-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cluster-header i {
  color: #00f7ff;
  font-size: 18px;
  text-shadow: 0 0 12px rgba(0, 247, 255, 0.6);
}

.cluster-header h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00f7ff;
  font-family: "Ubuntu", sans-serif;
}

.skill-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-chips span {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(0, 247, 255, 0.08);
  border: 1px solid rgba(0, 247, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-family: "Poppins", sans-serif;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.skill-cluster:hover .skill-chips span {
  border-color: rgba(0, 255, 157, 0.35);
}

.skill-chips span:hover {
  background: rgba(0, 247, 255, 0.18);
  color: #00ff9d;
}

.skills-dashboard {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px;
  margin-bottom: 28px;
}

.skills-panel {
  background: rgba(0, 6, 20, 0.95);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: inset 0 0 40px rgba(0, 247, 255, 0.03);
}

.panel-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(0, 247, 255, 0.7);
  font-family: "Courier New", monospace;
  margin-bottom: 18px;
}

.panel-label-spaced {
  margin-top: 22px;
}

.panel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 10px #00ff88;
  animation: skill-dot-pulse 1.6s ease-in-out infinite;
}

@keyframes skill-dot-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.cert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cert-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 247, 255, 0.1);
}

.cert-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cert-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 247, 255, 0.1);
  border: 1px solid rgba(0, 247, 255, 0.25);
  color: #00f7ff;
}

.cert-list strong {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}

.cert-list span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

.project-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  padding: 10px 0;
  line-height: 1.5;
}

.project-highlight-list i {
  color: #7b2fff;
  margin-top: 3px;
  flex-shrink: 0;
}

.skill-meters {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.skill-meter {
  width: 100%;
}

.meter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  font-size: 14px;
}

.meter-top span:first-child {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.meter-pct {
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #00f7ff;
  letter-spacing: 0.05em;
}

.meter-track {
  height: 7px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 247, 255, 0.12);
}

.meter-fill {
  height: 100%;
  width: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #00f7ff, #7b2fff, #00ff9d);
  box-shadow: 0 0 14px rgba(0, 247, 255, 0.45);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.skill-meter.is-visible .meter-fill {
  width: calc(var(--pct) * 1%);
}

.skills-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.skills-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.35s ease;
  font-family: "Poppins", sans-serif;
}

.skills-btn-primary {
  background: linear-gradient(135deg, #00f7ff, #0099cc);
  color: #030308;
  border: 1px solid rgba(0, 247, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.2);
}

.skills-btn-primary:hover {
  box-shadow: 0 0 32px rgba(0, 247, 255, 0.4);
  transform: translateY(-2px);
  color: #030308;
}

.skills-btn-secondary {
  background: transparent;
  color: #00ff9d;
  border: 1px solid rgba(0, 255, 157, 0.45);
}

.skills-btn-secondary:hover {
  background: rgba(0, 255, 157, 0.1);
  transform: translateY(-2px);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .skills-stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 947px) {
  .skills-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .skills-stack-grid {
    grid-template-columns: 1fr;
  }

  .skills-panel {
    padding: 18px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .panel-dot {
    animation: none;
  }

  .meter-fill {
    transition: none;
  }

  .skill-meter .meter-fill {
    width: calc(var(--pct) * 1%);
  }
}
/*  Projects — infinite marquee scroll  */
.projects .title::after {
  content: "What I did ?";
}

.projects-marquee {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 16px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.projects-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: projects-marquee-scroll 45s linear infinite;
}

.projects-marquee:hover .projects-marquee-track {
  animation-play-state: paused;
}

@keyframes projects-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.project-item {
  flex: 0 0 min(340px, 82vw);
  background: rgba(0, 8, 28, 0.9);
  border: 1px solid rgba(0, 247, 255, 0.25);
  border-radius: 10px;
  padding: 22px 26px;
  text-align: left;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.project-item:hover {
  border-color: rgba(0, 247, 255, 0.55);
  box-shadow: 0 0 24px rgba(0, 247, 255, 0.12);
}

.project-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #00f7ff;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
}

.project-item p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .projects-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .projects-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .project-item[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 690px) {
  .project-item {
    flex: 0 0 78vw;
    padding: 18px 20px;
  }

  .project-item h3 {
    font-size: 17px;
  }
}

/*  Contact — futuristic HUD  */
.contact {
  position: relative;
  background: #000205;
  color: #e8f4ff;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 247, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 247, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 70% 50%, #000 25%, transparent 85%);
}

.contact .max-width {
  position: relative;
  z-index: 1;
}

.contact .title::before {
  background: linear-gradient(90deg, #00f7ff, #7b2fff);
  z-index: 0;
}

.contact .title::after {
  content: "—Get in Touch—";
  color: #00fff2;
  background: #000205;
  padding: 0 14px;
  z-index: 1;
}

.contact-grid {
  display: none; /* replaced by contact-body */
}

.contact-side {
  display: none;
}

/* — shared panel base — */
.contact-panel {
  background: rgba(0, 6, 20, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: inset 0 0 40px rgba(0, 247, 255, 0.02);
  transition: border-color 0.35s ease;
}

.contact-panel:hover {
  border-color: rgba(0, 247, 255, 0.32);
}

.contact-panel-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(0, 247, 255, 0.7);
  font-family: "Courier New", monospace;
  margin-bottom: 16px;
}

.contact-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 10px #00ff88;
  flex-shrink: 0;
}

.contact-headline {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 12px;
  font-family: "Ubuntu", sans-serif;
}

.contact-headline span {
  background: linear-gradient(135deg, #00f7ff, #7b2fff, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* — hero intro strip — */
.contact-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: rgba(0, 6, 20, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.22);
  border-radius: 16px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 60px rgba(0, 247, 255, 0.03);
}

.contact-hero-headline {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
}

.contact-hero-headline span {
  background: linear-gradient(135deg, #00f7ff, #7b2fff, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-text p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 255, 157, 0.38);
  border-radius: 30px;
  background: rgba(0, 255, 157, 0.07);
  font-size: 13px;
  font-weight: 600;
  color: #00ff9d;
  white-space: nowrap;
  flex-shrink: 0;
}

/* — body: info left + AI right — */
.contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* — contact info list — */
.contact-info-list {
  background: rgba(0, 6, 20, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-radius: 14px;
  overflow: hidden;
  flex: 1;
}

.contact-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 247, 255, 0.07);
  transition: background 0.22s ease;
}

.contact-info-row:last-child {
  border-bottom: none;
}

.contact-info-row:hover {
  background: rgba(0, 247, 255, 0.05);
}

.cir-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 247, 255, 0.08);
  border: 1px solid rgba(0, 247, 255, 0.2);
  color: #00f7ff;
  font-size: 15px;
}

.cir-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 247, 255, 0.6);
  font-family: "Courier New", monospace;
  margin-bottom: 3px;
}

.cir-value {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.cir-value a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}

.cir-value a:hover {
  color: #00f7ff;
}

/* — social strip — */
.contact-socials {
  background: rgba(0, 6, 20, 0.92);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-radius: 14px;
  padding: 20px 22px;
}

.contact-socials-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(0, 247, 255, 0.7);
  font-family: "Courier New", monospace;
  margin-bottom: 16px;
  margin-top: 0;
}

/* — AI panel takes full right column height — */
.contact-ai-launch {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 100%;
}

.contact-ai-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  flex: 1;
}

/* — kept for compatibility — */
.contact-info-grid,
.contact-info-card,
.contact-info-card:hover,
.contact-info-icon,
.contact-info-label,
.contact-info-value,
.contact-info-value a,
.contact-info-value a:hover,
.contact-status-live,
.contact-info-card-status,
.contact-intro-panel,
.contact-social-panel {
  /* legacy classes — no longer used in layout */
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(0, 247, 255, 0.06);
  border: 1px solid rgba(0, 247, 255, 0.25);
  color: #00f7ff;
  font-size: 20px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-social-links a:hover {
  transform: translateY(-3px);
  background: rgba(0, 247, 255, 0.14);
  border-color: rgba(0, 247, 255, 0.55);
  box-shadow: 0 0 22px rgba(0, 247, 255, 0.2);
  color: #00f7ff;
}

.contact-social-links a i {
  color: inherit;
}

.contact-chat-panel {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 20px 22px 18px;
}

.contact-chat-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00ff9d;
  font-family: "Courier New", monospace;
}

.contact-chat-messages {
  flex: 1;
  min-height: 340px;
  max-height: 420px;
  overflow-y: auto;
  padding: 14px;
  margin-bottom: 14px;
  background: rgba(0, 4, 16, 0.75);
  border: 1px solid rgba(0, 247, 255, 0.12);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-behavior: smooth;
}

.contact-chat-messages::-webkit-scrollbar {
  width: 5px;
}

.contact-chat-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 247, 255, 0.25);
  border-radius: 4px;
}

.chat-msg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 92%;
  animation: chat-fade-in 0.28s ease;
}

@keyframes chat-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-msg-user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.chat-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
}

.chat-msg-bot .chat-avatar {
  background: rgba(0, 247, 255, 0.1);
  border: 1px solid rgba(0, 247, 255, 0.25);
  color: #00f7ff;
}

.chat-msg-user .chat-avatar {
  background: rgba(123, 47, 255, 0.15);
  border: 1px solid rgba(123, 47, 255, 0.3);
  color: #b47aff;
}

.chat-bubble {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  user-select: text;
  -webkit-user-select: text;
  cursor: text;
}

.chat-msg-bot .chat-bubble {
  background: rgba(0, 8, 28, 0.9);
  border: 1px solid rgba(0, 247, 255, 0.18);
  border-top-left-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.chat-bubble--streaming::after {
  content: "▍";
  display: inline-block;
  color: #00f7ff;
  animation: chat-cursor-blink 0.7s step-end infinite;
  margin-left: 1px;
}

@keyframes chat-cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.chat-msg-bot .chat-bubble p {
  margin: 0 0 8px;
}

.chat-msg-bot .chat-bubble p.chat-heading {
  margin: 12px 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #00f7ff;
  letter-spacing: 0.03em;
}

.chat-msg-bot .chat-bubble p.chat-heading:first-child {
  margin-top: 0;
}

.chat-msg-bot .chat-bubble p.chat-heading strong {
  color: inherit;
  font-weight: inherit;
}

.chat-msg-bot .chat-bubble p:last-child {
  margin-bottom: 0;
}

.chat-msg-bot .chat-bubble ul.chat-list {
  margin: 4px 0 10px;
  padding-left: 18px;
  list-style: disc;
}

.chat-msg-bot .chat-bubble ul.chat-list:last-child {
  margin-bottom: 0;
}

.chat-msg-bot .chat-bubble li {
  margin-bottom: 6px;
  line-height: 1.5;
}

.chat-msg-bot .chat-bubble li:last-child {
  margin-bottom: 0;
}

.chat-msg-bot .chat-bubble strong {
  color: #00f7ff;
  font-weight: 600;
}

.chat-msg-bot .chat-bubble a {
  color: #7ee8ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.chat-msg-bot .chat-bubble a:hover {
  color: #fff;
}

.chat-msg-user .chat-bubble {
  background: rgba(0, 247, 255, 0.1);
  border: 1px solid rgba(0, 247, 255, 0.22);
  border-top-right-radius: 4px;
}

.chat-dots {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  height: 18px;
}

.chat-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00f7ff;
  animation: chat-dot-bounce 1.2s ease-in-out infinite;
}

.chat-dots span:nth-child(2) { animation-delay: 0.15s; }
.chat-dots span:nth-child(3) { animation-delay: 0.3s; }

@keyframes chat-dot-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-5px); opacity: 1; }
}

.chat-error {
  font-size: 13px;
  color: #ff6b8a;
  padding: 8px 12px;
  background: rgba(255, 0, 80, 0.08);
  border: 1px solid rgba(255, 0, 80, 0.2);
  border-radius: 8px;
}

.contact-chat-input-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.contact-chat-input-wrap textarea {
  flex: 1;
  min-height: 48px;
  max-height: 120px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #e8f4ff;
  background: rgba(0, 8, 28, 0.85);
  border: 1px solid rgba(0, 247, 255, 0.2);
  border-radius: 10px;
  outline: none;
  resize: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-chat-input-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.contact-chat-input-wrap textarea:focus {
  border-color: rgba(0, 247, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 247, 255, 0.1);
}

.contact-chat-input-wrap textarea:disabled {
  opacity: 0.6;
}

.contact-chat-send {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 247, 255, 0.5);
  border-radius: 10px;
  background: linear-gradient(135deg, #00f7ff, #0099cc);
  color: #030308;
  font-size: 16px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.contact-chat-send:hover:not(:disabled) {
  box-shadow: 0 0 24px rgba(0, 247, 255, 0.35);
  transform: translateY(-2px);
}

.contact-chat-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .contact-chat-panel {
    min-height: 460px;
  }

  .contact-chat-messages {
    min-height: 280px;
    max-height: 340px;
  }
}

body.is-scrolling .chat-dots span {
  animation-play-state: paused;
}

@media (max-width: 991px) {
  .contact-body {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .contact-ai-launch {
    min-height: unset;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding: 20px;
  }

  .contact-hero-headline {
    font-size: 18px;
  }
}

body.is-scrolling .contact-dot {
  box-shadow: none;
}

.contact-social-links a i {
  color: inherit;
}

/*  Footer  */
footer {
  background: #b3ff00;
  padding: 6px 16px;
  color: #888c8d;
  text-align: center;
}

footer span a {
  color: #000000;
  text-decoration: none;
}

footer span a:hover {
  text-decoration: underline;
  color: #001aff;
}

/*  Media Query  */
@media (max-width: 1104px) {
  section .title::after {
    bottom: -8px;
    font-size: 16px;
  }
}

@media (max-width: 968px) {
  .home .home-content .text-2 {
    font-size: 56px;
  }
  .home .home-content .text-3 {
    font-size: 28px;
  }
  .home .home-content a.btn-primary,
  .home .home-content a.btn-secondary {
    font-size: 15px;
    padding: 12px 24px;
  }
  .max-width {
    max-width: 930px;
  }
}

@media (max-width: 690px) {
  section {
    padding: 45px 0;
  }

  section .title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .max-width {
    padding: 0 23px;
  }
  .home .home-content .text-2 {
    font-size: 48px;
  }
  .home .home-content .text-3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  section {
    padding: 55px 0;
  }

  section .title {
    font-size: 26px;
  }

  section .title::after {
    font-size: 13px;
    width: 90%;
    white-space: normal;
    line-height: 1.3;
  }

  .home .home-content .text-1 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .home .home-content .text-2 {
    font-size: 40px;
  }
  .home .home-content .text-3 {
    font-size: 20px;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
    color: #000;
  }

  .about-metrics {
    grid-template-columns: 1fr;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-ai-trigger {
    justify-content: center;
  }

  .about-avatar-wrap {
    width: 140px;
    height: 140px;
  }

  .education .table {
    min-width: 0;
    font-size: 12px;
  }

  .education .table th,
  .education .table td {
    padding: 8px 6px;
  }
}

@media (max-width: 380px) {
  .contact-icons {
    bottom: 72px;
    right: 12px;
    gap: 8px;
  }

  .contact-ai-float {
    width: 38px;
    height: 38px;
  }

  .contact-ai-float .gemini-btn--float {
    --size: 38px;
  }

  .icon {
    font-size: 24px;
    padding: 8px;
  }
}















/* //////////////////// What'S APP ICON ///////////////////////// */


.contact-icons {
  position: fixed;
  bottom: 88px;
  right: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 9999;
}

.contact-ai-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-ai-float .gemini-btn {
  pointer-events: none;
}

.icon {
  color: #fff; 
  /* border-radius: 50%;  this radius use of background  round*/ 
  font-size: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7); 
  padding: 10px;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add transition for smooth hover effect */
}

.whatsapp-icon:hover{
  color: rgb(19, 255, 15);
}


.phone-icon:hover{
  color: rgb(8, 0, 255); 
}


.email-icon:hover {
  color: rgb(255, 0, 0); 
}


.whatsapp-icon {
  background: transparent; 
}

.phone-icon {
  background: transparent; 
}

.email-icon {
  background: transparent; 
}

.icon i {
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  .icon {
    font-size: 28px;
    padding: 10px;
  }

  .contact-ai-float {
    width: 42px;
    height: 42px;
  }

  .contact-ai-float .gemini-btn--float {
    --size: 42px;
  }

  .contact-icons {
    position: fixed;
    bottom: 88px;
    right: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between icons */
    z-index: 9999;
  }
}

































