/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .keunggulan {
    width: 20%;
    padding-right: 10px;
  }

  .keunggulan img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .tp-progress__content {
    width: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .keunggulan {
    width: 30%;
    padding-right: 20px;
  }

  .keunggulan img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .tp-progress__content {
    width: 70%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .tp-blog__thumb img {
    height: 250px;
    object-fit: cover;
  }

  .rc__post-thumb img {
    width: 100px;
    height: 85px;
    object-fit: cover;
  }

  .tp-brand__item img {
    width: auto;
    height: 125px;
    object-fit: contain;
  }

  .keunggulan {
    padding-right: 20px;
  }

  .keunggulan img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* /////////////////////////////////// */

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.postbox__text ul li,
.postbox__text ol li {
  font-size: 18px;
  line-height: 1.8;
  color: var(--bs-body-color);
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

body {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  #header-sticky {
    position: relative;
    z-index: 1000;
  }

  .tp-header-main__area,
  .tp-header-main__menu-bg,
  .tp-header-main__menu-wrapper {
    position: relative;
    z-index: 2;
  }

  .tp-header-main__main-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .tp-header-main__bar,
  .tp-header-main__bar button {
    position: relative;
    z-index: 5;
    pointer-events: auto;
  }

  .breadcrumb__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .breadcrumb__list {
    font-size: 14px;
  }

  .postbox__meta {
    gap: 8px;
    flex-wrap: wrap;
  }

  .postbox__details-share {
    text-align: left !important;
    margin-top: 16px;
  }

  .sidebar__wrapper {
    margin-top: 32px;
  }

  .tp-blog__thumb img {
    height: 220px;
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .breadcrumb__height {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .breadcrumb__title {
    font-size: 34px;
    line-height: 1.2;
  }

  .tp-header-main__right-info ul li {
    margin-left: 20px;
  }

  .tp-header-main__search button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .tp-header-main__bar button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }

  .tp-header-main__xl-logo img {
    max-height: 48px;
    width: auto;
  }

  .tp-hero__bg {
    height: 640px;
  }

  .tp-hero__title {
    font-size: 44px;
  }

  .tp-hero__subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .tp-hero__info-box {
    margin-bottom: 30px;
  }

  .tp-hero__info-price span {
    font-size: 48px;
  }

  .tp-hero__btn-box .tp-btn {
    height: 56px;
    line-height: 56px;
    padding: 0 34px;
    font-size: 15px;
  }

  .tp-section-title {
    font-size: 34px;
  }

  .tp-about__area {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tp-about__feature-mpbs span {
    font-size: 46px;
  }

  .tp-about__feature-mpbs span em,
  .tp-about__feature-mpbs span i {
    font-size: 20px;
  }

  .tp-counter__bg {
    padding: 32px 20px 16px;
    margin-bottom: 0;
  }

  .tp-counter__item h5 {
    font-size: 30px;
    line-height: 1.2;
  }

  .tp-counter__item span {
    font-size: 15px;
  }

  .tp-blog__space {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .tp-blog__content-main {
    margin: 0 10px;
  }

  .tp-blog__title-sm {
    font-size: 19px;
  }

  .tp-blog__link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .postbox__title {
    font-size: 30px;
  }

  .postbox__meta span {
    font-size: 14px;
  }

  .newsroom__panel {
    padding: 20px;
  }

  .newsroom__title {
    font-size: 26px;
  }

  .newsroom__lead-body {
    padding: 18px;
  }
}

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

  .breadcrumb__height {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .breadcrumb__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .tp-header-main__menu-wrapper {
    justify-content: space-between;
  }

  .tp-header-main__menu-bg {
    padding-left: 0;
  }

  .tp-header-main__right-info ul li {
    margin-left: 12px;
  }

  .tp-header-main__search {
    padding-left: 0;
  }

  .tp-header-main__search button {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .tp-header-main__bar button {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
  }

  .tp-header-main__xl-logo img {
    max-height: 42px;
    width: auto;
  }

  .tpoffcanvas {
    width: min(90vw, 360px);
    padding: 24px 18px 20px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }

  .tpoffcanvas__title {
    display: none;
  }

  .tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 20px;
  }

  .tp-main-menu-mobile ul li > a {
    font-size: 15px;
    padding: 8px 0;
  }

  .tp-main-menu-mobile,
  .tp-main-menu-mobile a,
  .tp-main-menu-mobile button {
    pointer-events: auto;
  }

  .tp-main-menu-mobile ul li.has-dropdown > a {
    padding-right: 36px;
  }

  .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .tp-main-menu-mobile ul li.dropdown-opened > .tp-submenu,
  .tp-main-menu-mobile ul li.dropdown-opened > .submenu {
    display: block;
  }

  .tpoffcanvas__contact-info {
    margin-top: 12px;
  }

  .tpoffcanvas__contact-info ul li {
    margin-bottom: 10px;
  }

  .tpoffcanvas__social {
    margin-top: 16px;
  }

  .tp-hero__bg {
    height: 520px;
  }

  .tp-hero__title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .tp-hero__subtitle {
    font-size: 12px;
    margin-bottom: 16px;
    letter-spacing: 0.15em;
  }

  .tp-hero__info-box {
    margin-bottom: 20px;
  }

  .tp-hero__info-price {
    margin-right: 0;
    padding-right: 0;
  }

  .tp-hero__info-price::after {
    display: none;
  }

  .tp-hero__info-price span {
    font-size: 40px;
    line-height: 1;
  }

  .tp-hero__bonus svg {
    margin-right: 8px;
  }

  .tp-hero__bonus span {
    font-size: 14px;
  }

  .tp-hero__btn-box .tp-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-size: 14px;
  }

  .tp-hero__shape-1,
  .tp-hero__shape-2,
  .tp-hero__shape-3,
  .tp-hero__title-shape,
  .tp-hero__title-shape-3 {
    display: none;
  }

  .tp-section-title {
    font-size: 28px;
  }

  .tp-section-subtitle {
    font-size: 13px;
  }

  .tp-about__area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tp-about__left-big-1,
  .tp-about__right-top-shape,
  .tp-about__right-bottom-shape,
  .tp-about__shape-1,
  .tp-about__shape-2,
  .tp-about__shape-3,
  .tp-about__shape-4 {
    display: none;
  }

  .tp-about__feature-list-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .tp-about__feature-mpbs span {
    font-size: 40px;
  }

  .tp-about__feature-mpbs span em,
  .tp-about__feature-mpbs span i {
    font-size: 18px;
  }

  .tp-about__feature-mpbs span em {
    transform: none;
  }

  .tp-about__feature-mpbs::after {
    height: 40px;
    top: -6px;
  }

  .tp-counter__bg {
    padding: 24px 16px 12px;
    margin-bottom: 0;
  }

  .tp-counter__item {
    text-align: center;
    margin-bottom: 16px;
  }

  .tp-counter__item h5 {
    font-size: 28px;
    line-height: 1.2;
  }

  .tp-counter__item span {
    font-size: 14px;
  }

  .tp-counter__shape-1 {
    display: none;
  }

  .tp-blog__space {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tp-blog__content-main {
    margin: 0;
  }

  .tp-blog__title-sm {
    font-size: 18px;
  }

  .tp-blog__link {
    margin-top: -20px;
  }

  .tp-blog__link a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  .postbox__title {
    font-size: 26px;
    line-height: 1.25;
  }

  .postbox__meta {
    gap: 6px;
  }

  .postbox__meta span {
    font-size: 13px;
  }

  .newsroom__panel {
    padding: 16px;
  }

  .newsroom__mast {
    gap: 10px;
  }

  .newsroom__title {
    font-size: 24px;
  }

  .newsroom__subtitle {
    font-size: 14px;
  }

  .newsroom__lead-title {
    font-size: 20px;
  }

  .newsroom__lead-body {
    padding: 16px;
  }

  .newsroom__meta {
    flex-wrap: wrap;
    gap: 8px;
  }

  .newsroom__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .newsroom__thumb img {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__height {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .breadcrumb__title {
    font-size: 22px;
  }

  .tp-hero__bg {
    height: 480px;
  }

  .tp-hero__title {
    font-size: 28px;
  }

  .tp-hero__btn-box .tp-btn {
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
  }

  .postbox__text,
  .postbox__text p,
  .postbox__text ul li,
  .postbox__text ol li {
    font-size: 15px;
    line-height: 1.6;
  }

  .tp-blog__thumb img {
    height: 200px;
  }
}
