/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/card.css ***!
  \********************************************************************/
/* Projects.css */

/* Container */
.projects {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  animation: fadeIn 0.8s ease-in-out;
}
.title-centered {
    padding: 30px;
    margin: 30px;
  }
/* Main Title */
.projects h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #2c3e50;
  border-bottom: 3px solid #e74c3c;
  display: inline-block;
  padding-bottom: 8px;
}

/* Each Project Section */
.projects section {
  margin-bottom: 2.5rem;
  padding: 20px 25px;
  border-left: 5px solid #2c3e50;
  background: #f9f9f9;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projects section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/* Project Titles */
.projects h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  color: #34495e;
  position: relative;
}

.projects h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #e74c3c;
  margin-top: 6px;
  border-radius: 2px;
}

/* Subtitle (course name) */
.projects .title {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5em;
}

/* Paragraphs */
.projects p {
  line-height: 1.6;
  color: #555;
  font-size: 1rem;
  margin-bottom: 0.8em;
}

/* Lists */
.projects ul {
  margin: 0.5em 0 1em 1.2em;
  padding: 0;
  color: #555;
}

.projects li {
  margin-bottom: 0.3em;
}

/* Links */
.projects a {
  display: inline-block;
  margin-top: 0.5em;
  color: #e74c3c;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}

.projects a:hover {
  color: #c0392b;
  text-decoration: underline;
}

/* Institution line */
.projects em {
  color: #7f8c8d;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .projects {
    padding: 20px;
  }

  .projects h1 {
    font-size: 2rem;
  }

  .projects h2 {
    font-size: 1.4rem;
  }
}
/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/nav.module.css ***!
  \**************************************************************************/
.V8lZnGyeWDsWg2IAT2RQ {
  position: fixed;
  width: 100%;
  list-style-type: none;
  z-index: 200;
  overflow: hidden;
  background-color: rgb(140, 0, 0);
}

.KSisSNXnLVPwDsE3GT3o {
  background: rgb(253, 220, 200);
  background: linear-gradient(0deg, rgba(253, 220, 200, 1) 99%, rgba(140, 0, 0, 1) 100%);
}
.KSisSNXnLVPwDsE3GT3o td button {
  width: 100%;
  height: 50px !important;
}
.KSisSNXnLVPwDsE3GT3o td button:hover {
  background-color: transparent;
}

.EhuZaBkb53auS6GkOUup {
  color: white !important;
  background-color: rgb(253, 220, 200) !important;
  padding: 0px !important;
}

/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/global.css ***!
  \**********************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

model-viewer {
  width: 100%;
  background-color: white;
}

.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-top: 3px solid #2c3e50;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}


.ant-timeline .ant-timeline-item-head {
  background-color: #ecf0f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34495e;
  margin: 0.5em 0;
}

a {
  color: #e74c3c;
  text-decoration: none;
}

a:hover {
  color: #c0392b;
}

.container {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
}


button {
  background-color: darkseagreen;
  border: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
  color: white
}

button:hover {
  background-color: darkseagreen;

}

input,
textarea {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #bdc3c7;
  border-radius: 4px;
}

html,
body {
  margin: 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  font-family: 'Arial, sans-serif';
  background-color: #ecf0f1;
  color: #2c3e50;
}

.ant-timeline>li {
  transform: scale(1);
  transition: 1s;
}

.ant-timeline>li:hover {
  transform: scale(1.07);
  transition: 1s;
}

.ant-timeline>li:hover .ant-timeline-item-head {
  transform: scale(2);
  transition: 2s;
}

.flex-header-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}

.modal-container {
  z-index: 300;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

tr {
  height: auto;
}

td {
  width: -webkit-fill-available;
  width: -moz-available;
}

.chat {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 0;
}

.section {
  word-wrap: break-word;
  width: auto;
  margin: auto;
  padding: 20px;
}

.modal {
  border-radius: 10px;
  background-color: rgba(3, 145, 253, .95);
  box-shadow: 0px -5px 20px;
  display: flex;
  position: fixed;
  align-content: flex-end;
  flex-wrap: wrap;
}

.section-90 {
  word-wrap: break-word;
  width: 90%;
  margin: auto;
  padding: 20px;
}

.section-60 {
  word-wrap: break-word;
  width: 60%;
  margin: auto;
  padding: 20px;
}

.section-80 {
  word-wrap: break-word;
  width: 80%;
  margin: auto;
  padding: 20px;
}

.section-50 {
  word-wrap: break-word;
  width: 50%;
  margin: auto;
  padding: 20px;
}

.section-33 {
  word-wrap: break-word;
  width: 33%;
  margin: auto;
  padding: 20px;
}

.section,
.section-50,
.section-33,
.section-90,
.section-80 {
  h1 {
    background: none;
    padding: 15px 0;
    text-align: left;
    margin: 20px 0 !important;
    color: #2c3e50;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #3498db;
    border-radius: 2px;
  }

  img {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
}

td>h1 {
  text-align: center;
}

.title {
  font-size: 20px !important;
}

.title-centered {
  font-size: 24px !important;
  color: #2c3e50;
  font-weight: 500;
}

td {
  padding: 10px;
}

.flexbox-column {
  display: flex;
  justify-content: center;
  margin: auto;
  height: inherit;
}

.content {
  margin-top: 62px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
}

.flexbox-row {
  td {
    text-align: center;
  }

  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.menu-icon {
  float: left;
}

footer {
  background-color: rgb(200, 226, 253);
  padding: 5px;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  position: fixed;
}

.navLink {
  width: 100%;
}

.nav-submenu {
  color: black;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll !important;
}

h3 {
  font-weight: normal;
  color: #555555;
  font-size: 18px;
}

.modal {
  form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  button {
    border-radius: 10px;
    border: none;
    height: 50px;
    width: 70%;
  }

  label,
  h2 {
    color: white;
  }

  input,
  textarea {
    resize: none;
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    border: 0px;
  }
}

td {
  vertical-align: text-top;
}

table {
  width: 100%;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1rem 0;
}

.skill-item {
  padding: 1.2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.skill-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.skill-category {
  margin-bottom: 3rem;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.skill-category h2 {
  color: #2c3e50;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.skill-description {
  color: #7f8c8d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.skill-tag {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.skill-tag:hover {
  transform: translateY(-2px);
}

.skill-tag.expert {
  background: #d4efdf;
  color: #27ae60;
  border-color: #27ae60;
}

.skill-tag.advanced {
  background: #d6eaf8;
  color: #2980b9;
  border-color: #2980b9;
}

.skill-tag.intermediate {
  background: #e8daef;
  color: #8e44ad;
  border-color: #8e44ad;
}

.skill-tag.familiar {
  background: #eaecee;
  color: #34495e;
  border-color: #95a5a6;
}

.projects-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: #f8fafc;
}

.projects-title {
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3.5rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2.5rem;
}

.project-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #e5e7eb;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.project-type {
  color: #3b82f6;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.project-header {
  padding: 2rem 2rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e5e7eb;
}

.project-title {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 1.3;
}

.project-subtitle {
  color: #64748b;
  font-size: 1rem;
}

.project-content {
  padding: 1.5rem 2rem;
  color: #334155;
  line-height: 1.6;
}

.project-bullets {
  list-style-type: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.project-bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.project-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #3b82f6;
}

.project-skills {
  padding: 0 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.project-skill {
  padding: 0.4rem 1rem;
  background: #f1f5f9;
  color: #3b82f6;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.project-skill:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
}

.project-footer {
  padding: 1.5rem 2rem;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.project-button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  margin-right: 1rem;
}

.project-button.primary {
  background: #3b82f6;
  color: white;
}

.project-button.secondary {
  background: #f1f5f9;
  color: #3b82f6;
  border: 1px solid #e5e7eb;
}

.project-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.project-institution {
  color: #64748b;
  font-style: italic;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.projects h1.title-centered::after {
  display: none;
}

.section h1,
.section-50 h1,
.section-33 h1,
.section-90 h1,
.section-80 h1,
.title-centered {
  background: none;
  padding: 0;
  margin: 2rem 0 3rem;
  color: #2c3e50;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.section-title, 
.projects h1.section-title {
  background: none !important;
  padding: 0;
  margin: 2rem 0 3rem;
  color: #2c3e50;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  border: none;
}

.section-title::after,
.projects h1.section-title::after {
  display: none !important;
}

/* Remove all decorative elements */
.section h1::before,
.section h1::after,
.section-50 h1::before,
.section-50 h1::after,
.section-33 h1::before,
.section-33 h1::after,
.section-90 h1::before,
.section-90 h1::after,
.section-80 h1::before,
.section-80 h1::after,
.title-centered::before,
.title-centered::after {
  display: none;
}

.section-title::after {
  display: none;
}

@media (min-width: 600px) {
  .flex-header-col {
    margin-right: 100px !important;
  }

  footer {
    height: 95px;
  }

  footer>table>tr>td {
    padding-right: 50px;
  }

  .border-right {
    padding: 50px;
    border-right: 1px solid black;
  }

  .modal {
    margin-top: 10vh;
    height: auto;
    width: 25vw;
    right: 7vw;
    bottom: 150px;
  }

  .flex-image {
    width: 100%;
    margin: auto;
  }

}

@media (max-width: 600px) {

  html,
  body {
    height: 100%;
    padding: 0px !important;
    margin: 0 auto !important;
    overflow-x: hidden;
  }

  footer>table>tr>td {
    padding-right: 30px;
  }

  footer {
    height: 65px;
  }


  .background {
    height: 100%;
  }

  .flex-image {
    width: 100%;
    margin: auto;
  }

  .modal {
    height: auto;
    width: 70vw;
    bottom: 14vh;
    right: 15vw;
  }

  .content {
    height: auto;
    position: relative;
  }

  .section-50,
  .section-33 {
    width: 80%;
  }

  .flexbox-column {
    flex-direction: column;
    align-items: center;
  }

  td {
    padding: 0px;
    width: auto;
  }

  li {
    display: block;
  }

  h1,
  h2,
  h3,
  .title,
  .paragraph {
    width: auto !important;
    justify-content: center;
  }


  .profileSection {
    width: 100%;
  }
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/home.module.css ***!
  \***************************************************************************/
.LP4064L5EOVvgajRk9Ch {
  margin-top: 100px;
}


._V6uPGv3_65gJYgON4HF {
  margin-right: 20px; /* Add margin to the right */
  max-width: 250px; /* Set max width */
  overflow: hidden;
  padding: 20px;
  flex-direction: column; /* Change to column layout */
  align-items: flex-start; /* Align items to the top */
}

body {
  display: flex;
  flex-direction: column;
}
.MSC7b1FyXaR9oIbFIJMI {
  background: linear-gradient(135deg, #2c3e50, rgb(0, 128, 128) 70%, rgb(0, 128, 128) 100%); /* Adjust gradient to fade into #4ca1af */
  background-size: cover;
  background-position: center;
  padding: 20px 0; /* Adjust padding */
  padding-top: 20px; /* Adjust padding */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  margin: auto; /* Center the card within the container */
}

.Ti0vif9Q_fPJkNcCbmR5 {
  width: 100%; /* Make profile image responsive */
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border: 5px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.KqZ7CnaJ5wUsT7jKihSa > h2 {
  color: #2c3e50;
}

.JjWpgoF1ww8RrdoiUHgc {
  display: flex;
  flex-direction: row; /* Ensure text is on the right of the image */
  align-items: flex-start;
}



@media (max-width: 768px) {
 
}

/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/nav.module-dark.css ***!
  \*******************************************************************************/
.nav {
  position: fixed;
  width: 100%;
  list-style-type: none;
  z-index: 200;
  overflow: hidden;
  background-color: rgb(140, 0, 0);
}

.menuList {
  background: rgb(253, 220, 200);
  background: linear-gradient(0deg, rgba(253, 220, 200, 1) 99%, rgba(140, 0, 0, 1) 100%);
}
.menuList td button {
  width: 100%;
  height: 50px !important;
}
.menuList td button:hover {
  background-color: transparent;
}

.navH1 {
  color: white !important;
  background-color: rgb(253, 220, 200) !important;
  padding: 0px !important;
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/global-dark.css ***!
  \***************************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

model-viewer {
  width: 100%;
  height: auto;
}

.ant-timeline-item-tail {
  background-color: white;
}

.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-top: 3px solid #2c3e50;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}


.ant-timeline .ant-timeline-item-head {
  background-color: #121212;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  margin: 0.5em 0;
}

a {
  color: #e74c3c;
  text-decoration: none;
}

a:hover {
  color: #c0392b;
}

.container {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em;
  margin: 0 auto;
  background-color: #222327;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.5s ease-in-out;
}


button {
  background-color: darkseagreen;
  border: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
  color: white
}

button:hover {
  background-color: darkseagreen;

}

input,
textarea {
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #bdc3c7;
  border-radius: 4px;
}

html,
body {
  margin: 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  font-family: 'Arial, sans-serif';
  background-color: #1a1b1e;
  color: #e0e0e0;
}

.ant-timeline>li {
  transform: scale(1);
  transition: 1s;
}

.ant-timeline>li:hover {
  transform: scale(1.07);
  transition: 1s;
}

.ant-timeline>li:hover .ant-timeline-item-head {
  transform: scale(2);
  transition: 2s;
}

.flex-header-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}

.modal-container {
  z-index: 300;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

tr {
  height: auto;
}

td {
  width: -webkit-fill-available;
  width: -moz-available;
}

.chat {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 0;
}

.section {
  word-wrap: break-word;
  width: auto;
  margin: auto;
  padding: 20px;
}

.modal {
  border-radius: 10px;
  background-color: rgba(3, 145, 253, .95);
  box-shadow: 0px -5px 20px;
  display: flex;
  position: fixed;
  align-content: flex-end;
  flex-wrap: wrap;
}

.section-90 {
  word-wrap: break-word;
  width: 90%;
  margin: auto;
  padding: 20px;
}

.section-60 {
  word-wrap: break-word;
  width: 60%;
  margin: auto;
  padding: 20px;
}

.section-80 {
  word-wrap: break-word;
  width: 80%;
  margin: auto;
  padding: 20px;
}

.section-50 {
  word-wrap: break-word;
  width: 50%;
  margin: auto;
  padding: 20px;
}

.section-33 {
  word-wrap: break-word;
  width: 33%;
  margin: auto;
  padding: 20px;
}

.section,
.section-50,
.section-33,
.section-90,
.section-80 {
  h1 {
    background-color: rgba(253, 220, 200, .7);
    padding: 10px;
    text-align: center;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    color: white;
    margin: auto;
    border-radius: 10px;
    position: relative;
  }

  img {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
}

td>h1 {
  text-align: center;
}

.title {
  font-size: 20px !important;
}

.title-centered {
  text-align: center;
}

td {
  padding: 10px;
}

.flexbox-column {
  display: flex;
  justify-content: center;
  margin: auto;
  height: inherit;
}

.content {
  margin-top: 62px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
}

.flexbox-row {
  td {
    text-align: center;
  }

  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.menu-icon {
  float: left;
}

footer {
  background-color: rgb(200, 226, 253);
  padding: 5px;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  position: fixed;
}

.navLink {
  width: 100%;
}

.nav-submenu {
  color: #e0e0e0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll !important;
}

h3 {
  font-weight: normal;
  color: white;
  font-size: 18px;
}

.modal {
  form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  button {
    border-radius: 10px;
    border: none;
    height: 50px;
    width: 70%;
  }

  label,
  h2 {
    color: white;
  }

  input,
  textarea {
    resize: none;
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    border: 0px;
  }
}

td {
  vertical-align: text-top;
}

table {
  width: 100%;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.projects h1,
.section-title {
  background: none !important;
  padding: 0;
  margin: 2rem 0 3rem;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  border: none;
}

.projects h1::after,
.section-title::after {
  display: none !important;
}

.projects-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: #1a1a1a;
}

.projects-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #e2e8f0;
  letter-spacing: -1px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2.5rem;
}

.project-card {
  background: #2d3748;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.project-type {
  color: #60a5fa;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.project-header {
  padding: 2rem 2rem 1.5rem;
  background: linear-gradient(to right, #2d3748, #1a202c);
  border-bottom: 1px solid #4a5568;
}

.project-title {
  color: #e2e8f0;
}

.project-subtitle {
  color: #a0aec0;
}

.project-content {
  padding: 1.5rem 2rem;
  color: #e2e8f0;
}

.project-skill {
  background: #4a5568;
  color: #e2e8f0;
}

.project-button {
  background: #4299e1;
  color: white;
}

.project-button.secondary {
  background: #4a5568;
  color: #e2e8f0;
}

.project-button:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}

.project-footer {
  background: #2d3748;
  border-top: 1px solid #4a5568;
}

.project-institution {
  color: #a0aec0;
}

/* ...rest of existing dark theme styles... */

@media (min-width: 600px) {
  .flex-header-col {
    margin-right: 100px !important;
  }

  footer {
    height: 95px;
  }

  footer>table>tr>td {
    padding-right: 50px;
  }

  .border-right {
    padding: 50px;
    border-right: 1px solid white;
  }

  .modal {
    margin-top: 10vh;
    height: auto;
    width: 25vw;
    right: 7vw;
    bottom: 150px;
  }

  .flex-image {
    width: 100%;
    margin: auto;
  }

}

@media (max-width: 600px) {

  html,
  body {
    height: 100%;
    padding: 0px !important;
    margin: 0 auto !important;
    overflow-x: hidden;
  }

  footer>table>tr>td {
    padding-right: 30px;
  }

  footer {
    height: 93px;
  }


  .background {
    height: 100%;
  }

  .flex-image {
    width: 100%;
    margin: auto;
  }

  .modal {
    height: auto;
    width: 70vw;
    bottom: 14vh;
    right: 15vw;
  }

  .content {
    height: auto;
    position: relative;
  }

  .section-50,
  .section-33 {
    width: 80%;
  }

  .flexbox-column {
    flex-direction: column;
    align-items: center;
  }

  td {
    padding: 0px;
    width: auto;
  }

  li {
    display: block;
  }

  h1,
  h2,
  h3,
  .title,
  .paragraph {
    width: auto !important;
    justify-content: center;
  }


  .profileSection {
    width: 100%;
  }
}
/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/home.module-dark.css ***!
  \********************************************************************************/
.container {
  margin-top: 100px;
}


.profileSection {
  margin-right: 20px; /* Add margin to the right */
  max-width: 250px; /* Set max width */
  overflow: hidden;
  padding: 20px;
  flex-direction: column; /* Change to column layout */
  align-items: flex-start; /* Align items to the top */
}

body {
  display: flex;
  flex-direction: column;
}
.card {
  background: linear-gradient(135deg, #2c3e50, rgb(0, 128, 128) 70%, rgb(0, 128, 128) 100%); /* Adjust gradient to fade into #4ca1af */
  background-size: cover;
  background-position: center;
  padding: 20px 0; /* Adjust padding */
  padding-top: 20px; /* Adjust padding */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  margin: auto; /* Center the card within the container */
}

.profileImage {
  width: 100%; /* Make profile image responsive */
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2);
  border: 5px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.introductionText > h2 {
  color: #ffffff;
}

.cardContent {
  display: flex;
  flex-direction: row; /* Ensure text is on the right of the image */
  align-items: flex-start;
}



@media (max-width: 768px) {
 
}

