/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
  --tc-primary: #30D5C8;
  --tc-grey: #818190; /* contoh grey */
}

/* html, body {
  overflow-x: hidden;
  width: 100%;
} */

h1, h2, h3, h4, h5, p {
	  font-family: "Lexend", sans-serif !important;
}

h1, h2, h3, h4, h5{
	   font-weight: 500 !important;
    
}


.lead strong {
    color:var(--tc-primary);
}

.flatpickr-day {
    font-weight: 600 !important;
    font-size: 18px !important;}

#q1ResultLabel {
     font-size:18px !important;
}

#q1FinalResult {
    font-size:18px !important;
}

#q1SuggestionText {
    font-family: "Lexend", sans-serif !important;
    font-weight: 600 !important;
    font-size:18px !important;
    margin-bottom:0 !important;
    background: #c4f7f4 !important;
    border-radius: 25px !important;
    padding:25px 45px;
}

.tc-font {
  font-family: "Lexend", sans-serif !important;
}

.question h3 {
  font-size:25px;
}

p {
	font-weight:600;
}

.tc-subtitle {
font-size:30px;
font-weight:500;
}

.display-5 {
  color: #212529 !important;
  margin-bottom:10px;
  font-size:25px;
}

.tc-color {
	color:var(--tc-primary);
}
.bg-tc-clinic {
	background-image: linear-gradient(to right, rgb(48 213 200), rgba(255, 255, 255, 0) 100%), url('../images/layanan.jpg');
background-repeat: no-repeat;
background-position: right center;
background-size: 80%;
height: auto;
display: block;
padding:35px 55px;
border-radius:30px;
}

.suges-card {
  border: solid 1px #ccc;
  padding:20px;
  border-radius:20px;
}

.divider {
  border-color:#212121;
}

.title-form-tc {
  font-weight:600;
  font-size:16px;
}
.info-section p {
  font-size:14px;
}

.display-4 {
  font-size: 40px;
  font-weight:400;
}
@media only screen and (max-width: 767px) {

.content-wrap {
  padding:0;
}
.bg-tc-clinic {
	background-image: linear-gradient(to right, rgb(48 213 200), rgba(255, 255, 255, 0) 0), url('../images/layanan.jpg');
background-repeat: no-repeat;
background-position: bottom;
background-size: 100%;
height: auto;
display: block;
}
.card-area {
	padding-bottom:150px;
}


}



/* Styles for tablets (portrait orientation) */
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-tc-clinic {
	background-image: linear-gradient(to right, rgb(48 213 200), rgba(255, 255, 255, 0) 250%), url('../images/layanan.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: auto;
display: block;
}
}


/* Wrapper tombol prev/next */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 50%;
}

/* Style default icon */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
  color:red;
}

/* Hover effect → circle */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #fff;
  border-radius: 50%;
}

/* Optional: hover icon terang */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  filter: invert(1) brightness(1.5);
}

/* Optional positioning */
.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}

.question label, textarea, input[type="text"], select {
	font-family: "Lexend", sans-serif;
}

.form-control, .form-control options {
font-family: "Lexend", sans-serif;
}

.font-display, .toggle-title, .accordion-title, .accordion-icon {
	color:var(--tc-primary) !important;
}

.survey-step input {
    border-radius: 200px !important;
}

.form-container {
    margin: auto;
    background: #fff;
    padding: 25px;
    border:solid 2px #c4f7f4;
    /*border:solid 1px #f0f0f0;*/
    border-radius: 25px;
  }
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .question {
    margin-bottom: 20px;
  }
  .question label {
    display: block;
    margin-bottom: 8px;
  }
  .options {
    margin-left: 10px;
  }
  .options input {
    margin-right: 5px;
  }
  textarea, input[type="text"] {
    width: 100%;
    padding: 10px;
    resize: vertical;
    border: 0;
    border-radius: 6px;
  }
  button {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    background: #0077ff;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
	text-transform: capitalize;
  }
  button:hover {
    background: #005fd4;
  }
.btn {
    border-radius:200px !important;
    font-size:14px !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: 1px solid #c4f7f4 !important; 
    outline: 0;
    box-shadow: none !important;
}


btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #272627;
  border-color: 0;}


.tc-btn, .btn-success {
	background: var(--tc-primary);
	font-family: "Lexend", sans-serif;
	font-weight:600;
  padding:10px 35px;
  width: auto;
    color:#272627;
	text-transform: capitalize;
}

.tc-btn:hover {
	background: #272627;
    color:#fff;
}

.btn-primary {
  width: auto;
  font-size:16px;
  border:0;
  background: #272627;
font-family: "Lexend", sans-serif;
	font-weight:600;
  padding:10px 40px;
	text-transform: capitalize;
}

.btn-primary:hover {
   background: #141314;
}

.btn-back {
  color: #272627;
  background: #eaeaea;
  border: 1px solid #bdbdbd
}



.tc-bg-color {
	background-color:var(--tc-primary) !important;
}

.options ul {
padding-left:20px;
font-family: "Lexend", sans-serif;
}

.tc-menu-top ul {
  font-family: "Lexend", sans-serif;
  color:var(--tc-primary);
  font-weight:600;
  font-size:20px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px; /* jarak antar menu */
  flex-wrap: wrap; /* biar responsif */
}

.tc-menu-top ul li a {
  color:var(--tc-primary);
}

.tc-menu-top ul li a:hover {
  color:#0a534d;
  text-decoration:underline;
}


.tc-menu-line ul {
  font-family: "Lexend", sans-serif !important;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px; /* jarak antar menu */
  flex-wrap: wrap; /* biar responsif */
}

.tc-menu-line ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 4px;
  position: relative;
  font-weight: 500;
}

.tc-menu-line ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}

.tc-menu-line ul li a:hover::after {
  width: 100%;
}

#footer .footer-widgets-wrap {
	padding:20px 0;
}
.tc-logo-footer {
	margin:auto;
	max-width:200px;
}

.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #fff;
}

.widget_links:not(.widget-li-noicon) li::before {
	display:none;
}

#logo img {
max-width:90px;
}

.header-row {
  padding:20px 0; 
  border-bottom:1px solid #2121;
}


.header-tc {
  display:flex;
  align-item:center;
}
@media only screen and (max-width: 767px) {
.header-tc {
  display:block;
  align-item:center;
}

.chat-top {
  margin:auto;
  padding-top:20px;
}
}


.info-social-media {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  font-size: 22px;
}

.info-social-media a {
  color:#fff !important;
}

.info-social-media a:hover {
   color:#0a534d;
}


.btn-contact {
  font-family: "Lexend", sans-serif !important;
}

.area-contact .btn-contact {
    display: inline-block;
    max-width:200px;
    background-color: var(--tc-primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px; /* rounded */
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.area-contact .btn-contact:hover {
    background-color: #1faa52;
}


.btn-contact {
background-color: var(--tc-primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px; /* rounded */
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}


.separator_type_5_path{
  height: 125px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 4;
  padding: 0;
}


.separator_type_5_path.top{
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;

  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";

}


 

svg:not(:root) {overflow: hidden;}

.red-day {
    color: red !important;
    font-weight: bold;
}
.red-day.flatpickr-disabled {
    color: #ff7b7b !important;
    opacity: 0.7;
}

        .flatpickr-day.red-day {
            color: #e00000 !important;
            font-weight: bold;
        }
        
        .flatpickr-day.red-day.flatpickr-disabled {
            background: #ffe5e5;
            cursor: not-allowed;
        }

@media only screen and (max-width: 767px) {
  .question {
    margin-bottom: 30px;
    
}

.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 50%;
}

.text-area {
  padding:0 20px;
}

.separator_type_5_path {
  height: 25px;}

 .header-misc {
  position: initial;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.chat-top {
  display:none;
}

.info-social-media {
  padding-top:20px;
  margin:auto;
}
}

/* Styles for tablets (portrait orientation) */
@media (min-width: 768px) and (max-width: 1024px) {
 .header-misc {
  position: initial;
  display: flex;
  align-items: center;
  margin-left: 0;
}

#logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  max-height: 100%;
}
}


/*---new custom---*/

.question-bg {
  background: #f5f5f5;
}

.question-step h3 {
  font-size:20px;
}

.btn-option {
    background-color: #56e9df59;
    color: #444;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight:600;
    transition: all 0.2s ease;
    outline: none;
    font-family: "Lexend", sans-serif !important;
  }

  /* Efek Hover */
  .btn-option:hover {
    border-color: #56e9df59;
    background-color: var(--tc-primary);
  }

  /* State saat Terpilih (Active) */
  .btn-option.active {
    background-color: var(--tc-primary);
    border-color: #56e9df59;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
  }

  .tc-btn {
    width:auto;
    padding:10px 40px;
  }



    /* --- CUSTOM TODAY & SELECTED STYLE --- */

  
   

/* Wrapper untuk jam agar bisa scroll horizontal jika terlalu sempit (optional) */
    #time-slots {
        display: flex;
        flex-wrap: wrap; /* Ganti ke 'nowrap' dan tambahkan 'overflow-x: auto' jika ingin satu baris panjang */
        gap: 10px;
    }

    /* Styling Tombol Jam */
    .btn-time {
        background-color: #c4f7f4 ; /* Green */
        color:#2bb8a6;
        padding: 8px 16px;
        border-radius: 50px; /* Full Rounded */
        font-family: "Lexend", sans-serif;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1 1 calc(20% - 10px); /* Responsif: 5 kolom pada layar besar */
        min-width: 80px;
        text-align: center;
    }

    /* Hover & Active State */
    .btn-time:hover {
        color:#fff;
        background-color: var(--tc-primary);
   
    }

    .btn-time.active {
        background-color: var(--tc-primary); /* Hijau lebih gelap saat terpilih */
        color:#fff;
        box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
        transform: translateY(-2px);
    }

    /* Mobile Responsive: 3 kolom pada layar kecil */
    @media (max-width: 576px) {
        .btn-time {
            flex: 1 1 calc(33.33% - 10px);
        }
    }
    
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #272729 !important;
    border-color:transparent !important;
}


/* Wrapper label jadi button */
.survey-option {
    font-family: "Lexend", sans-serif !important;
    background:#c4f7f4;
    text-align: center;
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px; /* rounded full */
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #2bb8a6;
	transition: all 0.25s ease;
	user-select: none;
}


.back-btn {
    width:auto;
    padding: 10px 35px;
   font-family: "Lexend", sans-serif !important;
   font-weight:600;
   color: #272627;
  background: #eaeaea;
  border: 1px solid #eaeaea;
}

.back-btn:hover {
    background: #272627;
    color:#fff;
}

/* Sembunyikan radio asli */
.survey-radio {
	display: none;
}

/* Hover */
.survey-option:hover {
    background: #2bb8a6;
	color: #fff;
}

/* Saat radio dipilih */
.survey-radio:checked + span,
.survey-radio:checked ~ * {
}

/* Checked state */
.survey-option:has(.survey-radio:checked) {
	background:#2bb8a6;
	color: #fff;
}

/* Focus (aksesibilitas) */
.survey-radio:focus-visible + label {
	outline: 2px solid #2bb8a6;
}

/* RESET FLATPICKR */
.flatpickr-calendar,
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-days,
.dayContainer {
	width: 100% !important;
	min-width: 100% !important;
	box-sizing: border-box;
}

/* PAKSA GRID 7 KOLOM */
.dayContainer {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr);
	row-gap: 8px;
}

.flatpickr-calendar,
.flatpickr-calendar * {
	font-family: "Lexend", sans-serif !important;
}

/* TANGGAL */
.flatpickr-day {
	width: 100% !important;
	max-width: none !important;
	height: 42px;
	line-height: 42px;
	margin: 0 !important;
	/*border-radius: 50%;*/
	text-align: center;
}

/* HEADER HARI */
.flatpickr-weekdaycontainer {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr);
}

.flatpickr-weekday {
	text-align: center;
	font-weight: 600;
}

.flatpickr-months .flatpickr-month {
    color: var(--tc-primary)!important;
    font-weight: 800 !important;
    
}

/* HEADER BULAN */
.flatpickr-months {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* HILANGKAN FLEX DEFAULT */
.flatpickr-days {
	display: block !important;
}

/* OPTIONAL – tampilan lebih clean */
.flatpickr-calendar.inline {
	border:0;
	border-radius: 16px;
	box-shadow: none;
}


.flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover  {
    background: transparent !important;
    color:#30D5C8!important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    border:0 !important;
}

.flatpickr-current-month {
    padding: 5px 0 !important;
}

/* TANGGAL AKTIF */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
	background: #30D5C8 !important;
	color: #fff !important;
	border-color: #30D5C8 !important;
}

/* TODAY tapi belum dipilih */
.flatpickr-day.today:not(.selected) {
	border: 2px solid #30D5C8;
	color: #30D5C8;
}

/* Hover tanggal aktif */
.flatpickr-day:not(.flatpickr-disabled):hover {
	background: rgba(48, 213, 200, 0.15);
}

/* Disabled tetap soft */
.flatpickr-day.flatpickr-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #b5b4b4 !important;
}


#resultSuggestion {
 font-family: "Lexend", sans-serif !important;
}

.alert-info {
    font-family: "Lexend", sans-serif !important;
    background:none !important;
    border:0 !important;
    color:#0c1d00 !important;
}

/* ===== HEADER BULAN ===== */
.flatpickr-months {
    background: #c4f7f4;
	display: flex;
	align-items: center; /* center vertical */
	justify-content: space-between;
	border-radius: 12px 12px 0 0;
}

/* Container bulan & tahun */
.flatpickr-month {
	flex: 1;
	text-align: center;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #212529 !important;
}

/* Dropdown bulan & input tahun */
.flatpickr-current-month {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 600;
}

/* ===== BUTTON PREV / NEXT ===== */
.flatpickr-prev-month,
.flatpickr-next-month {
   
	background: #ffffff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	cursor: pointer;
	transition: all 0.2s ease;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    top:20px !important;
     position: static !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
    font-weight: 500 !important;
    font-size:20px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    font-size:16px !important;
    font-family: "Lexend", sans-serif !important;
}
/* Hover effect */
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
	background: #eaeaea;
}

/* Icon panah */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
	width: 14px;
	height: 14px;
	fill: #333;
}

/* Disabled prev month */
.flatpickr-prev-month.flatpickr-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.tc-area-logo {
  max-width: 150px;
  margin: auto;}
  
.alert-info {
    padding: 0 !important;
}
  

@media only screen and (max-width: 767px) {
.tc-area-logo {
  max-width: 150px !important;
  margin: auto !important;}
  
 .tc-subtitle {
  font-size: 20px !important;
  font-weight: 500;
}

.back-btn, .btn, .btn-primary {
    width: auto;
    margin: 10px 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year, .flatpickr-monthDropdown-months {
    font-size:16px !important;
}

.form-container {
    padding: 20px !important;
}

.btn-time { width: 100%;}

.flatpickr-day {
    font-weight: 600 !important;
    font-size: 16px !important;}

#q1ResultLabel {
     font-size:16px !important;
}

#q1FinalResult {
    font-size:16px !important;
}

#q1SuggestionText {
    font-size:16px !important;

}

}


/*index css */
.flatpickr-input{display:none}
.form-widget {
    position: relative;
    overflow: hidden;
}

/* Semua step */
.survey-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.35s ease;
    pointer-events: none;
}

/* Step aktif */
.survey-step.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

/* Step keluar ke kiri (opsional, biar smooth) */
.survey-step.exit-left {
    opacity: 0;
    transform: translateX(-40px);
}

.float-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 100;
  line-height:normal;}
  
.wa-float {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}


input[type="date"]:disabled{ background:#f8d7da; cursor:not-allowed; }
.other-input{ border:1px solid #ced4da; }
input[type="date"], input[type="time"], input[type="text"]{ border:1px solid #ced4da; border-radius:0.375rem; padding:0.375rem 0.75rem; color:#495057; }

.flatpickr-day.flatpickr-sunday {
    color: #dc3545 !important;
    font-weight: 600;
    cursor: not-allowed;
}

.flatpickr-day.flatpickr-sunday:hover {
    background: transparent !important;
}

.btn-time.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.survey-step.active label:first-of-type {
    border-radius: 30px;
}

.survey-step.active label:last-of-type {
    border-radius: 30px;
}

/* ==============================
   ENVELOPE (LARGE + RESPONSIVE)
   ============================== */

.envelope-wrapper{
  position:relative;
  width:620px;
  height:380px;
  margin:50px auto;
  perspective:1200px;
}

.envelope-wrapper .lid,
.envelope-wrapper .envelope{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.envelope-wrapper .lid{
  border-left:210px solid transparent;
  border-right:210px solid transparent;
  border-bottom:140px solid transparent;
  transform-origin:top;
  transition:transform .5s ease;
}

.envelope-wrapper .lid.one{
  border-top:140px solid #658ced;
  z-index:3;
}

.envelope-wrapper .lid.two{
  border-top:140px solid #3760C9;
  transform:rotateX(90deg);
  z-index:1;
}

.envelope-wrapper .envelope{
  border-left:210px solid #a4d4f2;
  border-right:210px solid #C4DFF0;
  border-bottom:140px solid #C4DFF0;
  border-top:140px solid transparent;
  z-index:2;
}

.envelope-wrapper .letter{
  position:absolute;
  width:88%;
  height:90%;
  top:25px;
  left:6%;
  background:#fff;
  border-radius:14px;
  padding:28px 30px;
  z-index:5;
  overflow-y:auto;
  font-size:16px;
  transform:translateY(0);
  transition:transform .5s ease;
  backface-visibility:hidden;
}

.envelope-wrapper.open .lid.one{
  transform:rotateX(90deg);
}

.envelope-wrapper.open .lid.two{
  transform:rotateX(180deg);
}

.envelope-wrapper.open .letter{
  transform:translateY(-60px);
}

/* ==============================
   MOBILE
   ============================== */

@media (max-width:576px){
  .envelope-wrapper{
    width:90%;
    height:240px;
  }

  .envelope-wrapper .lid,
  .envelope-wrapper .envelope{
    border-left-width:45vw;
    border-right-width:45vw;
    border-top-width:120px;
    border-bottom-width:120px;
  }

  .envelope-wrapper .letter{
    font-size:14px;
    padding:20px;
  }
}




   .success-animation {
    margin: 15px auto;
  }
  
  /* SVG */
  .checkmark {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  
  /* BACKGROUND HIJAU */
  .checkmark__circle-bg {
    fill: var(--tc-primary);
    transform: scale(0);
    transform-origin: 50% 50%;
  }
  
  /* STROKE LINGKARAN */
  .checkmark__circle {
    stroke: var(--tc-primary);
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
  }
  
  /* CENTANG PUTIH */
  .checkmark__check {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
  }
  
  /* ===== TRIGGER ANIMATION ===== */
  
  .animate-check .checkmark__circle {
    animation: draw-circle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .animate-check .checkmark__check {
    animation: draw-check 0.3s cubic-bezier(0.65, 0, 0.45, 1)
               0.8s forwards;
  }
  
  .animate-check .checkmark__circle-bg {
    animation: fill-bg 0.4s ease-in-out 1.2s forwards;
  }
  
  .animate-check {
    animation: pop 0.3s ease-in-out 1.6s both;
  }
  
  /* ===== KEYFRAMES ===== */
  
  @keyframes draw-circle {
    to { stroke-dashoffset: 0; }
  }
  
  @keyframes draw-check {
    to { stroke-dashoffset: 0; }
  }
  
  @keyframes fill-bg {
    to { transform: scale(1); }
  }
  
  @keyframes pop {
    0%, 100% { transform: none; }
    50% { transform: scale(1.1); }
  }
  
  
  #q1SuggestionBox {
    opacity: 0;
    transform: scale(0.85) translateY(12px);
    transition:
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#q1SuggestionBox.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}



/* button lefr right */
.survey-step{
    min-height: unset !important;
    height: auto !important;
}

/* KEMBALIKAN BUTTON KEMBALI KE UKURAN NORMAL */
.back-btn{
    width: auto !important;
    padding-left: 24px;
    padding-right: 24px;
    align-self: flex-start;
}

/* NEXT UTAMA TETAP KANAN */
.other-next-btn{
    float: right;
    width: auto !important;
    align-self: flex-end;
}

/* RAPATKAN AREA BAWAH */
.survey-step > .back-btn,
.survey-step > .other-next-btn{
    margin-top: 16px;
}


.img-voucher {
    max-width: 600px;
    margin: auto;
}


b, strong {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 400 !important;
}


