/* =========================================
   GOOGLE FONT
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');


/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}


body {
    font-family: "Inter", Arial, sans-serif;

    background: #ffffff;

    color: #171717;

    line-height: 1.6;

    overflow-x: hidden;
}


a {
    text-decoration: none;

    color: inherit;
}


img {
    width: 100%;

    display: block;
}


button,
input,
textarea {
    font-family: inherit;
}


/* =========================================
   COMMON SECTION
========================================= */

.section {
    padding: 100px 8%;

    opacity: 1;

    transform: translateY(0);
}


.section-title {
    max-width: 1050px;

    margin: 0 auto 55px;

    text-align: center;
}


.section-title>p:first-child {
    color: #999;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 10px;
}


.section-title h2 {
    font-size: 38px;

    font-weight: 800;

    letter-spacing: -1.5px;

    line-height: 1.2;
}


.section-title h2 span {
    color: #777;
}


.section-description {
    color: #888;
    font-size: 13px;
    align-items: center;
    t max-width: 550px;
    margin: 12px auto 0;
}


/* =========================================
   HEADER / NAVBAR
========================================= */

.header {
    width: 100%;

    height: 75px;

    padding: 0 8%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: rgba(255, 255, 255, 0.96);

    border-bottom: 1px solid #eeeeee;

    position: sticky;

    top: 0;

    z-index: 1000;

    backdrop-filter: blur(10px);
}


/* Logo */

.logo {
    font-size: 28px;

    font-weight: 800;

    letter-spacing: -2px;
}


.logo span {
    color: #888;
}


/* Navigation */

.navbar {
    display: flex;

    align-items: center;

    gap: 30px;
}


.navbar a {
    position: relative;

    font-size: 11px;

    font-weight: 600;

    text-transform: uppercase;

    color: #444;

    transition: 0.3s ease;
}


.navbar a::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: -7px;

    width: 0;

    height: 1px;

    background: #171717;

    transition: 0.3s ease;
}


.navbar a:hover {
    color: #999;
}


.navbar a:hover::after {
    width: 100%;
}


/* Menu Button */

.menu-btn {
    display: none;

    border: none;

    background: transparent;

    font-size: 25px;

    cursor: pointer;

    color: #171717;
}


/* =========================================
   HOME SECTION
========================================= */

.home {
    min-height: calc(100vh - 75px);

    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    align-items: center;

    gap: 70px;
}


.home-content {
    max-width: 600px;
}


.small-title {
    color: #999;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;
}


.home-content h1 {
    font-size: clamp(45px, 6vw, 72px);

    line-height: 1;

    letter-spacing: -4px;

    margin-bottom: 15px;
}


.home-content h1 span {
    color: #777;
}


.home-content h2 {
    font-size: 22px;

    font-weight: 500;

    color: #666;

    margin-bottom: 20px;
}


.description {
    max-width: 520px;

    color: #777;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 30px;
}


/* =========================================
   HOME BUTTONS
========================================= */

.home-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}


.btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 130px;

    padding: 12px 20px;

    background: #171717;

    color: #ffffff;

    border: 1px solid #171717;

    font-size: 15px;

    font-weight: 600;

    transition: 0.3s ease;
}


.btn:hover {
    background: #444;

    border-color: #444;

    transform: translateY(-2px);
}


.btn-outline {
    background: #ffffff;

    color: #171717;
}


.btn-outline:hover {
    background: #171717;

    color: #ffffff;
}


/* =========================================
   HOME IMAGE
========================================= */

.home-image {
    width: 100%;

    height: 420px;

    background: #f7f4f4;

    overflow: hidden;

    position: relative;
}


.home-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s ease;
}


.home-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   ABOUT SECTION
========================================= */

.about {
    background: #ffffff;
}


/* About Title */

.about .section-title {
    text-align: left;

    max-width: 1050px;

    margin: 0 auto 55px;
}


.about .section-title>p:first-child {
    color: #999;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 10px;
}


.about .section-title h2 {
    font-size: 38px;

    font-weight: 800;

    letter-spacing: -1.5px;

    line-height: 1.2;
}


.about .section-title h2 span {
    color: #777;
}


.about .section-description {
    margin: 12px 0 0;

    color: #777;

    font-size: 13px;
}


/* About Container */

.about-container {
    max-width: 1050px;

    margin: auto;

    display: grid;

    grid-template-columns: 0.7fr 1.3fr;

    gap: 25px;

    align-items: start;
}


/* =========================================
   ABOUT IMAGE
========================================= */

.about-image {
    width: 100%;

    height: 315px;

    overflow: hidden;

    background: #f7f4f4;
}


.about-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: 0.5s ease;
}


.about-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   ABOUT CONTENT
========================================= */

.about-content {
    text-align: left;

    padding-left: 0;
}


.about-content h3 {
    color: #171717;

    font-size: 23px;

    font-weight: 700;

    margin-bottom: 20px;

    line-height: 1.3;
}


.about-intro {
    color: #777;

    font-size: 13px;

    line-height: 1.8;

    font-style: italic;

    margin-bottom: 25px;
}


/* =========================================
   PERSONAL INFORMATION
========================================= */

.personal-info {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 45px;

    margin-bottom: 25px;
}


.info-column {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


.info-item {
    display: flex;

    align-items: center;

    gap: 7px;

    color: #555;

    font-size: 12px;

    line-height: 1.5;
}


.info-item strong {
    color: #444;

    font-weight: 700;

    white-space: nowrap;
}


.info-icon {
    color: #e85b83;

    font-size: 22px;

    line-height: 12px;

    font-weight: 400;
}


.info-item>span:last-child {
    color: #666;
}


/* =========================================
   ABOUT DESCRIPTION
========================================= */

.about-description {
    color: #666;

    font-size: 13px;

    line-height: 1.8;

    margin-top: 20px;

    margin-bottom: 30px;
}


/* =========================================
   SKILLS
========================================= */

.skills {
    margin-top: 10px;
}


.skills h3 {
    font-size: 18px;

    color: #222;

    margin-bottom: 15px;
}


.skill-list {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
}


.skill {
    background: #ffffff;

    border: 1px solid #e5e5e5;

    padding: 10px 12px;

    font-size: 11px;

    color: #555;

    transition: 0.3s ease;
}


.skill:hover {
    background: #171717;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================
   PROJECTS
========================================= */

.projects {
    background: #f6f6f6;
}


.project-container {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


.project-card {
    background: #ffffff;

    border: 1px solid #e5e5e5;

    overflow: hidden;

    transition: 0.3s ease;
}


.project-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.08);
}


/* Project Image */

.project-image {
    width: 100%;

    height: 190px;

    background: #f7f4f4;

    overflow: hidden;
}


.project-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s ease;
}


.project-card:hover .project-image img {
    transform: scale(1.05);
}


/* Project Content */

.project-content {
    padding: 20px;
}


.project-content h3 {
    font-size: 16px;

    margin-bottom: 8px;
}


.project-content p {
    color: #888;

    font-size: 11px;

    line-height: 1.7;

    min-height: 58px;
}


/* =========================================
   PROJECT BUTTONS
========================================= */

.project-buttons {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 18px;
}


.project-btn {
    background: #171717;

    color: #ffffff;

    padding: 8px 13px;

    font-size: 9px;

    font-weight: 600;

    transition: 0.3s ease;
}


.project-btn:hover {
    background: #444;
}


.github-btn {
    font-size: 10px;

    font-weight: 600;

    text-decoration: underline;
}


.github-btn:hover {
    color: #777;
}

/* =========================================
   CERTIFICATES SECTION
========================================= */

.certificates {
    background: #ffffff;
}


.certificate-container {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* =========================================
   CERTIFICATE CARD
========================================= */

.certificate-card {
    background: #ffffff;

    border: 1px solid #e5e5e5;

    overflow: hidden;

    transition: 0.3s ease;
}


.certificate-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.08);
}


/* =========================================
   CERTIFICATE IMAGE
========================================= */

.certificate-image {
    width: 100%;

    height: 220px;

    background: #f7f4f4;

    overflow: hidden;
}


.certificate-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 0.5s ease;
}


.certificate-card:hover .certificate-image img {
    transform: scale(1.04);
}


/* =========================================
   CERTIFICATE CONTENT
========================================= */

.certificate-content {
    padding: 20px;
}


.certificate-content h3 {
    font-size: 16px;

    color: #171717;

    margin-bottom: 8px;
}


.certificate-content p {
    color: #888;

    font-size: 11px;

    line-height: 1.7;

    min-height: 55px;

    margin-bottom: 15px;
}


/* =========================================
   CERTIFICATE BUTTON
========================================= */

.certificate-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #171717;

    color: #ffffff;

    padding: 9px 14px;

    font-size: 10px;

    font-weight: 600;

    transition: 0.3s ease;
}


.certificate-btn:hover {
    background: #444;

    transform: translateY(-2px);
}


/* =========================================
   CERTIFICATE TABLET
========================================= */

@media (max-width: 900px) {

    .certificate-container {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================
   CERTIFICATE MOBILE
========================================= */

@media (max-width: 600px) {

    .certificate-container {
        grid-template-columns: 1fr;
    }


    .certificate-image {
        height: 230px;
    }

}

/* =========================================
   RESUME SECTION
========================================= */

.resume {
    background: #f6f6f6;
}


/* =========================================
   RESUME CONTAINER
========================================= */

.resume-container {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;

    align-items: start;
}


/* =========================================
   RESUME COLUMN
========================================= */

.resume-column {
    display: flex;

    flex-direction: column;

    gap: 30px;
}


/* =========================================
   RESUME BLOCK
========================================= */

.resume-block {
    width: 100%;
}


.resume-heading {
    position: relative;

    font-size: 30px;

    font-weight: 800;

    color: #171717;

    margin-bottom: 20px;

    padding-left: 18px;
}


.resume-heading::before {
    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 4px;

    height: 24px;

    background: #171717;
}


/* =========================================
   RESUME CARD
========================================= */

.resume-card {
    background: #ffffff;

    border: 1px solid #e5e5e5;

    padding: 25px;

    transition: 0.3s ease;

    position: relative;
}


.resume-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.07);
}


/* =========================================
   RESUME CARD TEXT
========================================= */

.resume-card h4 {
    font-size: 20px;

    font-weight: 700;

    color: #171717;

    line-height: 1.4;

    margin-bottom: 8px;
}


.resume-card h5 {
    font-size: 20px;

    font-weight: 600;

    color: #777;

    margin-bottom: 15px;
}


.resume-card p {
    color: #777;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 15px;
}


/* =========================================
   RESUME DATE
========================================= */

.resume-date {
    display: inline-block;

    color: #777;

    background: #f3f3f3;

    border: 1px solid #e5e5e5;

    padding: 5px 10px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.5px;

    margin-bottom: 15px;
}


/* =========================================
   SUMMARY
========================================= */

.resume-summary {
    line-height: 1.9 !important;

    margin-bottom: 20px !important;
}


.resume-contact {
    border-top: 1px solid #eeeeee;

    padding-top: 15px;

    display: grid;

    gap: 7px;
}


.resume-contact p {
    margin: 0;

    font-size: 15px;
}


.resume-contact strong {
    color: #333;
}


/* =========================================
   EXPERIENCE LIST
========================================= */

.experience-card ul {
    padding-left: 18px;

    margin-top: 10px;
}


.experience-card li {
    color: #777;

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 9px;

    padding-left: 3px;
}


.experience-card li::marker {
    color: #171717;
}


/* =========================================
   TECHNICAL SKILLS
========================================= */

.resume-skills {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;
}


.resume-skills span {
    display: inline-block;

    background: #ffffff;

    border: 3px solid #dddddd;

    color: #555;

    padding: 9px 13px;

    font-size: 15px;

    font-weight: 600;

    transition: 0.3s ease;
}


.resume-skills span:hover {
    background: #171717;

    color: #ffffff;

    border-color: #171717;

    transform: translateY(-2px);
}


/* =========================================
   DOWNLOAD RESUME
========================================= */

.resume-download {
    display: flex;

    justify-content: center;

    margin-top: 50px;
}


.resume-download .btn {
    min-width: 170px;

    text-align: center;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .resume-container {
        grid-template-columns: 1fr;

        max-width: 700px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .resume-container {
        gap: 25px;
    }


    .resume-column {
        gap: 25px;
    }


    .resume-heading {
        font-size: 19px;
    }


    .resume-card {
        padding: 20px;
    }


    .resume-card h4 {
        font-size: 16px;
    }


    .resume-card p {
        font-size: 11px;
    }


    .experience-card li {
        font-size: 10px;

        line-height: 1.7;
    }


    .resume-skills {
        gap: 7px;
    }


    .resume-skills span {
        padding: 8px 10px;

        font-size: 9px;
    }

}

```css
/* =========================================
   MY COMPANY
========================================= */

.company {
    background: #ffffff;
}


/* =========================================
   COMPANY CONTAINER
========================================= */

.company-container {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: start;
}


/* =========================================
   COMPANY CONTENT
========================================= */

.company-content {
    padding: 10px 0;
}


.company-logo {
    display: inline-block;

    font-size: 48px;

    font-weight: 800;

    letter-spacing: -5px;

    color: #171717;

    margin-bottom: 20px;
}


.company-logo span {
    color: #777;
}


.company-content h3 {
    font-size: 24px;

    line-height: 1.4;

    margin-bottom: 18px;
}


.company-content > p {
    color: #777;

    font-size: 13px;

    line-height: 1.9;

    margin-bottom: 14px;
}


/* =========================================
   FOUNDER
========================================= */

.company-founder {
    border-left: 3px solid #171717;

    padding-left: 15px;

    margin-top: 25px;

    display: flex;

    flex-direction: column;

    gap: 3px;
}


.company-founder strong {
    font-size: 14px;

    color: #171717;
}


.company-founder span {
    font-size: 10px;

    color: #999;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================
   COMPANY BUTTONS
========================================= */

.company-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;

    margin-top: 28px;
}


/* =========================================
   SERVICES
========================================= */

.company-services h3 {
    font-size: 21px;

    margin-bottom: 20px;
}


.service-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;
}


.service-card {
    background: #f7f7f7;

    border: 1px solid #e5e5e5;

    padding: 22px;

    transition: 0.3s ease;
}


.service-card:hover {
    background: #171717;

    color: #ffffff;

    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);
}


.service-number {
    font-size: 10px;

    font-weight: 700;

    color: #999;

    margin-bottom: 14px;
}


.service-card:hover .service-number {
    color: #aaa;
}


.service-card h4 {
    font-size: 14px;

    margin-bottom: 8px;
}


.service-card p {
    color: #777;

    font-size: 10px;

    line-height: 1.7;
}


.service-card:hover p {
    color: #ccc;
}


/* =========================================
   COMPANY HIGHLIGHTS
========================================= */

/* =========================================
   MY COMPANY SECTION
========================================= */

.company {
    background: #ffffff;
}


/* =========================================
   COMPANY CONTAINER
========================================= */

.company-container {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;

    align-items: start;
}


/* =========================================
   COMPANY INTRODUCTION
========================================= */

.company-content {
    padding: 10px 0;
}


.company-logo {
    display: inline-block;

    font-size: 52px;
    font-weight: 800;
    letter-spacing: -6px;

    color: #171717;

    margin-bottom: 15px;
}


.company-logo span {
    color: #777;
}


/* Founder Photo */

.testimonial-img {
    width: 95px;
    height: 95px;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid #eeeeee;

    margin-bottom: 18px;

    transition: 0.3s ease;
}


.testimonial-img:hover {
    transform: scale(1.06);

    border-color: #171717;
}


/* Company Heading */

.company-content h3 {
    font-size: 25px;

    line-height: 1.4;

    margin-bottom: 18px;

    color: #171717;
}


/* Company Paragraph */

.company-content > p {
    color: #777;

    font-size: 14px;

    line-height: 1.9;

    margin-bottom: 14px;
}


/* =========================================
   FOUNDER
========================================= */

.company-founder {
    border-left: 3px solid #171717;

    padding-left: 15px;

    margin-top: 25px;

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.company-founder strong {
    font-size: 15px;

    color: #171717;
}


.company-founder span {
    font-size: 10px;

    color: #999;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================
   COMPANY BUTTONS
========================================= */

.company-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;

    margin-top: 28px;
}


/* =========================================
   SERVICES
========================================= */

.company-services h3 {
    font-size: 22px;

    margin-bottom: 20px;
}


.service-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;
}


.service-card {
    background: #f7f7f7;

    border: 1px solid #e5e5e5;

    padding: 22px;

    min-height: 175px;

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;
}


/* Top line animation */

.service-card::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 3px;

    background: #171717;

    transition: 0.3s ease;
}


.service-card:hover::before {
    width: 100%;
}


.service-card:hover {
    background: #ffffff;

    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.08);
}


.service-number {
    font-size: 10px;

    font-weight: 700;

    color: #999;

    margin-bottom: 14px;
}


.service-card h4 {
    font-size: 15px;

    color: #171717;

    margin-bottom: 8px;
}


.service-card p {
    color: #777;

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================
   COMPANY HIGHLIGHTS
========================================= */

.company-highlights {
    max-width: 1100px;

    margin: 60px auto 0;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #e5e5e5;
}


.company-stat {
    padding: 28px 15px;

    text-align: center;

    border-right: 1px solid #e5e5e5;

    transition: 0.3s ease;
}


.company-stat:last-child {
    border-right: none;
}


.company-stat:hover {
    background: #f7f7f7;
}


.company-stat strong {
    display: block;

    font-size: 18px;

    color: #171717;

    margin-bottom: 5px;
}


.company-stat span {
    font-size: 10px;

    color: #999;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================
   COMPANY CONTACT
========================================= */

.company-contact {
    max-width: 1100px;

    margin: 65px auto 0;

    padding-top: 45px;

    border-top: 1px solid #e5e5e5;
}


.company-contact-title {
    text-align: center;

    margin-bottom: 32px;
}


.company-contact-title p {
    color: #999;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 8px;
}


.company-contact-title h3 {
    font-size: 26px;

    font-weight: 800;
}


.company-contact-title h3 span {
    color: #777;
}


/* Contact Grid */

.company-contact-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 16px;
}


.company-contact-item {
    display: flex;

    align-items: center;

    gap: 14px;

    padding: 20px;

    background: #f7f7f7;

    border: 1px solid #e5e5e5;

    min-height: 90px;

    transition: 0.3s ease;
}


.company-contact-item:hover {
    background: #ffffff;

    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);
}


/* Contact Icon */

.company-contact-icon {
    width: 40px;

    height: 40px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #171717;

    color: #ffffff;

    font-size: 15px;
}


.company-contact-item strong {
    display: block;

    font-size: 11px;

    color: #171717;

    margin-bottom: 4px;
}


.company-contact-item p {
    color: #888;

    font-size: 10px;

    word-break: break-word;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .company-container {
        grid-template-columns: 1fr;

        gap: 45px;

        max-width: 700px;
    }

    .company-content {
        text-align: center;
    }

    .testimonial-img {
        margin-left: auto;
        margin-right: auto;
    }

    .company-founder {
        width: fit-content;

        margin-left: auto;
        margin-right: auto;

        text-align: left;
    }

    .company-buttons {
        justify-content: center;
    }

    .company-highlights {
        max-width: 700px;
    }

    .company-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .company-logo {
        font-size: 44px;
    }

    .company-content h3 {
        font-size: 21px;
    }

    .company-content > p {
        font-size: 12px;
    }

    .testimonial-img {
        width: 85px;
        height: 85px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .company-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .company-stat {
        border-right: 1px solid #e5e5e5;

        border-bottom: 1px solid #e5e5e5;
    }

    .company-stat:nth-child(2n) {
        border-right: none;
    }

    .company-contact {
        margin-top: 45px;

        padding-top: 35px;
    }

    .company-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .company-container {
        grid-template-columns: 1fr;

        gap: 45px;

        max-width: 700px;
    }

    .company-content {
        text-align: center;
    }

    .company-founder {
        width: fit-content;

        margin-left: auto;
        margin-right: auto;

        text-align: left;
    }

    .company-buttons {
        justify-content: center;
    }

    .company-highlights {
        max-width: 700px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .company-logo {
        font-size: 40px;
    }

    .company-content h3 {
        font-size: 21px;
    }

    .company-content > p {
        font-size: 12px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .company-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .company-stat {
        border-right: 1px solid #e5e5e5;

        border-bottom: 1px solid #e5e5e5;
    }

    .company-stat:nth-child(2n) {
        border-right: none;
    }

}



/* =========================================
   team / TEAMMATES
========================================= */

.team {
    background: #f6f6f6;

    overflow: hidden;
}


/* =========================================
   SLIDER
========================================= */

.testimonial-slider {
    max-width: 1100px;

    margin: auto;

    overflow: hidden;
}


/* =========================================
   TRACK
========================================= */

.testimonial-track {
    display: flex;

    gap: 25px;

    transition: transform 1.7s ease;

    will-change: transform;
}


/* =========================================
   CARD
========================================= */

.testimonial-card {

    flex: 0 0 calc((100% - 50px) / 3);

    background: #ffffff;

    border: 1px solid #e5e5e5;

    padding: 30px;

    min-height: 290px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    position: relative;

    transition: 0.3s ease;
}


.testimonial-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.08);

}


/* =========================================
   QUOTE ICON
========================================= */

.testimonial-icon {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #171717;

    color: #ffffff;

    font-size: 25px;

    font-weight: 700;

    margin-bottom: 20px;
}


/* =========================================
   TESTIMONIAL TEXT
========================================= */

.testimonial-text {

    color: #777;

    font-size: 12px;

    line-height: 1.9;

    margin-bottom: 25px;
}


/* =========================================
   PERSON
========================================= */

.testimonial-person {

    border-top: 1px solid #eeeeee;

    padding-top: 15px;
}


.testimonial-person h3 {

    font-size: 15px;

    color: #171717;

    margin-bottom: 4px;
}


.testimonial-person span {

    color: #999;

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================
   DOTS
========================================= */

.testimonial-dots {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin-top: 30px;
}


.testimonial-dots button {

    width: 8px;

    height: 8px;

    border: none;

    border-radius: 50%;

    background: #ccc;

    cursor: pointer;

    padding: 0;

    transition: 0.3s ease;
}


.testimonial-dots button.active {

    width: 25px;

    border-radius: 10px;

    background: #171717;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .testimonial-card {

        flex: 0 0 calc((100% - 25px) / 2);

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .testimonial-card {

        flex: 0 0 100%;

        min-height: 270px;

        padding: 25px;

    }


    .testimonial-text {

        font-size: 11px;

    }

}
/* =========================================
   TEAMMATE PHOTO
========================================= */

.testimonial-person {
    border-top: 1px solid #eeeeee;

    padding-top: 18px;

    text-align: center;
}


.testimonial-person img {
    width: 75px;
    height: 75px;

    border-radius: 50%;

    object-fit: cover;

    margin: 0 auto 12px;

    border: 2px solid #eeeeee;

    transition: 0.3s ease;
}


.testimonial-card:hover
.testimonial-person img {
    transform: scale(1.08);

    border-color: #171717;
}


.testimonial-person h3 {
    font-size: 15px;

    color: #171717;

    margin-bottom: 4px;
}


.testimonial-person span {
    color: #999;

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;
}

/* =========================================
   CONTACT SECTION
========================================= */

.contact {
    background: #ffffff;
}


.contact-container {
    max-width: 950px;

    margin: auto;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 70px;

    align-items: start;
}


/* Contact Information */

.contact-info h3 {
    font-size: 25px;

    margin-bottom: 15px;
}


.contact-info>p {
    color: #777;

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 30px;
}


.contact-item {
    margin-bottom: 20px;
}


.contact-item strong {
    display: block;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 3px;
}


.contact-item p {
    color: #777;

    font-size: 12px;
}


/* =========================================
   CONTACT FORM
========================================= */

.contact-form {
    display: grid;

    gap: 13px;
}


.input-group input,
.input-group textarea {
    width: 100%;

    border: 1px solid #ddd;

    background: #ffffff;

    padding: 14px;

    outline: none;

    font-size: 12px;

    color: #222;

    transition: 0.3s ease;
}


.input-group textarea {
    resize: vertical;

    min-height: 130px;
}


.input-group input:focus,
.input-group textarea:focus {
    border-color: #555;

    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.03);
}


.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #aaa;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.submit-btn {
    width: 100%;

    border: 1px solid #171717;

    background: #171717;

    color: #ffffff;

    padding: 13px;

    font-size: 11px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;
}


.submit-btn:hover {
    background: #444;

    border-color: #444;

    transform: translateY(-2px);
}


.form-message {
    text-align: center;

    min-height: 18px;

    color: #777;

    font-size: 11px;
}


/* =========================================
   FOOTER
========================================= */

.footer {
    min-height: 75px;

    padding: 20px 8%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid #eeeeee;

    background: #ffffff;

    color: #999;

    font-size: 10px;
}


.footer-links {
    display: flex;

    gap: 20px;
}


.footer-links a {
    transition: 0.3s ease;
}


.footer-links a:hover {
    color: #222;
}


/* =========================================
   SCROLL ANIMATION
========================================= */

.section.animate {
    opacity: 0;

    transform: translateY(30px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}


.section.animate.show {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .header {
        padding: 0 5%;
    }


    .section {
        padding: 80px 6%;
    }


    /* Home */

    .home {
        grid-template-columns: 1fr;

        gap: 45px;

        text-align: center;
    }


    .home-content {
        max-width: 700px;

        margin: auto;
    }


    .description {
        margin-left: auto;

        margin-right: auto;
    }


    .home-buttons {
        justify-content: center;
    }


    .home-image {
        max-width: 500px;

        height: 400px;

        margin: auto;
    }


    /* About */

    .about .section-title {
        text-align: center;
    }


    .about .section-description {
        margin-left: auto;

        margin-right: auto;
    }


    .about-container {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .about-image {
        max-width: 500px;

        height: 380px;

        margin: auto;
    }


    .about-content {
        max-width: 700px;

        margin: auto;
    }


    /* Projects */

    .project-container {
        grid-template-columns: 1fr 1fr;
    }


    /* Contact */

    .contact-container {
        grid-template-columns: 1fr;

        gap: 45px;

        max-width: 600px;
    }


    .contact-info {
        text-align: center;
    }

}


/* =========================================
   MOBILE NAVBAR
========================================= */

@media (max-width: 700px) {

    .header {
        height: 70px;
    }


    .menu-btn {
        display: block;
    }


    .navbar {
        position: absolute;

        top: 70px;

        left: 0;

        width: 100%;

        padding: 25px 8%;

        background: #ffffff;

        border-bottom: 1px solid #eeeeee;

        display: none;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }


    .navbar.active {
        display: flex;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .section {
        padding: 65px 6%;
    }


    /* Home */

    .home-content h1 {
        font-size: 45px;

        letter-spacing: -2px;
    }


    .home-content h2 {
        font-size: 18px;
    }


    .home-image {
        height: 320px;
    }


    /* Section Title */

    .section-title h2 {
        font-size: 30px;
    }


    /* About */

    .about .section-title {
        text-align: center;
    }


    .about-image {
        height: 300px;
    }


    .about-content h3 {
        font-size: 20px;
    }


    .about-intro {
        font-size: 12px;
    }


    .personal-info {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .info-column {
        gap: 15px;
    }


    .info-item {
        font-size: 11px;
    }


    .about-description {
        font-size: 12px;
    }


    /* Skills */

    .skill-list {
        grid-template-columns: 1fr 1fr;
    }


    /* Projects */

    .project-container {
        grid-template-columns: 1fr;
    }


    .project-image {
        height: 210px;
    }


    /* Contact */

    .contact-container {
        gap: 35px;
    }


    /* Footer */

    .footer {
        flex-direction: column;

        gap: 12px;

        text-align: center;
    }


    .footer-links {
        gap: 15px;
    }

}


/* =========================================
   VERY SMALL SCREEN
========================================= */

@media (max-width: 400px) {

    .home-content h1 {
        font-size: 38px;
    }


    .home-buttons {
        flex-direction: column;
    }


    .btn {
        width: 100%;
    }


    .skill-list {
        grid-template-columns: 1fr;
    }


    .info-item {
        align-items: flex-start;

        flex-wrap: wrap;
    }

}