/* Inquery form */
.form-label {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #1F2666;
}

.form-control,
.form-select {
    padding: 8px 14px 8px 14px;
    gap: 0px;
    border-radius: 16px;
    border: 1px;
    justify-content: space-between;
    opacity: 0px;
    border: 1px solid #858585;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #1F2666;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #858585;
}

input.form-control,
.form-select {
    height: 42px;
}

.form-control::placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #BDBDBD;
}

.form-corner {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: right;
    color: #858585;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 26px;
    height: 26px;
    border-radius: 4px !important;
    border: 2px solid #BDBDBD
}

.form-check-label {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #1F2666;
    padding-left: 10px;
    align-items: center;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:hover {
    border: 2px solid #C93326;
}

.form-check-input:checked[type=checkbox] {
    border: 2px solid #C93326;
    background-image: url('../images/check_small.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C93326;
}

.form-check-input:checked[type=radio] {
    background-image: url('../images/circle.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.inquiry-form {
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.inquiry-form-container {
    width: 856px;
}

.inquiry-form h1 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1F2666;
}

.inquiry-form-header {
    margin-bottom: 40px;
}

.syarat {
    padding-top: 1px;
}

.syarat a {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #858585;
}

.inquiry-form .inquiry-form-container .inquiry-form-head-quarter {
    width: 759px;
}

.inquiry-form .inquiry-form-container .inquiry-form-head-quarter img {
    border-radius: 24px;
}

.inquiry-from-text {
    margin: 20px 0px;
}

.inquiry-from-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1F2666;
}

.inquiry-from-text .description {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #858585;
}

.inquiry-from-text .line {
    height: 2px;
    gap: 0px;
    opacity: 0px;
    background-color: #DBDBDB;
    margin: 24px 0px;
}

/* End Inquery form */

/* Map Office */
.map-office {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 120px;
}

/* .map-office img {
    object-fit: cover;
} */

.map-office .title {
    margin: 0px 48px;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #858585;
}

.map-office .hero-text {
    margin: 0px 48px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.map-office .hero-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1F2666;
    width: 604px;
}

.map-office .hero-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #858585;
    width: 509px;
}

/* End Map Office */


/* Operational Office */
.operational-office {
    padding: 100px 48px 100px;
    background-color: #FFFFFF;
}

.operational-office h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1F2666;
}

.operational-office .line {
    height: 2px;
    gap: 0px;
    opacity: 0px;
    background-color: #1F2666;
}

.operational-office .operational-office-body {
    margin: 30px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
    gap: 24px;
}

.operational-office .operational-office-body .operational-office-card {
    padding: 16px 20px;
    height: 210px;
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    overflow: hidden;
}


.operational-office .operational-office-body .operational-office-card .pulau {
    display: flex;
    justify-content: space-between;
}

.operational-office .operational-office-body .operational-office-card .pulau a {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #C93326;
    padding-bottom: 10px;
    text-decoration: none;
}

.operational-office .operational-office-body .operational-office-card .alamat,
.operational-office .operational-office-body .operational-office-card .no_telepon {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #858585;
}

/* End Operational Office */


@media only screen and (max-width: 360px) {
    .inquiry-form {
        padding: 64px 64px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 356px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }

    .map-office .title {
        margin: 0px 24px;
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
    }

    .map-office .hero-text {
        margin: 0px 24px 64px;
        gap: 0px;
    }

    .map-office .hero-text h2 {
        font-size: 38px;
        line-height: 52px;
        width: 100%;
    }

    .map-office .hero-text p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        width: 100%;
    }

    .operational-office h2 {
        font-size: 38px;
        line-height: 52px;
        text-align: left;
    }

    .operational-office .operational-office-body {
        grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
        /* Mengisi grid secara otomatis */
    }

    .operational-office .operational-office-body .operational-office-card {
        height: auto;
    }

    .operational-office {
        padding: 100px 24px 240px;
    }

}

@media only screen and (min-width: 361px) and (max-width: 576px) {
    .inquiry-form {
        padding: 64px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: center;
    }

    .inquiry-form-container {
        width: 456px;
    }

    .form-label {
        font-family: 'Satoshi', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }

    .map-office .title {
        margin: 0px 24px;
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
    }

    .map-office .hero-text {
        margin: 0px 24px 64px;
        gap: 0px;
    }

    .map-office .hero-text h2 {
        font-size: 38px;
        line-height: 52px;
        width: 100%;
    }

    .map-office .hero-text p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        width: 100%;
    }

    .operational-office h2 {
        font-size: 38px;
        line-height: 52px;
        text-align: left;
    }

    .operational-office .operational-office-body {
        grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
    }

    .operational-office .operational-office-body .operational-office-card {
        height: auto;
    }

    .operational-office {
        padding: 100px 24px 240px;
    }

}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .inquiry-form {
        padding: 64px 24px 120px;
    }

    .inquiry-form h1 {
        text-align: center;
    }

    .inquiry-form-container {
        width: 556px;
    }


    .map-office .title {
        margin: 10px 24px;
    }

    .map-office .hero-text {
        margin: 0px 24px 64px;
        gap: 10px;
    }

    .map-office .hero-text h2 {
        font-size: 48px;
        /* line-height: 52px; */
        width: 100%;
    }

    .map-office .hero-text p {
        /* font-size: 16px; */
        /* line-height: 22px; */
        text-align: left;
        width: 100%;
    }

    /* .operational-office h2 {
        font-size: 38px;
        line-height: 52px;
        text-align: left;
    } */

    .operational-office .operational-office-body {
        grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
    }

    .operational-office .operational-office-body .operational-office-card {
        height: auto;
    }

    .operational-office {
        padding: 100px 24px 240px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .inquiry-form {
        padding: 64px 64px 120px;
    }

    .inquiry-form h1 {
        text-align: center;
    }

    .inquiry-form-container {
        width: 756px;
    }


    .map-office .title {
        margin: 10px 34px;
    }

    .map-office .hero-text {
        margin: 0px 34px 64px;
        gap: 10px;
    }

    .map-office .hero-text h2 {
        font-size: 48px;
        width: 100%;
    }

    .map-office .hero-text p {
        text-align: left;
        width: 100%;
    }

    .operational-office .operational-office-body {
        grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    }

    .operational-office .operational-office-body .operational-office-card {
        height: auto;
    }

    .operational-office {
        padding: 100px 24px 240px;
    }

}


@media only screen and (min-width: 993px) and (max-width: 1100px) {
    .map-office .title {
        margin: 10px 34px;
    }

    .map-office .hero-text {
        margin: 0px 34px 64px;
        gap: 10px;
    }

    .map-office .hero-text h2 {
        font-size: 48px;
        width: 100%;
    }

    .map-office .hero-text p {
        text-align: left;
        width: 100%;
    }

}
