* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background: #EFE6EC;
}
nav {
  background: #623950;
  box-shadow: 2px 0.2px 10px #58374A;
  position: fixed;
  width: 100%;
  z-index: 5;  
}
nav:after {
  content: '';
  clear: both;
  display: table;
}
nav .logo {
  float: left;
  font-size: 30px;
   font-weight: bold;
  line-height: 70px;
  padding-left: 35px;
}
nav ul {
  float: right;
  list-style: none;
  margin-right: 100px;
  position: relative;
  gap: 25px;
}
nav ul li {
  float: left;
  display: inline-block;
  background: #623950;
  margin: 0 25px;
}

nav ul li a {
  color: #EFE6EC;
  text-decoration: none;
  line-height: 70px;
  font-size: 20px;
  padding: 10px 15px;
  font-family: Anton SC;
  letter-spacing: 1px;
}

nav ul li a:hover {
  color: #EFE6EC;
  border-radius: 5px;
  box-shadow: 0 0 5px #DCC4D0,
              0 0 5px #D2B2C2;
}

nav ul ul li a:hover {
  color: #E0CCD6;
  box-shadow: none;
}

nav ul ul {
  position: absolute;
  top: 90px;
  border-top: 3px solid #B98DA4;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease, opacity 0.3s ease;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}

nav ul ul li {
  position: relative;
  margin: 0px;
  width: 195px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

nav ul ul li a {
  font-size: 18px;
  line-height: 50px;
  font-family: Anton SC;
  letter-spacing: 1px;
}

nav ul ul ul {
  border-top: none;
}

nav ul ul ul li {
  position: relative;
  left: 195px;
  top: -70px;
}

span .fa-plus {
  margin-right:   30px;
  font-size:  18px;
}

.show, .icon, input {
  display: none;
}


/* Experiences Sections */
.experiences-section {
  background-color: #EFE6EC;
  min-height:   100vh;
}

.experiences-section .section-title {
  font-family: Anton SC;
  text-align: center;
  color: #4B2F40;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 100px;

}
.experiences-section .exp-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 40px; 
  justify-content: center; 
  color: #4B2F40;
  padding-left: 40px;  
  padding-right: 40px;
}
.experiences-section .exp-details .exp-embed {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 500px; 
  max-width: 650px;
  flex: 1 1 340px;
  margin-bottom: 50px;
}
.experiences-section .exp-details .exp-embed iframe {
  aspect-ratio: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  object-fit: contain;
}

.experiences-section .exp-details .exp-embed .section-subtitle {
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-family: Anton SC;
  letter-spacing: 1px;
  color: #4B2F40;
}

/* Intern Sections */
.intern-section {
  background-color: #DBC8D6;
  min-height:   100vh;
}

.intern-section .section-title {
  font-family: Anton SC;
  text-align: center;
  color: #4B2F40;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 80px;

}
.intern-section .intern-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 40px; 
  justify-content: center; 
  color: #4B2F40;
  padding-left: 40px;  
  padding-right: 40px;
}
.intern-section .intern-details .intern-embed {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 500px; 
  max-width: 600px;
  flex: 1 1 340px;
  margin-bottom: 10px;
}
.intern-section .intern-details .intern-embed img {
  aspect-ratio: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  object-fit: contain;
}

.intern-section .intern-details .intern-embed .section-subtitle {
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-family: Anton SC;
  letter-spacing: 1px;
  color: #4B2F40;
}

/* Project Sections */
.Project-Header {
  height: 7rem;
  position: relative;
  padding: 1rem 13vw;
  box-shadow: 0px 1vh #78546A, 0px 2vh #5F4253;
  z-index: 2;
  width: 100%;
  background-color:   #845C75;
}

.title {
  font-size: 32px;
  word-spacing: 5px;
  font-weight: bold;
  font-family: Anton SC;
  letter-spacing: 2px;
  color: #fff;
  margin-top: -32px;

}

.Project-section {
  background-color: #EFE6EC;
  margin-top:   5vh;
  min-height:   86vh;
}


#project-container div a {
  text-decoration:  none;
  color: #4B2F40;
}

#project-container {
  display: grid;
  grid-template-columns:  20vw 20vw 20vw;
  grid-template-rows:   auto;
  column-gap: 25px;
  row-gap:  25px;
  width:  100%;
  height:   max-content;
  padding:  2rem;
  justify-content:  center;    
}

.project-school, .project-per {
  background-color:   #DBC3D5;
  border-radius:  8px;
  overflow:   hidden;
  transition:  transform 0.3s ease;
}

.project-school:hover .project-per:hover {
  transform: scale(1.02);
}

#project-container a .project-details {
  padding: 1rem;
  text-align: center;
}

.experiences-section .intern-section .Project-section .Certifications-section .Awards-section {
  padding: 60px 0 40px;
  position: relative;
}

/* Certification Section Styling */
.Certifications-section {
  background-color: #DBC8D6;
  min-height: 100vh;
}

.Awards-section {
  background-color: #EFE6EC;
  min-height: 100vh;
}

.Certifications-section .section-title {
  font-family: Anton SC;
  text-align: center;
  color: #4B2F40;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 80px;
}

.Certifications-section .cert-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 40px; 
  justify-content: center; 
  color: #4B2F40;
  padding-left: 40px;  
  padding-right: 40px;
}

.Certifications-section .cert-details .cert-embed {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 400px; 
  max-width: 500px;
  flex: 1 1 340px;
  margin-bottom: 10px;
}
.Certifications-section .cert-details .cert-embed iframe {
  aspect-ratio: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  object-fit: contain;
}

.Certifications-section .cert-details .cert-embed .section-subtitle {
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-family: Anton SC;
  letter-spacing: 1px;
  color: #4B2F40;
}

/* Awards/Recognition Section Styling */
.Awards-section {
  padding: 80px 0 20px;
  min-height:   100vh;
}

.Awards-section .section-title {
  font-family: Anton SC;
  text-align: center;
  margin-top: -10px;
  color: #4B2F40;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 20px;

}
.Awards-section .awards-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 40px; 
  justify-content: center; 
  color: #4B2F40;
  padding-left: 40px;  
  padding-right: 40px;
}
.Awards-section .awards-details .awards-embed {
   display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 340px; 
  max-width: 400px;
  flex: 1 1 340px;
  margin-bottom: 10px;
}
.Awards-section .awards-details .awards-embed iframe {
  aspect-ratio: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  object-fit: contain;
}

.Awards-section .awards-details .awards-embed .section-subtitle {
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Anton SC;
  letter-spacing: 1px;
  color: #4B2F40;
}