/* Start custom CSS for html, class: .elementor-element-1357 */.package-card {
    background-color: #ffffff;
}

.package-title {
    background-color: #F6EFFF;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    color: #414141;
    padding: 90px 20px 20px 20px;
font-family: "Seravek Medium" !important;
}

.package-list {
    list-style-type: disc;
    background-color: #ffffff;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    line-height: 1.8;
    font-size: 16px;
    color: #414141;
    border-bottom: 1px solid #816DA0;
    min-height: 185px;
}

.price-row-card {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 2;
    padding: 20px;
    font-family: 'Seravek' !important;
}

.price-label-card {
    flex: 0 0 auto;
     color: #7A60A1;
     font-family: 'Seravek' !important;
}

.price-dots-card {
    flex: 1 1 auto;
    min-width: 8px;
    height: 1em;
    background-image: repeating-linear-gradient(to right, currentColor 0 2px, /* dot width */ rgba(0, 0, 0, 0) 2px 8px /* gap after dot (transparent) */);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto 1px;
    transform: translateY(0.12em);
}


.price-value-card {
    flex: 0 0 auto;
    color: #7A60A1;
    margin-left: 8px;
    font-weight: 700;
    font-family: 'Seravek' !important;
}



.btn-book-card {
  background-color: #816DA0;
  color: #ffffff;
  text-align: center;
 font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 15px 30px 15px 30px;
    font-family: 'Seravek' !important;
    width: 100%;
}


.btn-book-card:hover {
  background-color: #816da054;
  color: #816DA0;
    
}

.btn-book-card:active {
  color: #816DA0 !important;
}

.btn-book-card:focus {
  color: #816DA0 !important;
}

.button-container {
    padding: 20px 20px 20px 20px !important;
}



img.card-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}




.card-specific .btn-book-card
{
    position: relative;
    display: block;
}

.card-specific .btn-book-card:hover::before {
    animation: cust-animate 1.5s linear infinite; /* duration added */
}

.card-specific .btn-book-card::before {
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    height: 100%;
    inset: 0;
    border: 2px solid #816DA0;
   border-radius: 0px !important;
}/* End custom CSS */