.checkout-logo a img {
height:30px !important;
}
@font-face {
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://devsite-1.taevasglobal.com/public_html/public/themes/shofy/fonts/ClashDisplay-Regular.woff2) format('woff2');
}

.inap-banner {
  background-image: url('https://devsite-1.taevasglobal.com/storage/taevas/sleep-well-wherever-you-are-inap-taevas-web.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

.inap-list-overlay {
  padding:30px;
  color:#fff;
  align-items: center;
  height: 100%;
  background:#00000057;
}

.inap-list-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left:20px;
}
.inap-btn-custom {
  background-color: #9e45f0;
  color: white;
  border-radius: 25px !important;
  padding: 10px 20px;
  border: none;
  margin-top: 15px;
  font-size: 16px;
}
.inap-list-overlay .list-group-item{
      display: list-item !important;
}

  .inap-check-list {
            list-style-type: none !important;
            padding-left: 0;
        }

        .inap-check-list li::before {
            content: '✔';
            margin-right: 10px;
            color: green;
        }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 ratio */
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tp-product-rentals-price {
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
}

.tp-product-rentals-tabs {
    border: none;
    font-family: inherit;
    width:65%;
}

.tp-product-rentals-tabs .form-check{
    width:30%;
}

.tp-product-rentals-tabs .card-header{
  padding: var(--bs-card-cap-padding-y) 0;
  background-color: #FFF;
  border-bottom:0;
}

.tp-product-rentals-tabs .card-body{
  padding: var(--bs-card-spacer-y) 0;
}

.tp-product-rentals-tabs .card-header-tabs .nav-link.active {
    color: #9e45f0;
    border-bottom: 3px solid #9e45f0;
}

.tp-product-rentals-tabs .nav-tabs .nav-link {
    color: inherit;
    border: 0;
    font-weight: 700;
    border-bottom: 3px solid #ccc;
}

.tp-product-rentals-tabs .form-check .form-check-input {
    margin-top: 0.45em;
    background-color: #D9D9D9;
    border-color: #1E1E1E;
}

.tp-product-rentals-tabs .form-check-input:checked {
    background-color: #9E45F0;
    border-color: #9E45F0;
}