* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}


img.profile-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  background: #efefef;
  border-radius: 50%;
  padding: 16px 0px 0px 0px;
}

section.profile-section {
  padding: 100px 10px;
  position: relative;
}

.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

i.ri-star-fill.profile-icon.profile-icon--star {
  color: #fffefd;
  background: #000000;
  padding: 6px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fff;
  right: 0;
  font-size: 18px;
}

.profile-image-wrapper {
  position: relative;
}

h1.profile-name {
  font-size: 26px;
  margin: 10px 0px 5px 0px;
  font-weight: 600;
}

h3.profile-role {
  font-size: 14px;
  color: #737373;
  font-weight: 500;
}

.profile-stats {
  position: absolute;
  top: 25%;
  right: 28%;
}

.stat-item.stat-item--experience {
  background: #efefef;
  display: flex;
  padding: 3px 15px 3px 3px;
  border-radius: 21px;
  align-items: center;
}

i.ri-calendar-2-line.stat-icon.stat-icon--calendar {
  color: burlywood;
  padding: 10px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
}

span.stat-highlight {
  font-size: 16px;
  font-weight: 700;
}

p.stat-text {
  font-size: 15px;
}



i.ri-code-s-slash-fill.stat-icon.stat-icon--code {
  padding: 10px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
  color: burlywood;
}

.stat-item.stat-item--projects {

  display: flex;

  background: #efefef;
  display: flex;
  padding: 3px 15px 3px 3px;
  border-radius: 21px;
  align-items: center;
  background: #efefef;
  margin-top: 20px;
}


/* Button Group */
.button-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

/* Base Button Styles */
.btn {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

/* Solid Black Button */
.btn-primary {
  background-color: #000;
  color: #eccd9a;
}

.btn-primary:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* Outline White Button */
.btn-outline {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-outline:hover {
  background-color: #000;
  color: #fff;
}

.mt-200 {
  margin-top: 150px;
}

/* 🔹 Margin Top */
.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-200 {
  margin-top: 200px;
}

/* 🔹 Margin Bottom */
.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

/* 🔹 Margin Left */
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

/* 🔹 Margin Right */
.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

/* 🔹 Padding (All Sides) */
.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

/* 🔹 Padding Top */
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

/* 🔹 Padding Bottom */
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(118 118 118 / 10%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1000;
}

/* 🧭 Navbar */
.navbar {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 65px;
  margin-left: 20px;
}

/* 📋 Menu */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-link {
  text-decoration: none;
  color: #6e6e6ecc;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  position: relative;
}

/* Active & Hover State */
.nav-link.active,
.nav-link:hover {
  color: #000000;
}

.nav-link.active::after,
.nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eccd9a;
  border-radius: 2px;
}

/* 🧩 Sections */
.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(135deg, #111, #333);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  scroll-margin-top: 80px;
  /* Offset for fixed header */
}