/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

/* BODY */

.icon-medium.whbutton-wrapper .icon-cta {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.white-card-sticky > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 16px;
  border-radius: 16px;
  padding: 32px;
  background-color: var(--white);
}

.card-sticky-item h3 {
  letter-spacing: -0.64px;
}

.card-sticky-item p {
  color: #6f6f6f;
  line-height: 24px;
}

.sticky-card-animation .card-sticky-item:not(:last-child) {
  margin-bottom: 72px;
}

.card-bg > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-position: top center;
  border-radius: 16px;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-bg h3 {
  line-height: 35px;
}

.card-bg h3,
.card-bg p {
  color: var(--white);
}

.card-transparent > .vc_column-inner > .wpb_wrapper {
  border-radius: 16px;
  background-color: rgba(162, 178, 162, 0.5);
  padding: 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.green-card > .vc_column-inner > .wpb_wrapper {
  background-color: #a2b2a2;
  border-radius: 16px;
  padding: 24px;
}

.green-card-bottom.green-card > .vc_column-inner > .wpb_wrapper {
  padding: 48px;
}

.green-card h3 {
  letter-spacing: -0.64px;
  line-height: 35px;
  color: var(--white);
}

.green-card p {
  color: var(--white);
}

.vc_row.green-card-top .green-card h3 {
  margin-bottom: 8px;
}

.vc_row.green-card-bottom .green-card h3 {
  margin-bottom: 24px;
}

.tracking-section {
  background-color: var(--green);
  padding-top: 0 !important;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100% !important;
  margin: 0 auto !important;
  left: 0 !important;
  border-radius: 32px;
}

#tracking-layout,
#uspcard-layout {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#tracking-layout > .wpb_column > .vc_column-inner,
#uspcard-layout > .wpb_column > .vc_column-inner {
  padding: 0;
}

.uspcard-content h2,
.uspcard-content p {
  color: var(--white);
}

.usp-card-item > .vc_column-inner > .wpb_wrapper {
  border: 1px solid #fff;
  background: rgba(162, 178, 162, 0.5);
  border-radius: 16px;
  padding: 24px;
}

.vc_section.uspcard-content {
  padding-top: 0 !important;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100% !important;
  margin: 0 auto !important;
  left: 0 !important;
  padding: 0 56px !important;
  border-radius: 32px;
  background-size: cover;
}
.heading-tracking-section h2 {
  color: #d7f591;
}

.heading-tracking-section p {
  color: #f5f5f5;
}

.usp-card-item h3 {
  --text-2xl: 28px;
  line-height: 30px;
  letter-spacing: -0.56px;
  margin-bottom: 8px;
  color: var(--white);
}

.vc_row.usp-listing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.usp-listing-section > div {
  min-height: 100%;
}

.usp-listing-section .usp-card-item > div,
.usp-listing-section .usp-card-item > div > div {
  height: 100%;
}

/* CONTACT FORM */
.vc_row.card-contact-form {
  background-color: var(--white);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.card-form.wpb_column {
  min-height: 100%;
  background-color: var(--green-500);
}

.card-form.wpb_column > .vc_column-inner {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-form p {
  max-width: 432px;
}

.card-form p,
.card-form h2 {
  color: var(--white);
}

/* TESTIMONIAL */
.image-wrapper img {
  width: 100%;
}

.testimonial-detail img {
  width: 90px;
  height: 64px;
  margin-bottom: 32px;
}

.testimonial-caption {
  font-size: 24px;
  color: var(--green);
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.24px;
  margin-bottom: 32px;
}

.testimonial-author span {
  display: flex;
  flex-flow: row wrap;

  color: #6f6f6f;
}

.name-author {
  font-weight: 600;
}
.position-author {
  font-weight: 400;
}
/* ACCORDION */
body .vc_tta.vc_general .vc_tta-panel-title > a {
  font-weight: 500;
  color: var(--green) !important;
  line-height: 27px;
  background-color: var(--white);
  border-radius: 12px;
}

body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 0px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: var(--white) !important;
  border-color: var(--white) !important;
}

.vc_tta .vc_tta-panel-heading {
  border-radius: 12px !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-body {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.vc_tta-panel-body p {
  color: var(--green);
  line-height: 24px;
}

body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: var(--white);
}

.vc_tta-accordion .vc_tta-panel-title i:before {
  background: url(/wp-content/uploads/2025/09/Plus-button.svg) center/contain
    no-repeat;
  border-color: transparent !important;
  border: none !important;
}

.vc_tta-accordion .vc_tta-panel-title i:after {
  background: url(/wp-content/uploads/2025/09/plus-circle.svg) center/contain
    no-repeat;
  border-color: transparent !important;
  border: none !important;
}

.vc_tta-accordion .vc_tta-panel-title i:after {
  border-color: transparent !important;
  border: none !important;
}

/* FOOTER */
#site-footer {
  background-color: var(--darkgreen);
  position: relative;
}

#site-footer .logo-groups img {
  width: 20px;
  height: 20px;
}

#site-footer .logo-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  gap: 32px;
}

#cta-footer {
  position: absolute;
  left: 20px;
  right: 20px;
}

.vc_row.footer-bottom {
  padding-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-bottom > .vc_column-inner > .wpb_wrapper {
  color: #f5f5f5;
  font-size: 14px;
}

#cta-footer > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 32px;
  background: url(/wp-content/uploads/2025/09/footer-line.svg) var(--green-500)
    left / contain no-repeat;
}

#cta-footer,
div#cta-footer h3 {
  color: var(--white);
}

#btncta-footer [class*="whbutton-fill"] .cta-whbutton,
#btncta-footer [class*="whbutton-outline"] .cta-whbutton {
  border: 1px solid var(--white);
  padding: 8px 24px 8px 8px;
}

#btncta-footer img {
  margin-right: 16px;
}

#btncta-footer .whbutton-outline--white .cta-whbutton {
  min-width: 295px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-bottom p a {
  color: #f5f5f5;
}

.footer-bottom.wpb_column2 > .vc_column-inner {
  padding: 0;
}

/* BANNER ANIMATION */
.banner-site-logo img {
  animation: zoom-in-zoom-out 0.8s ease forwards;
  transform: translateY(10px);
  animation-delay: 0.15s;
}

.banner-site-heading {
  animation: zoomFadeIn 0.8s ease-out forwards;
  transform-origin: center; /* penting biar tetap lurus */
}

.wrapp-cta-banner #btn-banner-primary {
  animation-name: fadeInBottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.2s;
}

.wrapp-cta-banner #btn-banner-secondary {
  animation-name: fadeInBottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.8s;
}

:root {
  --dur: 0.9s;
  --stagger: 0.03s;
  --scale-start: 0.96;
  --scale-overshoot: 1.02;

  --words-line1: 16;
  --line-gap: 0.15s;
}

span.word:not(:last-child) {
  margin-right: 5px;
}

.hero-text {
  color: var(--white);
  margin-top: 0;
}

.word {
  display: inline-block;
  color: transparent;
  transform: scale(var(--scale-start));
  animation: blurGlowScale var(--dur) ease-out forwards;
}

.text-animate-1 .word[style*="--i"] {
  animation-delay: calc(var(--i) * var(--stagger));
}

.text-animate-2 .word[style*="--i"] {
  animation-delay: calc(
    (var(--words-line1) * var(--stagger)) + var(--dur) - 0.8s + var(--line-gap) +
      (var(--i) * var(--stagger))
  );
}

.whello-nl {
  text-decoration: underline;
}

.footer-bottom.wpb_column > .vc_column-inner {
  padding: 0;
}

.whbutton-fill--green-light.whbutton-color--white .cta-whbutton {
  background-color: #d7f591;
  border-color: #d7f591;
  color: var(--green);
}

.site-banner.banner-display-none {
  display: none;
}

.testimonial-item {
  padding: 10px;
}

@keyframes blurGlowScale {
  0% {
    opacity: 0;
    text-shadow: 0 0 22px #fff;
    filter: blur(7px);
    transform: scale(var(--scale-start));
  }
  35% {
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 14px #fff;
    filter: blur(3px);
    transform: scale(var(--scale-overshoot));
  }
  70% {
    text-shadow: 0 0 6px #fff;
    filter: blur(1px);
    transform: scale(1.004);
  }
  100% {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }

  100% {
    scale: 90%;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
