body {
    overflow-x: hidden;
    --color1: #000;
    --color2: rgb(6, 6, 6);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, var(--color2) 25%, transparent 25%, transparent 75%, var(--color2) 75%, var(--color2)),
        linear-gradient(135deg, var(--color2) 25%, var(--color1) 25%, var(--color1) 75%, var(--color2) 75%, var(--color2));
    background-size: 90px 90px;
    background-position: 0 0, 135px 135px;
}
#smooth-content {
    padding: 16px 48px 46px 48px;
}
@media (max-width: 575px) {
    #smooth-content {
        padding: 16px 40px 46px 40px;
    }
}
img,
video {
    max-width: 100%;
}
#home {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 48px;
}
.hero__hero_title {
    font: 700 65px/1 OffBit, Helvetica, Arial, serif;
    color: rgb(238, 238, 236);
    letter-spacing: 1.62px;
    margin: 74px 0 0;
}
@media (max-width: 991px) {
    .hero__hero_title {
        font-size: 52px;
        margin: 74px 0 0 0%;
    }
}
@media (max-width: 479px) {
    .hero__hero_title {
        font-size: 36px;
    }
}
@media (max-width: 383px) {
    .hero__hero_title {
        margin: 50px 0 0 0%;
    }
}
.hero__hero_title_span:nth-child(1) {
    font: 700 1em/1 OffBit, Helvetica, Arial, serif;
    background-image: linear-gradient(to right, #00ed01 20%, #ceca00 30%, #cefb02 70%, #3af901 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero__hero_title_span:nth-child(2) {
    font: 700 1em/1 OffBit, Helvetica, Arial, serif;
    background-image: linear-gradient(to right, #7953cd 20%, #00affa 30%, #0190cd 70%, #764ada 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.row1 {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin: 28px 0 0;
    width: 100%;
}
@media (max-width: 1199px) {
    .row1 {
        justify-content: flex-start;
        align-items: center;
        gap: 30px 10px;
    }
}
@media (max-width: 991px) {
    .row1 {
        flex-direction: column;
        align-items: start;
    }
}
.col1 {
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 0;
}
@media (max-width: 1199px) {
    .col1 {
        -moz-column-gap: 0;
        column-gap: 0;
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
        width: 100%;
        min-width: unset;
    }
}
.hero__highlight {
    font: 400 16px/1.5 Geist, Helvetica, Arial, serif;
}
.hero__text {
    margin: 24px 0 0;
    font: 400 14px/1.42 Geist, Helvetica, Arial, serif;
    color: rgb(166, 166, 166);
}
@media (max-width: 383px) {
    .hero__text {
        margin: 24px 0 0;
    }
}
.row2 {
    display: flex;
    gap: 0 12px;
    margin: 4px 0 0;
}
@media (max-width: 383px) {
    .row2 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
.hero__icon2 {
    margin: 2px 0;
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__highlight1 {
    font: 400 16px/1.5 Geist, Helvetica, Arial, serif;
    color: rgb(238, 238, 236);
}
.hero__text1 {
    margin: 16px 0 0;
    font: 400 14px/1.42 Geist, Helvetica, Arial, serif;
    color: rgb(166, 166, 166);
}
.hero__highlight2 {
    font: 400 16px/1.5 Geist, Helvetica, Arial, serif;
    color: rgb(180, 178, 172);
}
.hero__highlight2_span {
    font: 1em/1.5 Geist, Helvetica, Arial, serif;
    color: rgb(238, 238, 204);
}
.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 322px;
    min-width: 0;
}
@media (max-width: 1199px) {
    .wrapper {
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
        width: -moz-fit-content;
        width: fit-content;
        min-width: unset;
    }
}
@media (max-width: 991px) {
    .wrapper {
        width: 100%;
    }
}
.hero__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(28, 28, 28, 0.2);
    border-radius: 8px;
    padding: 25px 9px 21px;
    outline: 1px dashed rgb(44, 44, 44);
    outline-offset: -1px;
}
.row3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 8px;
    width: 92.11%;
}
@media (max-width: 575px) {
    .row3 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
@media (max-width: 383px) {
    .row3 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
.row4 {
    display: flex;
    gap: 0 12px;
    width: 223px;
    min-width: 0;
}
@media (max-width: 383px) {
    .row4 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
.hero__icon3 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
.col2 {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
    margin: 2px 0;
    width: 163px;
    min-width: 0;
}
.hero__text2 {
    display: flex;
    align-items: center;
    font: 500 14px/1.42 Geist, Helvetica, Arial, serif;
    color: rgb(238, 238, 236);
}
.hero__text3 {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    font: 500 14px/1.42 Geist, Helvetica, Arial, serif;
    color: rgb(180, 178, 172);
}
@media (max-width: 575px) {
    .hero__text3 {
        margin: 0 16px 0 0;
    }
}
@media (max-width: 383px) {
    .hero__text3 {
        margin: 0 8px 0 0;
    }
}
.hero__icon4 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    outline: 1px solid rgb(44, 44, 44);
    outline-offset: -1px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__line {
    margin: 28px 0 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: rgb(39, 39, 42);
}
.row5 {
    display: flex;
    justify-content: space-between;
    gap: 0 8px;
    margin: 24px 0 0;
    width: 94.74%;
}
@media (max-width: 1199px) {
    .row5 {
        justify-content: center;
        align-items: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 575px) {
    .row5 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
@media (max-width: 383px) {
    .row5 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
.hero__box_group {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    cursor: pointer;
}
.hero__box_group img {
    position: relative;
    z-index: 2;
}
.hero__box_group span {
    position: absolute;
    font: 600 0.705rem/1.25rem Geist, Helvetica, Arial, serif;
    letter-spacing: 1px;
    color: rgb(238, 238, 236);
    opacity: 0;
    transition-duration: 700ms;
}
.hero__box_group .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 0;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: rgb(238, 238, 236);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.hero__box_group:hover .filled {
    height: 100%;
    transform: scale(1.23);
    -webkit-transform: scale(1.23);
    -moz-transform: scale(1.23);
    -ms-transform: scale(1.23);
    -o-transform: scale(1.23);
}
.hero__box_group:hover {
    transform: translateY(0.75rem);
    -webkit-transform: translateY(0.75rem);
    -moz-transform: translateY(0.75rem);
    -ms-transform: translateY(0.75rem);
    -o-transform: translateY(0.75rem);
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}
.hero__box_group:hover span {
    opacity: 1;
    transform: translateY(-2.3rem);
    -webkit-transform: translateY(-2.3rem);
    -moz-transform: translateY(-2.3rem);
    -ms-transform: translateY(-2.3rem);
    -o-transform: translateY(-2.3rem);
}
.hero__box_socialMedia {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__icon_absolute1 {
    position: absolute;
    top: -11px;
    left: -11px;
    width: 24px;
    height: 24px;
}
.hero__icon_absolute2 {
    position: absolute;
    bottom: -11px;
    left: -11px;
    width: 24px;
    height: 24px;
}
.hero__icon_absolute3 {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 24px;
    height: 24px;
}
.hero__icon_absolute4 {
    position: absolute;
    right: -11px;
    bottom: -11px;
    width: 24px;
    height: 24px;
}
.row6 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 24px 0 0;
    width: 100%;
}
@media (max-width: 1199px) {
    .row6 {
        flex-direction: column;
        align-items: center;
        gap: 30px 10px;
    }
}
.wrapper1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 389px;
}
@media (max-width: 1199px) {
    .wrapper1 {
        width: 100%;
        min-width: unset;
    }
}
.hero__box1 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 33px 17px 17px;
    outline: 1px dashed rgb(44, 44, 44);
    outline-offset: -1px;
}
@media (max-width: 1199px) {
    .hero__box1 {
        align-items: start;
        align-content: center;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media (max-width: 575px) {
    .hero__box1 {
        align-items: center;
    }
}
.hero__highlight3 {
    font: 600 16px/1.5 Geist, Helvetica, Arial, serif;
    color: #eeeeec;
    letter-spacing: 0.8px;
}
.hero__text4 {
    margin: 16px 0 0;
    font: 400 14px/1.42 Geist, Helvetica, Arial, serif;
    letter-spacing: 0.34px;
}
@media (max-width: 479px) {
    .hero__text4 {
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }
}
.btn-work-together {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    margin: 30px 0 0;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.047);
    border-radius: 8px;
    padding: 12px 26px;
    cursor: pointer;
}
.btn-text-work-together {
    display: flex;
    align-items: center;
    min-width: 0;
    font: 400 16px/1.5 Geist, Helvetica, Arial, serif;
    color: rgb(250, 250, 250);
    cursor: pointer;
}
.btn-icon-work-together {
    margin: 4px 0;
    width: 16px;
    min-width: 0;
    height: 16px;
    cursor: pointer;
}
.wrapper2 {
    position: relative;
    width: 811px;
}
@media (max-width: 1199px) {
    .wrapper2 {
        width: 100%;
    }
}
.hero__box-container {
    display: grid;
    gap: 1px; /* Gap antara kotak, sesuaikan sesuai kebutuhan */
    padding: 1px 2px 1px 1px;
    outline: 1px dashed rgb(44, 44, 44);
    outline-offset: -1px;
}
.row7 {
    display: contents; /* Menggunakan display: contents agar grid layout tetap bekerja untuk baris */
    width: 100%;
    height: 100%;
}
.hero__box2,
.hero__box3,
.hero__box4,
.hero__box5,
.hero__box6,
.hero__box7 {
    border-color: rgb(44, 44, 44);
    border-style: dashed;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}
.hero__box2 {
    border-width: 0 0 1px 0;
}
.hero__box3 {
    border-width: 0 1px 1px 1px;
}
.hero__box4 {
    border-width: 0 0 1px 0;
}
.hero__box5 {
    border-width: 0 0 1px 0;
}
.hero__box6 {
    border-width: 0 1px 1px 1px;
}
.hero__box7 {
    border-width: 0 0 1px 0;
}
@media (min-width: 1200px) {
    .hero__box-container {
        grid-template-columns: repeat(3, 1fr); /* 3 kolom untuk layout desktop */
    }
}
@media (max-width: 1199px) {
    .hero__box-container {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom untuk layout tablet */
    }
    .hero__box2 {
        border-width: 0 1px 1px 0;
    }
    .hero__box3 {
        border-width: 0 0 1px 0;
    }
    .hero__box4 {
        border-width: 0 1px 1px 0;
    }
    .hero__box5 {
        border-width: 0 0 1px 0;
    }
    .hero__box6 {
        border-width: 0 1px 0 0;
    }
    .hero__box7 {
        border-width: 0;
    }
}
.col3,
.col4,
.col5,
.col6,
.col7,
.col8 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__big_title {
    font: 600 36px/1.11 Geist, Helvetica, Arial, serif;
    color: rgb(238, 238, 236);
}
.hero__highlight4,
.hero__highlight5,
.hero__highlight6,
.hero__highlight7,
.hero__highlight8 {
    font: 400 18px/1.55 Geist, Helvetica, Arial, serif;
    color: rgb(180, 178, 172);
}

/* Service Section */
#service {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.service__title {
    width: 100%;
}

.service__title-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.service__title_header {
    font-family: Geist, Helvetica, Arial, serif;
    font-weight: 500;
    color: rgb(238, 238, 236);
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.05em;
    text-align: left;
}

.service__title_description {
    font-family: Geist, Helvetica, Arial, serif;
    font-weight: 400;
    color: rgb(180, 178, 172);
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.34px;
}

.service__content {
    display: flex;
    width: 100%;
}

.service__content-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.cardGradient {
    background: linear-gradient(hsla(0, 0%, 23%, 0.068), hsla(0, 0%, 11%, 0.24));
    background-color: hsla(0, 0%, 0%, 0.712);
}

.service__content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #2c2c2cc7;
    border-radius: 8px;
}

.service__content_title {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 0.5rem;
}

.service__content_title_header {
    font-family: Geist, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #eeeeec;
    font-size: 20px;
    line-height: 1.75rem;
}

.service__content_title_description {
    font: 400 16px/1.5 Geist, Helvetica, Arial, serif;
}

.strategic {
    width: 100%;
    filter: invert(0);
    -webkit-filter: invert(0);
    opacity: 0.2;
}

.service__content_image {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .service__content-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .service__content_box:nth-child(1) {
        grid-column: span 2 / span 2;
    }
    .service__content_box:nth-child(3) {
        grid-row: span 2 / span 2;
    }
    .service__content_box:nth-child(4) {
        grid-column: span 3 / span 3;
    }
    .service__content_box:nth-child(4) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .service__content_box:nth-child(4) .service__content_image {
        display: block;
    }
}
/* Service END */

/* Project CSS */
#projects {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    font-family: Geist, Helvetica, Arial, serif;
    margin-bottom: 1rem;
}
.projects__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    border-radius: 0.125rem;
}
.projects__header:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: hsl(240, 5.9%, 10%);
}
.projects__header-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-size: 500;
    line-height: 1.25;
    letter-spacing: -0.05em;
    text-align: left;
    color: hsl(60, 6%, 93%);
}
.projects__link {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-radius: 9999px;
    border: 1px solid hsl(0 0% 17.25%);
}
.projects__link-text {
    display: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition-delay: 500ms;
    color: hsl(45, 5%, 69%);
    white-space: nowrap;
}
.projects__header:hover .projects__link-text {
    display: block;
}
.projects__link-icon {
    display: flex;
    color: hsl(0, 0%, 65%);
}
.projects__card-button:hover .projects__link-icon,
.projects__header:hover .projects__link-icon {
    display: none;
}
.projects__link-icon--hover {
    display: none;
    color: hsl(0, 0%, 65%);
}
.projects__card-button:hover .projects__link-icon--hover,
.projects__header:hover .projects__link-icon--hover {
    display: flex;
}
.projects__container {
    display: grid;
    gap: 1rem;
    width: 100%;
}
.projects__card {
    justify-content: flex-start;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 150ms;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    background-clip: border-box;
    background-color: transparent;
}
.projects__card:hover {
    filter: none;
}
.projects__card-content {
    max-height: 523.062px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.5rem;
    border: 1px dashed hsl(0 0% 17.25%);
    border-radius: 0.5rem;
    background-color: hsl(240 10% 3.9%);
}
.projects__card-content:hover {
    border-radius: 0.125rem;
}
.projects__card-container {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 100%;
    grid-column: span 2 / span 2;
    border-radius: 0.375rem;
    height: min-content;
}
.projects__card-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    height: min-content;
}
.projects__card-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: hsl(60, 6%, 93%);
}
.projects__card-desc {
    font-size: 0.75rem;
    line-height: 1rem;
    color: hsl(0, 0%, 65%);
}
.projects__card-link {
    display: flex;
    padding: 0.75rem;
    height: min-content;
}
.projects__card-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    gap: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    border: 1px solid hsl(0 0% 17.25%);
    border-radius: 0.375rem;
    color: hsl(0, 0%, 65%);
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.1);
}
.projects__card-button:hover {
    color: hsl(60, 6%, 93%);
    border-radius: 9999px;
}
.projects__card-button--status {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.5rem;
    background-color: rgb(34 197 94 / 1);
    border-radius: 9999px;
    transition-duration: 3000ms;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.projects__card-background {
    position: absolute;
    display: flex;
    height: 100%;
    grid-column: span 4 / span 4;
    padding: 0.5rem;
    border-radius: 0.375rem;
}
@media (min-width: 768px) {
    #projects {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .projects__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .projects__card-title {
        padding: 1rem;
    }
    .projects__card-heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .projects__card-desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .projects__card-link {
        padding: 1rem;
    }
    .projects__card-background {
        padding: 1.5rem;
    }
}
/* Project END */
/* Tech Section */
#tech {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.tech__title {
    width: 100%;
}

.tech__title-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.tech__title_header {
    font-family: Geist, Helvetica, Arial, serif;
    font-weight: 500;
    color: rgb(238, 238, 236);
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.05em;
}

.tech__title_description {
    font-family: Geist, Helvetica, Arial, serif;
    font-weight: 400;
    color: rgb(180, 178, 172);
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.34px;
}

.tech__content {
    width: 100%;
    margin-top: 1rem;
}

.tech__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .tech__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tech__item {
    padding: 1.5rem;
    border: 1px solid #2c2c2cc7;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.tech__item:hover {
    transform: translateY(-5px);
}

.tech__item-header {
    font-family: Geist, Helvetica, Arial, serif;
    font-weight: 500;
    color: rgb(238, 238, 236);
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.tech__item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.tech__item-list span {
    font-family: Geist, Helvetica, Arial, serif;
    font-size: 0.875rem;
    color: rgb(166, 166, 166);
    transition: color 0.3s ease;
}

.tech__item-list span:hover {
    color: rgb(238, 238, 236);
}
/* FAQ SECTION */
/* #faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 48px 0;
  position: relative;
}

#faq .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#faq .container {
  gap: 8px;
  padding: 0px 0px 24px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

#faq .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #eeeeec;
  font-size: 30px;
  letter-spacing: -1.5px;
  line-height: 36px;
}

#faq .div {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #b4b2ac;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

#faq .container-2 {
  height: 283px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

#faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #2c2c2c;
}

#faq .p {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #fafafa;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

#faq .SVG {
  position: relative;
  width: 16px;
  height: 16px;
} */

/* FAQ ENDD */

/* Contact Section */
#contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Geist, Helvetica, Arial, serif;
    margin-bottom: 1rem;
    gap: 1.25rem;
}

.contact-title {
    color: #cccccc;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    flex: 1;
    min-width: 300px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border: 1px dashed rgba(44, 44, 44, 0.5);
    border-radius: 1rem;
    background: rgba(20, 20, 20, 0.1);
    width: 100%;
    max-width: 500px;
    transition: all 0.3s ease;
}

#contact label {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #ccc;
}

#contact label input,
#contact label textarea {
    background: transparent;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    color: #e5e5e5;
    border: 1px solid rgba(44, 44, 44, 0.5);
    transition: all 0.25s ease;
}

#contact label textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 250px;
}

.send-btn {
    background: linear-gradient(90deg, #602dff 0%, #170055 100%);
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#contact label input:hover,
#contact label textarea:hover,
#contact label input:focus,
#contact label textarea:focus {
    border-color: #602dff;
    box-shadow: 0 0 0 3px rgba(96, 45, 255, 0.3);
    outline: none;
}

.send-btn:hover,
.send-btn:focus {
    background: linear-gradient(90deg, #602dff 75%, #170055 100%);
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
    #contact {
        flex-direction: row;
    }

    .contact-title {
        margin-left: auto;
        text-align: left;
        flex: 0 0 50%;
        order: -1; /* Memastikan title di sebelah kiri */
    }

    .contact-form {
        flex: 0 0 50%;
        margin-left: auto; /* Mendorong form ke kanan */
    }
}
/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    #contact {
        flex-direction: column;
        padding: 1rem;
    }

    .contact-title {
        margin-left: 0;
    }

    .contact-form {
        width: 100%;
        max-width: 100%;
    }
}

/* Enhanced Accessibility */
#contact label input:focus,
#contact label textarea:focus {
    outline: 2px solid #602dff;
    outline-offset: 2px;
}
/* Contact ENDDD*/

/* Footer Section */
.muhammad-faiz-hidayat {
    flex: 1;
    position: relative;
    line-height: 1.25rem;
}
.faizhdyt27gmailcom {
    font-weight: 600;
    color: #eeeeec;
}
.reach-me-at-faizhdyt27gmailc-container {
    position: relative;
    line-height: 1.25rem;
}
.instagram-icon {
    width: 1rem;
    position: relative;
    height: 1rem;
}
.container99 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}
.container98 {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    text-align: right;
    color: #b4b2ac;
}
#footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.875rem;
    color: #e5e5e5;
    font-family: Geist;
}
