@import url('./panchang.css');
@import url('./array.css');
@import url('./technor.css');
@import url('./styro.css');
@import url('./zina.css');
@import url('./boxing.css');
@import url('./nippo.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}


/* margin-top: 20px; */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}



.container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  /* background-image: url("../assets/steve-johnson-UlJ6UMbto10-unsplash.jpg"); */
  /* background-image: url("../assets/simon-lee-wVTBCzP3Ffw-unsplash.jpg"); */
  background-image: url("../assets/simon-lee-2FWcYzN7X_c-unsplash (Edited-3).jpg");
  background-image: url('../assets/simon-lee-2FWcYzN7X_c-unsplash-1.jpg');
  /* background-image: url("../assets/simon-lee-I9wXip-cqvA-unsplash.jpg"); */
  /* background-image: url("../assets/simon-lee-Fee-R5kR8EQ-unsplash.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* padding-top: 20px; */
  /* scroll-padding-top: 80px; */
  /* margin-top: 20px; */
  /* background-attachment: fixed; */
  /* object-fit: cover; */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
}



section {
  height: 100vh;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  scroll-snap-align: start;
  /* padding-top: 100px; */
  position: relative;
  /* scroll-margin-top: 80px; */
  margin-top: 0;
  box-sizing: border-box;
  height: auto;
}

.one {
  /* padding-top: 10px; */
  /* min-height: calc(100vh - 80px); */
  height: 100vh;
  background-image: url("../assets/simon-lee-2FWcYzN7X_c-unsplash (Edited-3).jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.two {

  /* background-image: url("../assets/simon-lee-2FWcYzN7X_c-unsplash-1.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.three {

  background-image: url("../assets/simon-lee-I9wXip-cqvA-unsplash.jpg");
  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.four {
  background-image: url('../assets/simon-lee-2FWcYzN7X_c-unsplash (Edited-1).jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.two,
.three,
.four {
  height: 100vh;
  /* Sections must be 100vh */
  scroll-snap-align: start;
  /* display: flex;
  align-items: center; 
  justify-content: center;  */
  padding-top: 60px;
  /* Account for fixed header */
  box-sizing: border-box;
}



/* Navigation Bar */

.nav-bar {
  max-width: 95%;
  margin: 5px auto;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Left (logo) */
.logo {
  font-family: Array-Semibold;
  /* font-family: Styro-Medium; */
  /* font-family: Technor-Semibold; */
  font-size: 1.8rem;
  /* font-weight: bold; */
  color: #ffffff
}




/* Center (nav menu) */
.navigation ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  /* font-family: 'Lexend', sans-serif; */
  font-family: "Alfa Slab One", serif;
  /* font-family: Boxing-Regular; */
  /* font-size: 1.8rem; */
  /* font-family: "Stack Sans Notch", sans-serif; */
  font-family: Panchang-Semibold;
  /* font-family: Boxing-Regular; */
  /* font-family: 'Smooch Sans', sans-serif; */
  /* font-family: Array-Semibold; */
  /* font-family: "inherit"; */
  font-weight: 800;
  /* font-style: normal; */
}



.navigation a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.navigation a:hover,
.navigation a:active {
  color: rgb(36, 36, 36);
  background-color: rgb(235, 231, 231);
  border: 2px solid rgb(0, 0, 0);
}


.navigation a.active {
  color: white;
  background-color: black;
  border: 2px solid white;
}



.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  transition: none !important;
}

.toggle_button {
  color: black;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}



/* Hero Content Layout */
.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  height: 100vh;

  /* height: 85vh; */
  /* margin: 50px 40px; */
  /* background-color: rgba(125, 145, 137, 0.7); */
  /* backdrop-filter: blur(6px); */
  /* -webkit-backdrop-filter: blur(5px); */
  border-radius: 8px;


  /* padding: 40px; */
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  /* overflow: hidden; */
  /* border: white solid 2px; */
}


.hero-content .text {
  /* max-width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: rgba(125, 145, 137, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: white solid 2px;
  /* height: 100vh; */
  max-width: 1000px;
  width: 100%;
  padding: 35px 100px;

}


@media (max-width: 768px) {
  .hero-content .text {
    padding: 30px 25px;
  }
}

@media (max-width: 480px) {
  .hero-content .text {
    padding: 25px 20px;
  }
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
}

/* Hero Image */
.hero-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


button {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: 'Lexend', sans-serif;
  font-family: "Stack Sans Notch", sans-serif;
  font-family: Nippo-Bold;
  ;
}

/* Make sure the icon stays inline and white */
.material-symbols-outlined {
  font-size: 1.2rem;
  color: white;
}

/* Optional: Add hover style for better interactivity */
button:hover {
  background-color: #222;
}


.toggle_button {
  cursor: pointer;
  /* padding: 10px; */
}

.toggle_button .material-symbols-outlined {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  /* Make the icon black */
}

/* You can also add a hover effect if you want */
.toggle_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.dropdown-menu {
  /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px; */
  display: none;
  position: absolute;
  right: 2rem;
  top: 60px;
  width: 300px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2000;
}


.dropdown-menu.open {
  height: 300px;
}

.dropdown-menu a {
  text-decoration: none;
  color: black;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}


.dropdown-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
}


.dropdown-menu ul {
  list-style: none;
  /* display: flex; */
  /* gap: 2rem; */
  /* justify-content: center; */
  /* align-items: center; */
  /* padding: 0; */
  /* margin: 0; */
  font-family: "Alfa Slab One", serif;
  /* font-family: "inherit"; */
  font-weight: 400;
  font-style: normal;
}


.dropdown-menu .resume-btn2 {

  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}







/* Text content styling */


.hero-content .greeting {
  /* font-family: 'Lexend', sans-serif; */
  font-family: 'Smooch Sans', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0;
  color: #ffffff;
}

.hero-content .name {
  font-family: 'Smooch Sans', sans-serif;
  font-family: Panchang-Bold;
  /* font-family: Nippo-Variable; */
  /* font-family: "Stack Sans Notch", sans-serif; */
  /* font-family: Array-Semibold; */
  font-size: 3rem;
  font-weight: 900;
  margin: 8px 0 16px 0;
  color: #000;
  line-height: 1;
}

.hero-content .tagline {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #0a0a0a;
  line-height: 1.3;
}

.hero-content .bio {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #030303;
  margin-bottom: 24px;
  font-weight: 600;
}




/* Button styling */
.cta-button {
  background-color: black;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  /* font-family: 'Lexend', sans-serif; */
  /* font-family: "Stack Sans Notch", sans-serif; */
  font-family: Nippo-Bold;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  background-color: #333;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


cta-button .material-symbols-outlined {
  font-size: 1.2rem;
  color: white;
  transition: transform 0.3s ease;
}

.cta-button:hover .material-symbols-outlined {
  transform: translateX(3px);
}


.button-group {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.cta-button.secondary {
  background-color: transparent;
  color: black;
  border: 2px solid black;
}

.material-symbols-outlined.second {
  color: black;
}

.cta-button.secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}





/* Image styling */
/* .image-container {
  width: 40%;
  height: 85%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.05);
}

.image-container:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.05);
} */



/* ===== About, Work, and Pitch Sections - Unified Styling ===== */
.about-content,
.work-content,
.pitch-content {
  /* Layout & Spacing */
  max-width: 95%;
  margin: 0 auto;
  padding: 20px;

  /* Visual Design */
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(3px); */
  /* -webkit-backdrop-filter: blur(10px); */
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid white;

  /* Scroll Behavior - CRITICAL FOR SCROLL-SNAP */
  overflow-y: auto;
  height: 85vh;
  /* height: calc(100vh - 160px);  */
  min-height: 500px;
  /* position: relative; */

  /* Custom Scrollbar - Optional but nice */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* Webkit Scrollbar Styling */
.about-content::-webkit-scrollbar,
.work-content::-webkit-scrollbar,
.pitch-content::-webkit-scrollbar {
  width: 8px;
}

.about-content::-webkit-scrollbar-track,
.work-content::-webkit-scrollbar-track,
.pitch-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.about-content::-webkit-scrollbar-thumb,
.work-content::-webkit-scrollbar-thumb,
.pitch-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.about-content::-webkit-scrollbar-thumb:hover,
.work-content::-webkit-scrollbar-thumb:hover,
.pitch-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}


/* ABOUT STYLING */

/* Common section styling */
.section-title {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
}

/* About section styling */
/* .about-content,
.work-content,
.pitch-content{
  max-width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: white solid 2px;
  overflow-y: auto;
  height: 85vh;
} */

.about-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;

}


.about-text {
  flex: 1;
  min-width: 300px;
  padding: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px); 
}

.about-text p {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: #1a1919;
  line-height: 1.2;
}

.about-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 3rem 2rem; */
}

/* 
.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
} */

/* ===== About Section Layout ===== */

/* Top Section: Photo + Intro */
.about-hero {
    display: grid;
    grid-template-columns: 250px 1fr;
    /* gap: 40px; */
    align-items: start;
    /* margin-bottom: 40px; */
    /* padding: 25px; */
    /* background-color: rgba(255, 255, 255, 0.); */
    border-radius: 12px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
}

.about-image {
  width: 240px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image:hover img {
    transform: scale(1.05);
}



/* .about-text p {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1rem;
} */


/* 
.about-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: start;
} */


/* Currently Learning section */
.currently-learning {
    margin-top: 20px;
    padding: 20px;
    background: rgba(194, 113, 255, 0.08);
    border-radius: 10px;
    border-left: 4px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px); 
}

.currently-learning h4 {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.currently-learning ul {
    padding-left: 20px;
    margin: 0;
}

.currently-learning li {
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #444;
    position: relative;
    list-style-type:none;
}

.currently-learning li:before {
    content: "▸";
    color: #080808;
    position: absolute;
    left: -15px;
}

/* Bottom Section: Two Columns */
.about-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


/* Education Container */
.education-container {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px); 
}

.education-container h3 {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
    text-align: left;
    padding-bottom: 10px;

    border-bottom: 2px solid rgba(2, 2, 2, 0.3);
}






/* 
.skills-container {
  flex: 1;
  min-width: 300px;
}

.skills-container h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.skill-category h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #000;
}

.skill-category ul {
  list-style-type: none;
  padding-left: 0;
}

.skill-category li {
  font-family: 'Lexend', sans-serif;
  padding: 6px 0;
  font-size: 1rem;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.skill-category li:before {
 
  position: absolute;
  left: 0;
  color: #000;
} */


/* Education section styling */
.education-container {
  flex: 1;
  min-width: 300px;
  /* margin-bottom: 30px; */
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px); 
}



h3,
.education-container h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
}

.education-item {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}

.education-item:not(:last-child):after {
  content: '';
  position: absolute;
  left: 75px;
  top: 30px;
  bottom: -10px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

.ed-timeline {
  min-width: 150px;
  padding-right: 25px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  color: #555;
}

.ed-details {
  flex: 1;
}

.ed-details h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000;
}

.ed-degree {
  font-family: 'Lexend', sans-serif;
  font-style: italic;
  margin-bottom: 8px;
  color: #333;
}

.ed-desc {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}



/* Icon base */
.education-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  color: #2f4f4f;
}

/* Icon per type */
.education-item[data-type="education"]::before {
  content: "school";
}

.education-item[data-type="certification"]::before {
  content: "workspace_premium";
}

.education-item[data-type="work"]::before {
  content: "work";
}


.education-item[data-type="work"] {
  background: rgba(125, 145, 137, 0.12);
  border-left: 4px solid #7d9189;
  padding-left: 66px;
}


.education-item[data-type="work"]::after {
  content: "Work Experience";
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #7d9189;
  color: white;
  letter-spacing: 0.5px;
}



.ed-highlights {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 14px;
  color: #444;
}

.ed-highlights li {
  margin-bottom: 6px;
}





/* CERT LINKS */

.cert-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  color: #0066cc;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.cert-link:hover {
  background-color: rgba(0, 102, 204, 0.1);
  text-decoration: underline;
}

.cert-link .material-symbols-outlined {
  font-size: 1rem;
  vertical-align: middle;
}


.education-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.education-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cert-link-icon {
  color: #333;
  color: #0066cc;

}




/* Skills section styling */
.skills-container {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.skills-container h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
   border-bottom: 2px solid rgba(2, 2, 2, 0.3);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}



.skill-category {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(194, 113, 255, 0.15);
}



.skill-category h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.skills-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skills-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  color: #333;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.skills-list li:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(194, 113, 255, 0.1);
}

/* Icon styling */
.skills-list i {
  font-size: 1.8rem;
  /* Make icons bigger */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skills-list li:hover i {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* For colored icons that already have colors */
.skills-list i.colored {
  color: inherit;
  /* This preserves the Devicon colored versions */
}

/* Default color for icons without built-in colors */
.skills-list i:not(.colored) {
  color: #333;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .about-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .about-hero {
        grid-template-columns: 200px 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .about-image {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    
    .about-text {
        text-align: left;
    }
    
    .currently-learning {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 20px;
    }
    
    .education-container,
    .skills-container {
        padding: 20px;
    }
    
    .skills-grid {
        grid-template-columns: 1fr;
    }
}


/* Timeline layout for education */
.education-timeline {
    position: relative;
    padding-left: 40px;
}

.education-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #C271FF, #8B46FF);
}







/* ===== Projects Section ===== */
/* .work-content {
  max-width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: white solid 2px;
  overflow-y: auto;
} */


/* ===== Two-Column Layout ===== */
/* .projects-container.two-column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  height: 100%;
  max-height: 70vh;
  Adjust based on your needs
} */


/* LEFT COLUMN: Project List */
/* .project-list-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow-y: auto;
}


.project-item {
  cursor: pointer;
  transition: all 0.3s ease;
} */

/* 
.project-item-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
} */


/* .project-item:hover .project-item-content {
  background-color: rgba(255, 255, 255, 0.15);
  border-left-color: #e7e6e7;
  transform: translateX(5px);
}

.project-item.active .project-item-content {
  background-color: rgba(194, 113, 255, 0.15);
  border-left-color: #C271FF;
} */




/* .project-number {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #a29ea5;
  min-width: 30px;
}

.project-item-info h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 5px;
  color: rgb(29, 27, 27);
} */


/* RIGHT COLUMN: Project Details */
/* .project-details-column {
  overflow-y: auto;
  padding: 10px;
  height: 100%;
  display: flex;
  transition: 0.3s ease;
} */


/* Hover lift */
/* .project-details-column .project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
} */

/* Hide all project cards by default except active */
/* .project-card {
  display: none;
  animation: fadeIn 0.5s ease;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;

} */

/* .project-card.active {
  display: flex !important;

  gap: 20px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  animation: slideIn 0.5s ease forwards;
  align-items: flex-start;
} */

/* Animation for card switching */
/* @keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */



















/* ===== Two-Column Layout ===== */
/* .projects-container.two-column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  height: 100%;
} */

/* LEFT COLUMN: Project List */
/* .project-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  overflow-y: auto;
  max-height: 70vh;
} */

/* .project-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border-left: 4px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
} */

/* .project-list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(194, 113, 255, 0.1), transparent);
  transition: left 0.6s ease;
} */

/* .project-list-item:hover::before {
  left: 100%;
}

.project-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  border-left-color: #C271FF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

/* .project-list-item.active {
  background: rgba(194, 113, 255, 0.15);
  border-left-color: #C271FF;
  box-shadow: 0 5px 20px rgba(194, 113, 255, 0.2);
}

.project-number {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #C271FF;
  min-width: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */

/* .project-list-info h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  transition: color 0.3s ease;
}

.project-list-item:hover .project-list-info h3 {
  color: #C271FF;
}

.project-tech-small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
} */

/* .project-tech-small span {
  font-size: 0.7rem;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
}

.project-list-item:hover .project-tech-small span {
  background: rgba(194, 113, 255, 0.2);
  color: white;
} */

/* RIGHT COLUMN: Project Detail View */
/* .project-detail-view {
  overflow-y: auto;
  padding: 10px;
  max-height: 70vh;
  position: relative;
} */

/* Hide all project cards by default */
/* .project-card {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
} */

/* Show only active project card */
/* .project-card.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
  animation: slideIn 0.5s ease forwards;
} */

/* Make project card fill the column */
/* .project-card {
  width: 100%;
  height: auto;
  margin: 0;
} */

/* .project-card .project-image {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.project-card .project-info {
  padding: 25px;
} */

/* Animation for card switching */
/* @keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
} */

/* Responsive Design */
/* @media (max-width: 1024px) {
  .projects-container.two-column {
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
  }

  .project-card .project-image {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .projects-container.two-column {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .project-list {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-right: 0;
    padding-bottom: 20px;
    flex-direction: row;
    overflow-x: auto;
    max-height: none;
  }

  .project-list-item {
    min-width: 250px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .project-number {
    font-size: 1.8rem;
  }

  .project-list-info h3 {
    font-size: 1.2rem;
  }

  .project-detail-view {
    max-height: none;
  }
} */



/* .projects-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 10px;
} */

/* .project-card {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
} */

/* .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
} */

/* Development Status Badge */
/* .dev-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.dev-badge.in-progress {
  background-color: #FFD700;
  color: #333;
}

.dev-badge.planning {
  background-color: #ADD8E6;
  color: #333;
}

.dev-badge.coming-soon {
  background-color: #FFA07A;
  color: #333;
} */

/* .project-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
} */

/* .project-image {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
} */

/* .project-image img {
  width: 100%;
  transition: transform 0.5s ease;
} */

/* .project-image .project-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
} */

/* 
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
} */

/* .project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-info h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.project-tech {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-tech span {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.project-desc {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.project-features {
  margin: 10px 0 15px 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  color: #555;
}

.project-features li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.project-features li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0066cc;
  font-weight: bold;
} */

/* .project-links {
  display: flex;
  gap: 15px;
  margin-top: auto;
} */

/* .project-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.project-btn.primary {
  background-color: black;
  color: white;
}

.project-btn.primary:hover {
  background-color: #333;
  transform: translateY(-2px);
}

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

.project-btn.secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.project-btn .material-symbols-outlined,
.project-btn .devicon {
  font-size: 1rem;
}

.project-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #eee;
  color: #777;
} */


.demo {
  color: #222;
}



/* Responsive Design */
/* @media (max-width: 1024px) {
  .projects-container.two-column {
    grid-template-columns: 1fr 1.5fr;
  }
}

@media (max-width: 768px) {
  .projects-container.two-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-list-column {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 20px;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .project-item-content {
    min-width: 200px;
    flex-direction: column;
    text-align: center;
  }
} */



/* Responsive Adjustments */
/* @media (max-width: 768px) {
  .projects-container {
    grid-template-columns: 1fr;
  }

  .project-card {
    flex-direction: column;
  }

  .project-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .project-links {
    flex-direction: column;
    gap: 10px;
  }

  .project-btn {
    justify-content: center;
  }
} */

















/* ===== Project Section Improvements ===== */

/* Add Section Introduction */
.section-intro {
  margin-bottom: 30px;
  text-align: center;
}

.section-title {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-subtitle {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}


.project-desc {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

/* Project Filters */
.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  justify-content: center;
}

.filter-btn {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: white;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: rgba(194, 113, 255, 0.3);
  border-color: #e5deeb;
  color: #e4e0e7;
  font-weight: 600;
}

/* LEFT COLUMN: Project List */
.project-list-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow-y: auto;
}

/* Add "View All Projects" link at bottom */
.view-all-projects {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.view-all-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-family: 'Lexend', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.view-all-link:hover {
  background: rgba(194, 113, 255, 0.2);
  transform: translateX(5px);
}

.view-all-link .devicon-github-original {
  font-size: 1.2rem;
}

.project-item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  /* overflow: hidden; */
}

/* Add the hover animation effect */
.project-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(113, 255, 212, 0.1), transparent);
  transition: left 0.6s ease;
}

.project-item:hover::before {
  left: 100%;
}

.project-item-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.project-item:hover .project-item-content {
  background-color: rgba(243, 233, 233, 0.15);
  border-left-color: #6f9693;
  transform: translateX(5px);
}

.project-item.active .project-item-content {
  background-color: rgba(252, 252, 252, 0.15);
  border-left-color: #ffffff;
  box-shadow: 0 5px 15px rgba(72, 90, 88, 0.2);
}

/* Add project metadata (date and type) */
.project-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
}

.project-date {
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.project-type {
  color: #d2d0d3;
  padding: 2px 8px;
  background: rgba(194, 113, 255, 0.1);
  border-radius: 12px;
}

.project-number {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #a29ea5;
  min-width: 30px;
}

.project-item-info h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 5px;
  color: white;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.project-tech span {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(31, 30, 30, 0.8);
  transition: all 0.3s ease;
}

.project-item:hover .project-tech span {
  background: rgba(210, 236, 234, 0.2);
  color: white;
}

/* RIGHT COLUMN: Project Details */
.project-details-column {
  overflow-y: auto;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

/* Add smooth hover effect */
.project-card {
  display: none;
  animation: fadeIn 0.5s ease;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.project-card.active {
  display: flex !important;
  gap: 20px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  animation: slideIn 0.5s ease forwards;
  align-items: flex-start;
}

/* Improved button hover effects */
.project-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.project-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.project-btn.primary {
  background-color: black;
  color: white;
}

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

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

.project-btn.secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Improved status indicators for in-progress projects */
.project-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  background: rgba(255, 215, 0, 0.1);
  color: #996515;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.project-status.private {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
  border-color: rgba(108, 117, 125, 0.3);
}

.project-status i {
  font-size: 1rem;
}

/* Add project results/metrics */
.project-results {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border-left: 4px solid #cecdce;
}

.result-item {
  text-align: center;
  flex: 1;
}

.result-number {
  display: block;
  font-family: 'Smooch Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.result-label {
  font-family: 'Lexend', sans-serif;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

/* Image carousel for projects */
.image-carousel {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}

.image-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-carousel img.active {
  opacity: 1;
}

.carousel-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: white;
  transform: scale(1.2);
}

/* ===== Two-Column Layout ===== */
.projects-container.two-column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  height: 100%;
}

/* Development Status Badge */
.dev-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.dev-badge.in-progress {
  background-color: #FFD700;
  color: #333;
}

.dev-badge.planning {
  background-color: #ADD8E6;
  color: #333;
}

.dev-badge.coming-soon {
  background-color: #FFA07A;
  color: #333;
}

/* Project image container */
.project-image {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.project-image img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-image .project-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-evenly;
}

.project-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-info h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.project-features {
  margin: 10px 0 15px 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  color: #555;
}

.project-features li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.project-features li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0066cc;
  font-weight: bold;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accessibility improvements */
.project-item {
  outline: none;
}

.project-item:focus .project-item-content {
  box-shadow: 0 0 0 2px rgba(228, 227, 230, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .projects-container.two-column {
    grid-template-columns: 1fr 1.5fr;
  }
  
  .project-results {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .projects-container.two-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-list-column {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 20px;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .project-item-content {
    min-width: 200px;
    flex-direction: column;
    text-align: center;
  }

  .project-filters {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .filter-btn {
    white-space: nowrap;
  }

  .project-card.active {
    flex-direction: column;
  }

  .project-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .project-results {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .result-item {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .project-links {
    flex-direction: column;
    gap: 10px;
  }

  .project-btn {
    justify-content: center;
    width: 100%;
  }

  .result-item {
    flex: 0 0 100%;
  }
}













/* Elevator pitch section styling */
.pitch-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.pitch-text {
  flex: 1;
  min-width: 300px;
}

.pitch-headline {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1.3;
}

.pitch-text p {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
}

.form-group textarea {
  resize: vertical;
}

.submit-btn {
  background-color: black;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.submit-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
}


/* Pitch Section Structure */
/* #pitch {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
} */

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

.pitch-column-container {
  display: flex;
  /* height: calc(100% - 80px); */
  /* Account for title space */
  gap: 30px;
}

.pitch-left-col,
.pitch-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Video Placeholder */
.video-placeholder {
  flex: 1;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.play-icon {
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.video-placeholder p {
  font-family: 'Lexend', sans-serif;
  color: #666;
}

/* Pitch Script */
.pitch-script {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
  overflow-y: auto;
}

.script-content {
  font-family: 'Lexend', sans-serif;
  line-height: 1.6;
}

.script-content p,
.script-content ul {
  margin-bottom: 15px;
}

.script-content li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.script-content li:before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #0066cc;
}

/* Contact Form */
.contact-form {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

/* Footer */
.pitch-footer {
  background: #111;
  color: white;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Lexend', sans-serif;
  transition: opacity 0.3s;
}

.footer-link:hover {
  opacity: 0.8;
}

.copyright {
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 10px;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  #pitch {
    height: auto;
    min-height: 100vh;
  }

  .pitch-column-container {
    flex-direction: column;
    height: auto;
  }

  .pitch-left-col,
  .pitch-right-col {
    flex: none;
  }

  .video-placeholder {
    min-height: 250px;
  }
}





/* RESPONSIVENESS */
@media (max-width: 1070px) {

  .nav-bar {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
    background-color: rgba(219, 211, 211, 0);

  }

  .navigation {
    display: none;
  }

  .resume-btn {
    display: none;
  }

  .toggle_button {
    display: block;
    /* Make sure it's shown */
  }

  .dropdown-menu {
    display: block;
  }




  .hero-content {
    flex-direction: column;
    height: auto;
    padding: 30px;
    overflow-y: auto;
  }

  /* .hero-content .text {
    max-width: 100%;
    margin-bottom: 30px;
  } */

  .image-container {
    width: 80%;
    height: 350px;
  }

  .hero-content .name {
    font-size: 3rem;
  }

  .hero-content .tagline {
    font-size: 1.4rem;
  }
}


@media (max-width: 600px) {
  .dropdown-menu {
    left: 2rem;
    width: unset;
  }



  .hero-content {
    margin: 80px 20px;
    padding: 20px;
  }

  .image-container {
    width: 100%;
    height: 300px;
  }

  .hero-content .name {
    font-size: 2.5rem;
  }
}




/* Update the about-container layout to accommodate three columns on larger screens */
/* @media (min-width: 1700px) {
  .about-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
} */

/* On medium screens, have education and skills in a row below about-text */
@media (min-width: 768px) and (max-width: 1199px) {
  .about-container {
    display: flex;
    flex-direction: column;
  }

  .about-text {
    margin-bottom: 30px;
  }

  .education-skills-row {
    display: flex;
    gap: 30px;
  }

  .education-container,
  .skills-container {
    flex: 1;
  }

  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  /* .hero-content .text,
  .image-container {
    max-width: 100%;
    width: 100%;
  } */

  .image-container {
    margin-top: 40px;
    height: 300px;
  }


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

  .education-item:not(:last-child):after {
    left: 60px;
  }

  .projects-container {
    grid-template-columns: 1fr;
  }

}


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

  .skills-list i {
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }
}

























/* Contact Section */
.contact-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Left Column - Contact Info */
.contact-info {
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-title {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-family: 'Lexend', sans-serif;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #757c7c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(194, 113, 255, 0.15);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #747575;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon .material-symbols-outlined {
    font-size: 24px;
    color: white;
}

.contact-details h3 {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #333;
}

.contact-details p {
    font-family: 'Lexend', sans-serif;
    color: #666;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.contact-link {
    display: inline-block;
    font-family: 'Lexend', sans-serif;
    color: #36323a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #37343a;
    text-decoration: underline;
}

.contact-status {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(194, 113, 255, 0.1);
    color: #3e3842;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Social Links */
.social-links h3 {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(194, 113, 255, 0.3);
}

.social-icon i {
    font-size: 1.5rem;
}

.social-icon.linkedin { color: #0077B5; }
.social-icon.github { color: #333; }
.social-icon.medium { color: #00ab6c; }

.social-icon.linkedin:hover { background: rgba(0, 119, 181, 0.05); }
.social-icon.github:hover { background: rgba(51, 51, 51, 0.05); }
.social-icon.medium:hover { background: rgba(0, 171, 108, 0.05); }

/* Right Column - Contact Form */
.contact-form-section {
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-header h3 {
    font-family: 'Smooch Sans', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.form-header p {
    font-family: 'Lexend', sans-serif;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: #f8f9fa;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #686565;
    background: white;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    background: #000000;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #77807f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 19, 19, 0.3);
}

.btn-icon {
    font-size: 20px;
}

.form-actions {
    margin-top: 30px;
}

.form-note {
    font-family: 'Lexend', sans-serif;
    font-size: 0.9rem;
    color: #888;
    text-align: center;
    margin-top: 10px;
}

/* Footer */
.site-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.footer-left {
    flex: 1;
}

.copyright {
    font-family: 'Lexend', sans-serif;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.footer-tagline {
    font-family: 'Lexend', sans-serif;
    color: #ffffff;
    font-size: 0.85rem;
    font-style: italic;
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    color: #7b787e;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 8px 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: rgba(194, 113, 255, 0.1);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .social-icons {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 15px;
    }
    
    .contact-title {
        font-size: 2rem;
    }
    
    .social-icons {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .contact-icon {
        margin-bottom: 10px;
    }
}