/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[11].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_e8ce0c';src: local("Arial");ascent-override: 90.20%;descent-override: 22.48%;line-gap-override: 0.00%;size-adjust: 107.40%
}.__className_e8ce0c {font-family: '__Inter_e8ce0c', '__Inter_Fallback_e8ce0c';font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --gradient-start: #ff6b6b;
  --gradient-end: #a66cff;
}

body {
  color: white;
  background: #000000;
  margin: 0px;
}

.container {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-width: 70%;
  max-width: 320px;
  min-height: 50vh;
  margin-top: 5vh;
  margin-bottom: 10vh;
}

.text-gradient {
  background: linear-gradient(90deg, #ff6b6b, #a66cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-border {
  background: linear-gradient(45deg, var(--gradient-start), var(--gradient-end));
  border-radius: 9999px;
  padding: 2px;
  display: inline-block;
}

.gradient-border-content {
  background: #fff;
  color: #111;
  border-radius: 9999px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  display: inline-block;
}

.profile-circle {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  margin-bottom: 10px;
  margin-top: 20px;
}

.profile-circle::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.profile-circle img {
  border-radius: 50%;
  background: #000000;
  object-fit: cover;
  border: var(--border-width, 0px) solid #000000;
  box-sizing: border-box;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 9999px;
  font-size: 1.125rem;
  transition: all 0.2s ease;
  text-decoration: none;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.btn-primary {
  background: white;
  border: 2px solid white;
  color: black;
}

.btn-primary:hover {
  background: #f3f3f3;
  transform: translateY(-1px);
}

.btn-secondary {
  border: 2px solid white;
  color: white;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.tech-icon {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}

.tech-name {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-align: center;
}

section {
  width: 90%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

h1, h2, h3 {
  font-family: inherit;
  font-weight: 800;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1rem;
  color: #b3b3b3;
  margin-bottom: 2rem;
}

.shadow-md {
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
}

.bg-white\/5 {
  background: rgba(255,255,255,0.05);
}

.bg-white\/10 {
  background: rgba(255,255,255,0.10);
}

.rounded-xl {
  border-radius: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.terminal-text {
  font-family: 'Consolas', 'Monaco', 'Lucida Console', monospace;
  position: relative;
  color: white;
  font-size: 2.2rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 0.5rem 0;
  height: auto;
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.terminal-prompt {
  display: flex;
  align-items: center;
  height: 100%;
}

.terminal-prompt::before {
  content: '> ';
  color: white;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: 'Consolas', 'Monaco', 'Lucida Console', monospace;
  margin-right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}

@keyframes typing {
  from { width: 0 }
  to { width: var(--typing-width) }
}

@keyframes blink {
  0%, 100% { border-color: transparent }
  50% { border-color: white }
}

.typing-animation {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  width: 0;
  animation: 
    typing 2s steps(var(--character-count)) forwards,
    blink 1s step-end infinite;
  border-right: 3px solid white;
  padding-right: 4px;
  line-height: 1.2;
  height: 100%;
}

.experience-period {
  text-align: right;
  font-size: 1.0rem;
  color: #b3b3b3;
}

.experience-container {
  margin-bottom: 7vh;
}

.education-logos img {
  margin-right: 10px;
}

.education-description {
  white-space: pre-line;
  line-height: 1.6;
}

section {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.experience-logo {
  max-width: 100px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left;
  display: block;
}

.location-text {
  font-family: 'Consolas', 'Monaco', 'Lucida Console', monospace;
  letter-spacing: 0.2em;
  font-weight: 200;
  color: #d3d3d3;
  font-size: 1.1rem;
}

.site-footer {
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #1a1a1a;
  margin-top: 4rem;
  text-align: center;
}

.footer-link {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}

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

.imprint-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
  padding-top: 3rem;
}

.imprint-back-button {
  display: inline-flex;
  align-items: center;
  color: #9ca3af;
  transition: color 0.2s ease;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
}

.imprint-back-button:hover {
  color: white;
}

.imprint-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}

.imprint-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.imprint-section {
  margin-bottom: 0;
}

.imprint-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.imprint-section p {
  color: #d1d5db;
  line-height: 1.6;
}

.imprint-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.imprint-disclaimer h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.5rem;
}

.imprint-disclaimer p {
  font-size: 0.875rem;
  color: #d1d5db;
}

@media (max-width: 640px) {
  .imprint-container {
    padding: 2rem 1rem;
  }
}

/* Social Media Links Styles */
.social-links-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.social-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-icon-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.social-icon-button img {
  width: 60%;
  height: 60%;
}

/* Technology Grid Styles */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

/* Gallery Styles */
.gallery-container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
}

.gallery-scroll {
  display: flex;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 1rem;
  padding: 0 max(1rem, calc(50% - 195px - 1rem));
}

.gallery-scroll::-webkit-scrollbar {
  display: none;
}

.gallery-item-container {
  flex: 0 0 390px;
  width: 390px;
  height: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

/* Responsive gallery item sizes - matches JavaScript calculations */
@media (max-width: 499px) and (min-width: 415px) {
  .gallery-item-container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100vw - 30px);
    width: calc(100vw - 30px);
    max-width: 350px;
  }
}

@media (max-width: 414px) and (min-width: 375px) {
  .gallery-item-container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100vw - 40px);
    width: calc(100vw - 40px);
    max-width: 320px;
  }
}

@media (max-width: 374px) {
  .gallery-item-container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100vw - 60px);
    width: calc(100vw - 60px);
    max-width: 300px;
  }
}

.gallery-item {
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gallery-image-container {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gallery-main-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-video-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.gallery-main-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gallery-thumbnails {
  display: flex;
  gap: 4px;
  height: calc(320px * 1/3 - 4px);
}

.gallery-thumbnail {
  position: relative;
  flex: 1 1;
  cursor: pointer;
}

.gallery-image {
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery-image.loaded {
  opacity: 1;
}

.gallery-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 2rem;
}

.gallery-popup-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-popup-close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: transform 0.2s ease;
}

.gallery-popup-close:hover {
  transform: scale(1.1);
}

.gallery-popup-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gallery-popup-image img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gallery-popup-image video {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  background: black;
}

.gallery-content {
  flex: 1 1;
  padding: 1rem;
  overflow-y: auto;
}

.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.gallery-tag {
  background-color: rgb(55 65 81);
  color: rgb(209 213 219);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .gallery-container {
    
  }
  
  .gallery-item-container {
    flex: 0 0 390px;  /* Keep the same width */
  }
}

@media (max-width: 768px) {
  .gallery-scroll {
    padding: 0 1rem;
  }
}

/* Certifications Section */
.certifications-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  align-items: flex-start;
}

.certification-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 270px; /* Match the iframe height */
}

.certification-badge iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certification-badge:hover iframe {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments for certifications */
@media (max-width: 768px) {
  .certifications-grid {
    gap: 1rem;
  }
  
  .certification-badge {
    min-height: auto;
  }
}
