/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 08:22:41 */
/* Toggle header - clickable */
.pricing .title-pricing .pricing__item {
    cursor: pointer;
    position: relative;
    user-select: none;
}

/* Arrow indicator */
.pricing .title-pricing .pricing__item::after {
    content: "−";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.pricing.is-collapsed .title-pricing .pricing__item::after {
    content: "+";
}

/* Hide body when collapsed */
.pricing.is-collapsed .pricing-section2 {
    display: none;
}

/* Reduce spacing on all rows containing pricing sections */
body.page-id-25043 .vc_row.vaccination-hero:has(.pricing--tenzin) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

body.page-id-25043 .vc_row.vaccination-hero {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}