/* CSS for section section:header */
.site-header {
    background-color: rgba(255, 253, 250, 0);
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-images {
    position: relative;
    width: 93px;
    height: 36px;
}
.logo-icon,
.logo-text {
    position: absolute;
}
.logo-icon {
    top: 0;
    left: 0;
    width: 27.82px;
    height: 36px;
}
.logo-text {
    top: 7.84px;
    left: 31.92px;
    width: 61.08px;
    height: 20.8px;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.nav-icon img {
    width: 32px;
    height: 32px;
}

/* CSS for section section:hero */
.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-group-text {
    position: absolute;
    top: 80%;
    transform: translateY(30%);
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.hero-contact {
    width: 474px;
    height: 80%;
    margin: 0 auto;
    display: flex;
    object-fit: cover;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0px 0;
    z-index: 2;
}

.hero-title-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
}

.hero-title-produk {
    position: absolute;
    top: 112px;
    left: 323px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.hero-title-layanan {
    position: absolute;
    top: 280px;
    left: 881px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.hero__decorator {
    margin-top: 400px;
}

.hero__decorator img {
    width: 1140px;
    height: auto;
}

/* Content Section */
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    row-gap: 20px;
}

.hero-text {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 793px;
}

.hero-button-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
}

.box-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    gap: 40px;
    margin-top: 102px;
    margin-bottom: 99px;
}

.text-group-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    max-width: 489px;
}

.text-content {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2%;
}

.list-item-content {
    column-gap: 12px;
}

.item-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 12px;
    margin-bottom: 16px;
}

.icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.text-item {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.maps-image {
    flex-shrink: 0;
}

.maps-image img {
    max-width: 100%;
    height: auto;
}

.box-content-2 {
    max-width: 996px;
    margin: 0 auto; /* center container */
    display: flex; /* enable flex alignment */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading-text-group {
    max-width: 795px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 16px;
    margin: 0 auto 52px; /* center within parent */
}

.wrap-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    max-width: 318px;
    padding: 16px;
    border: 1px solid var(--Linear-2, #bbc6f7);
    background: var(--Neutral-100, #fafafa);
    text-align: start;
}

.container-role {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid var(--Linear-2, #bbc6f7);
    background: var(--Neutral-100, #fafafa);
    padding-bottom: 16px;
}

.container-role p {
    color: var(--Neutral-700, #737373);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sub-heading {
    color: var(--Neutral-800, #595959);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.heading-text {
    color: var(--Neutral-1000, #262626);
    text-align: center;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sub-heading-2 {
    color: var(--Neutral-900, #404040);
    text-align: center;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.card-content {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.name {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-style: 65;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1%;
    color: #27278b;
}

.job-position {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1%;
}

.icon-purple {
    width: 20px;
    height: 20px;
}

.card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 0px;
}

.card-text-item {
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 600;
    font-style: 65 Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

/* Button Styles */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn img {
    width: 20px;
    height: 20px;
}

.btn-primary {
    background: linear-gradient(150deg, #f4992c 73.03%, #93a1f1 115.33%);
    color: #ffffff;
}

.btn-primary:hover {
    opacity: 0.9;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn.btn-light {
    background: #ffffff !important;
    color: #f4992c !important;
    border: 1px solid #f4992c !important;
}

.btn.btn-light:hover {
    background-color: #f4992c !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    border-color: #f4992c !important;
    box-shadow: 0 4px 12px rgba(244, 153, 44, 0.3) !important;
}

/* Container and General Styles */
.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
}

a {
    text-decoration: none;
    color: inherit;
}

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

section {
    position: relative;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .hero-title-group {
        transform: scale(0.8);
        transform-origin: left;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-contact {
        height: 420px;
        width: 320px;
    }

    .hero-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .hero-title-group {
        margin-top: 120px;
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 48px;
        line-height: 1.2;
    }

    .hero__decorator img {
        max-width: 360px;
    }

    .hero-title-produk {
        position: absolute;
        left: 0;
    }
    .hero-title-layanan {
        position: absolute;
        left: 95%;
    }

    .hero__decorator {
        margin-top: 260px;
        z-index: 99;
    }

    .content {
        padding: 80px 24px;
    }

    .hero-text {
        font-size: 20px;
        line-height: 28px;
        margin: 0 20px;
    }

    .hero-button-group {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0px 24px;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .box-content {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .text-group-content {
        max-width: none;
        width: 100%;
    }

    .text-content {
        font-size: 18px;
        line-height: 26px;
    }

    .text-item {
        font-size: 18px;
        line-height: 26px;
    }
}
