@import "reset.css";
@import "common.css";

/*FONT*/

@font-face {
  font-family: "DK Pardesi";
  src: url("../fonts/pardesi/dk_pardesi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playful Christmas";
  src: url("../fonts/Playful-Christmas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Baloo";
  src: url("../fonts/Baloo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Franklin Gothic Demi";
  src: url("../fonts/Franklin-Gothic-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: "DK Pardesi";
    src: url("../fonts/pardesi/Ubuntu-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
*/

/*DOCUMENTATION


=====================*/
/** YUPILAND
 ---------------------------------------------------------*/
/*MENU*/
#soundToggle {
  width: 65px;
  padding-right: 5px;
}

.rightSideNav {
  text-transform: uppercase;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  /*background-color: #0067a7;*/
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.rightSideNav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  transition: 0.3s;
}

.rightSideNav a:hover {
  color: #f1f1f1;
}

.rightSideNav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .rightSideNav {
    padding-top: 15px;
  }
  .rightSideNav a {
    font-size: 18px;
  }
}

html,
body {
  position: relative;
  overflow-x: hidden;
  background-color: #D9336B !important;
}

html #homeBody {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
p, a, h1, h2, h3, h4, h5, h6, tr, td, div, ul, li, button, input, select, option, textarea{
    color:#FFF;
}

.module-container .module {
  font-size: 20px;
  /*padding: 5px;*/
}

.hamburger-menu {
  font-size: 25px !important;
}

.page-title {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-family: "DK Pardesi";
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 58px;
}

/*INTRO*/
.homeIsland {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#homeStar1 {
  position: absolute;
  left: 0%;
  top: 50%;
}

#homeStar2 {
  position: absolute;
  right: 0%;
  top: 30%;
}

#homeYuro {
  position: absolute;
  right: 10%;
  top: 30%;
}

#homeText {
  position: absolute;
  left: 15%;
}

.intro-section {
  position: relative;
  height: 100vh;
}

#homeStraw {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

#homeCloud {
  position: absolute;
  right: 0%;
  top: 20%;
  transform: translateY(-50%);
}

#homeText3 {
  position: absolute;
  top: 5%;
  right: 25%;
}

#homeCandy {
  position: absolute;
  left: 5%;
  top: 10%;
}

#homeText4 {
  position: absolute;
  bottom: 15%;
  left: 5%;
}

#homeArrow1 {
  position: absolute;
  top: 30%;
  left: 40%;
}

#homeArrow2 {
  position: absolute;
  top: 50%;
  left: 25%;
}

#homeText5 {
  position: absolute;
  top: 25%;
  right: 5%;
}

#homeText6 {
  position: absolute;
  top: 10%;
  right: 35%;
}
#homeText7 {
  position: absolute;
  top: 25%;
  left: 15%;
}

#homeChar {
  position: absolute;
  bottom: 0%;
  left: 2%;
}

#homeArrow3 {
  position: absolute;
  top: 40%;
  left: 30%;
}

#homeArrow4 {
  position: absolute;
  top: 30%;
  left: 48%;
}

#homeArrow5 {
  position: absolute;
  top: 45%;
  right: 25%;
}

.btn-enter-yupiland {
  position: absolute;
  left: 50%;
  width: 35%;
  bottom: 20%;
  transform: translateX(-50%);
}

/*KATEGORI*/

.product-category-height {
  height: 200px;
}

.category-product-container {
  margin: auto;
  text-align: center;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.category-product-container img {
  margin: auto;
  text-align: center;
  height: 100px;
  max-width: auto;
}

.category-product-container h1 {
  color: #176bb4;
  font-family: "DK Pardesi";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.category-section {
  margin-top: 45px;
}

#category-boat {
  position: absolute;
  bottom: 30px;
  right: 2%;
  width: 20%;
}

#category-bush {
  position: absolute;
  bottom: 0;
  width: 25%;
  left: 25%;
}

/*Produk Detail*/

.product-detailpage-height {
  height: 200px;
}

.product-detail-container {
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  /*opacity: 0.9;*/
}

.product-detail-image {
  position: relative;
}
.product-detail-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.product-detail-single {
  padding: 50px !important;
}

.product-detail-image img {
  padding: 50px;
  width: 100%;
}

.product-detail-title {
  color: #444444;
  font-family: "DK Pardesi";
  font-size: 39px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 82px;
  text-align: left;
  /* Text style for "Baby Bears" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.product-detail-price {
  color: #0688bb;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 42px;
  text-align: left;
  /* Text style for "Rp 20.000" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.product-detail-marketplace {
  padding-left: 0;
  list-style: none;
}

.product-detail-marketplace li {
  display: inline;
}

.product-detail-marketplace a {
  margin-right: 10px;
}

.product-detail-description {
  margin-top: 32px;
  margin-bottom: 20px;
  max-width: 370px;
  color: #444444;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  /* Text style for "Colorful a" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.product-detail-right-wrap {
  /*position: absolute;
    top: 40%;
    transform: translateY(-50%);*/
  margin-top: 100px;
  margin-bottom: 100px;
}

.btn-close {
  z-index: 1;
  position: absolute;
  right: 30px;
  top: 30px;
}

/*Product List*/

#hiu-mobile {
  position: absolute;
  top: 10%;
  right: -20%;
  width: 45%;
}

#schoolOffish-mobile {
  position: absolute;
  bottom: 20%;
  left: 100%;
  width: 45%;
}

#hiu {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 25%;
}

#schoolOffish {
  position: absolute;
  bottom: -20%;
  left: 20%;
  width: 25%;
}

#kudaLaut {
  position: absolute;
  bottom: 20%;
  right: 15%;
  width: 3%;
}

#hiuPermen {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 15%;
}

.product-list-section {
  margin-top: 50px;
}
.product-list-container {
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
}

.product-list-container img {
  margin: auto;
  text-align: center;
  max-width: 100%;
}

.product-list-price {
  color: #ffffff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  /* Text style for "Rp 20.000" */
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  line-height: normal;
}

.product-list-title {
  color: #ffffff;
  font-family: "DK Pardesi";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
  /* Text style for "Little Sta" */
  font-style: normal;
  text-align: center;
  letter-spacing: normal;
  line-height: normal;
}

#product-list-scroller {
  overflow: auto;
  height: 600px;
}

.product-list-section div {
  scrollbar-width: thin;
  scrollbar-color: #004c96 #31c4ff;
}
.product-list-section div::-webkit-scrollbar {
  width: 15px;
}
.product-list-section div::-webkit-scrollbar-track {
  background: #31c4ff;
  border-radius: 20px;
}
.product-list-section div::-webkit-scrollbar-thumb {
  background-color: #004c96;
  border-radius: 20px;
}

/*About us */

.about-us-right h1 {
  color: #ffffff;
  font-family: "DK Pardesi";
  font-size: 39px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 82px;
  text-align: left;
  /* Text style for "Kenyalnya" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.about-us-right p {
  color: #ffffff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  /* Text style for "Lorem ipsu" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.about-us-right {
  margin-top: 100px;
}

#blueMoon {
  position: absolute;
  left: 2%;
  top: 8%;
  width: 15%;
}

#neptune {
  position: absolute;
  bottom: 5%;
  width: 12%;
  left: 40%;
}

#starPurple {
  position: absolute;
  top: 25%;
  width: 4%;
  right: 15%;
}

#starOrange {
  position: absolute;
  top: 17%;
  width: 4%;
  right: 20%;
}

#about-left-image {
  position: relative;
  max-width: 100%;
}

#yuro {
  position: absolute;
  right: 2%;
  bottom: 0%;
  width: 18%;
}

#blueMoonMobile {
  position: absolute;
  left: 0%;
  top: 8%;
  width: 25%;
}

#neptuneMobile {
  position: absolute;
  top: 50%;
  width: 25%;
  right: 5%;
}

#yuroMobile {
  position: absolute;
  right: -5%;
  top: 5%;
  width: 50%;
}
/*Gallery*/

.col-gallery {
  margin-bottom: 20px;
}

#gallery-scroller {
  overflow: auto;
  height: 500px;
}

#cloudGallery {
  position: absolute;
  top: -15%;
  left: 1%;
  width: 25%;
}

#blueMoonGallery {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 15%;
}

#starPurpleGallery {
  position: absolute;
  left: 5%;
  bottom: 40%;
  width: 5%;
}

#starOrangeGallery {
  position: absolute;
  left: 7%;
  bottom: 50%;
  width: 5%;
}

#starGreenGallery {
  position: absolute;
  right: 25%;
  top: 2%;
  width: 5%;
}

#starYellowGallery {
  position: absolute;
  right: 20%;
  top: 5%;
  width: 5%;
}

#cloudGalleryMobile {
  position: absolute;
  top: -5%;
  left: -25%;
  width: 75%;
}

#blueMoonGalleryMobile {
  position: absolute;
  right: -10%;
  top: 20%;
  width: 35%;
}

#starPurpleGalleryMobile {
  position: absolute;
  left: 5%;
  bottom: 40%;
  width: 10%;
}

#starOrangeGalleryMobile {
  position: absolute;
  left: -5%;
  bottom: 50%;
  width: 10%;
}

#starGreenGalleryMobile {
  position: absolute;
  right: 15%;
  top: 12%;
  width: 10%;
}

#starYellowGalleryMobile {
  position: absolute;
  right: 3%;
  top: 15%;
  width: 10%;
}

/*Contact*/

#gmap {
  height: 450px;
}
.contact-footer div,
.contact-footer p,
.contact-footer h1 {
  color: #ffffff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}

.yupi-label {
  color: white;
}

.yupi-form-group {
  margin-bottom: 5px;
}

.email-confirmation {
  display: none;
}

#contactMoonMagenta {
  position: absolute;
  top: 41px;
  left: 49px;
  width: 228px;
  height: 228px;
}

#contactStarOrange {
  /* Style for "Image 33" */
  position: absolute;
  top: 320px;
  left: 31px;
  width: 49px;
  height: 49px;
}

#contactPlanetPurple {
  /* Style for "space-19" */
  position: absolute;
  top: 56px;
  left: 307px;
  width: 134px;
  height: 86px;
}

#contactStar {
  /* Style for "Character" */
  position: absolute;
  top: -63px;
  right: 300px;
  width: 336px;
  height: 471px;
}

#contactMoonPurple {
  /* Style for "space-21" */
  position: absolute;
  top: 388px;
  right: 5%;
  width: 181px;
  height: 181px;
}

#contactPlanetMagenta {
  /* Style for "space-20" */
  position: absolute;
  top: 639px;
  right: 25%;
  width: 123px;
  height: 85px;
}

#contactStarGreen {
  /* Style for "Image 32" */
  position: absolute;
  top: 589px;
  right: 8%;
  width: 74px;
  height: 73px;
}

#contactStarYellow {
  /* Style for "Image 31" */
  position: absolute;
  top: 656px;
  right: 6%;
  width: 80px;
  height: 79px;
}

#contactPlanetOrange {
  /* Style for "space-23" */
  position: absolute;
  top: 222px;
  right: 5%;
  width: 111px;
  height: 73px;
}

.blog-detail-wood-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}

.page-blog-title {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #444444;
  font-family: "DK Pardesi";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.blog-detail-mobile-height {
  margin-bottom: 100px;
}

.blog-detail-scroll {
  scrollbar-width: thin;
  scrollbar-color: #8c431b #fdc267;
}
.blog-detail-scroll::-webkit-scrollbar {
  width: 15px;
}
.blog-detail-scroll::-webkit-scrollbar-track {
  background: #fdc267;
  border-radius: 20px;
}
.blog-detail-scroll::-webkit-scrollbar-thumb {
  background-color: #8c431b;
  border-radius: 20px;
}

#moo {
  position: absolute;
  bottom: -10%;
  left: 5%;
  width: 20%;
}

#rock-bird {
  position: absolute;
  bottom: -5%;
  right: 2%;
  width: 35%;
}

#mooMobile {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 30%;
}

#rock-birdMobile {
  position: absolute;
  bottom: 0%;
  right: 2%;
  width: 55%;
}

.blog-detail-wrap-desktop {
  position: relative;
  top: 200px;
  height: 400px;
  width: 75%;
  margin: auto;
  overflow: auto;
}
.blog-detail-share-container {
  margin-top: 50px;
}
.blog-detail-share {
  list-style: none;
  padding-left: 0;
}

.blog-detail-share li {
  display: inline-block;
}

/*News Detail*/

#greenChar {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 20%;
}

#newsDetailPlant1 {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 4%;
  width: 20%;
}

#newsDetailPlant2 {
  position: absolute;
  z-index: 1;
  bottom: 40%;
  right: 7.5%;
  width: 20%;
}

#yupiLizard {
  position: absolute;
  top: 15%;
  right: 2%;
  width: 15%;
}

#greenCharMobile {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 40%;
}

#newsDetailPlant1Mobile {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  right: 4%;
  width: 30%;
}

#newsDetailPlant2Mobile {
  position: absolute;
  z-index: 1;
  bottom: 25%;
  right: -15%;
  width: 30%;
}

#yupiLizardMobile {
  position: absolute;
  top: 15%;
  right: 2%;
  width: 15%;
}

.blog-list-height {
  position: relative;
  top: 200px;
  height: 450px;
  width: 85%;
  margin: auto;
  overflow: auto;
}
.blog-list-image {
  border-radius: 13px;
}

.blog-list-title {
  color: #ffffff;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  text-align: center;
  /* Text style for "Lorem Ipsu" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

#blogStone1 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 15%;
}

#vines1 {
  position: absolute;
  left: 15%;
  top: 0;
  width: 3%;
}

#vines2 {
  position: absolute;
  left: 10%;
  top: 0;
  width: 2%;
}

#blogStone1Mobile {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 35%;
}

#vines1Mobile {
  position: absolute;
  left: 5%;
  top: 0;
  width: 10%;
}

.news-detail-wrap-desktop {
  position: relative;
  top: 200px;
  height: 400px;
  width: 75%;
  margin: auto;
  overflow: auto;
}

/*News List*/

.news-list-height {
  position: relative;
  top: 80px;
  height: 450px;
  width: 85%;
  margin: auto;
  overflow: auto;
}

#straw {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 15%;
}

#newsPlant1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
}

#newsPlant2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}

#strawMobile {
  position: absolute;
  left: -5%;
  top: 15%;
  width: 35%;
}

#newsPlant1Mobile {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}

#newsPlant2Mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}

/*FAQ*/

#faq .accordion {
  font-family: Nunito;
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  color: white;
  position: relative;
}

#faq .active,
#faq .accordion:hover {
  background-color: transparent;
}

#faq .accordion:after {
  content: "\2304";
  color: white;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

#faq .active:after {
  content: "\2212";
}

#faq .panelo {
  color: white;
  padding: 0 18px;
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#faq .panelo p,
#faq .panelo div {
  color: white;
}

#faq {
  overflow: auto;
  height: 400px;
}

#greenMan {
  position: absolute;
  left: 2%;
  width: 14%;
  bottom: 5%;
}

#fishYellow {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 5%;
}

#fishRed {
  position: absolute;
  top: 5%;
  left: 13%;
  width: 5%;
}

#fishOrange {
  position: absolute;
  right: 13%;
  top: 45%;
  width: 5%;
}

#fishLightYellow {
  position: absolute;
  right: 5%;
  top: 40%;
  width: 5%;
}

#fishGreen {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 5%;
}

#yupiRound1 {
  position: absolute;
  bottom: 2%;
  right: 35%;
  width: 15%;
}

#yupiRound2 {
  position: absolute;
  bottom: 2%;
  right: 60%;
  width: 5%;
}

#greenManMobile {
  position: absolute;
  left: 2%;
  width: 25%;
  bottom: 5%;
}

#fishYellowMobile {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 15%;
}

#fishRedMobile {
  position: absolute;
  top: 5%;
  left: 13%;
  width: 15%;
}

#fishOrangeMobile {
  position: absolute;
  right: 13%;
  top: 45%;
  width: 15%;
}

#fishLightYellowMobile {
  position: absolute;
  right: 5%;
  top: 40%;
  width: 15%;
}

#fishGreenMobile {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 15%;
}

#yupiRound1Mobile {
  position: absolute;
  bottom: 2%;
  right: 25%;
  width: 25%;
}

#yupiRound2Mobile {
  position: absolute;
  bottom: 2%;
  right: 60%;
  width: 10%;
}

/*Character*/

.calcio {
  font-size: 16px !important;
  margin-top: 5px !important;
}

/*Space*/

.swiper-container.slider-character {
  padding: 75px;
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
}

.swiper-slide.slider-character {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.white-container {
  padding: 5px;
  height: 100%;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.center-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-character-image {
  transform: scale(1.3);
  text-align: center;
  width: 100%;
  margin: auto;
  background-position: center !important;
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 120%;
}

.btn-character-wrap {
  position: relative;
  width: 75%;
  margin: auto;
  bottom: -50px;
}

.character-title {
  height: 33px;
  color: #1153bf;
  font-family: "DK Pardesi";
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 58px;
  text-align: center;
  /* Text style for "Gummy Fang" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}

.character-arrow img {
  width: 57px;
}

.swiper-button-next.character-arrow {
  right: 35%;
}

.swiper-button-prev.character-arrow {
  left: 35%;
}

.character-arrow:after {
  content: none !important;
}

/*Character Sea Detail*/
.character-right h1 {
  color: #ffffff;
  font-family: "DK Pardesi";
  font-size: 39px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 82px;
  text-align: left;
  /* Text style for "Kenyalnya" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.character-right p {
  color: #ffffff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  /* Text style for "Lorem ipsu" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.character-right {
  margin-top: -50px;
}

.character-right-wrap {
  margin-top: 50px;
  padding: 50px;
  min-height: 419px;
  border-radius: 31px;
  background-color: rgba(0, 0, 0, 0.7);
}

.character-detail-title-wrap {
  position: relative;
  width: 55%;
  margin: auto;
  bottom: -110px;
}

.character-detail-title {
  color: #1153bf;
  font-family: "DK Pardesi";
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 58px;
  text-align: center !important;
  /* Text style for "Gummy Fang" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}

#character-image {
  width: 100%;
  position: relative;
}
/*Forest Detail*/
#forest-detail-wood {
  position: absolute;
  bottom: -30%;
  width: 45%;
  left: 7%;
}

/*Character List*/

/*#character-list {
    margin-top: 50px;
}*/
.center-character-active {
  margin-top: 150px;
}

.island-arrow img {
  width: 75px;
}

.swiper-button-next.island-arrow {
  right: 15px;
}

.swiper-button-prev.island-arrow {
  left: 15px;
}

.island-arrow:after {
  content: none !important;
}

.center-character-active .btn-character-active {
  display: block;
}

.btn-island-character-wrap {
  position: relative;
  width: 75%;
  margin: auto;
  bottom: -50px;
  display: none;
}

.slider-island-image {
  /*transform: scale(1.3);*/
  text-align: center;
  width: 100%;
  margin: auto;
  background-position: center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 120%;
}

.menu-island-text {
  display: none;
}

/*HOME*/

.seasonalForeground {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.homeSectionTitle {
  text-align: center;
  font-family: "DK Pardesi";
  color: #0067a7;
  text-transform: uppercase;
}

.revamp-title {
  color: #ff3d6a;
  font-size: 25px;
  font-family: "Baloo";
  text-align: center;
  font-weight: 400;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
  --stroke-color: #fff;
  --stroke-width: 3px;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}
.revamp-title.subtitle {
  font-size: 16px;
  color: #2597c4;
}

.revamp-diary-title {
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
.revamp-diary-badge {
  padding: 4px 8px;
  border-radius: 50px;
  border: 1px solid rgba(14, 186, 254, 0.1);
  background: rgba(14, 186, 254, 0.1);
  color: #0ebafe;
  font-size: 10px;
}
.revamp-newsletter-title {
  font-family: "Playful Christmas";
  font-size: 48px;
  transform: rotate(-2.395deg);
  margin: 0;
  margin-left: 10px;
  color: #ff3d6a;
  line-height: 0.8;
  --stroke-color: #fff;
  --stroke-width: 3px;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}
.revamp-newsletter-subtitle {
  font-size: 27px;
  color: #444;
  font-family: "Baloo";
  font-weight: 400;
}
.card-revamp button {
  font-family: "Nunito";
}
.revamp-poster {
  border-radius: 8px;
  height: 210px;
  width: 100%;
  margin: 6px 0;
}
.revamp-poster.sm {
  height: 180px;
  width: 100%;
}
.revamp-nav-bottom {
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: flex !important;
  justify-content: space-between;
  padding: 8px 16px;
  background: #fff;
  width: 100%;
  align-items: flex-end;
}
.revamp-nav-bottom > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.revamp-nav-bottom > a > span {
  font-size: 11px;
  color: #747474;
  font-family: "Franklin Gothic Demi";
}
.revamp-nav-bottom > a.active > span {
  color: #000;
}
.revamp-island-bg {
  min-height: 94vh !important;
}
.container-firstpage.revamp form h5 {
  font-family: "Nunito";
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.container-firstpage.revamp form label {
  font-family: "Nunito";
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}

#island {
  position: relative;
}

#island-mobile {
  position: relative;
}

/*PRELOADER*/
.pre-loader {
  background-color: white;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
}

.pre-loader-height {
  height: 100vh;
  width: 100%;
  position: relative;
}

.pre-loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pre-loader-content img {
  max-width: 250px;
}

/*BLOG AUTHOR*/

.author-section {
  margin-top: 60px;
}
.author-profile {
  border: 3px solid #0688bb;
}

.author-about {
  color: #444444;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.author-name {
  color: #444444;
  font-family: "DK Pardesi";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

.author-jabatan {
  color: #444444;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  /* Text style for "Junior Hig" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

/*HOME SOCMED*/

#socmed-home-wrap {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#socmed-home {
  list-style: none;
}

#socmed-home img {
  max-width: 50px;
}

#socmed-home li {
  margin-bottom: 10px;
}

#socmed-mobile {
  margin-top: 20px;
  list-style: none;
  padding-left: 32px;
  max-width: 160px;
}

#socmed-mobile li {
  margin-right: 2px;
  display: inline-block;
}
#socmed-mobile img {
  max-width: 35px;
}

#socmed-mobile li a {
  padding: 0;
  padding-bottom: 2px;
}

/*PHASE 2   */

/*Register Login Page*/

.form-email {
  display: none;
}
.font-pardesi {
  font-family: "DK Pardesi";
}

p,
div,
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label {
  font-family: "Nunito";
}

.text-blue {
  color: #0688bb;
}

.register-radio {
  margin-left: 5px;
}

#yuro-login {
  position: absolute;
  right: 2%;
  top: 0%;
  width: 18%;
}

#yuro-login-mobile {
  position: relative;
}

.green-info {
  background: #00d151;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 25px;
}

#yuro-verification {
  position: relative;
}

/*Account Area*/

#member-nav-left {
  list-style: none;
  padding-left: 0;
}

#member-nav-left svg {
  margin-right: 9px;
}
#member-nav-left li {
  margin-bottom: 10px;
  font-size: 1.2vmin;
}

#member-nav-left li.active a {
  color: #0688bb;
  font-weight: 700;
}

#member-nav-left li.active path {
  fill: #0688bb;
}
.yupi-card {
  background: white;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 15px;
}

.yupi-card-nopadding {
  background: white;
  border-radius: 25px;
  padding: 0;
  margin-bottom: 15px;
}

.member-change-profile {
  font-size: 8px;
  margin-left: 7px;
}

.member-name {
  font-size: 16px;
  margin-bottom: 0;
}

.member-youare {
  margin-bottom: 0;
  font-size: 14px;
}
.member-level {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-family: DK Pardesi;
  color: #0688bb;
}

.member-point {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 700;
}

.yupi-card-header {
  margin: 0;
  background: #f5f5f5;
  padding: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-bottom: 10px;
}

.member-point-text {
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
}

.yupi-card-body {
  padding: 15px;
}

.yupi-progress {
  height: 10px;
}

.order-date {
  list-style: none;
  padding-left: 0;
}

.order-date li {
  display: inline;
  margin-right: 10px;
}

.order-id {
  font-size: 14px;
  font-weight: 700;
}

.text-unpaid {
  color: #fd0803;
  font-weight: 700;
}

.order-history-picture {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
}

.btn-round {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #0688bb;
  color: white;
  font-weight: 700;
  border-radius: 25px;
}

.order-history-table td {
  width: 150px;
}
.order-history-view {
  min-height: 125px;
}

.btn-view-detail {
  position: absolute;
  bottom: 0;
  /*width: 100%;*/
  right: 15px;
}

.order-history-name {
  font-weight: 700;
}

.order-history-back {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 1;
}

#loyalty-level {
  list-style: none;
  padding-left: 0;
}

#loyalty-level li {
  display: inline;
  margin-right: 19px;
  color: #b1b1b1;
}

#loyalty-level li.active {
  border-bottom: 2px solid #0688bb;
  color: black;
}

.bg-linear {
  background: rgb(80, 97, 221);
  background: -moz-linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  background: linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5061dd",endColorstr="#50b4dd",GradientType=1);
}

.member-about-membership {
  margin-top: 3vmin;
  color: white;
  font-size: 18px;
}

.member-about-membership-image {
  max-width: 139px;
}

#member-info {
  list-style: none;
  padding-left: 0;
}

#member-info li {
  display: inline;
  margin-right: 19px;
  color: #b1b1b1;
  font-size: 16px;
}

#member-info li.active {
  border-bottom: 2px solid #0688bb;
  color: black;
}

#member-info li.active a {
  font-weight: 700;
}

.yupi-tab-content .tab-pane {
  padding-top: 25px;
}

a {
  text-decoration: none !important;
}

#loyalty-faq .accordion {
  font-family: Nunito;
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 700;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  color: black;
  position: relative;
}

#loyalty-faq .active,
#loyalty-faq .accordion:hover {
  background-color: transparent;
}

#loyalty-faq .accordion:after {
  content: "\2304";
  color: black;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}

#loyalty-faq .active:after {
  content: "\2212";
}

#loyalty-faq .panelo {
  color: black;
  padding: 0 18px;
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#loyalty-faq .panelo p,
#loyalty-faq .panelo div {
  color: black;
}

#loyalty-faq {
  overflow: auto;
  /*height: 400px;*/
}

.referral-icon {
  list-style: none;
  padding-left: 0;
}

.referral-icon li {
  display: inline;
  margin-right: 10px;
}

.referral-icon li img {
  width: 33px;
  height: 33px;
}

.status-referral-title {
  font-size: 21px;
  color: #0688bb;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.status-referral-code {
  margin-top: 0;
  font-weight: 700;
  font-size: 21px;
}

.status-referral-point {
  font-weight: 700;
  font-size: 21px;
  color: #0688bb;
}

#status-referral-left {
  border-right: 1px solid black;
}

.cart-image {
  max-width: 80px;
  max-width: 80px;
}

.cart-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.btn-round-clear {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: white;
  color: black;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.cart-section-title {
  font-size: 20px;
  color: #0688bb;
  font-weight: 700;
}

.mobile-total {
  font-weight: 700;
}
.checkout-title {
  font-size: 21px;
  color: #0688bb;
  font-weight: 700;
}

.checkout-product-name {
  margin-bottom: 0;
}

#merchandise-kis-1 {
  position: absolute;
  left: 0;
  top: 15vmin;
}

#merchandise-kis-2 {
  position: absolute;
  right: 0;
  bottom: 15vmin;
}

.select-order {
  margin-right: 17px;
  position: relative;
  display: inline-block;
}

.select-order .product-quantity {
  width: 100px;
  height: 45px;
  border: 1px solid #0688bb;
  border-radius: 45px;
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 25px;
  position: relative;
  background-color: #f6f7fb;
  text-align: center;
  margin-bottom: 5px;
}

.select-order .product-quantity .plus {
  right: 10px;
}

.select-order .product-quantity .minus {
  left: 10px;
}

.select-order .product-quantity .plus,
.select-order .product-quantity .minus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 16px;
  color: black;
  cursor: pointer;
  font-weight: bold;
}
.select-order .product-quantity input {
  background-color: transparent;
  border: none;
  width: auto;
  text-align: center;
}

.select-order .product-quantity input.qty {
  color: #000000;
  width: 50px;
}

.select-order .product-quantity input {
  background-color: transparent;
  border: none;
  width: auto;
  text-align: center;
}

.product-detail-weight {
}

#merchandise-char {
  position: absolute;
  right: 10vmin;
  bottom: 0;
}

#merchandise-kis {
  position: absolute;
  left: 10vmin;
  bottom: 10vmin;
}

.sound-wrap {
  position: absolute;
  right: 0;
}

.module-container img {
  max-width: 100%;
}

.col-custom-20 {
  width: 19.5%;
  float: left;
  margin: auto;
  padding: 5px;
}

.mobile-nav-account {
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #0688bb;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.mobile-nav-account svg {
  height: 20px;
}

.mobile-nav-account label {
  color: white;
  font-size: 10px;
  line-height: 1;
}

.mobile-nav-height {
  height: 25vmin;
}

.form-yupi {
  border-radius: 10px;
}

#snixTerms {
  position: absolute;
  right: 15vmin;
  bottom: 5vmin;
}

#snixTermsMobile {
  position: absolute;
  right: 15vmin;
  bottom: 5vmin;
  width: 35%;
}

.blog-card {
  position: relative;
}
.blog-card-header {
  position: absolute;
  bottom: 39px;
  color: white;
  left: 43px;
  max-width: 90%;
}

.blog-card-header-relative {
  margin-top: 20px;
}

.blog-gradient-black {
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 140px;
}

#blog-category-list {
  margin: auto;
  list-style: none;
  padding-left: 0;
}

#blog-category-list li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid #0688bb;
  border-radius: 25px;
}

#blog-category-list a {
}

.blog-card-category {
  font-size: 12px;
  color: #0688bb;
  font-weight: 500;
}

.blog-card-title {
  font-size: 14px;
  font-weight: 700;
}

.blog-card-title a {
  font-size: 14px;
  font-weight: 700;
}

.blog-card-category.main {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.blog-card-title.main {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.blog-card-title.main a {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.blog-submit-wrap {
  text-align: right;
}

.blog-category-wrap {
  /*padding: 15px;
    overflow-x: auto;
    overflow-y: hidden;*/
}

.blog-detail-new-category {
  font-size: 14px;
  font-weight: 700;
  color: #0688bb;
}

.blog-detail-new-title {
  font-size: 24px;
  font-weight: 400;
  color: #0688bb;
  font-family: "DK Pardesi";
}

.blog-detail-new-image {
  margin-bottom: 50px;
}

.side-category-title {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 700;
}

#side-category-list {
  padding-left: 0;
  list-style: none;
}

#side-category-list li {
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #0688bb;
  margin-bottom: 10px;
}

#blog-new-share {
  list-style: none;
  padding-left: 0;
}

#blog-new-share li {
  display: inline;
  margin-right: 10px;
}

#blog-new-content img {
  border-radius: 25px;
  max-width: 100%;
}

.blog-pagination li a {
  border-radius: 25px !important;
  margin-left: 5px;
  margin-right: 5px;
  background: transparent;
  border: 1px solid #444444;
  color: #444444;
}

.blog-card .parent {
}

.blog-card .child {
  width: 100%;
  /*transition: all .5s;*/
}

/*.blog-card .parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.blog-card .parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}

.blog-card .parent:hover a,
.parent:focus a {
  display: block;
}

.blog-card .child:before {
}

/*Search*/

.search-new {
  display: block;
  margin: 0 auto;
  border: 0;
  border-bottom: 2px solid #2b351a;
  padding: 5px 0;
  width: 85%;
  font-size: 50px;
  background: none;
  color: #2b351a;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.search-close {
  font-size: 40px;
  color: #2b351a;
  margin: 0 auto;
  text-align: right;
  padding: 5px 0;
  width: 85%;
  cursor: pointer;
}

.centerVertical {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 100%;
}

input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

/*Terms*/
#termsContent,
#termsContent h1,
#termsContent h2,
#termsContent h3,
#termsContent h4,
#termsContent h5,
#termsContent p,
#termsContent li,
#termsContent ul,
#termsContent ol,
#termsContent span,
#termsContent div {
  color: white;
}

#totalBayar {
  font-size: 2vmin;
}

/*YGT*/
.ygt-menu {
  margin-top: 20px;
  list-style: none;
}

.ygt-menu li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.ygt-menu li a {
  color: white;
}

.form-ygt {
  background: #121351 !important;
  color: white !important;
  border: 1px solid #ff6aff;
}

.form-ygt option {
  color: white;
}
.ygt-namapeserta {
  color: white;
  margin-bottom: 0;
  margin-top: 5px;
}

.ygt-kategori {
  color: white;
}

.ygt-vote {
  color: white;
}

.voucher-title {
  color: #0688bb;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 600;
}

.voucher-left-title {
  color: #ffffff;
  font-family: Nunito;
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.voucher-coupon-name {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 700;
}

.voucher-periode {
  font-family: Nunito;
  font-size: 11px;
}

.voucher-date {
  font-family: Nunito;
  font-size: 12px;
  font-weight: 700;
}

.voucher-detail-headline {
  font-weight: 700;
  font-size: 18px;
}

.btn-gradient {
  background: rgb(80, 97, 221);
  background: -moz-linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  background: linear-gradient(
    180deg,
    rgba(80, 97, 221, 1) 0%,
    rgba(80, 180, 221, 1) 67%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5061dd",endColorstr="#50b4dd",GradientType=1);
}

.leaderboard-list {
  padding: 15px;
}

.leaderboard-one {
  padding: 10px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 10px;
}

.leaderboard-membername {
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.leaderboard-point {
  color: white;
  font-size: 12px;
}

.leaderboard-number {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: blue;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 15px;
  color: white;
}

.leaderboard-title {
  font-weight: 700;
}

.game-title {
  font-weight: 700;
}

.btn-game {
  display: block;
  font-size: 2vmin;
}

.top-winner-name-1 {
  font-size: 18px;
  font-weight: 700;
  color: #ffa362;
  margin-top: 20px;
}

.top-winner-point-1 {
  font-size: 12px;
  font-weight: 700;
}

.top-winner-name-2 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2b85;
  margin-top: 20px;
}

.top-winner-point-2 {
  font-size: 12px;
  font-weight: 700;
}

.top-winner-name-3 {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-top: 20px;
}

.top-winner-point-3 {
  font-size: 12px;
  font-weight: 700;
}

.winner-date {
  color: #06bbaf;
  font-family: DK Pardesi;
  font-size: 20px;
}

.winner-congrats {
  color: #0688bb;
  font-family: DK Pardesi;
  font-size: 30px;
  margin-bottom: 5px;
}

.winner-week {
  margin-top: 5px;
  color: #0688bb;
  font-family: DK Pardesi;
  font-size: 30px;
}

.merchandise-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin-bottom: 20px;
}

/*Popup Banner*/
#promoBanner .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  margin: auto;
}

#promoBanner .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

#promoBanner .modal-button {
  font-size: 48px;
  position: absolute;
  z-index: 9;
  right: 0;
  color: white;
  top: 0;
  font-weight: 700;
  background: black;
  border-radius: 50%;
  border: 0;
  width: 55px;
}

/*5 Column*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

#eventIcon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 120px;
}

#eventIconList ul li a img {
  width: 120px;
}

#eventIconList {
  position: relative;
  top: -125px;
  right: 20px;
  text-align: right;
}

/*NEW HEADER*/
#topNav {
  background: #f3f3f3;
}

.mainNav {
  background: white;
  margin-top: 0;
  padding-top: 10px;
}

#bottomNav {
}

.mainNav input {
  position: absolute;
  height: 35px;
  border-radius: 15px;
  border: 1px solid #00c8f6;
}

.mainNav button {
  position: absolute;
  right: 0;
  height: 35px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #00c8f6;
  color: white;
  box-shadow: 0;
  border: 0;
  width: 50px;
}

#logo {
  height: 40px;
}

#searchWrap {
  position: relative;
  top: 5px;
}

.nav-down {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  transition: top 1s ease-in-out;
  width: 100%;
  z-index: 9;
}

#logo-mobile {
  width: 50px;
  position: absolute;
  top: 25px;
}

#audioWrapMobile {
  position: absolute;
  top: 0;
  width: 80px;
  right: 60px;
  top: 5px;
}

.twitter-typeahead {
  width: 100% !important;
}

.tt-menu {
  width: 100% !important;
  background: white;
  border-radius: 15px;
}

.tt-dataset {
  border-radius: 15px;
  border: 1px solid #00c8f6;
}

.tt-suggestion {
  border-radius: 15px;
}

.tt-image {
  margin-left: 10px;
}

/*YGT2022*/
.btn-ygt2022 {
  border-radius: 15px;
  background: #0f80ff;
  color: white;
  font-size: 12px;
}
.btn-category-info {
  border-radius: 15px;
  background: #0f80ff;
  color: white;
  font-size: 12px;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 29px;
}
.btn-category-info-artikel {
  border-radius: 15px;
  background: #db5b26;
  color: white;
  font-size: 12px;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
}
.btn-artikel-share-fb,
.btn-artikel-share-fb:hover {
  background: #3b5998;
  border-radius: 4px;
  color: #fff;
}
.btn-artikel-share-copy,
.btn-artikel-share-copy:hover {
  background: #e0530b;
  border-radius: 4px;
  color: #fff;
}

.btn-ygt2022 i {
  margin-left: 5px;
}

.h1-ygt2022 {
  z-index: 3;
  color: white;
  font-weight: 700;
  font-size: 48px;
  font-family: "Baloo 2", cursive;
  --stroke-color: #1392f1;
  --stroke-width: 5px;
  letter-spacing: var(--stroke-width);
  color: white;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);

  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}

.h1-ygt2023 {
  z-index: 3;
  color: white;
  font-weight: 700;
  font-size: 48px;
  font-family: "Baloo 2", cursive;
  --stroke-color: #6f85c1;
  --stroke-width: 5px;
  letter-spacing: var(--stroke-width);
  color: white;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);

  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}

.ygt2023-form-frame {
  padding: 48px 48px 32px;
  gap: 10px;
  background: rgba(38, 31, 100, 0.5);
  backdrop-filter: blur(12px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 24px;
}
.ygt2022-category {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}
.btn-ygt2022-category.active {
  background: #1392f1;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #fff;
}
.btn-ygt2022-category {
  background: #9e3606;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin: 5px;
  color: #fff;
}
.btn-ygt2022-category:hover {
  background: #1392f1;
  color: #fff;
}

/* ygt 2024 */
.h1-ygt2024 {
  z-index: 3;
  color: #0065E5;
  font-weight: 700;
  font-size: 48px;
  font-family: "Baloo 2", cursive;
  --stroke-color:#FFD153;
  --stroke-width: 5px;
  letter-spacing: 1px;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);

  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}
.h1-ygt2024-2 {
  z-index: 3;
  color: #0065E5;
  font-weight: 700;
  font-size: 48px;
  font-family: "Baloo 2", cursive;
  --stroke-color:#FFD153;
  --stroke-width: 5px;
  letter-spacing: 1px;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);

  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}
.h1-ygt2024.subtitle {
  color: #fff !important;
  --stroke-color: #2E74CD !important;
  --stroke-color:  #3a4a9069 !important;
  --stroke-width: 2px !important;
  letter-spacing: 0px !important;
  font-size: 24px !important;
  text-align: left !important;
  font-weight: 500 !important;
}
.p-ygt2024 {
  color: #fff;
  font-size: 24px;
  font-family: "Baloo 2", cursive;
  font-weight: 600;
}
.card-ygt2024 {
  position: relative;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #2E74CD99;
  background: #1a255599;
  backdrop-filter: blur(50px);
}
.vote-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-ygt2024 {
  border-radius: 16px;
  background: linear-gradient(180deg, #2865B3 0%, #0D4A97 100%);
  border: 2px solid #FFD600;
  color: #fff;
  font-family: "Baloo 2", cursive;
  font-size: 24px;
  font-weight: 500;
  padding: 11px 20px;
}
.ygt2024-banner{
  background-size:cover !important;
  background-position:center !important;
  padding:80px;
  position:relative;
  min-height:100vh;
}
.red-str {
  border: 1px solid #ff3d6a;
}
.ygt2024-form-frame {
  padding: 25px 32px 20px;
  border-radius: 20px;
  border: 1px solid #2E74CD99;
  background: #261F6499;
  backdrop-filter: blur(50px);
}
.form-ygt2024,
.form-ygt2024[readonly] {
  border-radius: 12px;
  border: 2px solid #1959AD;
  background: #080D2780;
  padding: 16px;
  font-size: 12px;
  height:52px;
  color:#A2A8B5 !important;
}
.form-group {
  text-align: left !important;
  color: #fff !important;
}
.moving_animation {
  animation: moving_object 3s infinite linear;
}
@keyframes moving_object {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.scrollmenu-2024 .active a {
  background: #0065E5;
  border:1px solid #FFD153 !important;
}
.scrollmenu-2024 .active {
  border-bottom:unset !important;
}
ul.scrollmenu-2024 {
  background-color: transparent;
  overflow: auto;
  white-space: nowrap;
}

ul.scrollmenu-2024 a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px 12px;
  background: #6F85C133;
  border:1px solid #5363B2 !important;
  border-radius: 50px;
  text-decoration: none;
}

ul.scrollmenu-2024 a:hover {
  background-color: #777;
}

#ygt2024-faq > .tab-content > .active{
  border:unset !important;
}
#ygt2024-faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border:unset !important;
  background-color: unset !important;
  margin-bottom:20px;
}

#ygt2024-faq .panel-default > .panel-heading {
    position: relative;
    padding: 0;
    border-radius: 6px;
    color: white;
    background-color: #41a6ff;
    border-color: #eeeeee;
    z-index: 1;
}

#ygt2024-faq .panel-title {
  font-size: 20px;
}

#ygt2024-faq .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

#ygt2024-faq .more-less {
  float: right;
  color: #FFFFFF;
}

#ygt2024-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: unset;
  background-color: #222A52;
  color: #fff;
  border-bottom-right-radius: 6px;
  margin-top: -10px;
  border-bottom-left-radius: 6px;
  padding-top: 25px;
  font-size: 18px;
}
.blog-paging-ygt2024 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-paging-ygt2024 .page-item > a {
  border: 1px solid #5363B2 !important;
  color: #fff !important;
  background: #6F85C133 !important;
}

.blog-paging-ygt2024 .active > a {
  border: 1px solid #FFD153 !important;
  background: #0065E5 !important;
  color: #fff !important;
}
.blog-paging-ygt2024 .active {
  border-bottom: none !important;
  padding-bottom: inherit !important;
}

.blog-paging-ygt2024 .nav-icon-blog-ygt2024 a {
  padding: 3px 11px;
  align-items: center;
}

.line-image {
  position: absolute;
  bottom: -50px;
  z-index: 1;
}
.img-icon-absolute .left img {
  position: absolute;
  left: 0;
}
.img-icon-absolute .right img {
  position: absolute;
  right: 0;
}
.artikel-icon-left {
  top: 10%;
  width: 7%;
}
.artikel-frame-left {
  top: 250px;
  width: 7%;
}
.artikel-star-left-1 {
  top: 750px;
  width: 4%;
  left: 22px !important;
}
.artikel-star-left-2 {
  top: 80%;
  width: 5%;
  left: 52px !important;
}
.artikel-frame-left-bottom {
  bottom: 0;
  width: 8%;
}

.artikel-icon-right {
  top: 20%;
  width: 7%;
}
.artikel-star-right-1 {
  top: 35%;
  width: 4%;
  right: 52px !important;
}
.artikel-neon-right {
  top: 50%;
  width: 7%;
  right: 22px !important;
}
.artikel-frame-right {
  top: 60%;
  width: 5%;
}
.artikel-star-right-2 {
  bottom: 10px;
  width: 3%;
  right: 92px !important;
}
.artikel-title-text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #000;
}
.artikel-title-side {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.side-category-title {
  margin-right: 10px;
}
.blog-left-neon {
  top: 30%;
  width: 7%;
}
.blog-left-star {
  top: 60%;
  width: 4%;
}
.blog-right-neon {
  top: 30%;
  width: 7%;
}
.blog-right-star-1 {
  top: 60%;
  width: 7%;
  right: 29px !important;
}
.blog-right-star-2 {
  top: 75.5%;
  right: 49px !important;
  width: 7%;
}
.blog-right-bottom {
  bottom: 0;
  width: 40%;
}

.img-icon-absolute-right img {
  position: absolute;
  right: 0;
}

.bg-ygt2022 {
  background: #1392f1;
}

.card-ygt2022 {
  background: linear-gradient(140.9deg, #fe7100 -4.37%, #ffd855 100.69%);
  border-radius: 8px;
}

.card-ygt2022 .img-top-ygt {
  border-radius: 8px;
}

.form-ygt2022 {
  border: 1px solid #ff6aff;
}

.form-ygt2023 {
  border: 1px solid #6f85c1;
}

.btn-ygt2023-red {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 24px;
  gap: 10px;
  background: #d22526;
  border-radius: 50px;
  flex: none;
  order: 1;
  font-family: "Baloo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  leading-trim: both;
  text-edge: cap;
  text-decoration-line: underline;
  color: #ffffff;
  margin: auto;
}

.form-ygt2022 option {
  color: black;
}

.mt-auto {
  margin-top: auto;
}

.card-ygt2022 {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}
.card-ygt2022 .card-header {
  padding: 5px;
}

.card-ygt2022.green {
  background: #e4ffca;
  border-radius: 15px;
}

.card-ygt2022.blue {
  background: #c5f4ff;
  border-radius: 15px;
}

.card-ygt2022 .card-footer {
  background: #5cb752;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 25px;
  position: absolute;
  bottom: 0;
}

.card-ygt2022 .card-footer a {
  line-height: 25px;
}

.card-kode-title {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Baloo 2", cursive;
    --stroke-color: #0065E5;
    --stroke-width: 2px;
    letter-spacing: var(--stroke-width);
    text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}

.card-ygt2022 .card-footer.blue {
  background: #41a6ff;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 25px;
}

.text-blue-ygt {
  color: #41a6ff;
}

.text-blue-ygt.stroke {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}

ul.scrollmenu {
  background-color: transparent;
  overflow: auto;
  white-space: nowrap;
}

ul.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  background: #9e3606;
  border-radius: 15px;
  text-decoration: none;
}

ul.scrollmenu a:hover {
  background-color: #777;
}

#ygt-faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

#ygt-faq .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: white;
  background-color: #41a6ff;
  border-color: #eeeeee;
}

#ygt-faq .panel-title {
  font-size: 14px;
}

#ygt-faq .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

#ygt-faq .more-less {
  float: right;
  color: #212121;
}

#ygt-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.scrollmenu .active a {
  background: #41a6ff;
}

#logo-ygt2022 {
  max-height: 50px;
}

.ygt2022-menu li a {
  font-weight: 700;
}

/* BLOG YGT */

.blog-paging-ygt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-paging-ygt .page-item > a {
  border: 1px solid #ff3d6a !important;
  color: #ff3d6a !important;
  background: #fff !important;
}

.blog-paging-ygt .active > a {
  border: 1px solid #fff !important;
  background: #ff3d6a !important;
  color: #fff !important;
}
.blog-paging-ygt .active {
  border-bottom: none !important;
  padding-bottom: inherit !important;
}

.blog-paging-ygt .nav-icon-blog-ygt a {
  padding: 3px 11px;
  align-items: center;
}

/* SEMIFINAL YGT */
.form-inline-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-ygt-semifinal {
  display: flex;
  width: 70%;
  justify-content: center;
}
.form-ygt-semifinal .form-group {
  margin-right: 5px;
  width: 70%;
}

.form-ygt-semifinal input {
  /*max-width: 382px;*/
  width: 100% !important;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(4px);
  border-radius: 50px;
}
.form-ygt-semifinal button,
.form-ygt-semifinal button:hover {
  background: #1392f1;
  border-radius: 50px;
}
.btn-login-to-vote,
.btn-login-to-vote:hover {
  background: linear-gradient(90deg, #fe6c02 0%, #ffb02b 100%);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  padding: 3px 25px;
}
.btn-vote,
.btn-vote:hover {
  background: linear-gradient(90deg, #fe6c02 0%, #ffb02b 100%);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  padding: 3px 25px;
}
.btn-vote-closed,
.btn-vote-closed:hover {
  background: linear-gradient(90deg, #fe6c02 0%, #ffb02b 100%);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  padding: 3px 25px;
}

.card-ygt-semifinal {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff !important;
  margin-bottom: 60px;
}
.card-ygt-semifinal .img-header-ygt {
  display: flex;
  justify-content: center;
}
.card-ygt-semifinal .title-name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  /* margin-bottom: 5px; */
  color: #fff;
  /*text-transform: lowercase;*/
}
.card-ygt-semifinal .title-cat {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.card-ygt-semifinal .title-vote {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  /* margin-top: 25px;
    margin-bottom: 25px; */
}
.sixteen-footer {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.img-top-ygt-semifinal {
  padding-bottom: 75%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  width: 75%;
}
.mb-0 {
  margin-bottom: 0;
}
.flex-wrap-content-center {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-ygt2024-category.active {
  background: #0065E5;
  border: 1px solid #FFD153;
  /* padding-bottom: 0px !important; */
  border-radius: 50px;
  color: #fff !important;
}
.btn-ygt2024-category {
  background: #6F85C133;
  border: 1px solid #5363B2;
  color: #fff !important;
  border-radius: 50px;
  margin: 5px;
}
.btn-ygt2024-category:hover {
  background: #FFD153;
  color: #fff;
}

/* Styles for mobile screens */
@media (max-width: 767px) {
  .ygt2022-category {
    padding: 20px !important;
  }
  .flex-wrap-content-center {
    flex-wrap: wrap-reverse;
  }
  .btn-login-to-vote,
  .btn-login-to-vote:hover {
    font-size: 12px;
  }
  .card-ygt-semifinal .title-name {
    font-size: 15px;
    line-height: 1;
  }
  .card-ygt-semifinal .title-cat {
    font-size: 15px;
    line-height: 1;
  }
  .lead-table {
    font-size: 12px;
  }
  .lead-card {
    width: 340px;
  }
  .lead-card-2 {
    padding: 0px !important;
  }
  .card-ygt-semifinal {
    margin-bottom: 30px;
  }
  .semifinal-title {
    margin-bottom: 30px !important;
  }
  .sixteen-footer {
    font-size: 17px;
  }
  .text-name-profile-semifinal {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }
  .text-cat-profile-semifinal {
    font-size: 15px !important;
  }
  .semifinalprofile {
    margin-bottom: 40px !important;
  }
  .youtube-video {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  #logo-ygt2023 {
    width: 50% !important;
  }
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-profile-semifinal {
  display: flex;
  align-items: center;
  width: 50%;
}

.content-profile-semifinal {
  display: flex;
}
.content-img-profile-semifinal {
  width: 100px;
}
.content-text-profile-semifinal {
  align-items: center;
  display: flex;
}
.text-name-profile-semifinal {
  padding: 0;
  margin: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.text-cat-profile-semifinal {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.vote-profile-semifinal {
  display: flex;
  justify-content: right;
  width: 50%;
  align-items: end;
}
.text-vote-profile-semifinal {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.text-vote-profile-semifinal b {
  font-weight: 900;
}
.img-profile-center {
  display: flex;
  justify-content: center;
}
.profile-right-bottom {
  bottom: 0;
  width: 6%;
}

.yupi-mental-sidebar {
  height: 0%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fd7174;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.yupi-mental-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.yupi-mental-sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  transition: 0.3s;
}

.yupi-mental-sidebar a:hover {
  color: #f1f1f1;
}

#mental-faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none !important;
}
#mental-faq .panel {
  border: none !important;
  background-color: #fd9496;
}

#mental-faq .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: white;
  border: none !important;
  background-color: #fd9496;
}

#mental-faq .panel-title {
  font-size: 14px;
  border: none !important;
}

#mental-faq .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
#mental-faq .panel-body p,
#mental-faq .panel-body li,
#mental-faq .panel-body b,
#mental-faq .panel-body i,
#mental-faq .panel-body {
  color: white !important;
}

#mental-faq .more-less {
  float: right;
  color: white;
}

.menu-hover.active {
  color: #f9b91a;
  font-weight: bolder;
}

.responsive-wof {
  position: relative;
  padding-bottom: 205%;
  height: 0;
  overflow: hidden;
}

.responsive-wof iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 4.6% 4.6%;
  border-radius: 60px;
}

.responsive-iframe {
  position: relative;
  padding-top: 205%;
  height: 0;
  overflow: hidden;
  border: none;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 4.6% 4.6%;
  border-radius: 60px;
}

.responsive-iframe img.top,
.responsive-wof img.top {
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: 30%;
  overflow: hidden;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.responsive-iframe img.bottom,
.responsive-wof img.bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  overflow: hidden;
}

.text-username {
  font-size: 30px;
  color: white;
  font-weight: 800;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: black;
}

.sticky-button-left-corner {
  position: fixed;
  margin-top: -54.5px;
  top: 50%;
  left: 0px;
  z-index: 99999;
}

/* ygt 2024 */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 110px !important;
}
.swiper-pagination-bullet-active {
  background: #ff3d6a !important;
}

/* YUPI SURPRISE */
.surprise-menu {
  margin-top: 20px;
  list-style: none;
}
.surprise-menu li {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 10px;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  background-color: #ffffff1a;
}
.surprise-menu li a {
  font-family: "Nunito";
  color: white;
  font-weight: 600;
}
.surprise-menu li.active{
    border:1px solid #FFFFFF80;
    background-color: #FFFFFF;
}
.surprise-menu li.active a{
    color:#17469E;
}
.surprise-form {
  padding: 32px 24px 20px;
  border: 1px solid #ffffff80;
  background-color: #FFFFFF33;
  border-radius: 12px;
  backdrop-filter: blur(50px);
}
.surprise-form .form-yupi {
  padding: 12px 16px;
  background-color: #00000033;
  border-radius: 8px;
  border: 1px solid #ffffff;
  height: 48px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito";
}
.surprise-form .form-yupi::placeholder {
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito";
}
.surprise-form .form-control {
  margin-bottom: 25px !important;
}
.h1-surprise {
  margin: 10px 0 40px;
  font-weight: 900;
  font-size: 32px;
  font-family: "Baloo 2", cursive;
  --stroke-color: #fff;
  --stroke-width: 3px;
  letter-spacing: 0px;
  color: #17469e;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);

  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}
.h1-surprise.larger{
    font-size: 56px;
    --stroke-width: 8px;
}

.h1-surprise.subtitle {
  color: #fff !important;
  --stroke-color: #17469e !important;
  --stroke-width: 2px !important;
  letter-spacing: 0px !important;
  font-size: 24px !important;
  text-align: left !important;
  font-weight: 500 !important;
}
.h1-surprise.subtitle span {
  color: #ec1720 !important;
  --stroke-color: #fff !important;
}
.btn-surprise {
  border: none;
  background-color: #17469e;
  border-radius: 15px;
  border: 2px solid white;
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
}
.surprise-card{
    background-color: #00000033;
    border: 1px solid #FFFFFFCC;
    border-radius:20px;
    padding:40px 20px;
    margin:50px 0 100px;
}
.surprise-card ol > li,
.surprise-card ul > li,
.surprise-card ol > li a{
    text-align: left;
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}
.surprise-card .accordion-list{
    padding:10px 0;
    border-bottom: 2px solid #fff;
}
.surprise-card .accordion-list:last-child{
    border-bottom:none;
}
.surprise-card .accordion-toggle {
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding:10px 0;
}
.surprise-card .accordion-content {
    display: none;
    margin-bottom:20px;
}
.surprise-card .accordion-content p {
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 18px;
}
.surprise-card .accordion-content.default {
    display: block;
}
.surprise-card .accordion-toggle:after {
    content: "\f054";
    font-family: FontAwesome;
    width: 25px;
    display: inline-flex;
    text-align: right;
    float: right;
}
.surprise-card .accordion-toggle.active:after {
    content: "\f078";
    font-family: FontAwesome;
}


/*2025*/

.form-ygt2025,
.form-ygt2025[readonly] {
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  background: #A42A55;
  padding: 16px;
  font-size: 12px;
  height:52px;
  color:black !important;
}

select .form-ygt2025 {
    color:black;
}

/* Default styles (applies to larger screens / desktops first) */
.ygt2025-form-frame {
  padding: 25px 32px 20px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  background: #7A1A3C; /* Consider using rgba for transparency if needed with backdrop-filter */
  /* backdrop-filter: blur(50px); */ /* Uncomment if needed, ensure background has some transparency */
  -webkit-backdrop-filter: blur(50px); /* Safari requires prefix */
  width: 40%;
  margin-left: auto; /* Optional: Center the frame horizontally */
  margin-right: auto; /* Optional: Center the frame horizontally */
  box-sizing: border-box; /* Recommended: includes padding and border in the element's total width */
}

/* Tablet Styles */
/* Applies when screen width is 1024px or less */
@media (max-width: 1024px) {
  .ygt2025-form-frame {
    width: 80%;
  }
}


.ygt2025-form-frame select:focus {
    color:black!important;
}
/* Mobile Styles */
/* Applies when screen width is 767px or less */
/* This rule overrides the tablet rule on smaller screens because it comes later or is more specific */
@media (max-width: 767px) {
  .ygt2025-form-frame {
    width: 90%;
  }
}

/* --- Generic YGT Kode Card Styles --- */

.ygt-kode-card {
  background-color: #FEF0F5; /* Light pink background (estimate from image) */
  border-radius: 15px;       /* Rounded corners for the card */
  padding: 0;                /* Remove default padding if any, control with children */
  text-align: center;
  font-family: "Baloo 2", cursive; /* Apply base font */
  overflow: hidden;          /* Keep child elements within rounded corners */
  max-width: 250px;          /* Optional: Set a max-width for the card */
  margin: 15px auto;         /* Optional: Center card with margin */
  border: 1px solid #FADBEB; /* Optional: Light border */
}

.ygt-kode-card .card-header {
  display: flex;             /* Use flexbox for alignment */
  align-items: center;      /* Center items vertically */
  padding: 10px 15px;        /* Padding inside header */
  border-bottom: 1px solid #FADBEB; /* Thin separator line (light pink/grey) */
  height: auto;              /* Remove fixed height */
}

.ygt-kode-card .card-header img {
  height: 25px;              /* Adjust icon height */
  width: auto;
  margin-right: 10px;        /* Space between icon and text */
}

.ygt-kode-card .card-header .header-text {
  color: #D44079;            /* Pink color for header text */
  font-weight: 600;          /* Slightly bold */
  font-size: 18px;           /* Adjust font size */
}

.ygt-kode-card .card-body {
  padding: 15px;             /* Padding inside body */
}

/* Adjusted Title Style */
.ygt-kode-card .card-kode-title {
  font-size: 24px;           /* Adjust font size if needed */
  color: #D44079;            /* Pink color */
  font-weight: 700;
  font-family: "Baloo 2", cursive; /* Font already set on parent, but can reinforce */
  line-height: 1.2;          /* Adjust line height */
  margin: 0;                 /* Remove default margins if any */
  /* Removed complex text-shadow */
}

/* Removed .card-kode-phone style as element is removed */

.ygt-kode-card .card-footer {
  background: none;          /* Remove background from footer div itself */
  padding: 15px;             /* Padding below the title, above the button */
  text-align: center;        /* Center the button */
  /* Removed position, height, width, old background, radius */
}

/* Button Style */
.ygt-kode-card .card-footer .button-link {
  display: inline-block;     /* Allow padding and centering */
  background-color: #D44079; /* Dark pink button background */
  color: #FFFFFF;            /* White text */
  padding: 8px 30px 8px 18px;/* Padding (more right for arrow) */
  border-radius: 8px;       /* Rounded corners for button */
  text-decoration: none;
  font-weight: 600;          /* Bold text */
  font-size: 16px;           /* Button text size */
  position: relative;        /* Needed for positioning the arrow */
  transition: background-color 0.2s ease; /* Smooth hover effect */
  border: none;              /* Remove default anchor border */
  cursor: pointer;
}

.ygt-kode-card .card-footer .button-link:hover {
  background-color: #b73065; /* Slightly darker pink on hover */
}

/* Arrow using pseudo-element */
.ygt-kode-card .card-footer .button-link::after {
  content: '>';              /* The arrow character */
  position: absolute;
  right: 12px;               /* Position to the right */
  top: 50%;                  /* Center vertically */
  transform: translateY(-50%);
  font-weight: bold;
}


.card-kode-title-2025 {
    font-size: 26px;
    color: #D44079;
    font-weight: 700;
    font-family: "Baloo 2", cursive;
    --stroke-color: white;
    --stroke-width:0.5px;
    letter-spacing: var(--stroke-width);
    text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
      var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
      var(--stroke-color);
}


.h1-ygt2025 {
     font-family: 'Baloo', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #124F9B;
    paint-order: stroke fill;
    -webkit-paint-order: stroke fill;
    /* ... other styles */
    display: block; /* Ensure it takes width/centers */
    padding: 10px 0; /* Add padding instead of fixed height */
    max-width: 890px; /* Optional */
    margin-left: auto;
    margin-right: auto;
}

.fancy-heading {
    font-family: 'Baloo', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #124F9B;
    paint-order: stroke fill;
    -webkit-paint-order: stroke fill;
    /* ... other styles */
    display: block; /* Ensure it takes width/centers */
    padding: 10px 0; /* Add padding instead of fixed height */
    max-width: 890px; /* Optional */
    margin-left: auto;
    margin-right: auto;
  }
  
          /* Paste the CSS code from above here */
  .fancy-text {
    font-family: 'Baloo', cursive;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #124F9B;
    paint-order: stroke fill;
    -webkit-paint-order: stroke fill;
    /* ... other styles */
    display: block; /* Ensure it takes width/centers */
   
  }
   
   section{
       background-size:cover;
   }
  
        .yupi-section {
            background-color: transparent; /* Adjust color to match image */
            padding: 40px 15px; /* Added horizontal padding */
            color: #fff;
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .yupi-section h2 {
            margin-bottom: 30px;
            font-weight: bold;
            color: #fff;
        }

        /* Responsive YouTube Embed Container */
        .video-player-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000; /* Black background while loading */
            margin-bottom: 30px;
            border: 5px solid #fff;
            border-radius: 10px;
        }

        .video-player-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Thumbnail Gallery Styles */
        .thumbnail-gallery {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
            padding: 0 5px; /* Reduced padding */
        }

        .thumbnail-gallery .arrow {
            color: #fff;
            font-size: 24px;
            padding: 10px;
            cursor: pointer;
            text-decoration: none;
            flex-shrink: 0; /* Prevent arrows from shrinking */
        }
        .thumbnail-gallery .arrow:hover {
            color: #eee;
        }

        .thumbnails-container {
            display: flex;
            justify-content: center;
            gap: 10px; /* Space between thumbnails */
            overflow-x: auto; /* Allows horizontal scroll if needed */
            padding: 5px 10px; /* Padding around thumbnails */
            flex-grow: 1;
             /* Hide scrollbar visually if desired (cross-browser) */
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
        .thumbnails-container::-webkit-scrollbar { /* Chrome, Safari, Opera */
            display: none;
        }


        .thumbnail-item a {
            display: block;
            border: 3px solid #fff;
            padding: 2px;
            background-color: transparent;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.3s ease;
            flex-shrink: 0; /* Prevent thumbnails from shrinking too much */
             width: 120px; /* Fixed width for thumbnails */
        }
        .thumbnail-item a:hover,
        .thumbnail-item a.active {
            border-color: #f0ad4e; /* Highlight color for hover/active */
        }

        .thumbnail-item img {
             display: block; /* Remove extra space below image */
             width: 100%; /* Make images fill their container */
             height: auto;
             border-radius: 5px; /* Slightly round image corners */
        }

        /* Button Styles */
        .register-button .btn {
            background-color: #007bff;
            border-color: #007bff;
            color: #fff;
            font-weight: bold;
            padding: 10px 30px;
            border-radius: 25px;
            font-size: 16px;
        }
        .register-button .btn:hover {
            background-color: #0056b3;
            border-color: #0056b3;
        }

        /* Responsive adjustments */
         @media (max-width: 767px) {
            .thumbnail-item a {
                 width: 100px; /* Smaller thumbnails on mobile */
            }
            .thumbnails-container {
                gap: 8px;
            }
             .yupi-section h2 {
                 font-size: 24px; /* Adjust heading size */
             }
         }
         @media (max-width: 480px) {
             .thumbnail-item a {
                 width: 80px; /* Even smaller */
             }
             .thumbnail-gallery .arrow {
                 font-size: 20px; /* Smaller arrows */
                 padding: 5px;
             }
         }
         
          .category-find-section {
            background-color: transparent; /* Adjust color to match image */
            padding: 40px 15px;
            color: #fff;
            position: relative;
            overflow: hidden; /* Hide overflowing decorations */
            border-radius: 15px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .category-find-section h2 {
            margin-bottom: 40px; /* More space below heading */
            font-weight: bold;
            color: #fff;
        }

        /* Styling for the category boxes */
        .category-box {
            background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
            color: #333; /* Dark text inside boxes */
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px; /* Space below boxes on mobile */
            height: 100%; /* Make boxes equal height in a row */
             display: flex;
             flex-direction: column;
        }

        .category-box h4 {
            color: #e84393; /* Pinkish color for titles */
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #eee; /* Separator line */
            padding-bottom: 10px;
        }
        .category-box h4 .glyphicon-star { /* Style the star */
             color: #f1c40f; /* Yellow star */
             margin-right: 8px;
        }

        /* Talent Box Specific Styles */
        .talent-grid {
             display: flex;
             flex-wrap: wrap; /* Allow items to wrap */
             margin: -5px; /* Counteract padding on items */
             flex-grow: 1; /* Allow grid to fill space */
             align-content: flex-start; /* Align items top */
        }
        .talent-item {
            width: 50%; /* Two items per row */
            padding: 10px 5px; /* Spacing around items */
            text-align: center;
            font-size: 13px;
            color: #555;
             display: flex;
             flex-direction: column;
             align-items: center;
        }
        .talent-item .icon {
            display: block;
            width: 40px; /* Placeholder size */
            height: 40px;
            margin-bottom: 8px;
            background-color: #e84393; /* Placeholder color */
            border-radius: 5px;
            /* In production use background-image: url(...) or icon fonts */
             line-height: 40px; /* For text/icon font centering */
             font-size: 20px; /* For icon font */
             color: #fff; /* Icon color */
        }
        /* Placeholder Icon styles (replace with actual icons/images) */
        .icon-menyanyi::before { content: "\e031"; font-family: 'Glyphicons Halflings'; } /* Music */
        .icon-menari::before { content: "\e043"; font-family: 'Glyphicons Halflings'; } /* User */
        .icon-musik::before { content: "\e001"; font-family: 'Glyphicons Halflings'; } /* Glass */
        .icon-lainnya::before { content: "\e002"; font-family: 'Glyphicons Halflings'; } /* Leaf */

        /* Age Box Specific Styles */
        .age-box ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 15px;
             flex-grow: 1; /* Allow list to fill space */
        }
        .age-box ul li {
            margin-bottom: 8px;
            color: #555;
            font-weight: bold;
        }
        .age-box small {
             display: block; /* Make it block level */
             margin-top: auto; /* Push to bottom */
             color: #007bff;
             font-size: 12px;
        }
         .age-box small a {
            color: #007bff;
            text-decoration: underline;
         }
        .age-box small .glyphicon {
             margin-right: 5px;
        }


        /* Image Styles */
        .category-image {
            border-radius: 10px;
             border: 4px solid #fff; /* Optional border */
             margin-bottom: 20px; /* Space on mobile */
        }

        /* Button Area Styles */
        .button-area {
            margin-top: 30px; /* Space above buttons */
        }
        .button-area .btn {
            margin: 5px 10px; /* Space between buttons */
            font-weight: bold;
            border-radius: 25px; /* Pill shape */
            padding: 10px 25px;
            min-width: 200px; /* Give buttons similar width */
        }
        .btn-info-custom { /* The lighter button */
             background-color: #f8f9fa;
             border-color: #f8f9fa;
             color: #6a1b9a; /* Match section bg */
        }
        .btn-info-custom:hover {
            background-color: #e2e6ea;
            border-color: #dae0e5;
             color: #6a1b9a;
        }
         .btn-primary-custom { /* The darker button */
             background-color: #0d6efd; /* Adjust color */
             border-color: #0d6efd;
             color: #fff;
         }
         .btn-primary-custom:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
         }


         /* Responsive Adjustments */
         @media (min-width: 992px) { /* md screens and up */
             .category-find-section .row > div[class^="col-"] {
                 display: flex; /* Use flex for equal height columns */
             }
         }
         @media (max-width: 991px) { /* Below md */
            .category-image {
                margin-top: 20px; /* Add space above image when it stacks */
            }
         }
        @media (max-width: 767px) { /* xs screens */
             .button-area .btn {
                 width: 80%; /* Make buttons wider on small screens */
                 margin-left: auto;
                 margin-right: auto;
                 display: block; /* Stack buttons */
             }
             .category-box {
                 height: auto; /* Reset height */
             }
             .talent-item {
                  font-size: 12px;
             }
             .category-find-section h2 {
                 font-size: 26px;
             }
        }
        
  /* === Registration Steps Section === */
        .registration-steps-section {
            background-color: transparent; /* Pink background from image */
            padding: 40px 25px;
            color: #fff; /* Default text color */
            position: relative;
            overflow: hidden; /* Hide overflowing decorations */
            border-radius: 15px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        /* === Step Item Styling (Media Object) === */
        .step-item {
            margin-bottom: 40px; /* Space between steps */
            padding-bottom: 20px; /* Space before potential line */
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Faint separator line */
             display: flex; /* Use flex for better vertical alignment */
             align-items: center; /* Vertically center align number and body */
             background: #00000033;
    border-radius: 25px;
    padding-top: 30px;
        }
        .step-item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .step-item .media-left {
            padding-right: 25px;
            flex-shrink: 0; /* Prevent number icon from shrinking */
            align-self: flex-start; /* Align number to top if content wraps */
             padding-top: 10px; /* Align slightly lower */
        }

        .step-item .media-body {
            color: #fff; /* Ensure text inside is white */
            width: 100%; /* Allow body to take remaining width */
        }

        /* === Step Number/Icon Styling (Placeholder) === */
        .step-number {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 15px; /* Rounded rectangle */
            background: linear-gradient(145deg, #f1c40f, #f39c12); /* Yellow gradient */
            color: #6a1b9a; /* Dark purple number */
            font-family: 'Baloo 2', cursive;
            font-size: 36px;
            font-weight: 700;
            text-align: center;
            line-height: 60px;
            box-shadow: 0 0 10px rgba(241, 196, 15, 0.7), 0 0 15px rgba(243, 156, 18, 0.5); /* Glow effect */
            /* Add specific styles/images for 1, 2, 3 if they differ significantly */
        }
         /* Example: If icons were images */
         /* .step-number img { width: 60px; height: auto; } */

        /* === Step Content Styling === */
        .step-item p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .step-item a {
            color: #f1c40f; /* Yellow links */
            font-weight: bold;
        }
         .step-item a:hover {
             color: #fff;
         }

        /* Step 1 Specific */
        .product-image {
            max-width: 100px; /* Control product image size */
            margin-bottom: 15px;
            border-radius: 8px;
        }
        .step-option {
            /* Add padding if needed */
             margin-bottom: 15px; /* Space on mobile */
        }
        .separator {
            font-weight: bold;
            color: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; /* Try to center vertically */
            min-height: 100px; /* Ensure height for alignment */
        }
        .btn-beli { /* Custom style for "BELI SEKARANG" */
            background-color: #0d6efd; /* Blue button */
            border-color: #0d6efd;
            color: #fff;
            font-weight: bold;
            border-radius: 20px;
            padding: 8px 20px;
        }
        .btn-beli:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
            color: #fff;
        }


        /* Step 2 & 3 Specific - Icon Styling (Placeholder) */
        .step-icon {
            display: inline-block;
            width: 100px; /* Adjust size */
            height: 80px;
            margin-bottom: 15px;
            background-color: rgba(0,0,0,0.2); /* Placeholder background */
            border-radius: 10px;
            /* Placeholder for neon effect - complex with CSS, better with images */
            border: 2px solid #0ff; /* Cyan border */
            box-shadow: 0 0 15px #0ff, 0 0 20px #0ff inset; /* Neon glow */
             line-height: 80px; /* Center glyph */
             font-size: 40px; /* Glyph size */
             color: #0ff; /* Glyph color */
        }
        .icon-computer::before { content: "\e129"; font-family: 'Glyphicons Halflings'; } /* Display */
        .icon-clipboard::before { content: "\e131"; font-family: 'Glyphicons Halflings'; } /* Paste */

        /* Step 2 & 3 - Text Alignment */
        .step-content-row > div {
            display: flex;
            flex-direction: column;
            justify-content: center; /* Center content vertically */
        }
        .step-content-row .text-center {
             align-items: center; /* Center icon horizontally */
        }

        /* === Reusable Button Styles (from Slice 4) === */
        .button-area {
            margin-top: 20px; /* Space above buttons */
            text-align: left; /* Align buttons left in their column */
        }
         @media (max-width: 767px) {
            .button-area {
                text-align: center; /* Center buttons on mobile */
            }
         }

        .button-area .btn {
            margin: 5px 5px 5px 0; /* Space between buttons */
            font-weight: bold;
            border-radius: 25px;
            padding: 10px 25px;
            min-width: 180px; /* Give buttons similar width */
            font-size: 14px;
        }
        .btn-info-custom {
             background-color: #f8f9fa;
             border-color: #f8f9fa;
             color: #6a1b9a;
        }
        .btn-info-custom:hover {
            background-color: #e2e6ea;
            border-color: #dae0e5;
             color: #6a1b9a;
        }
         .btn-primary-custom {
             background-color: #0d6efd;
             border-color: #0d6efd;
             color: #fff;
         }
         .btn-primary-custom:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
         }

         /* Responsive Adjustments */
         @media (max-width: 991px) { /* Medium screens */
             .step-item .media-left {
                 padding-right: 15px;
             }
             .step-number {
                 width: 50px;
                 height: 50px;
                 font-size: 28px;
                 line-height: 50px;
             }
         }
         @media (max-width: 767px) { /* Small screens */
              .step-item {
                  flex-direction: column; /* Stack number on top */
                  align-items: center; /* Center number */
                  text-align: center; /* Center body text */
              }
              .step-item .media-left {
                  padding-right: 0;
                  margin-bottom: 15px;
                  padding-top: 0;
                  align-self: center;
              }
               .step-item .media-body {
                  width: 100%;
              }
              .step-content-row > div { /* Ensure columns stack */
                 margin-bottom: 15px;
                 align-items: center;
              }
               .step-content-row .text-center { /* Icon column */
                  width: 100%;
              }
               .button-area .btn {
                  width: 70%; /* Make buttons wider */
                  margin-left: auto;
                  margin-right: auto;
                  display: block;
              }
               .separator { display: none; } /* Hide "Atau" on mobile */
               .step-1 .step-option { width: 100%; } /* Make step 1 options full width */
         }
         
         
         /* --- FAQ Page Specific Styles --- */

.faq-page-container {
  /* Background is set inline for dynamic gradient, ensure fallback */
  color: #fff; /* Default text color for the page */
}

.faq-main-title {
  font-size: 36px; /* Adjust size */
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Baloo 2", cursive;
  /* Apply stroke effect - Adjust color/width as needed */
  --stroke-color: #0d4a97; /* Example dark blue */
  --stroke-width: 2px;
  letter-spacing: var(--stroke-width);
   /* Simplified stroke - adjust as needed */
  text-shadow:
    var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
  margin-bottom: 30px; /* Space below title */
}

.faq-sidebar .sidebar-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.category-list {
    padding-left: 0;
    list-style: none;
}

/* Style for Bootstrap nav-pills */
.faq-sidebar .nav-pills>li>a.category-link {
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff;
  background-color: transparent;
  margin-bottom: 8px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
}

.faq-sidebar .nav-pills>li>a.category-link:hover,
.faq-sidebar .nav-pills>li>a.category-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.faq-sidebar .nav-pills>li.active>a.category-link,
.faq-sidebar .nav-pills>li.active>a.category-link:hover,
.faq-sidebar .nav-pills>li.active>a.category-link:focus {
  color: #ffffff;
  background-color: #0d4a97; /* Active category background (dark blue) */
  font-weight: 600;
  border-color: #0d4a97;
}


.faq-search-bar {
  position: relative;
  margin-bottom: 30px;
}

.faq-search-bar input.form-control {
  height: 45px;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 50px; /* Space for button */
  border: none;
}

.faq-search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 50px;
  background: #f0831e; /* Orange search button */
  color: #fff;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.faq-search-bar button .glyphicon {
    font-size: 18px;
}


.faq-list .faq-item {
  background-color: rgba(0, 0, 0, 0.2); /* Dark transparent background */
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 20px;
  transition: background-color 0.3s ease; /* For potential hover effects */
}

/* Add hover effect if desired */
/* .faq-list .faq-item:hover {
    background-color: rgba(0, 0, 0, 0.3);
} */


.faq-item .faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  display: flex; /* Use flex to position icon */
  justify-content: space-between; /* Push icon to the right */
  align-items: center;
  /* cursor: pointer; */ /* Add if implementing click-to-toggle */
}

.faq-item .faq-question .faq-icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 10px;
}

.faq-item .faq-answer {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 5px; /* Slight indent for answer */
  /* display: none; */ /* Uncomment if implementing click-to-toggle */
}

/* Styling for lists within answers */
.faq-item .faq-answer ul,
.faq-item .faq-answer ol {
    padding-left: 25px;
    margin-top: 10px;
}
.faq-item .faq-answer li {
    margin-bottom: 5px;
}

/* Padding adjustments for smaller screens */
@media (max-width: 991px) {
    .faq-sidebar {
        margin-bottom: 30px;
    }
}

.card-ygt2025 {
  position: relative;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid white;
  background: #BE3060;
  backdrop-filter: blur(50px);
}

/* --- Gallery Styles (Focus on Wrapper/Thumbnail) --- */

/* Container defining the aspect ratio box */
.gallery-image-wrapper {
    position: relative; /* Establishes positioning context for the img */
    width: 100%;
    /* Adjust padding-bottom to set your desired aspect ratio */
    /* Example: 75% for 4:3, 56.25% for 16:9, 70% for ~10:7 */
    padding-bottom: 70%; /* Keep your desired ratio */
    height: 0; /* Collapse the div height, relying on padding */
    overflow: hidden; /* Hide anything spilling out */
    display: block; /* Ensure it behaves as a block */
    background-color: #eee; /* Optional: Background while image loads */
    border-radius: 6px; /* Match inner radius if needed */
}

/* The actual image tag */
.gallery-thumbnail {
    display: block; /* Remove extra space below image */
    position: absolute; /* Position relative to the wrapper */
    top: 0;
    left: 0;
    width: 100%; /* Make image fill the wrapper width */
    height: 100% !important; /* Make image fill the wrapper height */
    object-fit: cover; /* Scale image to maintain aspect ratio while filling the element's entire content box. Will crop if necessary. */
    object-position: center; /* Center the image within the frame */
    border-radius: 6px; /* Match wrapper radius if desired */
    /* Remove img-responsive class from HTML if Bootstrap is overriding height/width */
}

/* --- Other Gallery Styles (Keep these as they were) --- */

.h1-ygt {
    color: #333;
    margin-bottom: 30px;
}

.gallery-row {
    /* padding: 0 15px; */
}

.gallery-item {
    margin-bottom: 20px;
}

.gallery-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #FFD153;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    /* Removed background-color from here, moved to wrapper */
}

.gallery-link:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* --- Simple jQuery Image Zoom Styles (Keep these as they were) --- */

.image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 1050;
    cursor: pointer;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.image-zoom-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: default;
}

.image-zoom-content img {
    display: block;
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
    cursor: default;
}

.image-zoom-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.image-zoom-close:hover {
    color: #cccccc;
}

.image-zoom-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}


select.form-ygt2025, 
input.form-ygt2025[type="text"], 
input.form-ygt2025[type="email"], 
input.form-ygt2025.datepicker {
    color: black; /* Text inside select/input becomes white */
}

select.form-ygt2025 option {
    color: black; /* Option list items stay black so users can read them */
}


/* Scope everything inside .ygt2025-form-frame */
.ygt2025-form-frame .ui-datepicker {
    background: #5a0b3c;
    color: black !important; /* Force text color */
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.ygt2025-form-frame .ui-datepicker-header {
    background: #7a0d4e;
    color: black !important; /* Force header text color */
    border-bottom: 1px solid white;
    font-weight: bold;
}

/* Month and Year dropdown inside datepicker */
.ygt2025-form-frame .ui-datepicker select.ui-datepicker-month,
.ygt2025-form-frame .ui-datepicker select.ui-datepicker-year {
    color: black !important; /* Force dropdown text color */
    background: white !important; /* Force dropdown background */
}

/* Dates */
.ygt2025-form-frame .ui-datepicker td a {
    color: black !important; /* Force dates text */
}

.ygt2025-form-frame .ui-datepicker td a:hover {
    background: #ffffff !important;
    color: #5a0b3c !important;
    border-radius: 50%;
}

/* Today/Done buttons */
.ygt2025-form-frame .ui-datepicker-buttonpane button {
    background: #7a0d4e;
    color: white !important; /* Force button text */
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
}

.ygt2025-form-frame .ui-datepicker-buttonpane button:hover {
    background: #ffffff;
    color: #5a0b3c !important;
}

/* Input box (date field) */
.ygt2025-form-frame input.form-ygt2025.datepicker {
    background: transparent;
    color: black !important; /* Force input text color */
}

/* Form specific input */
.ygt2025-form-frame input.form-ygt2025.datepicker {
    background: white;
    color: black !important;
}

/* Datepicker popup (because it is global outside the form) */
#ui-datepicker-div {
    background: #5a0b3c;
    color: black !important;
    border: 1px solid white;
    border-radius: 8px;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #7a0d4e;
    color: black !important;
    border-bottom: 1px solid white;
    font-weight: bold;
}

#ui-datepicker-div td a {
    color: black !important;
}

#ui-datepicker-div td a:hover {
    background: white !important;
    color: #5a0b3c !important;
    border-radius: 50%;
}

#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
    color: black !important;
    background: white !important;
}

#ui-datepicker-div .ui-datepicker-buttonpane button {
    background: #7a0d4e;
    color: white !important;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
}

#ui-datepicker-div .ui-datepicker-buttonpane button:hover {
    background: white;
    color: #5a0b3c !important;
}

/* Fix for the Month and Year <select> */
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
    color: black !important;
    background: white !important;
}

/* Force inside the <option> too */
#ui-datepicker-div select.ui-datepicker-month option,
#ui-datepicker-div select.ui-datepicker-year option {
    color: black !important;
    background: white !important;
}
