/* ===================================
    Custom Styles for HPV Vaccination Page
    Color Palette: #3aaaa7, #96beb1, #ff67ac, #e0628f
=================================== */

/* Price Highlight Box */
.asn-price-highlight {
    background: linear-gradient(135deg, #e0efeb 0%, #c5ddd6 100%);
    border: 2px solid #96beb1;
    border-radius: 12px;
    padding: 20px 25px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.asn-price-highlight-text {
    font-size: 1rem;
    color: #232323;
    margin-bottom: 8px;
}

.asn-price-highlight-title {
    color: #3aaaa7;
}

.asn-price-highlight-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #3aaaa7;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Section Title Colors */
.section-title-highlight {
    color: #3aaaa7;
}

/* Silent Killer Title */
.silent-killer-title {
    color: #d63384;
}

/* Footer Styles */
.footer-top-custom {
    background-color: #fdfdfc;
}

.footer-logo-img {
    max-width: 180px;
}

.partner-logos-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Copyright Container */
.copyright-container {
    background-color: #96beb1;
}

.copyright-text {
    color: #3aaaa7;
}
