/* ----------------------------------------------------------------
	Barantin
-----------------------------------------------------------------*/
:root {
  --cnvs-color-travel: #6f42c1;
  --cnvs-color-tech: #007bff;
  --cnvs-color-barantan: #e99701;
  --cnvs-color-barantans: #133139;
  --cnvs-color-lifestyle: #13a774;
  --cnvs-color-food: #17a2b8;
  --cnvs-color-market: #ffc107;
  --cnvs-color-light: #f8f9fa;
  --cnvs-color-dark: #343a40;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem; /* Base font size */
  line-height: 1.5;
}

.logo {
  font-family: "Unisans Bold", sans-serif;
  font-size: 4vw; /* Responsif dengan lebar layar */
  font-weight: bold;
  text-transform: uppercase;
}

/* Media Queries */
@media (max-width: 768px) {
  .logo {
    font-size: 6vw; /* Lebih besar di layar tablet */
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 8vw; /* Lebih besar di layar ponsel */
  }
}

#css3-spinner-svg-pulse-wrapper {
  position: absolute;
  overflow: hidden;
  width: 260px;
  height: 210px;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -130px;
  background-color: transparent;
  animation: none;
  -webkit-animation: none;
}

#css3-spinner-svg-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -275px;
}

#css3-spinner-pulse {
  stroke-dasharray: 281;
  -webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 814;
  }

  to {
    stroke-dashoffset: -814;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 814;
  }

  to {
    stroke-dashoffset: -814;
  }
}

.opening-table .heading-block span {
  font-size: 16px;
  font-weight: 400;
}

.opening-table {
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.time-table-wrap .time-table {
  padding: 14px 0;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.time-table-wrap .time-table:first-child {
  border-top: none;
}

.time-table-wrap .time-table .col-md-5 {
  padding-left: 0;
}

.time-table-wrap .time-table h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.time-table-wrap .time-table span {
  font-weight: 500;
}

.entry-content p {
  margin-bottom: 15px;
}

.post-grid .entry-title h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}

.form-control.error {
  border: 2px solid red;
}

ul.price-table {
  list-style: none;
}

ul.price-table li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  background-position: left center;
  background-repeat: no-repeat;
}

ul.price-table li span {
  font-weight: bold;
}

ul.price-table li .value {
  float: right;
  color: #666;
}

.more-link {
  margin-top: 20px;
}

/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

.rtl #css3-spinner-svg-pulse-wrapper {
  right: 50%;
  left: auto;
  margin-right: -130px;
  margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
  right: 50%;
  left: auto;
  margin-right: -275px;
  margin-left: 0;
}

.rtl .time-table-wrap .time-table {
  text-align: right;
}

.rtl .time-table-wrap .time-table .col-md-5 {
  padding-right: 0;
}

.rtl ul.price-table li {
  background-position: right center;
}

.rtl ul.price-table li span {
  float: right;
}

.rtl ul.price-table li .value {
  float: left;
}

.entry {
  background-color: #fff;
  padding: 0;
  vertical-align: top;
  border-bottom: 0;
  border-radius: 4px;
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.5, 1);
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.5, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.5, 1);
}

.entry:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
}

.entry-title,
.entry-meta,
.entry-content {
  padding: 0 20px;
}

.entry-title h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.entry-title a {
  color: #333;
}

.entry-content p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px !important;
}

.entry-meta {
  font-size: 0.8125rem;
  text-transform: uppercase;
  border-top: 1px solid #e9ebee;
  padding: 15px 0;
  margin: 15px 15px 0;
}

.dark .entry-meta {
  border-top-color: #444;
}

.entry-meta li {
  margin-left: 0;
  margin-right: 0;
}

.entry::after {
  display: none;
}

.entry-meta li::before {
  content: none;
}

.entry-meta.nohover,
.entry:hover .entry-meta.hover {
  display: block;
}

.entry-meta.hover,
.entry:hover .entry-meta.nohover {
  display: none;
}

.entry-user {
  padding: 20px;
}

.entry-user img {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: white;
}

.entry-user h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.25;
}

.entry-user h4 span {
  display: block;
  font-size: 11px;
  color: #aaa !important;
  text-transform: lowercase;
  font-weight: 300;
}

.entry-image .social-icon {
  display: inline-block;
  float: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.line-xs {
  margin: 4px 0 20px;
  border-bottom: 3px solid #eee;
}

.line-xs::after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #eee;
  border-width: 8px;
  margin-left: -8px;
  z-index: 1;
  background: none;
}

/* Line Colors */
.line-home {
  border-bottom-color: var(--cnvs-themecolor) !important;
}
.line-barantan {
  border-bottom-color: var(--cnvs-color-barantan) !important;
}
.line-barantans {
  border-bottom-color: var(--cnvs-color-barantans) !important;
}
.line-fashion {
  border-bottom-color: var(--cnvs-color-fashion) !important;
}
.line-sports {
  border-bottom-color: var(--cnvs-color-sports) !important;
}
.line-lifestyle {
  border-bottom-color: var(--cnvs-color-lifestyle) !important;
}
.line-food {
  border-bottom-color: var(--cnvs-color-food) !important;
}
.line-market {
  border-bottom-color: var(--cnvs-color-market) !important;
}
.line-light {
  border-bottom-color: var(--cnvs-color-light, #f8f9fa) !important;
}
.line-dark {
  border-bottom-color: var(--cnvs-color-dark, #343a40) !important;
}

.line-home::after {
  border-top-color: var(--cnvs-themecolor) !important;
}
.line-barantan::after {
  border-top-color: var(--cnvs-color-barantan) !important;
}
.line-barantans::after {
  border-top-color: var(--cnvs-color-barantans) !important;
}
.line-fashion::after {
  border-top-color: var(--cnvs-color-fashion) !important;
}
.line-sports::after {
  border-top-color: var(--cnvs-color-sports) !important;
}
.line-lifestyle::after {
  border-top-color: var(--cnvs-color-lifestyle) !important;
}
.line-food::after {
  border-top-color: var(--cnvs-color-food) !important;
}
.line-market::after {
  border-top-color: var(--cnvs-color-market) !important;
}
.line-light::after {
  border-top-color: var(--cnvs-color-light, #f8f9fa) !important;
}
.line-dark::after {
  border-top-color: var(--cnvs-color-dark, #343a40) !important;
}

/* Pembungkus untuk iframe */
.iframe-container {
  position: relative;
  width: 100%; /* Mengambil 100% lebar dari kontainer */
  padding-bottom: 56.25%; /* Rasio 16:9 (9/16 = 0.5625 => 56.25%) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* Iframe yang responsif */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Lebar 100% dari kontainer */
  height: 100%; /* Tinggi 100% dari kontainer */
}

#slider {
  position: relative;
  width: 100%; /* Lebar 100% dari kontainer */
  height: 100vh; /* Tinggi 100% dari viewport */
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex: 1 0 100%; /* Membuat slide mengambil 100% lebar */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%; /* Membuat gambar responsif */
  height: auto;
}

/* Responsif untuk perangkat lebih kecil */
@media (max-width: 768px) {
  #slider {
    height: 60vh; /* Menyesuaikan tinggi untuk layar kecil */
  }
}

@media (max-width: 480px) {
  #slider {
    height: 50vh; /* Menyesuaikan lebih lanjut untuk layar lebih kecil */
  }
}

ul, ol {
    margin: 0 0 1em;
    padding-left: 40px; /* Tambahkan padding untuk list */
}

li {
    margin-bottom: 0.5em;
}

ol {
    counter-reset: list-counter; /* Mengatur ulang hitungan */
    padding-left: 2.5rem; /* Menambahkan ruang di sisi kiri untuk nomor */
}

ol li {
    counter-increment: list-counter;
    list-style: none; /* Menghapus gaya daftar bawaan */
    position: relative; /* Membuat elemen relatif untuk angka */
    margin-bottom: 1rem; /* Jarak antar item */
    padding-left: 2rem; /* Memberi ruang untuk nomor */
}

ol li::before {
    content: counter(list-counter) ". "; /* Menampilkan nomor */
    position: absolute;
    left: 0; /* Posisi angka di sisi kiri */
    font-weight: bold; /* Angka tebal */
    font-size: 1rem; /* Ukuran angka */
}
