/* Select2 — match Bootstrap form-control appearance */
#jenis-bisnis-select + .select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

#jenis-bisnis-select + .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.5;
    color: #495057;
    text-align: left;
}

#jenis-bisnis-select + .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
    text-align: left;
}

#jenis-bisnis-select + .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 8px;
}

#jenis-bisnis-select + .select2-container--open .select2-selection--single,
#jenis-bisnis-select + .select2-container--focus .select2-selection--single {
    border-color: #ee6011;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 96, 17, 0.25);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f12a02 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f5c9ae;
}

.txt-block h2,
.txt-block h3,
.section-title h2,
.section-title h3 {
    margin-top: 20px;
}

.section-nav-buttons {
    display: flex;
    gap: 8px;
}

.section-nav-buttons .btn {
    flex: 1;
    text-align: center;
}

@media (max-width: 767.95px) {
    .section-nav-buttons {
        order: 2;
        width: 100%;
    }
}

.desktoplogo img {
    width: 150px;
    max-width: inherit;
    max-height: 180px;
    margin-top: -15px;
}

#hero-13 {
    background-image: url(../images/spotreviu/bg-06.jpg) !important;
}

.pricing-1-table sup, .pricing-2-table sup, .pricing-4-table sup, .pricing-5-table sup {
    font-size: 30px !important;
}

.pricing-1-table span.price, .pricing-2-table span.price, .pricing-4-table span.price, .pricing-5-table span.price {
    font-size: 65px !important;
}

.pricing-4-table, .pricing-5-table {
    height: 100% !important;
}


.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card .features {
  flex-grow: 1;
}


.promo-price {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.promo-price .old-price {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
  z-index: 1;
  white-space: nowrap;
}

.promo-price .new-price {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: 800;
  color: #e63946; /* sesuaikan theme */
}

.promo-price sup {
  font-size: 18px;
}

.promo-price p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 767px) {
    .wide-60 {
        padding-top: 0px !important;
        padding-bottom: 40px;
    }

    .content-section .container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    #home-section {
        padding-top: 100px !important;
    }

    #home-section .img-block img {
        max-height: 180px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 959px) {
    .wow {
        visibility: visible !important;
        animation-name: none !important;
        animation-duration: 0s !important;
    }
}

.content-6-img {
    margin-bottom: 20px !important;
}
