/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

:root {
  /* --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box; */
  --c-primary: #D63348;
  /* --c-secondary: #28317e; */
  --c-body: #F8F8F8;
  --c-black: #222222;
  --c-info: #918F8F;
  --c-white: #ffffff;
  --c-card: #363636;
  --c-grey: #EBEBEB;
  --c-orange: #e1a427;
  --c-border: #222222;
  --c-y-green: #00ba01;
  --c-disabled: #dee1e8;
  --c-transparent: transparent;
  --c-skeleton: #f7f7f7;
  --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
  --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
  --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: var(--c-primary);
  color: var(--c-white);
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  background-color: var(--c-body);
  color: var(--c-black);
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
  overflow-y: overlay;
  transition: ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 2.125rem;
  font-weight: 700;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0px;
}

small {
  font-size: .875rem;
  line-height: 1.5;
  letter-spacing: 0;
}

ul {
  list-style: none;
  padding: 0px;
  margin-left: 12px;
}

a {
  color: var(--c-black);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  /* text-decoration: none; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus,
a:active {
  color: var(--c-primary);
}

span,
i {
  transition: all 0.3s !important;
}

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

img.icon-16 {
  width: 1rem;
  height: 1rem;
}

img.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}

img.icon-32 {
  width: 2rem;
  height: 2rem;
}

img.icon-48 {
  width: 3rem;
  height: 3rem;
}

img.icon-64 {
  width: 4rem;
  height: 4rem;
}

.img-128 {
  width: 8rem;
}

.img-192 {
  width: 12rem;
}

.img-240 {
  width: 15rem;
}

.img-280 {
  width: 17.5rem;
}

.img-352 {
  width: 22rem;
}

.img-512 {
  width: 32rem;
}

.img-rounded {
  border-radius: 50%;
}

.shadow-bg {
  box-shadow: var(--shadow-bg);
}

hr {
  margin-top: 1.2496px;
  margin-bottom: 1.2496px;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

i {
  transition: all 0.3s;
}

.ts-03 {
  transition: ease-in-out 0.3s;
}

.ts-05 {
  transition: ease-in-out 0.5s;
}

.ts-spring {
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ========================== FORM FIELD ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #09041e;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

input[type="search"]::-moz-search-clear-button {
  display: none;
}

.form-control[disabled] {
  border: 0;
  background-color: var(--c-disabled);
}

.form-control[disabled]:hover {
  border: 0;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-group-icon {
  position: relative;
  height: 100%;
}

.form-group-icon input.form-control {
  padding-right: 1rem;
}

.form-group-icon .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #555;
  z-index: 10;
}

.form-group-icon input.form-control:focus {
  outline: none;
}

.form-group-icon input.form-control {
  padding-left: 3rem;
  border-radius: 16px 0px 0px 16px;
  border: 1px solid #ddd;
  font-size: 1rem;
  height: 100%;
}

input[type="date"] {
  padding-right: 1px;
}

.form-group-icon .clear-icon {
  position: absolute;
  right: 68px;
  font-size: 1rem;
  color: #999;
  cursor: pointer;
}

.section-contact-hero select.form-control {
  border: 1px solid #ddd;
}

.form-control::placeholder {
  opacity: 0.3;
}

.has-error .form-control {
  box-shadow: none;
}

input.form-control,
textarea.form-control {
  padding: 0.75rem;
  color: var(--c-black);
  font-weight: 500;
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
  border-radius: 8px;
  opacity: 1;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #292929;
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
  color: var(--c-black);
  background-color: var(--c-white);
  border-color: var(--c-primary);
}

input.form-control[readonly] {
  background-color: var(--c-disabled);
  cursor: default;
  border: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select.form-control {
  cursor: pointer;
  height: auto;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  /* letter-spacing: 1rem; */
  font-weight: 400;
  /*background-color: 08284b;*/
  color: var(--c-black);
  border: 1px solid var(--c-black);
  border-radius: .875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/general/dd-b-bot.svg");
  background-size: 0.75rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
  border-color: var(--c-primary);
  color: var(--c-black);
}

.placeholder-select option[disabled] {
  opacity: 0.7;
}

.select2-container--default .select2-selection--single {
  height: 2.5rem !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--c-black) !important;
  font-size: 1rem !important;
  font-weight: 600;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.3125rem !important;
}

ul.select2-results__options>li:hover {
  color: var(--c-black) !important;
  /* background-color: #ffe3b8 !important; */
}

.select2-container--default .select2-results__option--selected {
  color: var(--c-white) !important;
  background-color: var(--c-primary) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
  color: var(--c-white) !important;
  background-color: var(--c-primary) !important;
}

li.select2-results__option--selectable {
  color: var(--c-black) !important;
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active,
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
  color: #09041e;
  background-color: var(--c-white);
  border: 1px solid var(--c-primary);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

label {
  word-break: break-word;
}

label.control-label {
  position: relative;
  font-size: 0.875rem;
  color: var(--c-black);
  /* letter-spacing: .0625rem; */
  font-weight: 400;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0.25rem;
}

.underline {
  text-decoration: underline;
}

/*====================================== SECTION MODAL SECTION ======================================*/
.modal {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal-open {
  /* position: fixed; */
  overflow: hidden !important;
  padding-right: 0 !important;
}

.modal-content {
  max-height: 90vh;
  /* height: 100%; */
  background-color: #fff;
  border: 0;
  border-radius: 1.25rem;
}

.modal-header {
  padding: 1.5rem 2rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-color: var(--c-transparent);
}

.modal-header .modal-logo {
  max-width: 7.25rem;
  margin: 0 auto 1rem auto;
}

.modal-header .modal-close {
  z-index: 99999;
  opacity: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.modal-header .btn-close {
  opacity: 1;
  background-image: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #f54036;
  color: var(--c-primary);
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
  background: none;
  font-size: 1.5rem;
}

.modal-close .btn-close:hover,
.modal-header .btn-close:hover {
  opacity: 1;
  color: var(--c-white);
  background-color: #f54036;
}

.modal-body {
  height: 100%;
  padding: 0rem 2rem 2rem 2rem;
}

.modal.fade {
  overflow: hidden;
}

.modal.fade .modal-dialog {
  transition: transform 0.5s ease-in-out, filter 1s ease-out;
  filter: blur(5px);
  transform: translate(30px, 999px) rotate(0) scale(0);
}

.modal.fade.show .modal-dialog {
  filter: blur(0);
  transform: translate(0, 0) rotate(0) scale(1);
}

.modal.fade.show .modal-dialog .modal-content {
  overflow-y: auto;
}

.modal-footer {
  border-top: 0.0625rem solid rgb(222, 226, 230);
  padding: 1rem;
  /*border: 0;*/
  text-align: center;
}

.modal-footer>* {
  margin: 0;
}

/*====================================== SECTION COMPONENT BUTTON ======================================*/

.btn-ag {
  z-index: 2;
  position: relative;
  outline: 0 !important;
  outline-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 1.5;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: var(--c-primary);
  -webkit-box-pack: center;
  vertical-align: middle;
  justify-content: center;
  -webkit-box-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  transition-duration: 0.3s;
  text-decoration: none;
  outline-color: transparent !important;
  box-shadow: none;
}

.btn-ag span {
  transform: rotate(-40deg);
  z-index: 2;
  color: var(--c-white);
  touch-action: manipulation;
  transition: all 0.3s;
}

.btn-ag:hover {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  transform: scale(1.1);
}

.btn-ag:hover span {
  transform: rotate(-40deg) translate(4px, 0);
}

.btn-ag:focus {
  background-color: var(--c-primary);
  border-color: transparent;
  box-shadow: none;
}

button.btn-ag {
  border-width: 0;
  padding-block: 0;
  padding-inline: 0;
}

.btn-primary {
  position: relative;
  width: 100%;
  height: 3rem;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--c-primary);
  color: var(--c-white);
  padding: 0.5rem 1rem;
  border-radius: 14px;
  background-color: var(--c-primary);
  transition: all 0.3s;
  font-weight: 600;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-primary span {
  transform: rotate(-45deg) translate(2px, 2px);
  z-index: 2;
  color: var(--c-white);
  display: inline-block;
  transition: all 0.4s;
  touch-action: manipulation;
}

.btn-primary:hover {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  transform: scale(1.1);
}

.btn-primary:hover span {
  transform: rotate(-45deg) translate(6px, 2px);
}

.btn-primary:focus {
  background-color: var(--c-primary);
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary {
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  padding: 0.5rem 1rem;
  border-radius: 14px;
  background-color: var(--c-transparent);
  transition: all 0.3s;
}

.btn-secondary span {
  display: inline-block;
  transform: rotate(-45deg) translate(2px, 2px);
  transition: all 0.4s;
}

.btn-secondary:hover {
  /* transform: scale(0.95); */
  background-color: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white) !important;
}

.btn-secondary:hover span {
  transform: rotate(-45deg) translate(6px, 2px);
}

/* .btn-secondary:before,
.btn-secondary:active,
.btn-secondary:focus:hover {
  background-color: var(--c-secondary) !important;
  color: var(--c-white) !important;
  border-color: inherit;
  box-shadow: none;
}

.btn-secondary:focus,
.btn-secondary:active:hover {
  border-color: var(--c-primary);
  box-shadow: none;
  background-color: transparent;
} */

.btn-link {
  background-color: var(--c-transparent);
  color: var(--c-primary);
  text-decoration: underline;
}

.btn-transparent {
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  /* padding: 1rem 2.5rem; */
  /* border-radius: 5px; */
  transition: all 0.3s;
}

.btn-transparent:hover {
  color: var(--c-white);
  background-color: var(--c-primary);
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: var(--c-transparent);
  color: var(--c-primary);
  text-decoration: underline;
}

.btn-load {
  color: var(--c-secondary);
}

.btn-load:before,
.btn-load:active,
.btn-load:focus {
  background-color: var(--c-secondary) !important;
}

.underline-cta {
  opacity: 0.4;
  width: 100%;
  height: 2px;
  background: transparent linear-gradient(90deg, #ee85ff 0%, #1eadc3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.btn-google {
  border: 1px solid #e7e7e9;
  background-color: var(--c-white) !important;
  color: var(--c-black) !important;
}

.btn-google:hover {
  color: var(--c-black) !important;
  border-color: #dbdbde !important;
  box-shadow: none !important;
}

.btn-fb {
  background-color: #4267b2;
  color: var(--c-white) !important;
}

.btn-fb:hover {
  box-shadow: none !important;
}

.wa-bg {
  background-color: #25d366;
}

.btn-radar.btn-disable {
  opacity: 0.2 !important;
  cursor: default !important;
}

.btn-radar.disabled {
  background-color: var(--c-disabled);
  cursor: default !important;
}

.btn-radar.disabled:hover,
.btn-radar.disabled:active,
.btn-radar.disabled:focus {
  box-shadow: none;
  transform: scale(1);
}

.btn-modal {
  background-color: var(--c-transparent);
  border: 0;
  padding: 0 !important;
  box-shadow: none;
}

#select-dropdown {
  margin-top: 0.25rem;
  background: transparent;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  display: block;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  color: #5a5957;
  text-decoration: none;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

#select-dropdown.open {
  opacity: 0;
}

.button-group {
  position: relative;
  width: 13.5rem;
}

.button-group .marka {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 9999;
}

.button-group .marka i {
  background: grey !important;
}

.marka-icon-times {
  border: 1px solid grey;
  border-radius: 50%;
  top: 0.25rem !important;
  right: 0.25rem !important;
}

#dropdown-menu {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  width: 100%;
  list-style: none;
  text-align: left;
  border-radius: 0.25rem;
  background: var(--c-white);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: box-shadow 0.5s ease-out;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

#dropdown-menu li {
  position: relative;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
  margin-bottom: 0;
}

#dropdown-menu li:hover {
  background-color: #33b8c41a;
}

#dropdown-menu li a {
  color: #5a5957;
  text-decoration: none;
  font-size: 1rem;
}

#dropdown-menu.open {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#dropdown-menu.open li {
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.open li:nth-child(1) {
  transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
  transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
  transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
  transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
  transition-delay: 0.35s !important;
}

/*====================================== SECTION COMPONENT WORDING ======================================*/
.sc-main {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--c-black);
  transition: all 0.3s;
}



.sc-xxl {
  font-size: 3rem !important;
}

.sc-xl {
    font-size: 2.5rem !important;
}

.sc-lg {
 font-size: 2.125rem !important;
}

.sc-m {
  font-size: 1.125rem !important;
  font-weight: 300;
}

.sc-s {
  font-size: 1rem !important;
}

.sc-s-light {
  font-size: 1rem !important;
  font-weight: 300 !important;
}

.sc-sm {
  font-size: 0.875rem !important;
  line-height: 1.4;
}

.sc-xs {
  font-size: 0.75rem !important;
}

span.sc-xs {
  font-weight: 400;
}

.sta-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sc-break {
  white-space: normal;
  word-wrap: break-word;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.c-small {
  font-size: 0.625rem;
  line-height: 1.5;
}

.c-title,
footer .footer-list .c-title span {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.c-primary {
  color: var(--c-primary) !important;
}

.c-secondary {
  color: var(--c-secondary) !important;
}

.c-white {
  color: var(--c-white) !important;
}

.c-black {
  color: var(--c-black) !important;
}

.c-tertiary {
  color: var(--c-tertiary) !important;
}

.c-black-secondary {
  color: var(--c-b-secondary) !important;
}

.c-info {
  color: var(--c-info) !important;
}

.c-red {
  color: var(--c-red) !important;
}

.c-grey {
  color: var(--c-grey) !important;
}

.c-border {
  color: var(--c-border) !important;
}

.c-green {
  color: var(--c-y-green) !important;
}

.c-card {
  color: var(--c-card) !important;
}

.bg-card {
  background-color: var(--c-card) !important;
}

.bg-body {
  background-color: var(--c-body) !important;
}

.c-wa {
  color: #25d366 !important;
}

.f-head {
  font-family: "Montserrat", sans-serif;
}

.f-body {
  font-family: "Montserrat", sans-serif;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.x-bold {
  font-weight: 800 !important;
  /* letter-spacing: 1; */
}

.xx-bold {
  font-weight: 900;
}

.box-shadow {
  -webkit-transition: box-shadow 0.5s ease-out;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.5s ease-out;
}

.no-pad {
  padding: 0;
}

.rd-none {
  border-radius: 0rem !important;
}

.rd-sm {
  border-radius: 0.25rem !important;
}

.rd-md {
  border-radius: 0.5rem !important;
}

.rd-lg {
  border-radius: 0.75rem !important;
}

.rd-xl {
  border-radius: 1rem !important;
}

.rd-xxl {
  border-radius: 1.25rem !important;
}

.rd-h {
  border-radius: 1.5rem !important;
}

.rd-50 {
  border-radius: 50% !important;
}

.rdtl-rdtr {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rdbl-rdbr {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rdtr-rdbr {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.br-primary {
  border-color: var(--c-primary);
}

.br-red {
  border-color: var(--c-red);
}

.br-dark {
  border-color: var(--c-border);
}

.no-transform {
  text-transform: none !important;
}

.bg-primary {
  background-color: var(--c-primary) !important;
}

.bg-primary-gd {
  background: var(--primary-gd) !important;
}

.bg-secondary {
  background-color: var(--c-secondary) !important;
}

.bg-tertiary {
  background-color: var(--c-tertiary) !important;
}

.bg-white {
  background-color: var(--c-white) !important;
}

.bg-grey {
  background-color: var(--c-grey) !important;
}

.bg-black {
  background-color: var(--c-black) !important;
}

.bg-red {
  background-color: var(--c-red) !important;
}

.bg-transparent {
  background-color: var(--c-transparent) !important;
}

.bg-wa {
  background-color: #25d366 !important;
}

.bg-fb {
  background-color: #4267b2 !important;
}

.c-whatsapp {
  color: #25d366 !important;
}

.w-fit {
  width: fit-content;
}

.h-fit {
  height: fit-content;
}

.max-16 {
  max-width: 1rem !important;
}

.max-24 {
  max-width: 1.5rem !important;
}

.max-32 {
  max-width: 2rem !important;
}

.max-40 {
  max-width: 2.5rem !important;
}

.max-48 {
  max-width: 3rem !important;
}

.max-64 {
  max-width: 4rem !important;
}

.max-84 {
  max-width: 5.25rem !important;
}

.max-100 {
  max-width: 6.25rem !important;
}

.max-112 {
  max-width: 7rem !important;
}

.max-128 {
  max-width: 8rem !important;
}

.max-140 {
  max-width: 8.75rem !important;
}

.max-160 {
  max-width: 10rem !important;
}

.max-240 {
  max-width: 15rem !important;
}

.max-280 {
  max-width: 17.5rem !important;
}

.max-320 {
  max-width: 20rem !important;
}

.max-360 {
  max-width: 22.5rem !important;
}

.max-400 {
  max-width: 25rem !important;
}

.max-480 {
  max-width: 30rem !important;
}

.max-560 {
  max-width: 35rem !important;
}

.max-640 {
  max-width: 40rem !important;
}

.max-720 {
  max-width: 45rem !important;
}

.max-840 {
  max-width: 52.5rem !important;
}

.max-1024 {
  max-width: 64rem !important;
}

.max-1140 {
  max-width: 71.25rem !important;
}

.z-m-3 {
  z-index: -3;
}

.z-m-2 {
  z-index: -2;
}

.z-m-1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.border-color-grey {
  border-color: var(--c-grey) !important;
}

.subject-title {
  max-width: 48rem;
}

.subject-desc,
.subject-info {
  max-width: 64rem;
}

.sticky-subhead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.no-result {
  background-color: var(--c-primary-500);
  padding: 1rem;
  text-align: center;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.cover {
  object-fit: cover;
}

.c-default {
  cursor: default;
}

.pointer {
  cursor: pointer;
}

.line-clamp-1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
}

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

.line-clamp-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
}

.line-clamp-4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
}

.line-clamp-5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
}

.line-clamp-9 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
}

.wrap-text {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.custom-choose {
  display: flex;
}

.custom-choose input[type="checkbox"],
.custom-choose input[type="radio"] {
  display: none;
}

.custom-choose input[type="checkbox"]+label,
.custom-choose input[type="checkbox"]:not(checked)+label,
.custom-choose input[type="radio"]+label,
.custom-choose input[type="radio"]:not(checked)+label {
  cursor: pointer;
  padding: 12px 32px;
  border: solid 1px var(--c-transparent);
  background-color: var(--c-body);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.custom-choose input[type="checkbox"]:checked+label,
.custom-choose input[type="radio"]:checked+label {
  position: relative;
  border: solid 1px var(--c-primary);
  background-color: var(--c-body);
  color: var(--c-primary);
  transition: all ease-in-out 0.3s;
}

/*====================================== SECTION NAVBAR ======================================*/
header {
  background-color: var(--c-body);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 777;
  border: 1px solid var(--c-grey);
  will-change: transform;
  transition: background 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

header nav {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans-cubic);
}

header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.close-menu {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 85%;
}

.close-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  color: #000233;
  text-align: center;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.container-nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-nav .nav-logo {
  flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.container-nav .nav-logo a:hover span {
  color: var(--c-primary);
}

.container-nav .nav-logo a img {
  width: 160px;
}

select.form-control:has(+ input:focus),
select.form-control:has(+ input:focus-within) {
  opacity: 0;
}

.container-nav .nav-menu {
  /* position: relative; */
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-basis: auto;
  gap: 32px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
}

.container-nav .nav-menu ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  text-align: center;
}

.container-nav .nav-menu li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  color: var(--c-black);
  border-radius: 8px;
  transition: all 0.3s;
}

.container-nav .nav-menu li a:hover {
  background-color: var(--c-primary);
  color: var(--c-white) !important;
}

.container-nav .nav-menu li.active>a,
.menu-container-mobile .menu-nav-mobile li.active>a {
  background-color: var(--c-primary);
  color: var(--c-white);
  font-weight: 700;
}

.container-nav .nav-menu li.li-contact-us a {
  border: 1px solid var(--c-primary);
  padding: 0.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
}

.container-nav .nav-menu li.li-contact-us a {
  color: var(--c-primary);
}

.container-nav .nav-menu li.li-contact-us.active a {
  color: var(--c-white);
}

.container-nav .nav-menu li.li-contact-us i {
  transform: rotate(-45deg);
}

.nav-toggle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  display: none;
  z-index: 10;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  box-shadow: none;
  border: none;
  background-color: var(--c-transparent);
}

.nav-toggle span {
  display: block;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 20px;
  background-color: var(--c-primary);
  font-size: 16px;
  transition: var(--trans-cubic);
}

.nav-toggle span:nth-child(2) {
  width: 15px;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}

.nav-toggle.active span:nth-child(2) {
  transform: translateX(-30px);
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.nav-logo .text-logo {
  max-width: 120px;
}

.nav-submenu-wrapper {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-item-what-we-do.show-submenu .nav-submenu-wrapper {
  display: block;
}

.nav-item-what-we-do.show-submenu.animate-submenu .nav-submenu-wrapper {
  flex-direction: column;
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  top: 3.25rem;
}

.nav-item-mobile-accordion .accordion-item,
.nav-item-mobile-accordion .accordion-collapse {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.nav-submenu-wrapper .nav-submenu-content {
  text-align: left;
  background-color: var(--c-white);
  padding: 1rem .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-submenu-wrapper .nav-submenu-content a.active {
  color: var(--c-primary);
  font-weight: 700;
}

.nav-item-mobile-accordion.active .accordion-button {
  font-weight: 700;
}

.nav-item-mobile-accordion .accordion-header {
  border-bottom: unset;
}

.nav-item-mobile-accordion .accordion-button {
  padding: 0rem !important;
  box-shadow: unset !important;
}

.nav-item-mobile-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/general/chevron-down.svg);
}


.nav-item-mobile-accordion .accordion-button::after {
  background-image: url(../images/general/chevron-down.svg);
}

.menu-container-mobile .menu-nav-mobile li:last-child {
  margin-bottom: 0;
}

.nav-link-main {
  cursor: default;
}

.nav-menu .menu-nav {
  display: block;
}

.nav-hamburger {
  display: none;
}

.language-toggle {
  width: 80px;
  height: 40px;
  background-color: var(--c-grey);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.language-toggle span {
  z-index: 2;
  font-weight: 500;
  color: black;
  transition: color 0.3s ease;
}

.toggle-circle {
  position: absolute;
  width: 38px;
  height: 38px;
  background: var(--c-white);
  border-radius: 50%;
  top: 1.25px;
  left: 2px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  z-index: 1;
}

.language-toggle.en .toggle-circle {
  transform: translateX(38px);
}


.language-toggle.id .lang-id-text,
.language-toggle.en .lang-en-text {
  color: var(--c-primary);
  font-weight: 700 !important;
}


.lang-id-text, .lang-en-text {
  position: absolute;
  font-size: 14px;
  transition: color 0.3s;
  color: var(--c-black);
}

.lang-id-text {
  left: 11px;
}

.lang-en-text {
  right: 11px;
}

.lang-id-text.active,
.lang-en-text.active {
  color: var(--c-primary);
  font-weight: 700 !important;
}

.menu-container-mobile {
  z-index: 99999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 0;
  position: fixed;
  background-color: white;
  box-shadow: -4px 0px 18px 4px rgb(0 0 0 / 14%);
  top: 0;
  right: 0;
}

.btn-back {
  position: absolute;
  top: 25px;
  margin-left: 12px;
  padding: 0;
  opacity: 0.5;
  background: none;
  border: none;
  color: var(--c-black);
  font-size: 16px;
  cursor: pointer;
  z-index: 20;
}

.btn-back:focus {
  outline: none;
}

/* Component */
@media only screen and (min-width: 1025px) and (max-width: 1225px) {

  .container-nav .nav-menu li a {
    font-size: 16px;
  }
}

.cursor-none {
  cursor: default !important;
}

.swiper {
  overflow: clip;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cta-swiper-wrapper {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  width: 100%;
}

.swiper-slide {
  background: transparent;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper .swiper-slide>a {
  width: 100%;
}

.swiper-button-next {
  opacity: 1;
  right: 0px;
  padding: 18px;
  border-radius: 50%;
  /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
}

.swiper-button-prev {
  opacity: 1;
  left: 0px;
  padding: 18px;
  border-radius: 50%;
  /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  top: 45%;
  width: 2rem !important;
  height: 2rem !important;
  color: var(--c-black);
  border: 1px solid var(--c-black);
  background-color: var(--c-transparent);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s;
}

.swiper-button-next span, .swiper-button-next i,
.swiper-button-prev span, .swiper-button-prev i {
  transition: all 0s !important;
  line-height: normal !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  /* transform: scale(1.1); */
  background-color: var(--c-black);
  color: var(--c-white);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  opacity: 0;
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-button-next.br-white,
.swiper-button-prev.br-white {
  top: 45%;
  width: 2rem !important;
  height: 2rem !important;
  color: var(--c-white);
  border: 1px solid var(--c-white);
  background-color: var(--c-transparent);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s;
}

.cta-swiper-home .swiper-bp-prev,
.cta-swiper-home .swiper-home-services-prev {
  left: 0;
}

.cta-swiper-home .swiper-bp-next,
.cta-swiper-home .swiper-home-services-next {
  right: 0;
}

.swiper-button-prev.br-white:hover,
.swiper-button-next.br-white:hover {
  /* transform: scale(1.1); */
  background-color: var(--c-white);
  color: var(--c-black);
}

.swiper-pagination-wrapper {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 20px;
  width: 100%;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
  right: 0;
}

.swiper-news-home-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.bullet-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}

.bullet-wrapper:last-child .bullet-line {
  display: none;
}

.bullet-line {
  position: relative;
  height: 2px;
  background: var(--c-white);
  padding: 0 1rem;
  z-index: 1;
}

.bullet-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--c-primary);
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  z-index: 2;
  pointer-events: auto !important;
  position: relative;
  border: 2px solid var(--c-white);
  background: var(--c-transparent);
  opacity: 1;
}

.bullet-wrapper.bullet-filled .swiper-pagination-bullet {
  border: 2px solid var(--c-transparent);
  background: var(--c-primary);
}

@keyframes lineProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.bullet-wrapper.bullet-progress .bullet-line::before {
  animation: lineProgress 6s linear forwards;
}


.clipped-path {
  padding: 5px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1s;
}

.outline-font {
  color: rgba(170, 49, 250, 1);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--c-primary);
}

.outline-font.outline-green {
  color: rgba(117, 231, 248, 1);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--c-secondary);
}

section {
  margin: 0 auto;
  padding: 2rem 0;
}

.section-hero-top {
  padding-top: 7rem;
}

.section-home-hero {
  padding-top: 7rem;
}

.container-fluid {
  margin: 0 auto;
}

.section-hero {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #202833 0%, #1f1f219e 100%);
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-container {
  padding: 10rem 0rem 8rem 0rem;
}

/*====================================== SECTION COMPONENT CARD ======================================*/
.card-cta-head {
  padding-right: 50px;
}

.card-cta-head .cta-head,
.card-cta-body .cta-body {
  border-top-right-radius: 16px;
}

.card-cta-link {
  height: fit-content;
  background-color: var(--c-body);
  border-top-left-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0;
  padding: 0 0 0.5rem 0.5rem;
  margin: -1px -1px 0 0;
}

.card-cta-link::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -6px;
  left: -17px;
  /* top: -9px;
  left: -14px; */
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-right.svg");
  background-size: contain;
}

.card-cta-link::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -17px;
  right: -6px;
  /* bottom: -14px;
  right: -9px; */
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-right.svg");
  background-size: contain;
}


.card-cta-body {
  padding-top: 12px;
}


.article-card-thumbnail .article-image,
.article-card-thumbnail .article-image .image,
.article-card-thumbnail .article-image .image img {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 12.75rem;
  width: 100%;
  object-fit: cover;
}

.article-card-thumbnail .article-image .skeleton-picture {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.article-card-thumbnail .article-desc {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.article-card-thumbnail:hover .article-desc .card-cta-link {
  opacity: 1;
}

.article-card-thumbnail .article-desc .card-cta-link {
  opacity: 0;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.article-card-thumbnail .article-desc-title {
  min-height: 3rem;
}

.article-card-thumbnail .article-desc-word {
  min-height: 4.5rem;
}

.card-information {
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border: 1px solid var(--c-border);
}

.card-information .card-information-image {
  max-width: 5.25rem;
}

.card-information .card-information-icon {
  position: absolute;
  top: 16px;
  right: 15px;
  transform: translate(25%, -25%);
  background-image: url("/images/general/border-partial.png");
  background-size: cover;
}

.card-information .card-information-icon .image {
  padding: .5rem .5rem 1.5rem 1.5rem;
}

.card-information-desc ul.ul-information {
  list-style: none;
  padding: 0;
  margin: .5rem 0;
}

.card-information-desc ul.ul-information li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.card-information-desc ul.ul-information li .number {
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background-color: var(--c-primary);
  color: var(--c-white);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}


.factory-info .card-information .card-information-title {
  min-height: 3.5rem;
}

.product-card {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.product-card .image {
  height: 12.75rem;
}

.product-card .name {
  position: absolute;
  background-color: var(--c-black);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.board-card {
  border: 1px solid #C4C4C4;
  background: rgb(164, 164, 164);
  background: -moz-radial-gradient(circle, rgba(164, 164, 164, 1) 0%, rgba(92, 92, 92, 1) 90%);
  background: -webkit-radial-gradient(circle, rgba(164, 164, 164, 1) 0%, rgba(92, 92, 92, 1) 90%);
  background: radial-gradient(circle, rgba(164, 164, 164, 1) 0%, rgba(92, 92, 92, 1) 90%);
  transition: all 13s;
}



.board-card .card-cta-link {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0 0.10rem 0.5rem 0.5rem;
  transition: all 0.3s;
}

.board-card .card-cta-link::before {
  top: -7px;
  left: -17px;
}

.board-card .card-cta-link::after {
  bottom: -17px;
  right: -7px;
}

.board-card:hover .card-cta-link {
  opacity: 1;
}


.board-card .board-image {
  height: 320px;
}

.board-card .board-image .board-image-wrapper {
  overflow: hidden;
  max-width: 274px;
  width: 100%;
  height: 274px;
  transition: all 0.5s;
}



.certif-card .certif-modal-trigger {
  padding: 3rem;
}

.certif-card .image {
  border: 5px solid #000000;
}

.certif-card .card-cta-link .btn-ag {
  width: 38px;
  height: 38px;
}

.certif-card .card-cta-link {
  opacity: 0;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.certif-card .card-cta-link::before {
  top: -9px;
  left: -14px;
  background-image: url(../images/general/rd-g-card-t-right.svg);
}

.certif-card .card-cta-link::after {
  bottom: -14px;
  right: -9px;
  background-image: url(../images/general/rd-g-card-t-right.svg);
}

.certif-card:hover .card-cta-link {
  opacity: 1;
}

.accordion-item {
  border: 0;
  background-color: transparent;
}


.accordion-button {
  border-bottom: 1px solid #222;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #222;
  transition: all .3s;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid #22222200;
  box-shadow: none !important;
}

.accordion-collapse {
  border-bottom: 1px solid #222222;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: var(--c-primary);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/images/general/accordion-minus.png");
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-image: url("/images/general/accordion-plus.png");
  background-size: contain;

}

.accordion-button {
  padding: 1rem 0.5rem 1rem 0 !important;
}

.accordion-body {
  padding: 0.5rem 1.25rem 0 0rem;
  transition: all .3s;
}

.accordion-collapse.show .accordion-body {
  padding: 0rem 1.25rem 0 0rem;
  transition: all .3s;
}


.accordion-item .accordion-button span {
  padding-right: 1rem;
}

.wwd-image .card-cta-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 20px;
}

.wwd-image .card-cta-wrapper .card-cta-link {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  background: var(--c-body);
  margin-left: -6px;
  margin-right: 8rem;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}

.wwd-image .card-cta-link::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -14px;
  top: unset;
  left: -4px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/general/rd-card-t-left.svg");
  background-size: contain;
}

.wwd-image .card-cta-link::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -9px;
  right: -14px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/general/rd-card-t-left.svg");
  background-size: contain;
}

.wwd-image .swiper-button-prev,
.wwd-image .swiper-button-next {
  color: #ffffff;
}

.article-card-headline .article-desc-title {
  padding-right: 4rem;
  min-height: 4.5rem;
}

.article-card-headline .article-desc-word {
  min-height: 4.5rem;
}

.article-card-headline .article-image {
  background-color: var(--c-grey);
}

.article-card-headline:hover .article-desc .card-cta-link {
  opacity: 1;
}

.article-card-headline .article-image {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.article-card-headline .article-desc {
  padding: 1rem;
  border-radius: 0 1.25rem 1.25rem 0;
}

.article-card-headline .article-image img {
  border-radius: 1.25rem;
}

.article-card-headline .article-desc .card-cta-link {
  opacity: 0;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.article-tag-wrapper {
  border: 1px solid var(--c-black);
  padding: .5rem 1rem;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.breadcrumb-wrapper {
  width: 100%;
  background-color: var(--c-body);
  padding-bottom: 1rem;
  z-index: 100;
}

.breadcrumb-wrapper .breadcrumb-list {
  row-gap: 0rem;
}



.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0 !important;
}

.breadcrumb-list li+li::before {
  content: "" !important;
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url('/images/general/breadcrumb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
}

.breadcrumb-wrapper .breadcrumb-link {
  color: var(--c-black);
  font-weight: 400;
  flex-shrink: 0;
  transition: 0.3s;
}

.breadcrumb-wrapper .breadcrumb-link a {}

.breadcrumb-wrapper .breadcrumb-link:hover a {
  opacity: 0.8;
  color: var(--c-black);
}


.breadcrumb-wrapper .breadcrumb-link.active {
  font-weight: 700;
  flex-shrink: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/*====================================== SECTION HOME PAGE ======================================*/

.section-home-hero .home-hero-image {
  min-height: 680px;
}

.home-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  border-radius: 16px;
  background: linear-gradient(-90deg, #000 10%, rgba(165, 165, 165, 0.00) 111.25%);
  background: -moz-linear-gradient(-90deg, #000 10%, rgba(165, 165, 165, 0.00) 111.25%);
  background: -webkit-linear-gradient(-90deg, #000 10%, rgba(165, 165, 165, 0.00) 111.25%);
}

.home-hero-wrapper {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-hero-wrapper .home-hero-cta {
  border-top-right-radius: 20px;
}

.home-hero-cta::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -25px;
  left: -10px;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-b-left.svg");
  background-size: contain;
}

.home-hero-cta::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -8px;
  right: -17px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-b-left.svg");
  background-size: contain;
}


.home-slider-text {
  max-width: 1100px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home-services-header-wrapper .card-cta-link {
  position: absolute;
  top: 0;
  right: 0;
}

.services-card-thumbnail .services-image .image img,
.services-card-thumbnail .services-image .image .skeleton-picture {
  max-height: 204px;
  min-height: 204px;
}

.services-card-thumbnail img {
  filter: grayscale(80%) brightness(100%);
  transition: filter 0.3s ease-in-out;
}

.services-card-thumbnail:hover img {
  filter: grayscale(0%) brightness(100%);
}

.card-cta-link.card-cta-black {
  background-color: var(--c-card);
}


.card-cta-link.card-cta-black::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -9px;
  left: -14px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/general/rd-black-card-t-right.svg);
  background-size: contain;
}

.card-cta-link.card-cta-black::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -14px;
  right: -8px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/general/rd-black-card-t-right.svg);
  background-size: contain;
}


.swiper-another-news .card-cta-link::before {
  top: -9px;
  left: -14px;
}


.swiper-another-news .card-cta-link::after {
  bottom: -14px;
  right: -9px;
}

.services-card-thumbnail .card-cta-link.card-cta-black::after {
  right: -9px;
}

.services-card-thumbnail .card-cta-link {
  opacity: 0;
  transition: all .3s;
}

.our-service-home .home-services-header-wrapper {
  padding-right: 5rem;
}

.services-card-thumbnail:hover .card-cta-link {
  opacity: 1;
}


.section-home-news .cta-swiper-wrapper {
  margin-right: 5rem;
  margin-left: auto;
}

.bp-head-wrapper .cta-swiper-bp {
  margin-top: -3rem;
}

.certif-tab-wrapper .cta-swiper-wrapper,
.cta-swiper-bp.cta-swiper-wrapper {
  margin-right: 0;
  margin-left: auto;
}

.about-boc-wrapper,
.certif-tab-header {
  gap: 1.5rem;
}

.swiper-bp-gradient {
  position: relative;
  z-index: 1;
}

.swiper-bp-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #F8F8F8 30%, transparent 100%);
}

.swiper-bp-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, #F8F8F8 30%, transparent 100%);
}

.bp-card-image .image img {
  height: 80px;
}



/*====================================== SECTION ABOUT PAGE ======================================*/
.about-hero-video {
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.about-hero .about-hero-video video,
.about-hero .about-hero-video iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.about-hero .about-hero-video iframe {
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.about-video-subject {
  position: absolute;
  top: -1px;
  left: -1px;
}

.about-video-subject .subject-title {
  padding: 0 1.5rem 0.75rem 0;
  border-bottom-right-radius: 20px;
}

.about-video-subject .subject-title::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -18px;
  left: -13px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-left.svg");
  background-size: contain;
}

.about-video-subject .subject-title::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -12px;
  right: -19px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-left.svg");
  background-size: contain;
}

.prime-text-wrapper {
  gap: 6rem;
}

.ob-various-container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 500px;
  padding: 16px;
  box-sizing: border-box;
}

.various-card {
  position: relative;
  flex: 0.5;
  min-width: 140px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: flex 1s ease, transform 0.5s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.various-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.various-card:hover {
  transform: scale(1.03);
}

.various-card.active:hover {
  transform: scale(1);
}

.various-card-name {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: .5rem;
  text-align: center;
  color: #fff;
  justify-content: center;
}

.various-card-name .vc-icon-wrapper {
  width: 100%;
}

.various-card-name .icon {
  max-width: 80px;
  height: auto;
}

.various-card-name h6 {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.vc-desc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1rem;
  min-width: 280px;
}

.vc-desc p {
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
}

.various-card.active {
  flex: 3;
  cursor: default;
}

.section-about-certif .nav-pills .nav-link,
.section-about-boc .nav-pills .nav-link,
.section-about-journey .nav-pills .nav-link {
  color: var(--c-black);
}

.section-about-journey .timeline-wrapper {
  overflow-x: auto;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.section-about-journey .timeline-wrapper.active {
  cursor: grabbing;
  user-select: none;
  cursor: -webkit-grabbing;
}

.section-about-journey .timeline-wrapper .timeline-header {
  position: relative;
  height: 28px;
  margin-bottom: 2rem;
  width: 100%;
}



.section-about-journey .timeline-wrapper .timeline-row {
  position: relative;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
}


.section-about-journey .timeline-wrapper .timeline-bar {
  position: absolute;
  height: 28px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.section-about-journey .timeline-wrapper .timeline-bar.current {
  background: linear-gradient(89deg, rgba(234, 207, 210, 1) 0%, rgba(214, 51, 72, 1) 99.86%);
}

.section-about-journey .timeline-wrapper .timeline-bar.previous {
  background: var(--c-grey);
}

.section-about-journey .timeline-wrapper .timeline-bar-logo {
  position: relative;
  right: -1px;
  height: 40px;
  width: 40px;
  padding: .6rem;
  border-radius: 50%;
  cursor: pointer;
  background: var(--c-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-bar-logo.pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(214, 51, 72, .4);
  border-radius: 50%;
  z-index: -1;
  animation: pulseAnim 1.8s ease-out infinite;
}

.timeline-bar.previous .timeline-bar-logo.pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgb(206, 203, 203);
  border-radius: 50%;
  z-index: -1;
  animation: pulseAnim 1.8s ease-out infinite;
}

@keyframes pulseAnim {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.section-about-journey .timeline-wrapper .timeline-bar-logo img {
  width: 32px;
}

.section-about-journey .timeline-wrapper .timeline-bar-text {
  width: 100%;
  text-align: center;
}

.section-about-journey .timeline-wrapper .timeline-bar-text p {
  color: var(--c-white);
  font-weight: 700;
}

.section-about-journey .timeline-wrapper .timeline-bar.previous .timeline-bar-text p {
  color: var(--c-black);
  font-weight: 400;
}

.section-about-journey .about-history-timeline .timeline-link {
  min-height: 120px;
}

.section-about-journey .timeline-wrapper .timeline-row .timeline-popover {
  display: none;
  position: absolute;
  top: -140%;
  right: 80%;
  z-index: 9;
}

.section-about-journey .timeline-wrapper .timeline-popover .popover-content {
  width: 190px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  background: var(--c-white);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 12px;
  z-index: 99;
  transition: all 0.2s ease;
}

.section-about-journey .timeline-wrapper .timeline-popover .popover-content .popover-text {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.section-about-journey .timeline-wrapper .timeline-row:first-child .timeline-popover {
  top: -92%;
}


.section-about-journey .timeline-wrapper .timeline-row:first-child .timeline-bar.previous .timeline-popover {
  left: 80%;
  right: unset;
}

.section-about-journey .timeline-wrapper .timeline-row .timeline-bar-logo.active .timeline-popover {
  display: block;
}


.section-about-journey .timeline-wrapper .timeline-row .popover-logo {
  width: 24px;
  height: 24px;
}


.section-about-history {
  min-height: 60vh;
}

.about-history-timeline {
  top: 8rem;
}

.about-history-timeline .timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-history-timeline .timeline-link {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  color: var(--c-black);
  text-align: left;
  padding: 0rem 0rem 0rem 2rem;
  transition: all 0.3s ease;
  min-height: 60px;
}

.about-history-timeline .timeline-link::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 7px;
  width: 2px;
  height: 100%;
  background-color: var(--c-black);
  z-index: 0;
  transition: background-color 0.4s ease, height 0.4s ease;
}

.about-history-timeline .timeline-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: var(--c-black);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.about-history-timeline .timeline-link.active::after {
  background-color: var(--c-primary);
  transform: scale(1.8);
}


.about-history-timeline .timeline-link.completed::after {
  background-color: var(--c-primary);
}

.about-history-timeline .timeline-link .timeline-text {
  font-weight: 400;
  transition: all .3s;
}

.about-history-timeline .timeline-link.active .timeline-text {
  font-weight: 700;
}

.about-history-timeline .timeline-line-fill {
  content: '';
  position: absolute;
  top: 6px;
  left: 7px;
  width: 2px;
  height: 0;
  background-color: var(--c-primary);
  z-index: 1;
  transition: all 0.6s ease;
}

.about-history-timeline .timeline-item:last-child .timeline-line-fill {
  display: none;
}

.about-history-timeline .timeline-item:last-child .timeline-link::before {
  display: none;
}


.timeline-item-list {
  min-height: 76px;
  border: 1px solid var(--c-black);
  padding: .75rem;
}

.timeline-item-list .timeline-item-header {
  position: sticky;
  top: 132px;
  width: 100%;
  max-width: 140px;
  background-color: var(--c-primary);
  padding: .5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-item-list .skeleton-picture {
  width: 160px;
}

.swiper-product-wrapper .swiper-container {
  height: 620px;
}

.cta-swiper-product {
  max-width: 4rem;
  gap: 3rem;
}

.swiper-prod-right {
  margin-top: -1rem;
}


.nav.nav-about-bod.nav-pills,
.nav.nav-about-certif.nav-pills {
  border-bottom: 1px solid var(--c-primary);
  position: relative;
  align-items: center;
  justify-content: center;
}

.nav.nav-about-bod.nav-pills .nav-item,
.nav.nav-about-certif.nav-pills .nav-item {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-square {
  border-radius: 1.15rem 1.15rem 0rem 0rem;
  overflow: hidden;
  border: 48px solid var(--c-body);
  transition: all .6s;
}

.board-square-line {
  box-shadow: 0px 0px 0px 20px var(--c-body);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  transition: all .6s;
}

.board-card:hover .board-square {
  border: 48px solid #ffffff00;
}

.board-card:hover .board-square-line {
  box-shadow: none;
  border: 1.5px solid white;
}




#modalKomisaris .modal-content {
  background-color: transparent;
}

#modalKomisaris .modal-body {
  padding: 0;
}

#modalKomisaris .modal-body .komisaris-detail-content {
  flex-direction: row;
}


#modalKomisaris .modal-body .komisaris-detail-text {
  max-height: 606px;
  overflow-x: hidden;
  padding: 3.5rem 1.5rem 1.5rem 1.5rem;
}

#modalKomisaris .modal-body .cta{
  position: absolute;
  top: 18px;
  right: 20px;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}



#modalKomisaris .modal-body .btn-ag,
#modalCertif .modal-body .btn-ag,
#modalShare .btn-ag {
  background-color: var(--c-primary) !important;
  background: none;
  opacity: 1;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
}

#modalKomisaris .komisaris-detail-content .komisaris-detail-head {
    position: sticky;
    top: 0rem;
}


#modalKomisaris .komisaris-detail-content .komisaris-detail-head .image {
      max-height: 606px;
height: 100%;
      background: radial-gradient(57.91% 57.91% at 49.77% 50%, #A4A4A4 0%, #555555 95%);
}

#modalKomisaris .komisaris-detail-content .board-name{
  position: absolute;
  bottom: 0;
  width: 100%;
}

#modalKomisaris .komisaris-detail-text .fa-solid:before {
  content: none;
}

#modalCertif .modal-content {
  background-color: transparent;
  width: fit-content;
  margin: 0 auto;
}

#modalCertif .modal-content .certif-card-modal {
  max-width: 23.75rem;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: var(--c-white);
}

#modalCertif .swiper-button-next, #modalCertif .swiper-button-prev {
  color: var(--c-white);
  border: 1px solid var(--c-primary);
  background-color: var(--c-primary);
}

 #modalCertif .modal-body .cta {
    position: absolute;
top: 10px;
    right: 40px;
    width: fit-content;
    height: fit-content;
    z-index: 9;
 }

/*====================================== SECTION OUR FACTORY  ======================================*/
.plant-services-card {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem
}

.plant-services-card,
.plant-services-card .image {
  height: 120px;
}

.plant-services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--c-primary);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.plant-services-card:hover::before {
  opacity: 0.6;
}

.plant-services-card .plant-services-content-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: .5rem 1rem;
  z-index: 8;
}

.plant-services-card .plant-services-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 0.5rem;
}

.plant-services-card .plant-services-content .plantser-icon {
  opacity: 0;
  transform: translateX(30px) rotate(-120deg);
  transition: all .5s;
}



.plant-services-card:hover .plant-services-content .plantser-icon {
  opacity: 1;
  transform: translateX(0px) rotate(0deg);
}

.plant-services-card .plant-services-content .plantser-text {
  transform: translateX(30px);
  transition: all .5s;
}

.plant-services-card:hover .plant-services-content .plantser-text {
  transform: translateX(0px);
}

.plant-services-card .btn-ag {
  width: 28px;
  height: 28px;
  background-color: var(--c-body);
}

.plant-services-card .btn-ag span {
  color: var(--c-primary);
}

.plant-services-card .btn-ag:hover {
  transform: none;
}

.plant-services-card .btn-ag:hover span {
  transform: rotate(-40deg);
}

/*====================================== SECTION OUR SERVICES  ======================================*/
.nav.nav-services.nav-pills {
  border-bottom: 1px solid var(--c-primary);
  position: relative;
}

.nav-pills .nav-link {
  border-radius: 0;
  position: relative;
  font-weight: normal;
  color: #757C83;
  padding-bottom: 10px;
  /* Ruang ekstra */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--c-primary);
  background-color: transparent;
  font-weight: bold;
}

.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.75px;
  width: 100%;
  height: 5px;
  background-color: var(--c-primary);
  transform: translateX(-50%);
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
}

.our-serivces-hero-wrapper .image img,
.our-serivces-hero-wrapper .image .skeleton-picture {
  min-height: 28rem;
}


/*====================================== SECTION CONTACT US  ======================================*/

.contact-hero-content {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.contact-hero-left {
  position: relative;
}

.contact-hero-left img {
  border-radius: 1.5rem 0 0 1.5rem;
}

.contact-hero-left::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem 0 0 1.5rem;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.2) 0%, rgba(34, 34, 34, 0.697484) 79.69%, #222222 100%);
}


.contact-hero-right {
  padding: 8rem 3rem 1.5rem 3rem;
  background-color: #222222;
  border-radius: 0 1.5rem 1.5rem 0;
}

.contact-hero-left,
.contact-hero-right {
  width: 50%;
}

.contact-shape-position {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.contact-rounded-shape {
  padding: 0 30rem 5rem 0;
  border-bottom-left-radius: 20px;
}

.contact-hero .contact-rounded-shape::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -13px;
  left: -32px;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/general/rd-card-t-right.svg);
  background-size: contain;
}

.contact-hero .contact-rounded-shape::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -32px;
  right: -13px;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/general/rd-card-t-right.svg);
  background-size: contain;
}

.contact-map-wrapper .contact-map {
  width: 600px;
  height: 400px;
  opacity: 1;
  transition: opacity 0.5s ease;
}



.contact-map-wrapper-desc {
  background-color: #222222;
  margin: 1rem -1rem 1rem 0;
  z-index: 1;
}


.contact-address-header .change-map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid white;
  flex-shrink: 0;
  transition: all .3s;
}

.contact-address-header .change-map.active {
  border: 1px solid var(--c-primary);
}


.contact-address-header .change-map.active i {
  color: var(--c-primary);
}


.contact-address-header .change-map i {
  transform: rotate(-40deg);
  z-index: 2;
  color: var(--c-white);
  font-size: 1rem;
  line-height: 0;
  vertical-align: 0;
}


.contact-address-header .change-map:hover {
  transform: scale(1.1);
}


.section-contact .card-information .card-information-icon {
  position: absolute;
  top: 15px;
  right: 14px;
  transform: translate(25%, -25%);
  background-image: url("/images/general/border-partial.png");
  background-size: cover;
}

.section-contact .card-information .card-information-icon .image {
  padding: .5rem .5rem 1.5rem 1.5rem;
}





/*====================================== SECTION CAREER  ======================================*/


.career-hero-image {
  width: 100%;
  height: 30rem;
}

.career-hero-text {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  padding: 4rem 1.75rem 2rem 1.75rem;
  position: absolute;
  top: 0px;
  left: 0px;
}

.career-hero .career-hero-image video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.career-subject {
  position: absolute;
  top: 0;
  left: 0;
}

.career-subject .subject-title {
  padding: 0 1.5rem 0.75rem 0;
  border-bottom-right-radius: 20px;
}

.career-subject .subject-title::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -18px;
  left: -13px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-left.svg");
  background-size: contain;
}

.career-subject .subject-title::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -14px;
  right: -19px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/general/rd-card-t-left.svg");
  background-size: contain;
}

.section-career-hero .placeholder-select {
  color: var(--c-info);
}

.section-career-hero .placeholder-select.selected {
  color: var(--c-black);
}

.section-career-hero .form-group-icon input.form-control {
  border-radius: 14px 14px 14px 14px;
}

.career-card {
  border: 1px solid;
  border-color: var(--c-grey);
  padding: 1.5rem;
  background-color: var(--c-white);
}

.career-card .cch-title {
  min-height: 3.25rem;
}

.career-card .career-footer {
  padding: 1rem 0rem 0 0rem;
  border-top: 1px solid #EBEBEB
}

.career-card .career-card-body p {
  color: #4F5A61;
}

.career-req-position p {
  padding-top: .1563rem;
}

.career-req-year {
  min-height: 24px;
  flex-shrink: 0;
}

.form-group-icon .clear-input {
  color: #999;
  margin-right: 4rem;
}

.form-group-icon .clear-input:hover {
  color: #333;
}


/*====================================== SECTION CAREER DETAIL ======================================*/
.custom-file-cardet {
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  width: fit-content;
  padding: 8px 12px;
  cursor: pointer;
  transition: all .3s;
}

.custom-file-cardet .image {
  transition: all .3s;
}

.custom-file-cardet:hover {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.custom-file-cardet:hover .image {
  transform: translateY(-2px);
}

.remove-preview {
  width: fit-content;
  font-weight: 600;
}


.form-cardet-wrapper {
  max-width: 640px;
  position: sticky;
  top: 7rem;
}

/*====================================== SECTION NEWS  ======================================*/
.form-group-icon-news {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: row-reverse;
  max-width: 360px;
}


.form-group-icon-news .search-icon {
  position: static;
  transform: none;
  height: 100%;
  background-color: var(--c-primary);
  color: var(--c-white);
  padding: .5rem 1rem;
  border-radius: 0 14px 14px 0;
}

.form-group-icon-news .form-control {
  border: none !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.nav-news-wrapper {
  border-bottom: 1px solid var(--c-primary);
  position: relative;
}

.nav-news-wrapper .form-group-icon {
  width: fit-content;
  margin-left: auto;
  top: -.5rem;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pagination-container p {
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination a {
  text-decoration: none;
  color: var(--c-black);
  padding: 5px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.pagination a.active {
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  padding: 5px 12px;
}

.pagination .disabled {
  color: #a6a6a6;
}

.pagination a:hover {
  background-color: transparent;
  opacity: .8;
}

.pagination a:first-child,
.pagination a:last-child {
  font-weight: 300;
}

/*====================================== SECTION NEWS DETAIL ======================================*/
.section-news-detail-hero .swiper-news-detail .image {
  min-height: 660px;
  max-height: 660px;
}

.section-news-desc .news-title-wrapper {
  position: sticky;
  top: 5rem;
}

.cta-news-share {
  display: inline-block;
  position: relative;
  top: -8px;
  right: -8px;
  transition: ease-in-out 0.3s;
}

.cta-news-share:hover {
  transform: scale(1.1);
}

.share-news-content {
  gap: 2rem;
}

.share-news-content .share-news-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #BCBCBC;
  padding: .5rem;
  border-radius: .5rem;
  gap: 1rem;
}

.share-news-sosmed {
  gap: 3rem;
  row-gap: 1rem;
}


.share-news-sosmed .share-news-item .image {
  max-width: 4rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: scale(1);
  transition: all .3s;
}

.share-news-sosmed .share-news-item:hover .image {
  transform: scale(1.1);
}

#modalShare .share-news-sosmed .cta {
  opacity: 0;
  transform: translateX(60px);
}

.copy-text {
  flex-grow: 1;
  font-size: 12px;
  word-break: break-all;
}

.copy-btn {
  background: none;
  border: none;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.copy-btn:hover {
  color: var(--c-primary);
}

.copy-tooltip {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: var(--c-black);
  color: var(--c-white);
  padding: 6px 12px;
  border-radius: 8px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.copy-tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-5px);
}

.copy-tooltip.fade-out {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
}



.act-detail-news .card-cta-link::before {
  background-image: url(../images/general/rd-g-card-t-right.svg);
}

.act-detail-news .card-cta-link::after {
  background-image: url(../images/general/rd-g-card-t-right.svg);
}


.swiper-another-news .swiper-slide .article-card-thumbnail {
  transition: transform 0.3s ease-in-out;
}

.swiper-another-news .swiper-slide:hover .article-card-thumbnail {
  transform: scale(1.1);
}


/*====================================== SECTION 404  ======================================*/
section.section-notfound {
  min-height: 100vh;
}





/*====================================== SECTION EMPTY WRAPPER ======================================*/

.empty-state-wrapper .empty-state-image {
  max-width: 20rem;
}


/*====================================== SECTION FOOTER ======================================*/

footer {
  position: relative;
  z-index: 99;
  background-color: var(--c-black);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

/* .footer-top .image
{
  transition: ease-in-out 20s;
}
.footer-top:hover .image
{
  transform: scale(3);
} */
.footer-image {
  max-width: 40%;
  width: 100%;
  height: 468px;
  position: relative;
}

.footer-image::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(40, 40, 40);
  background: -moz-linear-gradient(90deg, rgba(40, 40, 40, 0.6391150210084033) 70%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(40, 40, 40, 0.6391150210084033) 70%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(40, 40, 40, 0.6391150210084033) 70%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828", endColorstr="#000000", GradientType=1);
}

.footer-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-image-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}

.footer-container {
  padding: 3rem 0;
}

.footer-menu ul {
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  transition: all 0.3s !important;
}

.footer-menu ul li a {
  display: inline-block;
  width: auto;
  color: var(--c-white);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s !important;
}

.footer-menu ul li a:hover {
  color: var(--c-primary) !important;
}

.footer-menu-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact {
  margin-top: -4px;
}

.wa-floating {
  z-index: 999;
  position: fixed;
  bottom: 2%;
  right: 20px;
  transition: all 0.3s;
}

.wa-floating:hover {
  transform: translateY(-10px);
  /*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}

.wa-floating a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.wa-floating p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #0303c6;
}

.wa-floating .image {
  max-width: 60px;
}

@keyframes maka {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

footer.footer .footer-copyright span {
  display: inline-block;
  margin-right: 1px;
}

.footer-sosmed-list span {
  color: black;
}

.footer-sosmed-list span i {
  font-size: 1rem;
  width: 16px;
}


.footer-list a:hover,
.footer-sosmed-list a:hover span {
  color: var(--c-primary);
}

.footer-question-card {
  padding: 1.25rem 2rem;
  border-radius: 12px;
  box-shadow: 0px 5px 20px 0px rgba(118.93125915527345, 118.93125915527345, 118.93125915527345, 0.2);
}

footer .footer-list a span {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.75rem;

}

.maka-color {
  color: #ceebf8 !important;
}

footer.footer .footer-copyright span a {
  color: #ceebf8 !important;
}

footer.footer .footer-copyright:hover span:nth-child(1) {
  animation: maka 0.9s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(2) {
  animation: maka 1.1s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(3) {
  animation: maka 1.3s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(4) {
  animation: maka 1.5s ease-in-out;
}

.m-none {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt48 {
  margin-top: 48px;
}

.mt64 {
  margin-top: 64px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt100 {
  margin-top: 100px;
}

.row-gap-1 {
  row-gap: 1rem;
}

.row-gap-2 {
  row-gap: 2rem;
}

/*====================================== SECTION SKELETON ======================================*/

.skeleton-card,
.skeleton-card:hover,
.skeleton-card::before {
  border: 0px solid #f5f3f3 !important;
  background: var(--c-transparent) !important;
  background-color: var(--c-transparent) !important;
  transform: scale(1) !important;
  /* animation: shimmer 0.3s infinite linear; */
}

.skeleton-picture,
.skeleton-text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--c-skeleton);
  border-radius: 1rem;
}

.skeleton-picture.xs {
  width: 100%;
}

.skeleton-picture.sm {
  height: 2.25rem;
}

.skeleton-picture.md {
  height: 3rem;
}

.skeleton-picture.lg {
  height: 4rem;
}

.skeleton-picture.xl {
  height: 5.25rem;
}

.skeleton-picture.xxl {
  height: 8rem;
}

.skeleton-picture.xl-3 {
  height: 10rem;
}

.skeleton-picture.xl-4 {
  height: 15rem;
}

.skeleton-picture.xl-5 {
  height: 20rem;
}

.skeleton-picture.xl-6 {
  height: 22.5rem;
}

.skeleton-picture.xl-7 {
  height: 25rem;
}

.skeleton-picture.xl-8 {
  height: 30rem;
}

.skeleton-text.xs {
  height: 0.5rem;
}

.skeleton-text.sm {
  height: 0.75rem;
}

.skeleton-text.md {
  height: 1rem;
}

.skeleton-text.lg {
  height: 1.5rem;
}

.skeleton-text.xl {
  height: 2rem;
}

.skeleton-text.xxl {
  height: 2.5rem;
}

.skeleton-text.xl-3 {
  height: 3rem;
}

.skeleton-text.xl-4 {
  height: 4rem;
}

.skeleton-text.xl-5 {
  height: 5rem;
}

.skeleton-text::before,
.skeleton-picture::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right,
      transparent 0%,
      #d6334967 50%,
      #f06b3615 75%);
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}