/* style.css */

@font-face {
  font-family: limelight;
  src: url("Limelight-Regular.ttf") format('truetype');
}

@font-face {
  font-family: chicken;
  src: url("Chicken.ttf") format('truetype');
}

@font-face {
  font-family: raf;
  src: url("raf.otf") format('truetype');
}


body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fdfaf6;
  color: #222222;
}

header {
  position: top;
  top: 0;
  background-color: #ffffff;
  border-bottom: 2px solid #e0dcd5;
  z-index: 1000;
}

hr {
  height: 1px; 
  background-color: #e0dcd5;
  border:none
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  background-color: #e6eef5;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav-list li {
  position: relative;
}

.nav-list a {
  text-decoration: none;
  color: #2a6db2;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.nav-list a:hover {
  background-color: #d7e7f8;
  color: #2a6db2;
}

.nav-list a.active {
  background-color: #d7e7f8;
  color: #2a6db2;
}

.nav-list2 {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav-list2 li {
  position: relative;
}
.nav-list2 a {
  text-decoration: none;
  color: #c70046;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.nav-list2 a:hover {
  background-color: #ffcce1;
  color: #c70046;
}

.nav-list2 a.active {
  background-color: #ffcce1;
  color: #c70046;
}

.navbar2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  background-color: #e6eef5;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  top: 152%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e0dcd5;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  z-index: 999;
  list-style: none;
  min-width: 180px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.dropdown-content2 a:hover {
  background-color: #ffebf2;
  color: #c70046;
}
.dropdown-content2 a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.dropdown2:hover .dropdown-content2,
.dropdown2:focus-within .dropdown-content2 {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.social-icon2 {
  padding-left: 1rem;
  width: 24px;
  height: 24px;
  color: #c70046;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-icon3 {
  width: 20px;
  height: 20px;
padding-left: 1rem;
  fill: #c70046;
  transition: fill 0.2s ease;
}

.nav-socials2 a:hover .social-icon {

  color: #c70046;
  transform: scale(1.1);
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 152%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e0dcd5;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  z-index: 999;
  list-style: none;
  min-width: 180px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-content li {
  padding: 0;
  list-style: none;
}

.dropdown-content a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #e8f1fb;
  color: #2a6db2;
}

.home-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 2rem auto;
  padding: 2rem;
  gap: 3rem;
  background-color: #e6eef5;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.h-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 1.5rem auto;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 3rem;
  background-color: #e6eef5;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.h-right {
  flex: 2;
  
}
.h-right p {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.h-left {
  flex: 1;
text-align: left
margin-left: 5rem
}

.h-left h3 {
  margin-left: 3rem
}

.home-left {
  flex: 1;
}

.profile-pic {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-pic:hover {
  transform: scale(1.015);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.home-right {
  flex: 2;
}

.home-right h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2a6db2;
}

.home-right p {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.home-right a {
  color: #f08475;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.home-right a:hover {
  text-decoration: underline;
}

.social-icon2 {
  width: 20px;
  height: 20px;
  fill: #2a6db2;
  transition: fill 0.2s ease;
}



.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-right a:hover .social-icon {
  fill: #d96b5d;
}

.nav-socials {
padding-left: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;

}

.social-icon {
  padding-left: 1rem;
  width: 24px;
  height: 24px;
  color: #2a6db2;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-socials a:hover .social-icon {

  color: #f08475;
  transform: scale(1.1);
}



.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem;
  background-color: #fdfaf6;
  border-top: 1px solid #ddd;
}

.about-cards .card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.about-cards h3 {
  margin-top: 0;
  color: #2a6db2;
  font-size: 1.25rem;
}

.about-cards p {
  font-size: 0.95rem;
  color: #333;
  white-space: pre-line; /* preserves line breaks in experience card */
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem 1rem;
}

.about-fullwidth {
  padding: 1rem 2rem 3rem;
}



.school {
  color: #555;
  font-style: italic;
}

.resume-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #2a6db2;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.resume-button:hover {
  background-color: #1f518a;
}
.download-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.download-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #2a6db2;
  color: white !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-size: 0.95rem;
  font-family: 'Georgia', serif;
  cursor: pointer !important;   
}

.download-btn:hover {
  background-color: #1f518a;
  transform: scale(1.005);
  cursor: pointer;   
}

.fish-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  height: auto;
  pointer-events: none; /* So it doesn’t interfere with clicks */
  overflow: visible;
  z-index: 1000; /* Keeps it on top */
}

.fish {
  position: absolute;
  transform: rotate(18deg);
  bottom: 0;
  height: 100px; /* adjust size as needed */
  animation: swim 20s linear infinite;
}

@keyframes swim {
  0% {
    left: -200px; /* starts off-screen */
  }
  100% {
    left: 100%;
  }
}

.section-title {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}

.intro-text {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 2em;
}

.art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5em;
}

.art-tile {
  text-decoration: none;
  color: inherit;
  font-family: 'Georgia', serif;
  display: block;
  text-align: center;
  transition: transform 0.2s;
}

.art-tile:hover {
  transform: scale(1.02);
}

.art-tile img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.art-tile span {
  display: block;
  margin-top: 0.5em;
  font-size: 1rem;
}