body {
    font-family: sans-serif;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero {
    height: 100vh;
    min-height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Content Section Styles */
.content-section {
    background-color: #000;
    color: white;
    padding: 40px 20px;
    min-height: 100vh;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.hero::before {
    content: "";
    background: hsla(0, 0%, 40%, 0.25);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero::after {
    content: "";
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 60%,
        rgba(0, 0, 0, 0.3) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero div {
    text-align: center;
    z-index: 1;
}

.hero h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4em;
    font-weight: clamp(3em, 8vw, 9em);
    text-transform: uppercase;
}

.hero p {
    font-size: 1.1em;
    max-width: 600px;
    margin: 1em auto 0 auto; 
    line-height: 1.4em;
}

.glass-card {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 750px;
    padding: 2rem;
    border-radius: 35px;
    backdrop-filter: blur(100px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}


/* From Uiverse.io by adamgiebl */ 
.neu-button {
    background-color: #e0e0e0;
    border-radius: 50px;
    box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    padding: 15px 40px;
    transition: all 0.2s ease-in-out;
    border: 2px solid rgb(206, 206, 206);
    margin-top: 20px;
  }
  
  .neu-button:hover {
    box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
  }
  
  .neu-button:focus {
    outline: none;
    box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
  }




.glass-header {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 750px;
    padding: 2rem;
    border-radius: 35px;
    backdrop-filter: blur(100px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Content Section Styles */
.content-section {
    background-color: #000;
    color: white;
    padding: 40px 20px;
    min-height: 100vh;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content-section h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.content-section > .content-container > p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.info-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.info-card h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5em;
    margin-bottom: 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Content Section Styles */
.content-section {
    background-color: #000;
    color: white;
    padding: 40px 20px;
    min-height: 100vh;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content-section h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.content-section > .content-container > p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.info-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.info-card h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5em;
    margin-bottom: 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Resume Section Styling */
.resume-section {
    margin: 5.5rem 0 3rem 0;
    text-align: center;
}

.resume-section h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    margin-bottom: 2rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.pdf-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 900px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.pdf-container:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.pdf-container iframe {
    border-radius: 30px;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 800px;
    clip-path: inset(0 round 50px);
    -webkit-clip-path: inset(0 round 50px);
    background: transparent;
    background-color: transparent;
}

/* Hide PDF viewer background */
.pdf-container iframe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

/* Download Section Styling */
.download-section {
    margin-top: 2rem;
    text-align: center;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    padding: 16px 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
}

.download-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.25),
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.download-btn:active {
    transform: translateY(0);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.download-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.download-btn:hover .download-icon {
    transform: translateY(2px);
}

/* Skills Section Styles */
.skills-section {
    margin: 4rem 0;
    text-align: center;
}

.section-header {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.5em;
    margin-bottom: 2rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    border-radius: 2px;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 0 1rem;
}

.skill-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    hyphens: auto;
}

.skill-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.skill-box:hover::before {
    left: 100%;
}

.skill-box:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.skill-box:active {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.25),
        0 6px 20px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

/* Responsive Design for Skills */
@media (max-width: 768px) {
    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
        padding: 0 0.5rem;
    }
    
    .skill-box {
        padding: 1rem 0.5rem;
        font-size: 14px;
        min-height: 70px;
    }
    
    .section-header {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.8rem;
    }
    
    .skill-box {
        padding: 0.8rem 0.4rem;
        font-size: 13px;
        min-height: 60px;
    }
    
    .section-header {
        font-size: 1.8em;
    }
}