/* Font */
/* Logo Font */
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;300;400;500;600&display=swap");
/* font-family: 'Source Code Pro', monospace; */

/* header and text fonts and animations */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,100;1,300&family=Oxygen:wght@300;400&display=swap");
/* font-family: 'Lato', sans-serif;
    font-family: 'Oxygen', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/* font-family: 'Comfortaa', cursive; */

@-webkit-keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @-webkit-keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  .hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }

/* Color Variables */
:root {
    --dark-blue-color: #001d3d;
    --medium-blue-color: #002952;
    --light-blue-color: #003566;
    --white-color: #f5f5f5;
    --gold-color: #f5bc00;
    --ivory-color: #fffceb;
}

/* Resets */
html {
    scroll-behavior: smooth;
}

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

/* General Styling */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Lato", sans-serif;
    color: var(--white-color);
}

p,
span,
li,
i,
label {
    font-family: "Comfortaa", cursive;
    color: var(--white-color);
}

/* Specific Styling */
/* Header */
header {
    background: url(./images/background-waves.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--dark-blue-color);
    width: 100vw;
    height: 100vh;
}

#window-container {
    background-color: rgba(0, 0, 0, 0);
    width: 100vw;
    height: 100vh;
}

#top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 12vh;
    width: 100vw;
}

#top-bar-logo {
    height: 2em;
    margin: 1em;
}

nav {
    margin: 10px;
    padding: 10px;
    position: relative;
    float: right;
}

nav li {
    list-style: none;
    display: inline-block;
    padding: 0.5rem;
    transition: 0.8s;
    font-size: 0.8em;
    border-radius: 10%;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: rgb(255, 213, 135);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

@media (min-width: 500px) {
    #intro {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 88vh;
    }
    
    #heading-container {
        margin-top: 15vh;
        margin-bottom: 5vh;
        padding: 2vw;
        font-size: 3em;
        border: 3px solid var(--white-color);
        width: 35vw;
    }
    
    #heading-container h1 {
        font-size: 1.5em;
        overflow: hidden;
        border-right: 0.15em solid rgb(255, 213, 135);
        white-space: nowrap;
        margin: 0 auto;
        animation: typing 2s steps(30, end), blink-caret 1.5s step-end infinite;
    }
}

@media (max-width: 500px) {
    #intro {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 88vh;
    }
    
    #heading-container {
        margin-top: 15vh;
        margin-bottom: 5vh;
        padding: 2vw;
        font-size: 2em;
        border: 3px solid var(--white-color);
        width: 75vw;
    }
    
    #heading-container h1 {
        font-size: 1.5em;
        overflow: hidden;
        border-right: 0.15em solid rgb(255, 213, 135);
        white-space: nowrap;
        margin: 0 auto;
        animation: typing 2s steps(30, end), blink-caret 1.5s step-end infinite;
    }
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: rgb(255, 213, 135);
    }
}

#intro p {
    width: 50vw;
}

#intro i {
    margin-top: 10vh;
    color: rgb(255, 213, 135);
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* Title Spacer */
/* #spacer {
    background: url(images/title-spacer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
} */

/* About me */
#about-me {
    min-height: 100vh;
    display: flex;
    justify-content: center;

    background: url('images/title-spacer.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about-me-container {
    position: absolute;
    display: flex;
    height: 60vh;
    width: 80vw;
    margin-top: 10vh;
    display: flex;
    justify-content: space-around;
    z-index: 3;
}

#about-me-left {
    margin-top: 10vh;
}

#about-me-left h2,
#about-me-left p,
#about-me-left i {
    color: var(--white-color);
}

#about-me-right {
    color: black;
    display: flex;
    flex-direction: column;
    margin-top: 20vh;
    width: 30vw;
    align-items: center;
    justify-content: center;
}

#about-me-right p {
    margin: 1em;
    font-weight: 100;
    color: black;
}

#about-me-right .socials {
    text-align: center;
    color: black;
}

@media (max-width: 500px) {
    #about-me {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: url('images/title-spacer.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #about-me-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        
        position: absolute;
        z-index: 3;
        
        height: 60vh;
        width: 90vw;
        margin-top: 10vh;
        
        /* border: 1px solid green; */
    }
    
    #about-me-left {
        margin-top: 2vh;
        height: 50vh;
    }

    #avatar {
        height: 200px;
        width: auto;
    }
    
    #about-me-left h2,
    #about-me-left p,
    #about-me-left i {
        color: var(--white-color);
    }
    
    #about-me-right {
        color: black;
        display: flex;
        flex-direction: column;
        margin-top: 5vh;
        width: 80vw;
        align-items: center;
        justify-content: center;
    }
    
    #about-me-right p {
        text-align: center;
        font-weight: 100;
        color: black;
    }
    
    #about-me-right .socials {
        text-align: center;
        color: black;
    }
}

.socials i {
    margin: 1rem;
    color: black;
}

.contacts-button-container {
    text-align: center;
    margin-top: 2em;
}

.contacts-button {
    background: linear-gradient(135deg, var(--medium-blue-color), var(--light-blue-color));
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contacts-button:hover {
    background: linear-gradient(135deg, var(--light-blue-color), var(--medium-blue-color));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (min-width: 500px){
    #about-me img {
        height: 50vh;
        width: auto;
    }
}

#about-me-nav {
    position: absolute;
    bottom: -4em;
}

#about-me-nav i {
    color: rgb(255, 213, 135);
}

/* Modern Projects Section */
#projects {
    margin-top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fefefe;
    position: relative;
    padding: 5vh 0;
}

.projects-container {
    width: 90vw;
    max-width: 1200px;
    text-align: center;
}

#projects h2 {
    color: var(--dark-blue-color);
    margin-bottom: 0.5em;
    font-size: 2.5em;
    font-weight: 600;
}

.projects-intro {
    color: #666;
    font-size: 1.1em;
    max-width: 600px;
    margin: 2em auto 3em auto;
    line-height: 1.6;
}

#projects #title-underline {
    height: 3px;
    width: 60px;
    margin: 0.5em auto 0 auto;
    background: linear-gradient(90deg, var(--gold-color), var(--medium-blue-color));
    border-radius: 20px;
    display: block;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    max-width: 900px;
    gap: 3em;
    margin: 3em auto;
    padding: 0 1em;
    justify-content: center;
}

.project-card.modern {
    background: white;
    border-radius: 20px;
    padding: 2em;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 600px;
}

.project-card.modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

.project-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--medium-blue-color), var(--light-blue-color));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    flex-shrink: 0;
}

.project-icon i {
    color: white;
    font-size: 1.5em;
}

.project-title h3 {
    color: var(--dark-blue-color);
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}

.project-type {
    color: #666;
    font-size: 0.9em;
    font-weight: 400;
}

.project-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5em;
    flex-grow: 1;
}

.tech-stack-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-bottom: 2em;
}

.tech-tag {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: var(--dark-blue-color);
    padding: 0.4em 0.8em;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
    border: 1px solid #dee2e6;
}

.project-links {
    display: flex;
    gap: 1em;
    margin-top: auto;
}

.project-btn {
    flex: 1;
    padding: 0.8em 1.2em;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 0.9em;
}

.project-btn.primary {
    background: linear-gradient(135deg, var(--medium-blue-color), var(--light-blue-color));
    color: white;
    border: none;
}

.project-btn.primary:hover {
    background: linear-gradient(135deg, var(--light-blue-color), var(--dark-blue-color));
    transform: translateY(-2px);
}

.project-btn.secondary {
    background: transparent;
    color: var(--medium-blue-color);
    border: 2px solid var(--medium-blue-color);
}

.project-btn.secondary:hover {
    background: var(--medium-blue-color);
    color: white;
    transform: translateY(-2px);
}

/* Project Screenshots Section */
.project-screenshots {
    margin: 1.5em 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenshot-placeholder-static {
    text-align: center;
    color: #6c757d;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.screenshot-placeholder-static i {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: var(--medium-blue-color);
}

.screenshot-placeholder-static p {
    margin: 0.5em 0 0.2em 0;
    font-weight: 500;
    font-size: 1.1em;
    color: var(--dark-blue-color);
}

.coming-soon {
    font-size: 0.9em;
    color: #868e96;
    font-style: italic;
}

/* Screenshot gallery for actual images */
.screenshot-gallery {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screenshot-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.screenshot-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* Mobile responsive design for projects */
@media (max-width: 768px) {
    .projects-container {
        width: 95vw;
        padding: 0 1em;
    }

    #projects h2 {
        font-size: 2em;
    }

    .projects-intro {
        font-size: 1em;
        margin: 1.5em auto 2em auto;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 2em;
        margin: 2em auto;
    }

    .project-card.modern {
        padding: 1.5em;
    }

    .project-header {
        margin-bottom: 1em;
    }

    .project-icon {
        width: 50px;
        height: 50px;
        margin-right: 0.8em;
    }

    .project-icon i {
        font-size: 1.2em;
    }

    .project-title h3 {
        font-size: 1.3em;
    }

    .project-type {
        font-size: 0.8em;
    }

    .project-description {
        font-size: 0.95em;
        margin-bottom: 1.2em;
    }

    .tech-stack-modern {
        gap: 0.4em;
        margin-bottom: 1.5em;
    }

    .tech-tag {
        font-size: 0.75em;
        padding: 0.3em 0.6em;
    }

    .project-links {
        flex-direction: column;
        gap: 0.8em;
    }

    .project-btn {
        padding: 0.7em 1em;
        font-size: 0.85em;
    }
}

#projects-nav {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
}

#projects-nav i {
    color: var(--gold-color);
}


/* footer */
footer {
    height: 75vh;
}

#footer-window-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(images/footer-waves3.svg);
    background-size: cover;
}

#footer-content {
    position: relative;
    top: 45vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer h1 {
    color: black;
}

footer p {
    margin: 0.5em;
    color: black;
}

footer i {
    color: black;
}

/* Current Role section */
#current-role {
    background: #fefefe;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#current-role-container {
    width: 80vw;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

#current-role h2 {
    color: var(--dark-blue-color);
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

#role-content {
    display: flex;
    justify-content: center;
    margin: 3em 0;
}

#role-info {
    max-width: 800px;
}

#role-info h3 {
    color: var(--medium-blue-color);
    font-size: 1.8em;
    margin-bottom: 1em;
}

#role-info p {
    color: #333;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 2em;
}

#role-highlights {
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
}

.highlight-item i {
    color: var(--gold-color);
    font-size: 2em;
    margin-bottom: 0.5em;
}

.highlight-item span {
    color: var(--dark-blue-color);
    font-weight: 500;
    text-align: center;
}

#current-role-nav {
    position: absolute;
    bottom: -2em;
    left: 50%;
    transform: translateX(-50%);
}

#current-role-nav i {
    color: var(--gold-color);
}

/* Technical Skills section */
#technical-skills {
    background: #fefefe;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#skills-container {
    width: 80vw;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

#technical-skills h2 {
    color: var(--dark-blue-color);
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

#skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3em;
    margin: 3em 0;
}

.skill-category {
    background: white;
    padding: 2em;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.skill-category h3 {
    color: var(--medium-blue-color);
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

.skills-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5em;
}

.skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    border-radius: 10px;
    background: #f8f9fa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.skill-item i {
    color: var(--dark-blue-color);
    margin-bottom: 0.5em;
}

.skill-logo {
    height: 2em;
    width: auto;
    margin-bottom: 0.5em;
}

.skill-item span {
    color: var(--dark-blue-color);
    font-weight: 500;
    font-size: 0.9em;
}

#skills-nav {
    position: absolute;
    bottom: -2em;
    left: 50%;
    transform: translateX(-50%);
}

#skills-nav i {
    color: var(--gold-color);
}

/* Certifications section */
#certifications {
    background: #fefefe;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#certifications-container {
    width: 80vw;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

#certifications h2 {
    color: var(--dark-blue-color);
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

#certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    margin: 3em 0;
}

.certification-item {
    background: white;
    padding: 2em;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5em;
}

.cert-icon i {
    color: var(--gold-color);
    font-size: 2.5em;
}

.cert-icon .fa-aws {
    color: #FF9900;
}

.cert-icon .fa-linux {
    color: #000000;
}

.cert-info {
    text-align: left;
}

.cert-info h3 {
    color: var(--dark-blue-color);
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.cert-issuer {
    color: var(--medium-blue-color);
    font-weight: 500;
    margin-bottom: 0.3em;
}

.cert-date {
    color: #666;
    font-size: 0.9em;
}

#certifications-nav {
    position: absolute;
    bottom: -2em;
    left: 50%;
    transform: translateX(-50%);
}

#certifications-nav i {
    color: var(--gold-color);
}

/* Let's Connect section */
#lets-connect {
    background: var(--dark-blue-color);
    background-image: url(images/footer-waves3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#connect-container {
    width: 80vw;
    max-width: 1200px;
    text-align: center;
}

#lets-connect h2 {
    color: var(--dark-blue-color);
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.connect-intro {
    color: var(--dark-blue-color);
    font-size: 1.2em;
    margin: 2em 0;
}

#lets-connect #title-underline {
    background-color: var(--dark-blue-color);
}

#connect-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3em;
    margin: 4em 0;
}

.connect-method {
    background: white;
    padding: 2.5em 1.5em;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}

.connect-method:hover {
    transform: translateY(-10px);
}

.connect-icon {
    margin-bottom: 1.5em;
}

.connect-icon i {
    color: var(--dark-blue-color);
}

.connect-method h3 {
    color: var(--dark-blue-color);
    font-size: 1.5em;
    margin-bottom: 1em;
}

.connect-method p {
    color: #666;
    margin-bottom: 1.5em;
    flex-grow: 1;
}

.connect-button {
    background: linear-gradient(135deg, var(--medium-blue-color), var(--light-blue-color));
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.connect-button:hover {
    background: linear-gradient(135deg, var(--light-blue-color), var(--medium-blue-color));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#footer-quote {
    margin-top: 4em;
    padding-top: 2em;
    position: relative;
    z-index: 2;
}

#footer-quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 2px;
    background-color: var(--white-color);
    border-radius: 2px;
}

#footer-logo {
    height: 4em;
    margin-bottom: 1em;
    filter: brightness(0) invert(1); /* Make logo white on dark background */
}

#footer-quote p {
    color: var(--white-color);
    font-style: italic;
    font-size: 1.1em;
    max-width: 400px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Mobile responsive adjustments */
@media (max-width: 500px) {
    #current-role-container,
    #skills-container,
    #certifications-container,
    #connect-container {
        width: 90vw;
    }

    #role-highlights {
        gap: 1em;
    }

    .highlight-item {
        min-width: 120px;
        padding: 0.8em;
    }

    #skills-grid {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .skills-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }

    #connect-options {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .certification-item {
        flex-direction: column;
        text-align: center;
    }

    .cert-info {
        text-align: center;
    }

    #footer-quote {
        margin-top: 2em;
        padding: 1.5em;
    }

    #footer-logo {
        height: 3em;
    }

    #footer-quote p {
        font-size: 1em;
    }
}