body {
    counter-reset: section;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

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

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

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

.fw-600 {
  font-weight: 600 !important;
}

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

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.form-group {
  position: relative;
  margin: 0px;
}

.sosmed.floats {
    width: 40px;
    position: fixed;
    right: -10%;
    bottom: 90px;
    z-index: 100;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sosmed.floats.active {
    right: 25px;
}

.sosmed a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    text-align: center;
    /* padding: 5px; */
    text-decoration: none;
    margin-right: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.lotie-icons {
    width: 4.2rem;
    height: 4.2rem;
}

.flag-id {
    margin-bottom: 2px;
    transform: rotate(180deg);
    border-radius: 50%;
}

.flag-en {
    margin-bottom: 2px;
    border-radius: 50%;
}

.text-language img.active {
  border: 2px solid var(--thm-base);
}

.img-baking {
    max-height: 15rem !important;
}

.img-baking img {
    width: 25rem !important;
    height: 15rem !important;
    object-fit: cover !important;
}

.baking-description p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.image-1-1 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.bg-none {
    background-color: unset !important;
}

.break-2 {
    display: block;
    margin: 2rem 0;
    content: '';
}

.text-gold {
    color: var(--thm-base) !important;
}

li.filter:nth-child(1) {
    margin-left: 0;
}

.feature-career {
  padding: 3rem 1rem;
  border-bottom: 2px solid #e1e1e1;
}

.career-list > :last-child {
  border-bottom: none;
}

.apply-vacancy {
  color: var(--thm-base);
  transition: all .25s;
}

.main-menu .navigation > li:hover > ul > li:first-child > a {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.main-menu .navigation > li:hover > ul > li:last-child > a {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.apply-vacancy:hover {
  font-weight: 500;
  color: var(--thm-base);
}

.apply-vacancy > i {
  margin-left: .1rem !important;
  margin-top: 2px !important;
  font-size: 10px;
  transition: margin-left .25s;
}

.apply-vacancy:hover > i {
  margin-left: .35rem !important;
}

.inspiring-bake-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text-more-detail {
  color: var(--thm-base);
  transition: all 0.25s;
  font-size: 12px;
}

.text-more-detail:hover {
  color: var(--thm-white);
}

.img-home-baking {
    max-width: none !important;
    width: 35rem !important;
}

.marquee-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}

.img-award-achievment {
  width: 10rem !important;
  aspect-ratio: 1/1 !important;
}

.zoom-in {
  animation: zoomIn 10s ease-in-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(1); /* Start at normal size */
  }
  100% {
    transform: scale(1.2); /* Return to original size */
  }
}

.icon-company-value {
    width: 5rem;
}

.how-it-works-card:hover > .how-it-works-card__inner {
  background-color: var(--thm-white);
}

.how-it-works-card:hover > .how-it-works-card__inner > h3 > a,
.how-it-works-card:hover > .how-it-works-card__inner > p {
  color: var(--thm-black);
}

.how-it-works-card:hover > .how-it-works-card__inner > .how-it-works-card__icon > .icon-company-value {
  filter: invert(1);
}

.btn-group {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  background: var(--thm-text-blue);
  color: var(--thm-white);
  border-radius: 50px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 20rem;
}

.btn-group:hover {
  color: var(--thm-white) !important;
  background: var(--thm-base) !important;
}

.btn-group .btn-curve {
  position: absolute;
  right: -18px;
  top: 0;
  width: 50px;
  height: 100%;
  background: var(--thm-white);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-34deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-group:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  background: var(--thm-base);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.btn-group .btn-title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 44px;
  z-index: 1;
}

.btn-group i {
  transition: transform .3s;
}

.btn-group:hover i {
  transform: translateX(5px);
}

.team-info {
  background-color: var(--thm-text-blue);
}

.sidebar-title h6 {
  font-weight: bold;
}

.slider-container-histori {
  position: relative;
  width: 87%;
  overflow: hidden;
  border-radius: 8px;
  margin: auto;
}

.slider-histori {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 90%;
  gap: 10%;
}

.card-histori {
  flex: 0 0 45%;
  margin: 0 2.5%;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity .5s ease-in-out;
}

.card-histori img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-info-histori {
  padding: 15px 0;
}

.card-info-histori h3 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}

.card-info-histori p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 600;
}

.card-histori.active {
  opacity: 1; /* No opacity for active card */
}

.navigation-histori {
  display: flex;
  justify-content: end;
  padding: 0 2.5%;
}

.navigation-histori-all {
  display: none;
}

.navigation-histori button,
.navigation-histori-all button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #d3d3d4;
  border-radius: 50%;
  margin: 0 5px;
  transition: all .2s;
}

.navigation-histori button:hover,
.navigation-histori-all button:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}

.navigation-histori button:disabled,
.navigation-histori-all button:disabled {
  background-color: #cccccc; /* Gray color to indicate disabled state */
}

.history-section {
  position: relative;
  overflow: hidden;
  background-image: var(--sejarah_kami_section);
}

.history-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.history-section::before {
  background-image: var(--new-bg-image);
}

.history-section.active::before {
  opacity: 0.95;
}

.history-all-section {
  background-color: var(--thm-text-blue);
}

.history-all-section::before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 2px solid var(--thm-white);
  bottom: 56px;
}

/* Slider History Every Year */
.slider-all-history-container {
  width: 80%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

.all-history-inner {
  display: flex;
  width: 80%;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-0%);
}

.slide-all-history {
  flex: 0 0 auto;
  width: 60%;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 0 20px;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-0%);
}

.slide-all-history-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0 50px;
}

.slide-all-history img {
  width: 40%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.description {
  color: var(--thm-white);
  padding: 0 20px;
  width: 60%;
}

.description p {
  font-size: 16px;
}

.slide-all-history-title {
  color: var(--thm-white);
  font-weight: bold;
  font-size: 20px;
}

.slide-all-history::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--thm-white);
  border-radius: 50%;
}

.slide-all-history.active::after {
  content: '';
  width: 28px;
  height: 28px;
  background-color: var(--thm-base);
  border-radius: 50%;
}

.connecting-line {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--thm-white);;
}

.connecting-line::before {
  content: '';
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--thm-base);
  border-radius: 50%;
  top: -8px;
}


/* --------------------------------------------- Production Process Open ----------------------------------------------------- */

.slider-container-process-production-top {
  position: relative;
  width: 100%;
  border-radius: 8px;
  margin: auto;
  display: flex;
  gap: 5%;
  transform: translateX(33%);
}

.slider-container-process-production {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin: auto;
  display: flex;
  gap: 5%;
}

.auto-container-process {
  position: static;
  padding: 0px 15px;
  margin: 0 0 0 auto;
  width: 85%;
}

.inner-slider-proccess-production {
  display: flex;
  width: 70%;
  overflow: hidden;
}

.slider-process-production {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  gap: 10%;
  align-items: center;
}

.slider-process-production-top {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 70%;
  gap: 7%;
  align-items: center;
  margin-bottom: 4%;
  transform: translateX(-0%);
}

.card-process-production {
  display: flex;
  flex: 0 0 45%;
  margin: 0 2.5%;
  overflow: hidden;
  opacity: 30%;
  transition: opacity .5s ease-in-out;
}

.card-process-production.active {
    opacity: unset;
}

.card-process-production-top {
  display: flex;
  flex: 0 0 45%;
  margin: 0 2.5%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.card-process-production-top.active {
  transform: translateX(-70%);
}

.card-process-production-top.after {
  transform: translateX(-110%);
}

.icons-process-production {
  width: 30%;
  /* background-color: var(--thm-text-blue); */
  background-image: var(--new-bg-image-process-rounded);
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding: 7rem;
  transition: opacity .5s ease-in-out;
  opacity: 0;
}

.icons-process-production.active {
  opacity: 1;
}

.icons-process-production > img {
  transition: opacity .5s ease-in-out;
  opacity: 0;
}

.icons-process-production > img.active {
  opacity: 1;
}

.card-info-process-production-top {
  width: 100%;
  padding: 50px 0;
}

.card-info-process-production-top h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.card-info-process-production {
  width: 100%;
  padding: 15px 0;
}

.card-process-production-top:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  display: flex;
  top: 65%;
  background-color: var(--thm-text-blue);
  border-radius: 50%;
  text-align: center;
  transition: all .6s ease-in-out;
  counter-increment: section;
  content: counter(section);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--thm-white);
}

.card-process-production-top.active:before {
    /* content: ''; */
    width: 36px;
    height: 36px;
    position: absolute;
    top: 60%;
    background-color: var(--thm-base);
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    color: var(--thm-text-blue);
}

.card-info-process-production h3 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}

.card-info-process-production p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 600;
}

.navigation-process-production {
  display: block;
  justify-content: start;
  padding: 2.5% 2.5% 0;
}

.navigation-process-production button {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: var(--thm-text-blue);
  border-radius: 50%;
  margin: 0 5px;
  transition: all .2s;
}

.navigation-process-production button:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}

.navigation-process-production button:disabled {
  background-color: #e0e0e0;
}

.navigation-process-production button:disabled span {
  color: #848484 !important;
}

.process-production-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 5rem 0;
}

.process-production-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: linear-gradient(359deg, #ffffffe6 10%, rgb(255 255 255 / 87%) 22%), url(http://localhost:8000/storage/process-production/image/Gandum.jpg); */
  background-image: var(--new-bg-image-process);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.process-production-section::after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: .3rem solid var(--thm-text-blue);
  top: 21.6%;
  z-index: -1;
}

.process-production-section.active::before {
  opacity: 0.95;
}

/* Card Resep Makanan */
.recipe-card {
  border-radius: 7px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20rem;
  display: flex;
}

.inner-recipe-card {
  overflow: hidden;
  border-radius: 7px;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: self-end;
  transition: all 500ms;
  justify-content: center;
  margin-bottom: 1rem;
}

.recipe-card:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 45%);
}

.recipe-card:hover .recipe-card-title {
  cursor: pointer;
  font-weight: bold;
  transform: translateY(-10px);
}

.recipe-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 500ms;
}

.recipe-card-title a {
  color: var(--thm-white);
  transition: all 500ms;
}

.card-img-small {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
}

.img-invert {
  filter: invert(1);
}


.btn-chef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 44px;
  background-color: var(--thm-base);
  color: var(--thm-white) !important;
  padding: 10px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
}

.btn-chef:hover {
  background-color: var(--thm-base);
}

.btn-chef img {
  filter: invert(1);
  margin-right: .25rem;
  transition: all 500ms;
}

.btn-chef:hover img {
  margin-right: .5rem;
}

.radio-button-container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
  color: var(--thm-text-blue);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-button__custom {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s ease;
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
  background-color: #4c8bf5;
  border-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 20px #4c8bf580;
}

.radio-button__input:checked + .radio-button__label {
  color: #4c8bf5;
}

.radio-button__label:hover .radio-button__custom {
  transform: scale(1.2);
  border-color: #4c8bf5;
  box-shadow: 0 0 20px #4c8bf580;
}

.tiktok-footer {
  width: 40%;
  filter: invert(1);
}

.main-footer .social-links li a:hover img {
  filter: unset;
}

.ql-editor ul>li::before {
  content: "•";
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.product-detail-image {
  display: flex;
  /* border: 5px solid #e9e9e9; */
  border-radius: 20px;
  background-image: url(../../../assets/images/background/bg-product.png);
  background-size: cover;
  aspect-ratio: 3 / 4;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 20px 0px rgb(0 0 0 / 16%);
}

.product-detail-image a {
  display: flex;
  /* align-items: center; */
  width: 100%;
}

.cat-product-detail {
  line-height: 1;
  font-size: 16px;
  color: var(--thm-white);
  position: relative;
  top: 2px;
  font-weight: 600;
  background: var(--thm-text-blue);
  padding: 0.5rem 2rem;
  border-radius: 20px;
}

.product-testimonials-section {
  position: relative;
  padding: 120px 0px;
  background: #ffffff url(../images/background/pattern-2.png) left top repeat;
  overflow: hidden;
}

/* START Store Location Section  */
.sotore-location-section {
  position: relative;
  padding: 60px 0px 100px;
  background-image: var(--store_location_section);
}

.sotore-location-section .info-block {
  position: relative;
  margin-bottom: 30px;
}

.sotore-location-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 40px 35px 40px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sotore-location-section .info-block .inner-box:hover {
  background: var(--thm-text-blue);
}

.sotore-location-section .info-block .inner-box h5 a,
.sotore-location-section .info-block .inner-box h5 p
{
  font-size: 24px;
  color: var(--thm-text-blue);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
  transition: all 200ms ease-in;
}

.sotore-location-section .info-block .inner-box:hover h5 a:hover,
.sotore-location-section .info-block .inner-box:hover h5 p:hover
{
  color: var(--thm-base-light) !important;
}

.sotore-location-section .info-block .inner-box .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 15px 0px 0px;
  z-index: 1;
}

.sotore-location-section .info-block .inner-box:hover .text,
.sotore-location-section .info-block .inner-box:hover .text a {
  color: #999b9f;
}

.sotore-location-section .info-block .inner-box:hover h5,
.sotore-location-section .info-block .inner-box:hover h5 a,
.sotore-location-section .info-block .inner-box:hover h5 p,
.sotore-location-section .info-block .inner-box:hover li,
.sotore-location-section .info-block .inner-box:hover li a {
  color: #ffffff !important;
}

.sotore-location-section .info-block .inner-box .text a {
  position: relative;
  color: var(--thm-text);
}

.sotore-location-section .info-block .inner-box li, .sotore-location-section .info-block .inner-box li a {
  font-weight: 600;
}

.search-field-location {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 70px;
  padding: 19px 80px 19px 35px;
  line-height: 40px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  border-radius: 7px;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-white);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.search-field-location:focus,
.search-field-location:active {
  border: 1px solid var(--thm-base);
}

.btn-search-location {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 50px;
  display: block;
  font-size: 20px;
  color: var(--thm-black);
  background: none;
  font-weight: normal;
}

/* END Store Location Section  */
.image-filter-recipe {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: tomato;
}

.image-filter-recipe img {
    width: 30% !important;
    margin-right: unset !important;
}

ul.list-disc,
.list-disc ul {
    list-style: disc !important;
    padding-left: 1rem;
}

ul.list-disc li,
.list-disc ul li {
    list-style: disc !important;
}

.sidebar-title h4 {
    color: #FFFFFF !important;
}

.sidebar .recent-posts .text a {
    color: #FFFFFF !important;
}

.sidebar .popular-tags .tags-list a {
    color: #FFFFFF;
}

.sidebar .popular-tags .tags-list a:hover {
    color: var(--thm-base) !important;

}

.cursor-pointer {
    cursor: pointer;
}

/* Banner Home Pop Up */
.banner-home-popup__form {
  position: relative;
  z-index: 9991;
  width: unset;
  padding: 10rem;
  max-width: 1200px;
  position: relative;
  max-height: auto;
}

.banner-home-popup__form::-webkit-scrollbar {
  width: 1px;
}

.banner-home-popup__form::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.banner-home-popup__form::-webkit-scrollbar-thumb {
  background: #888;
}

.banner-home-popup__form::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-home-section {
  position: relative;
  padding: 70px 0 90px;
  /* background-image: linear-gradient(0deg, #ffffffe3 0%, #ffffff 100%), url(../images/background/bg-product-home.jpg); */
  background-image: var(--product_section);
  background-size: cover;
  background-repeat: no-repeat;
}

.product-home-section .upper-row {
  position: relative;
}

.product-card h5 {
  /* text-align: center;
  padding: 1rem;
  line-height: 1.5rem; */

  text-align: center;
  padding: 1rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1.5rem;
}

.product-card h5 a {
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 700;
  transition: all 250ms ease;
}

.product-card h5 a:hover {
  color: var(--thm-base);
}

.inner-product {
  display: flex;
  aspect-ratio: 3/4;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}

.inner-product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  background-position: center;
}

.product-figure {
  padding: 1rem;
}

.inner-product:hover .product-figure img {
  scale: 1.1;
}

/* .product-figure::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/frame-product.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  transform: rotate(0deg);
  transition: all 250ms ease-in;
} */

.product-figure img {
  object-fit: contain;
  padding: 1rem
}
.mt-btn-form {
  margin-top: 60px;
}

.post-thumb-recipe {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

.post-thumb-product {
    position: relative;
    display: block;
    width: 80%;
    object-fit: cover;
    margin: auto;
}

.product-title {
    font-size: 25px;
    margin: 0;
    margin-top: 30px;
    font-weight: bold;
}


.bg-theme {
    background-color: var(--thm-base) !important;
}

.bg-blue {
    background-color: var(--thm-text-blue) !important;
}

.lotie-download {
  width: 25px;
  height: 38px;
}

.btn-download {
  padding: 4px 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #094FDB 0%, #052A75 100%);
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 40px;
  width: fit-content;
  transition: all 500ms ease;
}

.btn-download-profile {
  padding: 4px 18px 4px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #094FDB 0%, #052A75 100%);
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 40px;
  width: fit-content;
}

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

.main-header .language-selector {
  display: flex;
  justify-content: end;
  gap: 24px;
  padding-top: 16px;
  padding-right: 70px;
  padding-bottom: 6px;
  padding-left: 70px;
  transition: all 600ms;
  margin-top: 0px;
}

.header-upper .language-selector .language-text {
  color: var(--thm-white);
  margin: 0;
  margin-bottom: 2px;
}

.fixed-header .header-upper .language-selector {
  margin-top: -46px;
}


.align-center-custom {
    display: block !important;
    text-align: center;
}

.button-center-custom {
    display: flex !important;
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .align-center-custom {
        text-align: initial;
    }
}
.home-baking-inspiration-section {
  position: relative;
  padding: 70px 0 90px;
  /* background-image: linear-gradient(0deg, #f8ce59ab 0%, #ffeac4cf 100%), url(../images/background/bg-home-ins-baking.png); */
  background-image: var(--baking_section);
  background-size: cover;
  background-repeat: no-repeat;
}

.baking-home-card {
  background-color: var(--thm-white);
  border-radius: 7px;
}

.baking-home-card:hover img {
  scale: 1.1;
}

.baking-home-image {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  max-height: 22rem;
}

.baking-home-image img {
  width: 100%;
  -webkit-transition: 500ms ease;
  transition: all 500ms ease;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.baking-home-content {
  border: 1px solid transparent;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  padding-top: 33px;
  padding-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: auto;
}

.baking-home-content h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  height: 1rem;
}

.baking-home-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.baking-home-content ul {
  padding-left: 0;
  list-style: none;
}

.baking-home-content ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-text);
}

.baking-home-content ul li a:hover {
  color: var(--thm-text-blue);
}

.baking-home-content ul li a i {
  font-size: 10px;
  margin-left: 2px;
  transition: all 250ms ease;
}

.baking-home-content ul li a:hover i {
  font-size: 12px;
  margin-left: 4px;
}

.btn-blue-light {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  background: var(--thm-text-blue);
  color: var(--thm-white);
  border-radius: 50px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 20rem;
}

.btn-blue-light:hover {
  background: var(--thm-white);
  color: var(--thm-black);
}

.btn-blue-light .btn-title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 44px;
  z-index: 1;
}

.content-body-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  /* background-image: linear-gradient(0deg, #f4f4f4 0%, #ffffffab 100%), url(../images/background/bg-page-product.jpg); */
  background-image: var(--product_section);
}

.baking-inspiration-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  /* background-image: linear-gradient(180deg, #f4f4f4 40%, #ffffffab 100%), url(../images/background/bg-page-baking-inspiration.png); */
  background-image: var(--resep_section);
}

.tips-trick-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--tips_trick_section);
}

.scc-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--scc_section);
}

.paguyuban-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--paguyuban_section);
}

.kisah-sukses-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--kisah_sukses_section);
}

.materi-umkm-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--materi_umkm_section);
}

.event-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--event_section);
}

.contact-us-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--contact_us_section);
}

.career-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--career_section);
}

.field-password {
    position: relative;
    height: 72px;
}

#icon-input-visible,
#icon-input-hide, 
#icon-retype-visible,
#icon-retype-hide {
    position: absolute;
    top: 14px;
    width: 20px;
    right: 20px;
    bottom: 0;
    /* margin: auto 0; */
    cursor: pointer;
}

.language-selector a {
  padding: 0 10px;
}

.language-selector a.active {
  border-bottom: 2px solid white;
}

.our-profile-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  /* background-image: linear-gradient(180deg, #f4f4f4ed 80%, #f4f4f4ed 80%), url(../images/background/bg-page-baking-inspiration.png); */
  background-image: var(--profile_section);
}

.bg-vision-mission {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  /* background-image: linear-gradient(180deg, #f4f4f4ed 80%, #f4f4f4ed 80%), url(../images/background/bg-page-baking-inspiration.png); */
  background-image: var(--visi_misi_section);
}

.contact-title {
  font-size: 30px;
  font-weight: 700;
}

.contact-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

.contact-section .scc-info {
  margin-bottom: 80px;
}

.contact-section .info-block .inner-box-scc {
  padding: 20px;
  text-align: center;
}

.contact-section .info-block .inner-box-scc h5 {
  font-size: 18px;
  line-height: 32px;
}

.border-top-2-base {
  border-top: 2px solid var(--thm-base) !important;
}

.content-body-apply-vacancy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: linear-gradient(0deg, #f4f4f4 40%, #ffffffe6 100%), url(../images/background/bg-page-baking-inspiration.png);
}

.btn-materi-download {
  position: absolute;
  bottom: 2rem;
  width: fit-content;
}

.description-umkm-materi {
  margin-bottom: 100px;
}

.service-block-two .inner-box:hover .btn-download {
  background: linear-gradient(180deg, #6f9fff 0%, #114abf 100%);
}

.service-block-two .inner-box:hover .text {
  color: #e7e7e7;
}

/* Custom filter product */
.mixitup-gallery li.filter-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
  color: var(--thm-black);
  font-weight: 500;
  margin: 0 15px 0px 15px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--thm-font);
  width: 10rem;
  text-align: center;
  font-weight: 700;
}

.mixitup-gallery li.filter-product:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-text);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mixitup-gallery li.filter-product.active:before {
  border-bottom: 2px solid var(--thm-base);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.banner-carousel .active .left-top-line-stroke .line-stroke-running {
  stroke-dasharray: 1530;
  stroke-dashoffset: 1530;
  animation: draw-line 7s ease forwards;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
.contact-section .inner-box .scc-circle {
  width: 10px;
  height: 10px;
  background: var(--thm-text-blue);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-section .inner-box h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}


.img-sold-out {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translateX(-50%) translateY(-50%);
}


.news-section-home {
  position: relative;
  padding: 120px 0px 90px;
  background-image: var(--article_section);
}

.events-one-home {
  position: relative;
  padding: 120px 0px 90px;
  background-image: var(--event_section);
}

.ceo-section {
  background-image: var(--ceo_section);
}

.teknologi-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-image: var(--teknologi_section);
}
.content-scroll {
    overflow-y: scroll;
    height: 100vh;
}

.content-scroll::-webkit-scrollbar {
    width: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: var(--thm-base);
    background-color: var(--thm-text-blue);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

.button-register-detail {
  justify-content: start;
}
/* select2 style custom */
.select2-container .select2-selection--single {
    height: 70px !important;
    align-content: center;
    border-radius: 7px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-style: normal !important;
    height: 70px !important;
    padding: 0px 14px !important;
    line-height: 40px !important;
    font-family: var(--thm-b-font) !important;
    color: var(--thm-text) !important;
    background-color: #f8f9fa !important;
    border: 1px solid #f8f9fa !important;
    box-shadow: 0px 0px 11px 1px rgb(0 0 0 / 7%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 70px !important;
    padding-right: 30px !important;
}

.event-image {
  aspect-ratio: 1/1;
}

.cta-head {
  letter-spacing: 3.5px;
  font-size: 50px;
  font-weight: bold;
}

.select2-results__options::-webkit-scrollbar {
  width: 10px;
}

.select2-dropdown {
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 44%) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  border-radius: 7px;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-base) !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 4px 10px;
}

/*Btn Style Google*/
.btn-style-google {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  background: var(--thm-text-blue);
  color: var(--thm-white);
  border-radius: 50px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 20rem;
}

.btn-style-google .btn-title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 44px;
  z-index: 1;
}

.btn-style-google .btn-title img {
  width: 10%;
  margin-right: 0.5rem;
}

.btn-style-google:hover {
  background: var(--thm-white);
  color: var(--thm-text-blue);
}

.btn-style-google .btn-curve {
  position: absolute;
  right: -18px;
  top: 0;
  width: 50px;
  height: 100%;
  background: var(--thm-white);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-34deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-google:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.select2-results__option {
    padding: 1rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: auto !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #e5d6bc !important;
}


.img-cover-artikel {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5d6bc !important;
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}

.download-assets-section {
  background-image: var(--download_assets);
}

.contact-section .form-box.user-registration {
  max-width: 80%;
}

.hr-spacing {
  margin: 1.5rem 0;
  color: var(--thm-base);
  opacity: 0.5;
  height: unset !important;
}

#retype_password.wrong {
  border: 2px solid #ff0000;
}

@keyframes shake {
  0% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
  20%, 40%, 60%, 80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

/* Apply the shake animation to the form */
.shake-animation {
  animation: shake 0.5s ease-in-out; /* Duration and timing function */
  animation-iteration-count: 1; /* Number of times to repeat */
  border: 2px solid red; /* Optional: Add a border to highlight the shake effect */
}

.mixitup-gallery .filters li.category-recipe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
  color: var(--thm-text-blue);
  font-weight: 500;
  margin: 0 15px 0px 15px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--thm-font);
  width: 10rem;
  text-align: center;
  font-weight: 700;
}

.image-grey {
  filter: grayscale(100%) !important;
}

/* From Uiverse.io by vishnupprajapat */ 
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #506eec;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #506eec;
  border-color: #506eec;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.border-gold-tranparent {
  border: 2px solid #deb64cc2; 
}

.slidercaptcha {
  width: 270px !important;
  height: 250px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125) !important;
  background-color: #FFFFFF !important;
}

.slidercaptcha .card-body-captcha {
  padding: 1rem;
}

.slidercaptcha canvas:first-child {
  border-radius: 4px;
  border: 1px solid #e6e8eb;
  width: -webkit-fill-available;
}

.slidercaptcha.card-captcha .card-header-captcha {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
  position: absolute !important;
  top: 0px !important;
  right: 10px !important;
  cursor: pointer !important;
  margin: 6px !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  z-index: 5 !important;
  transition: color .3s linear !important;
}

.refreshIcon:hover{
  color: #FFFFFF;
}

.page-image-layer {
  transition: all 7000ms linear;
}

.scale-1 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}