.w-100 {
  width: 100% !important;
}
.w-33 {
  width: 32.6% !important;
}
.w-50 {
  width: 49% !important;
}


#produk-hukum-tab-content .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  .item-produk-hukum {
    width: 32.6%;
    padding: 10px;
    align-items: stretch;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }
}

.produk-hukum-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: stretch;
}

.produk-hukum-card {
  padding: 10px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 10px;
  background-color: white;
}
#propemperda-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: stretch;
  #propemperda-item {
    width: 32.6%;
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 200px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }
}

#produk-hukum-search {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  .item-produk-hukum {
    width: 48.6%;
    padding: 10px;
    background-color: white;
    align-items: stretch;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid black;
    border-radius: 4px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }
}

#peraturan-container {
  padding: 0px 80px;
}

#dokumen-search-result-container {
  .pagination {
    .page-item.active {
      .page-link {
        background-color: #da251d !important;
        border: 1px solid #da251d !important;
      }
    }
    .page-item:hover {
      .page-link {
        background-color: #da251d !important;
      }
    }
  }
}
#blog-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  .item-blog-list {
    width: 32.6%;
    padding: 10px;
    background-color: #f8f8f8;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    min-height: 300px;
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;

    .img-blog-list {
      object-fit: cover;
      width: 100%;
      height: 300px;
      border-top-left-radius: 20px !important;
      border-top-right-radius: 20px !important;
    }

    .content-blog-list {
      padding: 10px 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-grow: 1;
    }
  }
}

#cto-carousel {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

#nav-header {
  height: max-content;
  background-color: white;
  position: relative;
  z-index: 51;
  width: 100%;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .nav-header-logo {
    img {
      height: 70px;
    }
  }
}

#nav-header-menu {
  border: none !important;
  margin-bottom: 0px;
  background-color: #252b36;
  position: sticky; /* Sticky positioning */
  top: 0; /* Fixed to the top of the page */
  z-index: 50;
  width: 100%; /* Maintains full width */
  padding: 10px 10px;
  border-radius: 0px;
  .main-menu-title {
    color: white !important;
  }
  .main-menu-title:hover {
    color: #da251dd9 !important;
    border-bottom: 1px solid white;
  }

  .current .main-menu-title {
    color: #da251dd9 !important;
    border-bottom: 1px solid white;
  }
  .dropdown.open .main-menu-title {
    color: #da251dd9 !important;
    border-bottom: 1px solid white;
  }

  .dropdown-menu {
    width: fit-content;
    li {
      font-size: 14px;
      font-weight: bold;
    }
  }
}

.content-corner-lines {
  position: absolute;
  top: 0;
  right: 0;
  height: 120px;
  width: auto;
}

.half-red-title-container {
  .half-red-title-text {
    font-weight: bolder;
    text-align: center;
    color: black !important;
  }

  .half-red-decoration-line {
    height: 5px;
    width: 100px;
    background: #ed1c24;
  }
}

@media (max-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-33 {
    width: 32.6 % !important;
  }
  .w-xl-50 {
    width: 49% !important;
  }

  #peraturan-container {
    padding: 0px 20px;
  }
  #nav-header-menu {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .youtube-embed-size{
    width: 400px;
    height: 250px;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-33 {
    width: 32.6% !important;
  }
  .w-lg-50 {
    width: 49% !important;
  }
  #propemperda-container {
    #propemperda-item {
      width: 100%;
    }
  }
  #produk-hukum-search {
    .item-produk-hukum {
      width: 100%;
    }
  }
  #produk-hukum-tab-content .tab-pane.active .item-produk-hukum {
    width: 49% !important;
  }
  #blog-list .item-blog-list {
    width: 49% !important;
  }
  #nav-header {
    padding: 10px 10px !important;
    .nav-header-logo {
      img {
        height: 40px;
      }
    }
    .dropdown {
    }
  }
}
@media (max-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-50 {
    width: 49% !important;
  }
  .content-corner-lines {
    height: 100px;
  }
  #nav-header-menu {
    position: sticky;
    padding: 0;
  }
  #blog-list .item-blog-list {
    width: 100% !important;
  }

  #blog-list {
    gap: 0px !important;
  }

  #produk-hukum-tab-content .tab-pane.active .item-produk-hukum {
    width: 100% !important;
  }
  #produk-hukum-tab-content .tab-pane.active {
    gap: 0px !important;
  }
  #cto-carousel {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #form-search-slideshow {
    width: 80% !important;
    h1 {
      font-size: 20px !important;
    }
  }
}
