/* styles.css */
/* Main Header Styles */
.main-header {
  background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
  padding: 3rem 2rem;
  text-align: center;
  border-bottom: 4px solid #6366f1;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

a{
  color: skyblue
}
a:hover{
  color:purple;
}

.main-header h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-header .subtitle {
  font-size: 1.2rem;
  color: #00001eae;
  margin: 0.5rem 0 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Navigation Tabs */
nav.tab {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border: none;
  background-color: #363636;
  margin: 0 0 2rem 0;
  gap: 5px;
  width: 100%;
  padding: 0 1rem;
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  color: rgb(234, 234, 234);
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #7f7fd7c7;
  border-radius: 8px;
}

.tab button.active {
  background-color: #7e7ef0d7;
  border-radius: 8px;
}

/* Content Container */
.content-container {
  background-color: #404040;
  padding: 2rem;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 8px;
  width: 90%;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  animation: fadeEffect 1s;
  text-align: center;
}

.expandable-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}

/* Expandable Box Styles */
.expandable-box {
  width: 100%;
  background-color: #363636;
  border-radius: 8px;
  overflow: hidden;
}

.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #454545;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid #6365f192;
}

.box-header:hover {
  background-color: #505050;
}

.box-header h4 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}



.box-header.active .expand-icon {
  transform: none;
}

.box-content {
  max-height: 0;
  overflow: hidden;
  transition:max-height 0.3s ease-in, opacity 0.3s ease-in, padding 0.2s ease-in, max-height 0.2s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
  padding: 0 25px;
  background-color: #404040;
}

.box-content.active {
  max-height: 1000px;
  padding: 25px;
}

.project-image {
  width: 600px;
  height: auto;
  border-radius: 4px;
  margin: 0 auto 15px;
  display: block;
}

.static-image{
  max-width: 48%;
  width: 300px;
  height: auto;
  border-radius: 4px;
  margin: 0 auto 15px;
  display: block;
}
.content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.about-wrapper {
  display: flex;
  gap: 20px; 
  align-items: flex-start; 
}

.profile-image {
  width: 150px; 
  height: auto;
  border-radius: 8px; 
}

.about-text {
  display: flex;
  flex-direction:column;
  gap: 10px; 
  max-width: 600px; 
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px; 
}

.icon {
  width: 48px;
  height: 48px;
}

.line{
  width:1px;
  height : 50px;
  margin : 0 5px;

  background: rgb(125,185,232);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255, 255, 255,.5) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255,.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255,.5)), color-stop(50%,rgba(255, 255, 255,1)));
  background: -webkit-linear-gradient(top,  rgba(255, 255, 255,.5) 0%,rgba(255, 255, 255,1) 50%,rgba(255, 255, 255,.5) 100%);
  background: -o-linear-gradient(top,  rgba(255, 255, 255,.5) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255,.5) 100%);
  background: -ms-linear-gradient(top,  rgba(255, 255, 255,.5) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255,.5) 100%);
  background: linear-gradient(to bottom,  rgba(255, 255, 255,.5) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=0 );

}
/* Base Styles */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  display: flex;
  color: rgb(234, 234, 234);
  align-items: center;
  margin: 0;
  flex-direction: column;
  background-color: #363636;
  min-height: 100vh;
}