/* Edited pricelist CSS — added header (top) gray area for cards */

.pricelist{
  padding: 50px !important;
}
.pricelist-title {
    color: #E63822;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
  }

  .package-tabs {
    justify-content: center;
    margin-top: 30px;
  }

  .package-tabs .btn {
    border-radius: 30px;
    margin: 0 10px;
    font-weight: 600;
  }

  .package-tabs .btn.active {
    background-color: #E63822;
    color: white;
  }

  .pricing-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pricing-title {
    color: #E63822;
    font-weight: bold;
  }

  .pricing-price {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
  }

  .pricing-list {
    text-align: left;
    margin-top: 20px;
  }

  .pricing-list li {
    margin-bottom: 10px;
  }

  .pricing-list i {
    color: #E63822;
    margin-right: 8px;
  }

  .btn-contact {
    background-color: #fff;
    border-radius: 20px;
    width: 157px;
    border: 1px solid  #E63822;
    color: #E63822;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .btn-contact:hover {
    background-color: #E63822;
  }

  .btn-contact:hover .txt_btn {
    color: #fff;
  }

  .btn-contact-mobile {
    background-color: #fff;
    border-radius: 10px;
    width: 101px;
    border: 1px solid  #E63822;
    color: #E63822;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px !important;
  }

  .btn-contact-mobile:hover {
    border: 1px solid  #E63822 !important;
  }

  
  .filter-btn{
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    border: none;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #E63822;
  }
  .filter-btn:hover{
    background-color: #E63822;
    color: #fff;
  }

.swiper-button-next,
.swiper-button-prev {
    color: #E63822;
    width: 24px;
    height: 24px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}
.h2-roboto{
  color: #E63822;
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height:  68.9px;
  margin-bottom: 20px;
}
.p-lato{
  color: #4D4D4D;
  text-align: center;
  font-family: 'Lato-regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 50px;
}
.btn-filter-hover{
  border-radius: 5px;
  border: 1px solid #E63822;
  background:  #E63822;
}
.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 326px;
  height: 100%;
  padding-bottom: 20px;
  border: 1px solid #030303;
  border-radius: 20px;
  justify-content: flex-start;
  overflow: visible; 
  background: white;
  flex-direction: column;
}

.stat-card .card-header {
  background: #F2F2F2;
  padding: 28px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Slightly larger padding for wide cards (desktop) to match visual scale */
.stat-card.wide-card .card-header {
  padding: 40px 28px;
}
/* Mobile adjustments when using .stat-card-mobile */
.stat-card-mobile .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px 12px;
  text-align: center;
}
/* If you used .card-price as the header, add this to keep compatibility */
.stat-card .card-price {
  background: #F2F2F2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-height: 140px;
  height: 140px;
  padding: 20px;
  margin-bottom: 0; /* avoid double spacing */
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

@media (max-width: 1024px) {
  .stat-card {
    width: 200px;
  }
}

.stat-card-mobile{
  display: flex;
  padding: 0 !important;
  padding-bottom: 20px !important;
  flex-direction: column;
  height: 100%;
  border: 1px solid  #030303;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
}
.btn-container {
  margin-top: auto;
  text-align: center !important;
}
.btn-container-mobile {
  margin-top: auto;
  text-align: center !important;
}

.card-price{
  border-radius: 20px;
  background: #F2F2F2;
}
.card-price-mobile{
  border-radius: 10px;
  background: #F2F2F2;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price{
  padding: 20px !important;
  text-align: center;
}

@media (max-width: 1024px) {
  .price {
    padding: 10px !important;
  }
}

.price h4 {
  font-family: 'Roboto-bold', sans-serif;
  font-size: 35px !important;
  /* font-weight: 900 !important; */
  position: relative;
}

@media (max-width: 1024px) {
  .price h4 {
    font-size: 25px !important;
  }
}
.price-container {
  position: relative;
  display: inline-block;
}

.price-mobile{
  padding: 8px !important;
}
.price-mobile h5{
  color: #E63822;
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.price-mobile h4{
  color:#030303;
  font-family: 'Roboto-bold', sans-serif;
  text-align: center;
  font-size: 17.5px;
  line-height: 17.5px;
  position: relative;
}

.price-container {
  position: relative;
  display: inline-block;
}

.price-subscript {
  position: absolute;
  right: -34px;
  font-size: 10px !important;
  color: #6c757d;
  bottom: 5px;
}

@media (max-width: 1024px) {
  .price-subscript {
    bottom: -10px;
    right: -16px;
  }
}

@media (max-width: 576px) {
  .price-subscript {
    position: static;
    display: block;
    font-size: 8px !important;
    text-align: center;
    margin-top: 2px;
  }
}
.price-mobile{
  color: #030303;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 17.5px;
  line-height: 17.5px;
  position: relative;
}
.feature{
  /* padding: 20px !important; */
  padding-top: 10px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px !important;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .feature {
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
  }
}

.feature-mobile{
  padding: 10px !important;
  flex-grow: 1;
}
.spacer {
  flex-grow: 1;
}
ul.multi-column {
  column-count: 2;
  column-gap: 2rem;
}

/* @media (max-width: 1024px) {
  ul.multi-column {
    column-count: 1;
  }
} */

ul.multi-column li {
  break-inside: avoid;
}
.stat-card-wrapper{
  padding: 0 !important;
  margin: 0 !important;
}
.stat-card-wrapper-wide {
  padding-top: 40px !important; 
}
.stat-card.wide-card {
  /* max-width: 40%; */
  width: 498px;
  height: 750px;
  border: 1px solid #030303;
  border-radius: 20px;
  flex: 0 0 40%;
  margin-top: 25px !important;
}

@media (max-width: 1024px) {
  .stat-card.wide-card {
    width: 380px;

  }
}
.stat-card-mobile.wide-card {
  max-width: 40%;
  height: 750px;
  border: 1px solid #030303;
  border-radius: 20px;
  flex: 0 0 40%;
}
.txt_feature_mobile{
  color: #030303;
  font-family: 'Lato-regular', sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}
.txt_feature{
  color: #030303;
  font-family: 'Lato-regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
@media (max-width: 1024px) {
  .txt_feature {
    font-size: 12px;
    line-height: 15px;
  }
}
.icon-check {
  color: #E63822;
}
.feature ul {
  margin-bottom: 2rem;
}

.swiper {
  overflow-y: visible !important;
}

/* for mobile view */
.pricelist-mobile{
  padding-top: 78px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}

.swiper-slide-mobile {
  width: auto !important;
  display: flex;
  justify-content: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 32px;
  justify-content: center;
  align-items: stretch; /* This will make all items stretch to fill the grid cell */
  width: 100%;
  max-width: 400px; /* 2 * 175px + gap */
  margin: 0 auto;
}

@media (min-width: 421px) and (max-width: 576px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px; /* 2 * 190px + gap */
  }
}

@media (min-width: 577px) {
  .card-grid {
    grid-template-columns: repeat(auto-fill, 190px);
    max-width: none;
  }
}
.h2-roboto-mobile{
  color: #E63822;
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 25px;
  line-height:  32.5px;
  margin-bottom: 20px;
}
.p-lato-mobile{
  color: #4D4D4D;
  text-align: center;
  font-family: 'Lato-regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 20px;
}
.filter-tab-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 kolom */
  gap: 3px;
  max-width: 430px;
  justify-items: center;
}
.tab-sticky{
  height: 270px;
  position: sticky;
  top: 65px !important;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
  background-color: #fff; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: transform 0.2s ease-out;
  transform: translateY(0);
}


.filter-btn-mobile {
  color: #E63822;
  padding: 10px;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  border: none;
  /* gap: 4px; */
  width: 170px;
  border-radius: 5px;
  transition: all 0.3s ease; 
  font-weight: 600;
}
.txt_category{
  text-align: center;
  font-family: 'Inter-regular','sans-serif';
  font-size: 10px;
  font-style: normal;
  line-height: 13px;
}
.txt_utilities{
  text-align: center;
  font-family: 'Roboto-bold','sans-serif';
  font-size: 30px;
  font-style: normal;
  line-height: 25px;
}
.txt_utilities_mobile{
  text-align: center;
  font-family: 'Roboto-bold','sans-serif';
  font-size: 30px;
  font-style: normal;
  line-height: 25px;
}

.special-offer-banner {
  position: absolute;
  width: 200px;
  background-color: #E63822;
  color: white;
  font-weight: bold;
  font-size: 12px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  /* border-radius: 5px; */
}
.special-offer-banner-mobile {
  position: absolute;
  width: 80%;
  background-color: #E63822;
  color: white;
  font-weight: bold;
  font-size: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  border-radius: 5px;
  padding: 0 4px !important;
}
.card-offer{
  position: relative;
  z-index: 1;
}
.filter-button-group{
    position: relative;
    z-index: 1;
}

.filter-btn-mobile.active {
  background-color: #E63822 !important;
  color: #fff !important;
  transform: scale(1.05);
}
.filter-btn-mobile:hover {
  background-color: #E63822;
  color: #fff;
}
.txt_contact{
  color: #E63822;
  text-align: center;
  font-family: 'Inter-regular','sans-serif';
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}
#navbar-mobile-pricelist {
  position: sticky;
  top: 0;
  z-index: 1040; /* lebih tinggi dari tab-sticky */
  background-color: #fff; /* atau warna nav kamu */
}
.small, small {
  font-size: 10px;
}
.sub-title{
  padding: 0;
  margin: 0;
  font-family: 'Roboto-regular', sans-serif;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  font-weight: 400;
  color: #030303;
}
.sub-title-mobile{
  padding: 0;
  margin: 0;
  font-family: 'Roboto-regular', sans-serif;
  font-size: 9px;
  text-align: center;
  line-height: 10px;
  font-weight: 400;
  color: #030303;
}
.feature-desc{
  /* padding: 20px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #030303;
  font-family: 'Lato-bold', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: start; 
}
.feature-desc-mobile{
  /* padding: 20px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #030303;
  font-family: 'Lato-bold', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-align: start; 
}
.add_ons_title{
  color: #030303;
  font-family: 'Lato-bold', sans-serif;
  font-size: 14px;
  line-height: 18.2px;
  text-align: start;
}
@media (max-width: 420px) {
  .stat-card-mobile {
    height: 100%;
  }
}
.btn-wrapper {
  display: flex;
  justify-content: center;
}

.btn-waitlist {
  width: 200px;
  color: var(--Black-Guideline, #030303);
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 14.642px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;

  background: linear-gradient(90deg, #FFD644 0%, #F28E2C 100%);
  border: 2px solid white;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #FFD644;
}
.btn-waitlist-mobile {
  width: 100%;
  color: var(--Black-Guideline, #030303);
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;

  background: linear-gradient(90deg, #FFD644 0%, #F28E2C 100%);
  border: 2px solid white;
  padding: 8px 8px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #FFD644;
}
.total-users-mobile{
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  justify-content: center;
  font-size: 10px;
  line-height: 15px;
  color: #030303;
}
.total-users{
  text-align: center;
  font-family: 'Roboto-bold', sans-serif;
  justify-content: center;
  font-size: 15px;
  line-height: 15px;
  color: #030303;
}
.image-apps{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.txt_btn{
  color: #E63822;
  font-family: 'Inter-regular', 'sans-serif';
  font-size: 14px;
}


.poi-utilities {
  font-size: 32px !important;
  font-family: 'Roboto-bold', sans-serif !important;
  word-spacing: 10px !important;
  line-height: 0.9 !important;
  text-align: center !important;
  margin-top: -6px;
}

/* Untuk judul card di desktop */
.stat-card .text-danger.fw-bold,
.stat-card .txt_utilities,
.stat-card .txt_utilities.poi-utilities {
  text-align: center !important;
  width: 100%;
  display: block;
}

/* Untuk judul card di mobile */
.stat-card-mobile .text-danger.fw-bold,
.stat-card-mobile .txt_utilities_mobile {
  text-align: center !important;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card-price-mobile, .price-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parent-class {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Class untuk teks lurus (horizontal normal) */
.straight-text {
  font-family: 'Roboto-bold', sans-serif !important;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  display: inline-block;
  transform: none;
  line-height: normal;
}

/* Class khusus untuk judul MEDIUM OFFICE / HOSPITALITY */
.medium-office-title {
  font-family: 'Roboto-bold', sans-serif !important; /* Pastikan font ini dimuat */
  font-weight: 900 !important; /* Berat font */
  text-align: center !important; /* Rata tengah */
  line-height: 1.2 !important; /* Jarak antar baris */
  letter-spacing: normal !important; /* Spasi antar huruf */
  word-spacing: normal; /* Spasi antar kata */
}

/* Improved typography and alignment for Tourist Property Coverage headers */
.package-item[data-category="tourist_property"] .card-header,
.package-item[data-category="tourist_property"] .card-price {
background: #F2F2F2;
height: 140px;
box-sizing: border-box;
padding: 18px 24px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom: 1px solid rgba(0,0,0,0.06);
overflow: hidden;
text-align: center;
}


/* Constrain inner width so long titles wrap consistently */
.package-item[data-category="tourist_property"] .card-header .price {
width: 100%;
max-width: 380px;
margin: 0 auto;
padding: 0;
}


/* Title (small label) */
.package-item[data-category="tourist_property"] .card-header .price h5 {
margin: 0;
font-size: 20px;
text-transform: uppercase;
color: #E63822;
font-weight: 700;
}


/* Main utility/title */
.package-item[data-category="tourist_property"] .card-header .price h4 {
margin: 6px 0 0;
font-size: 36px;
line-height: 1.05;
font-weight: 900;
color: #262626;
word-break: break-word;
}


/* Small subtitle under price */
.package-item[data-category="tourist_property"] .card-header .sub-title {
display: block;
margin-top: 10px;
font-size: 12px;
color: #6c757d;
}


/* Ensure utilities text (when present) is centered and doesn't push the header taller */
.package-item[data-category="tourist_property"] .txt_utilities,
.package-item[data-category="tourist_property"] .txt_utilities.poi-utilities {
text-align: center;
margin: 0;
font-size: 18px;
}

/* CSS untuk membuat card Corporate packages memiliki tinggi yang sama */
.package-item[data-category="corporate"] .stat-card {
  min-height: 750px; /* Sama dengan card lainnya */
  height: 750px; /* Pastikan tinggi konsisten */
  display: flex;
  flex-direction: column;
  margin-top: 25px !important; /* Jarak antar card */
  justify-content: center;
}

.package-item[data-category="corporate"] .stat-card .feature {
  flex-grow: 1; /* Membuat area feature mengisi ruang kosong */
  display:flex;
  flex-direction: column;
}

.package-item[data-category="corporate"] .stat-card .btn-container {
  margin-top: auto; /* Push button ke bawah */
}

.list-unstyled {
  padding-top: 10px !important;
}

.img-feature {
  display: block;
  max-width: 100%;
  max-height: 180px; /* atur sesuai kebutuhan */
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  padding: 10px 0;
}
