/* =========== Footer */

@media (max-width: 992px){
    #footer-home{padding: 32px 32px !important}
    #footer-home img{height: 100%;}
    .row{
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
        margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
    }
}

footer {
    background: #075087 !important;
    padding: 0 160px 80px 160px;
}
.logo-footer-img{
    height: 145px;
    object-fit: contain;
}
.desc-footer{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.bdr-blue-footer{
    background:#34AEE3;
    padding: 32px 32px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.footer-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.footer-menu{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.footer-alamat{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.footer-txt-scan{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 20px;
}
.footer-copyright{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.list-inline {
  display: flex;
  padding-left: 0;
  list-style: none; /* Hapus bullet list */
  font-size: large;
}

.list-inline > .list-inline-item:not(:last-child) {
  margin-right: var(--bs-list-inline-item-margin-end);
}

.list-inline-item > div.text-center {
  text-align: left;
}

.list-inline-item > div.text-center > a {
  display: inline-block;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.list-inline-item:last-child {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}

/* Container untuk lebar tetap di tengah */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Breakpoint untuk container (sesuaikan sesuai kebutuhan) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Sistem Grid Row */
.row {
  display: flex;
  flex-wrap: wrap; /* Agar kolom turun ke baris baru jika tidak cukup ruang */
  margin-right: -15px;
  margin-left: -15px;
}

/* Dasar untuk semua kolom */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.col-1 {
  flex: 0 0 auto;
  width: calc(100% * 1 / 12);
}

.col-6 {
  flex: 0 0 auto;
  width: calc(100% * 6 / 12);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

/* Margin right */
.me-4 {
  margin-right: 1.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

/* Lebar */
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.bg-white {
    background-color: white;
}
a {
    text-decoration: none !important;
}
.text-white {
    color: white !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}
.page-karir-border {
    border: 1px solid grey;
    border-radius: 10px;
}

.putih{
    color: white;
}

.putih-title{
    color: white;
    font-weight: bold!important;
}


.cus-btn-rad{
    border-radius: 10px !important;
}

/* Apply border-radius to all buttons in WordPress */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.button,
.btn,
a.button,
.wp-element-button {
    border-radius: 10px !important;
}

/* Specific WordPress block editor buttons */
.wp-block-button .wp-block-button__link {
    border-radius: 10px !important;
}

.post-thumbnail{
    display: none;
}

@media(max-width: 768px) {
    .masthead .top-bar .left-widgets {
    justify-content: left!important;
  }
}

.mobile-main-nav > li.has-children > a:after, .mobile-main-nav .next-level-button svg, .mobile-main-nav > li.menu-item-language > a:after {
    color: rgba(255, 255, 255, 0.5)!important;
    fill: rgba(255, 255, 255, 1)!important;
}