/* ===== CLS SAFETY ===== */
img {
  max-width: 100%;
  height: auto;
}

.graph-wrapper {
  min-height: 400px;
}

.brand-carousel {
  min-height: 140px;
}

.brand-carousel .brand-box {
  min-height: 100px;
}

.service-carousel {
  min-height: 360px;
}


.banner-kilodigi {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-kilodigi h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}



.text-justify {
  text-align: justify !important;
}

body {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg-blue-kilodigi {
  background-color: #57a5c2;
  color: white;
}

.bg-gold-kilodigi {
  background-color: #d09528;
  color: white;
}

.bg-white-kilodigi a {
  color: white;
}

.bg-blue-kilodigi .active {
  color: white;
}

.btn-primary {
  background: #feb62c;
  border: none;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  color: #053146;
}

.btn-primary:hover {
  background-color: #ffa600;
}

.navbar-brand img {
  height: 50px;
}

.nav-scroll {
  --bs-scroll-height: 200px
}

.label-tag {
  background-color: #58509e;
  width: fit-content;
  padding: 5px 10px;
}

.btn-headline {
  padding: 12px 30px;
}

.btn-headline h3 {
  font-size: 18pt;
  font-weight: 600;
  color: #053146;
}

.btn-headline h3:hover {
  color: white;
}

.headline-text h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -3.3px;
  line-height: 70px;
}

.sub-headline h4 {
  font-size: 30px;
  font-weight: 600;
}

.sub-headline h3 {
  font-size: 30px;
  font-weight: 600;
}

.brand-carousel .brand-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  filter: grayscale(1);
}

.brand-carousel .brand-box:hover {
  filter: grayscale(0);
}

.brand-box img {
  max-height: 80px;
  object-fit: contain;
}


.box-service {
    text-align: center;
}




.box-service img {
  filter: saturate(1.5);
}


.service-carousel .box-service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;   /* RATA KIRI */
    text-align: left;
    padding: 20px;
    height: 100%;
}

.service-carousel .box-service img {
    margin-bottom: 12px;
}

.service-carousel .owl-item {
    display: flex;
}

.service-carousel .box-service {
    width: 100%;
}

.service-carousel .mini-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}


.font-thin {
  font-weight: 300 !important;
}

.logo-client {
  height: 20px;
  margin-top: -75px;
  z-index: 100;
}

.logo-client img {
  height: 50px;
  object-fit: contain;
  background: white;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px 0 0 20px;
}

/* .container-success {
  position: relative;
  min-height: 300px;
} */


.container-success {
  position: relative;
  min-height: 420px;
}

.image-client {
  position: absolute;
  top: 0;
  z-index: 0;
  transition: 0.3s;
  margin-left: 10px;
  margin-right: 10px;
}

.image-client:hover {
  opacity: 0;
  filter: grayscale();
  /* scale: 1.3; */
  transform: scale(1.05);
}

.image-client:hover ~ .case-text {
  display: block;
}

.case-text {
  display: none;
  transition: 0.3s;
}

.icon-social {
  width: 30px;
}

.footer-up {
  margin-top: -1px;
  border: none;
}

.faq-section {
  margin-top: 150px;
}

.section-top {
  margin-top: 100px !important;
}

.section-service-top {
margin-top: 200px;
}

.section-bottom {
  margin-bottom: 100px !important;
}

.big-heading {
  font-size: 35pt;
}

.banner {
  width: 550px;
}

.bg-service:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("/images/real/service-banner-2.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .banner {
    width: 100%;
  }

  .btn-headline h3 {
    font-size: 15pt;
    font-weight: 600;
    color: #053146;
  }

  .headline-text h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
  }

  .sub-headline h4 {
    font-size: 20px;
  }

  .sub-headline h3 {
    font-size: 28px;
  }

  .faq-section {
    margin-top: 50px;
  }

  .big-heading {
    font-size: 30pt;
  }
}

#whatsapp-chat a {
  text-decoration: none;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

.blantershow-chat {
 background: linear-gradient(to right top, #feb62c, #d09528);

  color: white;
  position: fixed;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}

.blantershow-chat:hover {
  color: white;
}

.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  background: linear-gradient(to right top,#e8a529, #FEB62C);
  color: white;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
  font-size: 3rem;
  color: white;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 2.5s;
}

.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
  color: #053146;
}

#get-label,
span .chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span .chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: white;
}

span .my-number {
  display: none;
}

.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  border-top: 1px solid #ddd;
}

.before-msg {
  color: #444;
  padding: 20px;
  /*font-size: 12.5px;*/
  /*text-align: center;*/
  border-top: 1px solid #ddd;
}

.before-msg-input {
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
}

#send-it {
  color: white;
  background: linear-gradient(to right top, #57a5c2, #053146);
  width: 90px;
  margin: 90px 0 0 5px;
  padding: 5px 20px;
  border-radius: 10px;
}

#back-it {
  color: #3f3f3f;
  background: #e0e0e0;
  width: 90px;
  margin: 90px 0 0 5px;
  padding: 5px 20px;
  border-radius: 10px;
}

.first-msg {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #232221;
  font-size: 30px;
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.graph-news * {
  display: none;
}

.graph-news p:first-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.img-blog {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.limit-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-title {
  color: #001139;
}

.blog-title:hover {
  color: coral;
}

.gradient-text {
      background: linear-gradient(to right, #312C21, #e8a529, #FEB62C);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
    }

.client-hide {
  display: none;
}


.btn-submit {
    background-color: #feb62c;  /* warna button */
    color: #000;                /* teks hitam */
    border: 1px solid #000;     /* border hitam tipis */
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-submit:hover {
    background-color: #e6a823;  /* hover lebih gelap */
    transform: scale(1.05);      /* efek hover ringan */
    cursor: pointer;
}

#service {
  scroll-margin-top: 120px;
}

.menu-footer-text {
  color: black;
}

.tag-footer {
  margin-top: 100px;
}

.hidden-input {
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
}

.service-use-case {
  min-height: 100vh;
  height: auto;
}

@media (max-width: 768px) {
  .service-use-case {
    min-height: auto;
    padding-bottom: 80px;
  }

  .brand-carousel {
    margin-bottom: 40px;
  }
}


.thin-image {
    opacity: 1;
    filter: brightness(1) contrast(1);
    border-radius: 8px;
}

/* Custom CSS */
.img-service-client {
  width: 250px;
  height: auto;
}

.service-text-color {
  color: #555;
}

.service-w-text{
  max-width: 500px;
}

/* Work Sans */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bebas Neue */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ===============================
   GOLD ACCENT – SERVICE B2B
================================ */

/* HERO SECTION */
.hero-gold {
  background: linear-gradient(
    135deg,
    rgba(254,182,44,0.10),
    rgba(208,149,40,0.05)
  );
  position: relative;
  overflow: hidden;
}

.hero-gold::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(254,182,44,0.35), transparent 70%);
  z-index: 0;
}

.hero-gold .container {
  position: relative;
  z-index: 2;
}

/* PROBLEM CARD */
.problem-card {
  background: white;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.problem-card:hover {
  border-top-color: #FEB62C;
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* VALUE CARD */
.value-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #eee;
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
}

.value-card:hover {
  border-color: #FEB62C;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.value-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #FEB62C, #d09528);
  color: #053146;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 20px;
  margin-bottom: 16px;
}

/* SUCCESS STORY */
/* Card container dibuat netral */
.success-card {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Portfolio Card */
.portfolio-card {
  transition: transform .3s ease, box-shadow .3s ease;
  border-radius: 1rem;
  overflow: hidden;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
}

/* Image */
.portfolio-card img {
  object-fit: cover;
  height: 220px;
}

/* Overlay */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.65)
  );
  opacity: 0;
  transition: opacity .3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

/* Overlay content */
.portfolio-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* ================================
   SOCIAL MEDIA – PHONE FRAME
================================ */

#portfolio-sosmed .sosmed-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px 28px;
  text-align: center;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

#portfolio-sosmed .sosmed-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* Phone body – lebih kecil & abu premium */
#portfolio-sosmed .phone-frame {
  width: 200px;              /* 🔽 lebih kecil */
  height: 390px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    #e5e7eb,   /* abu terang */
    #cfd4da    /* abu matte */
  );
  box-shadow:
    0 18px 36px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(255,255,255,.6);
  position: relative;
}

#portfolio-sosmed .phone-frame::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 5px;
  background: #9aa0a6;
  border-radius: 10px;
}


/* Screen */
#portfolio-sosmed .phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

/* Image */
#portfolio-sosmed .phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* Text */
#portfolio-sosmed h6 {
  font-weight: 600;
}

#portfolio-sosmed small {
  color: #6c757d;
}

/* Mobile */
@media (max-width: 768px) {
  #portfolio-sosmed .phone-frame {
    width: 180px;
    height: 360px;
  }
}



/* Hover effect halus */
.success-card:hover .portfolio-img {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.25);
}

/* TESTIMONIAL */
.testimonial-card {
  border-top: 4px solid;
}

/* SECTION SPACING */
.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* MOBILE ADJUSTMENT */
@media (max-width: 768px) {
  .hero-gold::before {
    width: 260px;
    height: 260px;
  }
}


.conversion-preview {
  background: #f8f9fa; /* sama dengan bg-light */
  padding: 20px;
}

.conversion-preview img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.service-carousel .box-service h5 { min-height: 32px; } 

.hero-fixed {
  min-height: 520px; /* FIX PIXEL, BUKAN vh */
}


/* HERO LCP FIX */
.hero-lcp {
  color: #312C21; /* solid dulu */
}

.hero-lcp .gradient-text {
  background: none;
  -webkit-text-fill-color: currentColor;
}

/* =========================
   CONTACT SECTION (FINAL)
========================= */

.contact-kilodigi {
  background-color: #feb62c;
  width: 100vw;                 
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  box-sizing: border-box;

  /* padding desktop */
  padding: 64px 24px;

  /* CLS reserve */
  min-height: 880px;
  height: auto;
}

.container-form {
  width: 100%;
  max-width: 880px;      /* DESKTOP LEBAR */
  margin-left: auto;
  margin-right: auto;

  padding: 0 12px;       /* cegah nempel di mobile */
  box-sizing: border-box;

  /* CLS reserve */
  min-height: 640px;
}

/* MOBILE */
@media (max-width: 768px) {
  .container-form {
    max-width: 100%;
    padding: 0 8px;
    min-height: 700px;
  }
}

.animate-on-hover:hover {
  animation: headShake 1s;
}

.owl-carousel {
  visibility: hidden;
}

.owl-carousel.owl-loaded {
  visibility: visible;
}

