/* Table Icon */
.custom-table-wrapper-2 i {
  margin-right: 10px;
  margin-left: 10px;
}
.custom-table-wrapper-3 i {
  margin-right: 20px;
  margin-left: 50px;
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i {
  position: relative;
  width: 30px;
  height: 30px;
  display: block !important;
  flex-shrink: 0;
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i:before {
  position: absolute;
  bottom: 0;
  margin: auto;

  align-content: center;

  display: block;
  width: 30px;
  height: 30px;
}

/*  */
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-map-pin:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/map-pin.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-briefcase:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/briefcase.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-file:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/file.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-user:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/user.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-mail:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/mail.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-phone-call:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/phone-call.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3)
  i.i-message-circle:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/message-circle.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-share:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/share-2.webp");
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-lock:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/lock.webp");
}

/*  */
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-check {
  margin: auto;
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-check:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/check.webp");
}

:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-close {
  margin: auto;
}
:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-close:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/close.webp");
}

:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-home:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/home.webp");
}

:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-file-text:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/file-text.webp");
}

:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-users:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/users.webp");
}

:is(.custom-table-wrapper-2, .custom-table-wrapper-3) i.i-camera:before {
  content: url("/wp-content/themes/flatsome-child/assets/img/icon/bs-pro/camera.webp");
}

/*  */
.custom-table-wrapper-2 td div:has(i) {
  display: inline-flex;
  align-items: start;
}
.custom-table-wrapper-3 td:has(i):first-child {
  display: inline-flex;
  align-items: center;
}

/* =============================================
Section Hero
================================================ */
.bg-hero > .col-inner {
  background: url(/wp-content/uploads/2026/04/view-modern-office-1.webp)
    no-repeat center / 100%;
  padding: 90px 0 90px 60px;
  border-radius: 30px;
}
.bg-hero > .col-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(-90deg, rgba(237, 125, 49, 0) 0%, #ed7d31 100%);
}

.bg-hero > .col-inner .text {
  position: relative;
}

/* =============================================
Section Why
================================================ */
.sec-why .why-column .col-inner {
  border-radius: 20px;
  padding: 20px 0 160px 35px;
  border: 1px solid #8f421d;
}
.sec-why .why-column .col-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;

  width: 240px;
  height: 100%;
  background: url("/wp-content/uploads/2026/04/portrait-beautiful-asian-businesswoman-with-clipboard-isolated-transparent-background-1.webp")
    no-repeat 100% 100% / 100%;
}
.sec-why .col:has(+ .why-column) .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.sec-why .icon-box {
  height: 100%;
  background-color: white;
  border: 1px solid #ed7d31;
  border-radius: 20px;
}
.sec-why .icon-box:not(:last-child) {
  margin-bottom: 15px;
}
.sec-why .icon-box .icon-box-img {
  margin-left: 30px;
}
.sec-why .icon-box .icon-box-img,
.sec-why .icon-box .icon-box-text {
  display: flex;
  align-items: center;
}
.sec-why .icon-box:nth-child(2) .icon-inner {
  display: flex;
}
.sec-why .icon-box:nth-child(2) .icon-inner img {
  width: 80%;
  margin: auto;
}

/* =============================================
Section Peran
================================================ */
.sec-peran .video-wrapper {
  position: relative;
}
.sec-peran .video-wrapper video {
  width: 100%;
  border-radius: 30px;
  background-color: #0f0f0f;
  aspect-ratio: 750/630;
  display: block;
}
.sec-peran .video-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.sec-peran .col-inner:has(.peran-list) {
  margin-left: 30px;
}
.sec-peran .peran-list {
  color: #6d6d6d;
  font-size: 16px;
}
.sec-peran .peran-list li {
  --marker-size: 30px;
  --marker-offset: 20px;

  position: relative;
  list-style: none;
  margin-left: calc(var(--marker-offset) + var(--marker-size));
}
.sec-peran .peran-list li:before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--marker-offset) - var(--marker-size));
  top: 0;

  width: var(--marker-size);
  height: var(--marker-size);
  background: url("/wp-content/uploads/2026/04/Checkbox_Check.webp") no-repeat
    100% / 100%;
}

/* =============================================
Section Starter Pro
================================================ */
.sec-starter-pro .bspro-col > .col-inner {
  padding: 40px 60px;
  border-radius: 30px;
}
.sec-starter-pro .bspro-col > .col-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;

  border-top-right-radius: 30px;
  width: 70%;
  height: 100%;
  background: url("/wp-content/uploads/2026/04/Untitled-1-02-2.webp") no-repeat
    top right / 100%;
}

/* Table 1 */
.custom-table-wrapper-2 {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 20px;
}
.custom-table-wrapper-2:before {
  content: "";
  position: absolute;
  /*         right: -60px; */
  right: 0;
  bottom: 100%;

  aspect-ratio: 2/1;
  width: 55%;
  height: auto;
  background: url("/wp-content/uploads/2026/04/portrait-smiling-group-diverse-corporate-colleagues-analyzing-documents-while-sitting-table-office-1.png")
    no-repeat bottom / 100%;
}

.custom-table-wrapper-2 table {
  table-layout: fixed;
}
.custom-table-wrapper-2 thead th:first-child {
  border-top-left-radius: 20px;
}
.custom-table-wrapper-2 thead th:last-child {
  border-top-right-radius: 20px;
}

.custom-table-wrapper-2 thead th {
  background: #fdedd7;
  height: 60px;

  text-align: center;
  color: #000000;
  border-bottom: 1px solid #ed7d31;
  font-size: 18px;
  text-transform: capitalize;
}
.custom-table-wrapper-2 thead th:nth-child(2) {
  border-left: 1px solid #ed7d31;
  border-right: 1px solid #ed7d31;
}

.custom-table-wrapper-2 tbody tr:first-child td {
  padding-top: 20px;
}
.custom-table-wrapper-2 tbody tr:last-child td {
  padding-bottom: 30px;
}
.custom-table-wrapper-2 tbody td {
  border: none;
  font-size: 17px;
  color: #6d6d6d;
  padding-inline: 30px;
}
.custom-table-wrapper-2 tbody td:nth-child(2) {
  border-left: 1px solid #ed7d31;
  border-right: 1px solid #ed7d31;
}

/* Promo Special */
.sec-starter-pro .col-promo-special {
  background-color: #fdedd7;
  padding: 10px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: 15px;
}

.sec-starter-pro .col-promo-special .col-inner {
  padding: 10px 20px 10px 30px;
  border: 1px dashed rgba(230, 132, 41, 0.5);
  border-radius: 12px;
}

.sec-starter-pro .col-promo-special .title {
  font-size: 38px;
  line-height: 38px;
}
.sec-starter-pro .col-promo-special .title span {
  font-size: 18px;
}
.sec-starter-pro .col-promo-special .subtitle {
  font-size: 18px;
  color: #6d6d6d;
}
.sec-starter-pro .col-promo-special .button {
  background: linear-gradient(96.34deg, #eda531 5.57%, #dd6d21 63.45%);
  border: 2px solid #ffffff;
  height: 50px;
}

/* Table 2 */
.custom-table-wrapper-3 {
  border-radius: 20px;
  border: 1px solid #ed7d31;
}
.custom-table-wrapper-3 table {
  table-layout: fixed;
  margin: 0;
}
.custom-table-wrapper-3 thead th {
  height: 75px;

  text-align: center;
  color: #000000;
  border-bottom: none;
  font-size: 18px;
  text-transform: capitalize;
}
.custom-table-wrapper-3 thead th:nth-child(2) {
  border-left: 1px solid #ed7d31;
  border-right: 1px solid #ed7d31;
}

.custom-table-wrapper-3 tbody tr:nth-child(odd) {
  background: #efefef;
}
.custom-table-wrapper-3 tbody td:not(:first-child) {
  text-align: center;
}
.custom-table-wrapper-3 tbody td:first-child {
  padding-left: 30px;
}
.custom-table-wrapper-3 tbody td:last-child {
  color: #ed7d31;
  font-weight: 600;
}
.custom-table-wrapper-3 tbody td {
  border: none;
  font-size: 15px;
  color: #6d6d6d;
  height: 50px;
}
.custom-table-wrapper-3 tbody td:nth-child(2) {
  border-left: 1px solid #ed7d31;
  border-right: 1px solid #ed7d31;
}
.custom-table-wrapper-3 tfoot td {
  border-top: 1px solid #ed7d31;
  background-color: #fdf8ef;
  padding-block: 20px;

  font-weight: 600;
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
.custom-table-wrapper-3 tfoot td:first-child {
  border-bottom-left-radius: 20px;
}
.custom-table-wrapper-3 tfoot td:last-child {
  border-bottom-right-radius: 20px;
}
.custom-table-wrapper-3 tfoot td span {
  color: #ed7d31;
  font-weight: 600;
}

/* =============================================
Section Tambahan
================================================ */
.sec-tambahan .section-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 300px;
  background: url("/wp-content/uploads/2026/04/Group.webp") repeat-x 0%;
}

/* =============================================
Section For Who
================================================ */
.sec-for-who .section-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 40%;
  height: 100%;
  background: url("/wp-content/uploads/2026/04/Untitled-1-02-2.webp") no-repeat
    top right / 100%;
}
.sec-for-who .row:has(> .col-bubble.bubble-3) {
  margin-bottom: -150px;
  position: relative;
  z-index: 1;
}
.sec-for-who .col-bubble .col-inner .text:first-child {
  position: relative;
  width: fit-content;
  margin-bottom: 5px;
}
.sec-for-who .col-bubble .col-inner .text:first-child:before {
  --size: 17px;

  content: "";
  position: absolute;
  right: calc(-10px - var(--size));
  top: 0;
  bottom: 0;
  margin-block: auto;

  width: var(--size);
  height: var(--size);
  background: url("/wp-content/uploads/2026/04/check.webp") no-repeat 100% /
    100%;
}
.sec-for-who .col-bubble:hover .col-inner {
  transition: 0.3s all;
  background: black !important;
}
.sec-for-who .col-bubble:hover .col-inner .text p {
  color: white !important;
}
.sec-for-who .col-bubble .col-inner {
  border-radius: 20px;
  padding-block: 30px;
  box-shadow: 0px 0px 15px 0px #00000059;
}
.sec-for-who .col-bubble.bubble-1 .col-inner,
.sec-for-who .col-bubble.bubble-3 .col-inner {
  border-bottom-right-radius: 0;
}
.sec-for-who .col-bubble.bubble-2 .col-inner,
.sec-for-who .col-bubble.bubble-4 .col-inner {
  border-bottom-left-radius: 0;
}

/* =========================================
RESPONSIVE >>> LAPTOP
============================================ */
@media only screen and (max-width: 1024px) {
  .bg-hero > .col-inner {
    background: url(/wp-content/uploads/2026/04/view-modern-office-1.webp)
      no-repeat center / 120%;
  }
}

/* =========================================
RESPONSIVE >>> TABLET
============================================ */
@media only screen and (max-width: 849px) {
  :is(.sec-hero, .sec-tambahan) .button.primary {
    font-size: 14px;
  }

  /* =========================================
  Section Hero
  ============================================ */
  .bg-hero > .col-inner {
    padding: 50px 0 50px 40px;
    border-radius: 30px;
  }

  /* =========================================
  Section Why
  ============================================ */
  .sec-why .why-column .col-inner:before {
    right: -20px;
    width: 200px;
    height: 100%;
  }
  .sec-why .icon-box .icon-box-img {
    width: 60px !important;
    margin-left: 20px;
  }
  .sec-why .icon-box .icon-box-text {
    padding-right: 1em;
  }

  /* =========================================
  Section Peran
  ============================================ */
  .sec-peran .col-inner:has(.peran-list) {
    margin-left: 0;
  }
  .sec-peran .peran-list {
    font-size: 14px;
  }

  /* =========================================
  Section Starter Pro
  ============================================ */
  .custom-table-wrapper-2 i {
    margin-inline: 5px;
  }
  :is(.custom-table-wrapper-2, .custom-table-wrapper-3) i,
  :is(.custom-table-wrapper-2, .custom-table-wrapper-3) i:before {
    transform: scale(0.9);
  }
  .custom-table-wrapper-2:before {
    right: -40px;
    width: 65%;
  }
  .custom-table-wrapper-2 thead th {
    font-size: 14px;
    line-height: 20px;
    padding-block: 20px;
  }
  .custom-table-wrapper-2 tbody td {
    font-size: 13px;
    padding-inline: 10px;
  }

  /* Col Promo Special */
  .sec-starter-pro .col-promo-special .title span,
  .sec-starter-pro .col-promo-special .subtitle {
    font-size: 14px;
  }
  .sec-starter-pro .col-promo-special .title {
    font-size: 34px;
    line-height: 34px;
  }
  .sec-starter-pro .col-promo-special .button span {
    font-size: 14px;
  }

  /* Table 2 */
  .custom-table-wrapper-3 i {
    margin-right: 10px;
    margin-left: 0px;
  }
  .custom-table-wrapper-3 tfoot td,
  .custom-table-wrapper-3 thead th {
    font-size: 14px;
  }
  .custom-table-wrapper-3 tfoot td {
    padding-inline: 50px;
  }
  .custom-table-wrapper-3 tbody td {
    font-size: 13px;
  }

  /* =========================================
  Section For Who
  ============================================ */
  .sec-for-who .col-bubble .col-inner .text:first-child:before {
    --size: 13px;
  }
}

/* =========================================
RESPONSIVE >>> MOBILE
============================================ */
@media only screen and (max-width: 430px) {
  /* Util */
  .nobr-small br {
    display: none;
  }

  /* =========================================
  Section Hero
  ============================================ */
  .bg-hero > .col-inner {
    background: url(/wp-content/uploads/2026/04/view-modern-office-1.webp)
      no-repeat center / 270%;
    padding: 40px 0 40px 30px;
  }

  /* =========================================
  Section Why
  ============================================ */
  .sec-why .icon-box {
    height: 90px;
  }
  .sec-why .why-column .col-inner {
    padding: 20px 0 225px 35px;
  }

  /* =========================================
  Section Starter Pro
  ============================================ */
  .sec-starter-pro .bspro-col > .col-inner {
    padding: 40px 30px;
  }
  .sec-starter-pro .bspro-col > .col-inner:before {
    border-top-left-radius: 30px;
    width: 100%;
    background: url(/wp-content/uploads/2026/04/Untitled-1-02-2.webp) no-repeat
      top right / 150%;
  }
  .sec-starter-pro .col-promo-special {
    margin-left: 15px;
  }
  .sec-starter-pro .col-promo-special .col-inner {
    padding: 10px 20px;
  }

  /* Table 1 */
  .custom-table-wrapper-2 {
    overflow: auto;
    margin-bottom: 20px;
  }
  .custom-table-wrapper-2 table th,
  .custom-table-wrapper-2 table td {
    width: 170px;
  }

  /* Table 2 */
  .custom-table-wrapper-3 tbody td:first-child {
    padding-left: 5px;
  }
  .custom-table-wrapper-3 i {
    margin-right: 5px;
  }

  /* Mobile Table */
  .custom-table-wrapper-2.table-mobile table tr:has(th) {
    background-color: #fdedd7;
    color: #000;
  }
  .custom-table-wrapper-2.table-mobile table tr th {
    text-align: center;
    text-transform: capitalize;
    padding-block: 15px;
  }
  .custom-table-wrapper-2.table-mobile tbody tr:last-child td {
    padding-bottom: 0;
  }
  .custom-table-wrapper-2.table-mobile tbody tr:has(th) + tr td {
    padding-top: 20px;
  }
  .custom-table-wrapper-2.table-mobile tbody tr.special-row td {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  /* =========================================
  Section Starter Pro
  ============================================ */
  .sec-starter-pro .bspro-col > .col-inner {
    padding: 20px 15px;
  }
}
