* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* white letter -#d1d5db; */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.body {
  line-height: 1.7;
  font-size: var(--fs-sm);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #444;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1rem;
  background-color: rgb(249, 249, 249);
}
.mobile-header {
  display: block;
}
.desktop-header {
  display: none;
}

.logo {
  width: 120px;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  height: auto;
  display: block;
  margin: 10px auto;
}
/* Mobile navigation */
/* NAVIGATION */
.mobile-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}

/* the HAMBURGER MENU styling */
.hamburger {
  cursor: pointer;
  margin: 6px;
}
.features-icon {
  stroke: var(--charcoal);
  width: 40px;
  height: 40px;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #151333;
  margin: 7px 0;
  transition: 0.4s;
}

.topnav {
  display: none;
}
.topnav {
  background: radial-gradient(circle at center, #0a0f2c, #050618);
  height: 70px;
  padding: 1rem;
}

.nav__link {
  margin-right: 0.5rem;
}
.topnav a {
  text-decoration: none;
  color: #fff;
}

.topnav .active {
  background: rgba(138, 43, 226, 0.25); /* soft cosmic purple */
  padding: 8px 16px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 12px rgba(138, 43, 226, 0.4);
  transition: all 0.3s ease;
}

.nav__link:hover {
  color: #fefcfcd4;
}

.header-box {
  margin-bottom: 120px;
}
.sidenav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
  background-color: var(--cream);
  color: #444;
  line-height: 1.4;
  height: 120px;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: var(--charcoal);
}
.sidenav .active {
  background: rgba(138, 43, 226, 0.25); /* soft cosmic purple */
  padding: 8px 16px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 12px rgba(138, 43, 226, 0.4);
  transition: all 0.3s ease;
}
.sidenav a:hover {
  transform: translateY(-1px);
  color: #444;
}

/* Animate the hamburger */
.hamburger.change .bar1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.change .bar2 {
  opacity: 0;
}

.hamburger.change .bar3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Open-show mobile menu */
#myLinks {
  display: none;
}

#myLinks.open {
  display: block;
}

/* Sticky navigation class */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* keeps it above other elements */
  background-color: white;
}

/* Hero section---------- */

/* Hero animation */
.hero-content > * {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.hero-tagline {
  font-size: 1.5rem;
  color: #d1d5db;
}
.hero-content.visible > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-content.visible > *:nth-child(1) {
  transition-delay: 0.1s;
}
.hero-content.visible > *:nth-child(2) {
  transition-delay: 0.25s;
}
.hero-content.visible > *:nth-child(3) {
  transition-delay: 0.4s;
}
.hero-content.visible > *:nth-child(4) {
  transition-delay: 0.55s;
}
.hero-content.visible > *:nth-child(5) {
  transition-delay: 0.7s;
}

.experience-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.exp-cont {
  color: #d1d5db;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0.5rem;
  padding: 0.2rem;
  border-right: 0.5px solid #d1d5db;
  border-left: 0.5px solid #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.exp-cont p {
  font-size: 0.6rem;
}
.bi {
  font-size: 15px;
  color: #c084fc;
}

.hero-content i {
  font-size: 1.4rem;
  margin: 0 0.7rem;
  color: #c084fc;
  transition: color 0.3s ease;
}

.hero-content i:hover {
  color: #c084fc;
}

/* New hero */
/* ------------------------------
   HERO WRAPPER
--------------------------------*/
.hero {
  padding: 4rem 1.25rem 3rem;
  background: radial-gradient(circle at top, #1e1b4b 0, #020617 55%, #000 100%);
  color: #f5f5ff;
}

.hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  gap: 3.5rem;
}

/* ------------------------------
   LEFT SIDE
--------------------------------*/
.hero-name {
  font-size: var(--fs-xxl);
  font-weight: 700;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #a855f7, #38bdf8);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-role {
  font-size: var(--fs-xl);
  margin-bottom: 1rem;
  color: #a5a7c7;
}

.hero-sub {
  font-size: 1rem;
  max-width: 420px;
  margin-bottom: 1.5rem;
  color: #c7c9e8;
}

/* ------------------------------
   SOCIAL ICONS
--------------------------------*/
.hero-icons {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-icons a {
  font-size: 1.3rem;
  color: #c7c9e8;
  transition: color 0.2s ease;
}

.hero-icons a:hover {
  color: #a855f7;
}

/* ------------------------------
   STATS (rounded glowing cards)
--------------------------------*/
.hero-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.stat-card {
  flex: 1;
  min-width: 120px;
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
}

.stat-card h3 {
  font-size: 1.4rem;
  color: #a855f7;
  margin-bottom: 0.3rem;
}

.stat-card p {
  font-size: 0.85rem;
  color: #a5a7c7;
}

/* ------------------------------
   CTA BUTTONS
--------------------------------*/
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cta-primary {
  padding: 0.75rem 1.4rem;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, #38bdf8, #a855f7);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.55);
}

.cta-secondary {
  padding: 0.75rem 1.4rem;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 253, 0.6);
  background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 100%);
  color: #f5f5ff;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cta-secondary:hover {
  background: rgba(148, 163, 253, 0.18);
}

/* ------------------------------
   RIGHT SIDE (cosmic orb)
--------------------------------*/
/* .hero-right {
  display: flex;
  justify-content: center;
}

.hero-orb {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #a855f7 0%,
    #1e1b4b 60%,
    transparent 100%
  );
  filter: blur(4px);
  opacity: 0.8;
} */

/*  */

/* Buttons inside */
/* buttons on top */
/* .button-hero {
  position: relative;
  z-index: 2; 
  display: flex;
  flex-direction: column;
  gap: 1rem;
} */

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.stat {
  background: rgba(255, 255, 255, 0.03);
  padding: 0.2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.15);
  min-width: 120px;
}

.stat h3 {
  font-size: 1.8rem;
  color: #c084fc;
  margin-bottom: 0.3rem;
}

.stat p {
  font-size: 0.85rem;
  color: #d1d5db;
  letter-spacing: 0.5px;
}

.cta-button {
  background: transparent;
  border: 2px solid rgb(130, 82, 161);
  color: rgb(130, 82, 161);
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  /* border-radius: 999px; */
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-right: 1rem;
  width: 150px;
  font-size: 1rem;
}

.cta-button-work {
  background: #9a00ff;
  color: #d1d5db;
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 10px;
  font-weight: 500;
  transition: background 0.3s ease;
  width: 150px;
  text-align: center;
  text-decoration: none;
}
.cta-button-work:hover {
  cursor: pointer;
  background: #b0b3f7;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.git-hub-icon {
  width: 25px;
  height: auto;
  margin: 1rem;
  stroke: orange;
}

.button-hero {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-icons {
  display: flex;
}

/* Hero animation */
.hero-content > * {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.hero-tagline {
  font-size: 1.5rem;
  color: #d1d5db;
}
.hero-content.visible > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-content.visible > *:nth-child(1) {
  transition-delay: 0.1s;
}
.hero-content.visible > *:nth-child(2) {
  transition-delay: 0.25s;
}
.hero-content.visible > *:nth-child(3) {
  transition-delay: 0.4s;
}
.hero-content.visible > *:nth-child(4) {
  transition-delay: 0.55s;
}
.hero-content.visible > *:nth-child(5) {
  transition-delay: 0.7s;
}

.experience-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.exp-cont {
  color: #d1d5db;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0.5rem;
  padding: 0.2rem;
  border-right: 0.5px solid #d1d5db;
  border-left: 0.5px solid #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.exp-cont p {
  font-size: 0.6rem;
}
.bi {
  font-size: 15px;
  color: #c084fc;
}

.hero-content i {
  font-size: 1.4rem;
  margin: 0 0.7rem;
  color: #c084fc;
  transition: color 0.3s ease;
}

.hero-content i:hover {
  color: #c084fc;
}

.hero-content i {
  font-size: 1.4rem;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.hero-content i:hover {
  color: #c084fc;
}

.sidebar {
  display: none;
}

/* Main */
/* Global spacing */
article {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.section-header,
.section-header-case,
.cs-block {
  margin: 1rem;
}

p {
  font-size: 1rem;
}
/* ------------------------------
   Base Layout (Mobile First)
------------------------------ */
/* .section-header {
  margin: 5rem 0 0 1rem;
} */
.project-card {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  background-color: #1a1a2e;
  border: 1px solid #2e2e4e;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* MOBILE FIRST */
  gap: 1.5rem;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.project-desc {
  color: #d1d5db;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}

.project-tech {
  color: #c084fc;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.project-heading {
  background: radial-gradient(
    circle at top right,
    rgba(160, 107, 255, 0.15),
    transparent 60%
  );
  margin-bottom: 1rem;
}

.project-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-primary,
.btn-secondary,
.btn-text {
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #38bdf8, #a855f7);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.55);
}

.btn-primary:hover {
  background-color: #c084fc;
}

.btn-secondary {
  border: 1px solid rgba(148, 163, 253, 0.6);
  background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 100%);
  color: #f5f5ff;
  text-decoration: none;
  transition: background 0.2s ease;
}
/* ================ */
/* .project-overview-cont {
  width: 100%;
  display: flex;
  flex-direction: column; 
  gap: 2rem;
  margin: 2rem 0;
  padding: 1em;

  background-image: linear-gradient(
    to bottom right,
    rgba(61, 32, 105, 0.977) 35%,
    rgb(60, 29, 7)
  );
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1.5rem;
  border-radius: 12px;
  border-radius: 10px;
}

.project-overview-cont p {
  color: rgb(202, 201, 201);
}

.cs-block li {
  list-style: none;
}
.cs-hero {
  max-width: 600px;
}

.cs-hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 280px; 
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cs-overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.cs-overview-item h3 {
  color: #d1d5db;
}

.cs-block {
  line-height: 1.6;
}
.project-title {
  color: #836aee;
  font-weight: 300;
}
.cs-section-title {
  color: #333232;
}
.cs-section-title {
  margin-bottom: 1rem;
}
.cs-title {
  font-size: 28px;
  font-weight: 700;
  color: #9cc4e4;
  line-height: 1.2;
}

.cs-subtitle {
  font-size: 18px;
  color: #cfc8ff;
  margin-bottom: 1rem;
}
.cs-subblock {
  margin-top: 1.5rem;
}
.section-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 24px;
  letter-spacing: -1.4px;
  color: #2c2a54;
}

.links-cont {
  display: flex;
  align-items: center;
  justify-content: space-betwean;
  gap: 1rem;
  margin-top: 10px;
  flex-wrap: wrap;
}
.bottom-link {
  background-color: rgba(86, 26, 74, 0.855);
  color: white;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 500;
  border: 1px solid rgba(255, 192, 203, 0.44);
  text-decoration: none;
} */
/* ------------------------------
   GLOBAL CASE STUDY STYLING
------------------------------ */
.calc-strenghts {
  padding: 1em;
  margin: 1rem;
}
.calc-strenghts li {
  list-style: none; /* remove default bullet */
  position: relative;
  padding-left: 1.8rem; /* space for the icon */
  color: #38bdf8;
}

.calc-strenghts li::before {
  content: "☑️"; /* your icon */
  position: absolute;
  left: 0;

  top: 0.1rem;
  font-size: var(--fs-sm);
}
.cs-section,
.cs-overview {
  margin-bottom: 1rem;
}

.section-title {
  font-size: 1.6rem;
  color: #c084fc;
  margin-bottom: 1rem;
  text-align: left;
}

.section-intro {
  opacity: 0.85;
  line-height: 1.6;
}

/* ------------------------------
   OVERVIEW CARDS
------------------------------ */
.cs-overview-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cs-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(167, 139, 250, 0.2);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.1);
}

.cs-card h3 {
  color: #a78bfa;
  margin-bottom: 0.5rem;
}

/* ------------------------------
   TIMELINE
------------------------------ */
.timeline {
  margin-top: 1.5rem;
  border-left: 2px solid rgba(167, 139, 250, 0.3);
  padding-left: 1rem;
}

.timeline-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* ------------------------------
   GALLERY
------------------------------ */
.gallery {
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 50%;
}

.gallery-item img {
  max-width: 300px;
  border-radius: 10px;
  border: 1px solid rgba(167, 139, 250, 0.3);
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.15);
}

.desc {
  margin-top: 0.5rem;
  opacity: 0.8;
  font-size: 0.9rem;
}

/* ------------------------------
   BUTTONS
------------------------------ */
.cs-links {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cs-btn {
  background: linear-gradient(135deg, #38bdf8, #a855f7);
  color: #fff;
  cursor: pointer;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.cs-btn.secondary {
  background: transparent;
  border: 1px solid #c084fc;
  color: #c084fc;
}

.cs-back {
  text-align: center;
  color: #c084fc;
  text-decoration: underline;
}

/* Modal and Footer */
/* ---------------------------
   MODAL (MOBILE-FIRST)
---------------------------- */

.ui-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  z-index: 999;
}

/* Image inside modal */
.ui-modal-content {
  max-width: 290px;
  margin: 0 auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}
/* .ui-modal-content {
background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
} */
/* Caption */
.ui-caption {
  text-align: center;
  color: rgb(202, 201, 201);
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

/* Close button */
.ui-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgb(202, 201, 201);
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.ui-close:hover {
  color: rgb(202, 201, 201);
}

/* Design decisions */
/* Container */
.design-decisions .dd-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* Title */
.design-decisions h2 {
  margin: 0;
}
.dd-content p {
  margin-bottom: 1rem;
}
/* Content */
.design-decisions .dd-content ul {
  padding-left: 1.2rem;
}

.process-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}

/* Lts work together  */
.lets-connect-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1em;
  margin: 1rem;
  width: 100%;
  background-color: rgb(249, 249, 249);
}

.connect {
  margin-right: 0.9rem;
}
/* Testimonial */

.testimonial-cont {
  padding: 2rem 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}

.intro {
  text-align: left;
}

/* Card styling */
.testimonial-card {
  background: radial-gradient(
    circle at top right,
    rgba(160, 107, 255, 0.15),
    transparent 60%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  backdrop-filter: blur(6px);
}

/* Image */
.test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  align-self: center;
}

.name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.quote {
  font-style: italic;
  margin: 0.5rem 0 1rem;
}

/* Rating */
.rating h3 {
  margin-bottom: 0.3rem;
}

span {
  color: #ffb347; /* softer orange */
}

/*  */
/* MODAL */
/* OVERLAY */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  z-index: 999;
}

.hidden {
  display: none;
}

/* MODAL BOX */
.modal-content {
  background: rgb(202, 201, 201);
  width: 100%;
  max-width: 420px;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* CLOSE BUTTON */
.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}

/* HEADING */
.modal-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* FORM */
.hireModal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #0a0f2c;
}

/* LABELS */
.hireModal label {
  font-weight: 600;
  font-size: 0.95rem;
}

/* INPUTS + TEXTAREA */
.hireModal input,
.hireModal textarea {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: rgb(202, 201, 201);
  font-size: 1rem;
  font-family: inherit;
}

.hireModal input:focus,
.hireModal textarea:focus {
  outline: none;
  border-color: #9a00ff;
  box-shadow: 0 0 0 2px rgba(154, 0, 255, 0.2);
}

/* FEEDBACK */
.hireModal small {
  color: #d12f2f;
  font-size: 0.8rem;
}

/* SUBMIT BUTTON */
.hireModal .btn-primary {
  background: #3a00ff;
  color: rgb(202, 201, 201);
  padding: 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
}

.hireModal .btn-primary:hover {
  background: #2a00c7;
}

.modal-content::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle at center, #9a00ff 0%, #3a00ff 100%);
  border-radius: 55% 45% 60% 40% / 40% 55% 45% 60%;
  opacity: 0.15;
  z-index: -1;
  filter: blur(2px);
}

/* SOCIAL ICONS INSIDE MODAL */
.modal-content .form-heading {
  margin-top: 1rem;
  text-align: center;
}

.modal-content .form-heading i {
  margin: 0 0.5rem;
  transition: transform 0.2s ease;
}

.modal-content .form-heading i:hover {
  transform: scale(1.1);
}

/* Fade in */
/* Fade in sections style */
.fade-in-section {
  opacity: 1;
  transform: translateY(40px);
  transition:
    opacity 0.9s ease-out,
    transform 0.9s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 600px) {
  .topnav {
    display: none;
  }
  .mobile-header {
    display: none;
  }
  .desktop-header {
    display: block;
  }
  .hero {
    /* padding: 2em; */
    height: 100vh;
    text-align: left;

    justify-content: space-between;
  }

  .hero-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1400px;
    padding: 7rem 0;
  }

  .hero-stats {
    justify-content: left;
  }
  .hero-name {
    font-size: 5rem;
  }
  /* LEFT SIDE (TEXT) */
  .hero-content > div:first-child {
    /* flex: 1; */
    text-align: left;
    /* align-items: flex-start; */
  }

  /* Buttons inside laptop */
  .button-hero {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }

  /* Experience box BELOW text on desktop */
  .experience-box {
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 1.5rem;
  }

  .skills-section {
    margin-bottom: 5rem;
  }
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .experience-box {
    justify-content: center;
  }
  /* sidebar */
  .sidebar {
    display: block;
    position: sticky;
    top: 80px;
    width: 220px;
    padding: 20px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
    height: max-content;
    /* background: #333; */
  }

  .sidebar {
    position: sticky;
    top: 100px;
    width: 240px;
    padding: 20px;
    height: max-content;
  }

  .sidebar ul {
    list-style: none;
  }

  .project-item {
    margin-bottom: 20px;
  }

  /* .project-card {
    align-items: flex-start;
  }

  #scapp-cont {
    width: 40%; 
  } */

  .project-descr {
    width: 60%; /* TEXT COLUMN */
  }

  .project-thumb {
    max-width: 100%;
  }
  .project-link {
    cursor: pointer;
    font-weight: 600;
    color: #717172;
    margin-bottom: 8px;
  }

  .project-link:hover {
    color: #ff9df5;
  }

  .section-list {
    display: none;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 12px;
  }

  .project-item.active .section-list {
    display: block;
  }

  .sidebar li a {
    margin-bottom: 12px;
    text-decoration: none;
    color: gray;
  }

  .section-list li {
    margin-bottom: 6px;
  }

  .section-list a {
    color: #cfcfff;
    text-decoration: none;
    font-size: 0.9rem;
  }

  .section-list a:hover {
    color: #ff9df5;
  }

  .section-list {
    display: none;
    margin-left: 15px;
  }

  /* .project-item.active .section-list {
    display: block;
  } */

  #sideLinks {
    display: none;
  }

  #sideLinks.open {
    display: block;
  }

  .project-container {
    display: grid;
    grid-template-columns: 120px 600px;
    gap: 40px;
  }

  .section-header {
    margin-bottom: 1rem;
  }

  article {
    margin-bottom: 7rem;
  }
  .project-overview-cont {
    grid-template-columns: 1fr 1fr; /* image slightly larger */
    padding: 3em 5em;
    column-gap: 3rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cs-hero-image {
    max-height: 520px;
  }

  .case-cont {
    max-width: 1200px;
    margin: 0 auto;
  }
  .cs-overview-grid {
    flex-direction: row;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .cs-links {
    flex-direction: row;
    justify-content: center;
  }

  .cs-btn {
    width: 200px;
  }

  .testimonial-cont {
    text-align: left;
  }
  .testimonial-card {
    flex-direction: row;
    text-align: left;
  }

  .testimonial-text {
    flex: 1;
  }
  /*  */
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    /* align-items: flex-end; */
  }
  .footer-form {
    flex: 1;
    max-width: 50%;
  }
  .footer-info {
    flex: 1;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .hero {
    /* padding: 2em; */
    height: 100vh;
    text-align: left;

    justify-content: space-between;
  }

  .hero-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1400px;
    padding: 7rem 0;
  }

  .hero-stats {
    justify-content: left;
  }
  .hero-name {
    font-size: 5rem;
  }
  /* LEFT SIDE (TEXT) */
  .hero-content > div:first-child {
    /* flex: 1; */
    text-align: left;
    /* align-items: flex-start; */
  }

  /* RIGHT SIDE (TECH SHAPE) */
  .tech-shape {
    flex: 1;
    max-width: 320px;
    aspect-ratio: 4 / 3;
    margin: 0;
    padding: 2rem;
  }

  /* Buttons inside laptop */
  .button-hero {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }

  /* Experience box BELOW text on desktop */
  .experience-box {
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 1.5rem;
  }

  /* Project */

  .project-container {
    display: grid;
    grid-template-columns: 300px 900px;
  }
  .project-overview-cont {
    flex-direction: row;
  }

  .project-card {
    flex-direction: row;
    padding: 1em;
  }

  .project-img {
    max-width: 600px;
    display: flex;
    align-items: center;
  }

  .project-thumb {
    max-width: 100%;
  }

  .cs-links {
    align-items: center;
  }

  .lets-connect-cont {
    margin-bottom: 5rem;
  }
  .testimonial-cont {
    max-width: 1200px;
    margin: 0 auto 7rem auto;
  }
  .form-box {
    max-width: 300px;
    float: right;
  }
  .footer-box {
    display: flex;
  }
  /* .footer-content */
  .form-heading {
    text-align: center;
  }

  .footer-abstract-shape {
    right: 15%;
  }
}
