.single-line-header {
    white-space: nowrap;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    background-color: #f9fafb;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

main {
    padding-top: 11rem;
    background-color: #ffffff;
}

.hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    text-align: left;
    gap: 10rem;
}

.hero-content {
    margin-top: 18rem;
    display: flex;
    flex-direction: column;
    order: 1;
    margin-left: -0.5rem;
}

.hero-content h1 {
    font-size: 3.20rem;
    line-height: 1.25;
    font-weight: bold;
    color:#3c3c3d;
    text-align: left;
    margin-bottom: 0.5rem;
}

.hero-content p {
    font-size: 1.25rem;
    color:  #000000;
    text-align: left;
    margin-top: 0;
}

.hero-buttons {
    text-align: left;
    justify-content: flex-start;
}

.hero-image {
    display: flex;
    order: 2;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.hero-image img {
    border-radius: 0.75rem;
    width: 75%;
}

.section-experience {
    width: 100%;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 4rem;
    background-color: #0d9488;
}

.section-experience h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8rem;
}

.card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1f2937;
    display: flex;
    align-items: center;
}

.card-title i {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    color: #1f2937;
}

.card p {
    font-size: 1em;
    color: #374151;
    line-height: 1.625;
    margin-bottom: 1rem;
}

.card ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #374151;
    padding: 0;
    text-align: left;
}

.card ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #374151;
}

.card h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #0d0d0d;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    font-size: 1rem;
    color: #374151;
    list-style: none;
    padding: 0;
}

.skills-grid li {
    display: flex;
    align-items: center;
}

.skills-grid li i {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: #374151;
    font-size: 1rem;
}

.card .card-button-container {
    margin-top: 2rem;
    text-align: center;
}

.card-button {
    display: inline-block;
    background-color: #1f2937;
    color: #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: bold;
    font-size: 1.rem;
    transition: background-color 200ms;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-button:hover {
    background-color: #111827;
}

.section-about {
    padding-top: 5.0rem;
    padding-bottom: 6.0rem;
    background-color: #f9fafb;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0rem;
    align-items: center;
}

.about-content {
    display: flex;
    flex-direction: column;
    row-gap: 0.0rem;
    margin-left: 3rem;
}

.about-content h3 {
    font-size: 2.25rem;
    font-weight: bold;
    color: #0d0d0d;
}

.about-content p {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
}

.about-image {
    display: flex;
    justify-content: center;
}

.about-image img {
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 66.666667%;
    height: auto;
}

.contact-section {
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #819bb9, #466079); 
    position: relative;
    color: white;
    text-align: center;
    border-radius: 16px;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-top:1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    scroll-margin-top: 160px;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    margin-top: 1rem;
}

.contact-wrapper p{
    font-size: larger;
    line-height: 1.5;
}

.contact-section h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.contact-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color:#000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: 0.0rem;
}

.contact-button:hover {
    background-color: #373737;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.section-vision-mission {
    background-color: #ffffff;
}

.vision-mission-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.vision-mission-grid .card {
    background: #ffffff;
    flex: 1;
    min-width: 250px;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-mission-grid .card h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

.vision-mission-grid .card p {
    line-height: 1.6;
    color: #555;
}

.section-app-sample {
    padding: 100px 0;
    text-align: center;
}

.section-app-sample .section-title {
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111827;
    letter-spacing: -0.5px;
}

.app-sample-content {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

.app-sample-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app-sample-image img {
    width: 550px;
    height: auto;
    border-radius: 20px;
}

.app-sample-text p {
    max-width: 1000px;
    margin-top: 10px;
}

.app-sample-text {
    padding: 30px 50px;
    border-radius: 20px;
    max-width: 1500px;
    margin: 0 auto;
}

footer {
    background-color: #f3f4f6;
    color: #374151;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer .container {
    text-align: center;
}

a {
    text-decoration: none;
}

.section-future-projects {
    padding: 60px 20px;
    text-align: center;
    margin-top: 0;
}

.motivational-text {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
    font-style: italic;
}

.project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.project-image-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
}

.project-image-container img {
    width: 30%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.project-image-container img:hover {
    transform: scale(1.05);
}

.project-description {
    text-align: center;
    max-width: 1000px;
}

.project-description h3 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
}

.project-description p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 1024px) {
    main {
        padding-top: 5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 1.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero-content {
        margin-top: 0;
        margin-left: 0;
        order: initial;
    }

    .hero-content h1 {
        font-size: 1.2rem;
        line-height: 1.3;
        font-weight: 700;
        color: #111827;
        text-align: center;
    }

    .hero-content p {
        font-size: 0.85rem;
        line-height: 1.4;
        color: #374151;
        margin-top: 0.5rem;
        text-align: center;
    }

    .hero-buttons {
        margin-top: 0.8rem;
        text-align: center;
        justify-content: center;
    }

    .hero-buttons .contact-button {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .hero-image {
        order: initial;
        justify-content: center;
    }

    .hero-image img {
        width: 95%;
        max-width: 300px;
        border-radius: 1rem;
        margin-top: -0.5rem;
    }

    .section-experience {
        padding: 1.3rem .5rem;
        border-radius: 12px;
        align-items: center;
        text-align: center;
    }

    .section-experience h2 {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .experience-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .about-grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        text-align: center;
    }
    
    .about-content {
        order: 2;
        text-align: left;
        margin-left: 0;
    }

    .about-content h3 {
        font-size: 1.3rem;
        text-align: center;
    }

    .about-content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .about-image {
        order: 1;
    }

    .about-image img {
        width: 87%;
        max-width: 280px;
        border-radius: 1rem;
    }

    .card {
        padding: 1.2rem;
        width: 100%;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        text-align: left;
    }

    .card-title {
        font-size: 1rem;
        gap: 0.5rem;
    }
    
    .card p {
        text-align: left;
    }

    .skills-grid {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .section-about {
        padding: 1.3rem 1rem;
        margin-top: 4rem;
        margin-bottom: 2.5rem;
    }


    .contact-section {
        width: 96%;
        padding: 1.5rem 1rem;
        border-radius: 12px;
        text-align: center;
        margin-bottom: 0;
        scroll-margin-top: 120px;
    }

    .contact-wrapper h2 {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }

    .contact-wrapper p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .contact-button {
        padding: 0.7rem 1.4rem;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .contact-button:hover {
        background-color: #373737;
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

    .section-vision-mission {
        padding: 1.5rem 1rem;
    }

    .vision-mission-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .section-app-sample .section-title {
        font-size: 1.5rem;
        margin-bottom: 5px;
        color: #111827;
        letter-spacing: -0.5px;
    }

    .vision-mission-grid .card {
        padding: 1.2rem;
        min-width: 100%;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    }

    .section-app-sample {
        padding: 1.5rem 1rem;
    }

    .app-sample-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    }

    .app-sample-image img {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
    }

    .app-sample-text {
        padding: 0.5rem 1rem;
        max-width: 100%;
        text-align: center;
    }

    footer {
        padding: 1.2rem 1rem;
        text-align: center;
        font-size: 0.85rem;
    }

    .project-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .project-image-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: transparent;
        display: block;
        margin: 0;
        padding: 0;
    }
}