/* Swiper Pagination Dot Color */
.swiper-pagination-bullet-active {
    background: var(--ps-primary) !important;
    width: 24px !important;
    border-radius: 4px !important;
}

.swiper-pagination-bullet {
    transition: all 0.3s ease;
}

/* Premium Alertify Toast Styles (High legibility, luxury glassmorphism) */
.alertify-notifier .ajs-message {
    background: rgba(250, 246, 239, 0.98) !important; /* Premium Warm Ivory opaque surface */
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(75, 33, 56, 0.15) !important; /* Deep Plum frame border */
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(75, 33, 56, 0.12) !important;
    color: #252326 !important; /* Charcoal Ink text - extremely readable! */
    text-shadow: none !important; /* Clear, sharp, non-blurry typography */
    padding: 14px 20px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Success status left-accent */
.alertify-notifier .ajs-message.ajs-success {
    background: rgba(250, 246, 239, 0.99) !important;
    border-left: 5px solid #56725D !important; /* Mehendi Green */
}

/* Error status left-accent */
.alertify-notifier .ajs-message.ajs-error {
    background: rgba(250, 246, 239, 0.99) !important;
    border-left: 5px solid #C94F44 !important; /* Sindoor Coral */
}

/* Warning/Info status left-accent */
.alertify-notifier .ajs-message.ajs-warning {
    background: rgba(250, 246, 239, 0.99) !important;
    border-left: 5px solid #D99A2B !important; /* Marigold Gold */
}

/* Premium Alertify Dialog Modals (alertify.alert() / alertify.confirm()) */
.alertify .ajs-modal {
    background: rgba(37, 35, 38, 0.45) !important; /* Soft dark overlay */
    backdrop-filter: blur(8px) !important; /* Premium glassmorphism blur */
}

.alertify .ajs-dialog {
    background: rgba(250, 246, 239, 0.98) !important; /* Luxury Warm Ivory body card */
    border: 1px solid rgba(75, 33, 56, 0.15) !important; /* Deep Plum frame border */
    border-radius: 24px !important; /* Curved elegant corners */
    box-shadow: 0 25px 60px rgba(75, 33, 56, 0.16) !important;
    overflow: hidden !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Modal Title Header */
.alertify .ajs-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(75, 33, 56, 0.08) !important;
    color: #4B2138 !important; /* Brand Deep Plum */
    font-family: 'Playfair Display', serif !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    padding: 20px 24px !important;
}

/* Modal Content Area */
.alertify .ajs-content {
    color: #252326 !important; /* Charcoal Ink readable text */
    font-size: 15px !important;
    line-height: 1.6 !important;
    padding: 24px !important;
    text-shadow: none !important;
}

/* Modal Footer Area */
.alertify .ajs-footer {
    background: transparent !important;
    border-top: 1px solid rgba(75, 33, 56, 0.08) !important;
    padding: 16px 24px !important;
}

/* Clear standard tiny dialog close/maximize controls */
.alertify .ajs-commands button {
    display: none !important;
}

/* Buttons in Footer */
.alertify .ajs-buttons .ajs-button {
    background: #4B2138 !important; /* Deep Plum main CTA button */
    color: #FFFFFF !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 10px 24px !important;
    min-height: 42px !important;
    border: none !important;
    border-radius: 9999px !important; /* Pill style matching brand CTAs */
    box-shadow: 0 4px 12px rgba(75, 33, 56, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    cursor: pointer !important;
}

.alertify .ajs-buttons .ajs-button:hover {
    background: #C94F44 !important; /* Sindhury Coral on hover */
    box-shadow: 0 6px 18px rgba(201, 79, 68, 0.3) !important;
}

/* Cancel / Alternative dialog button */
.alertify .ajs-buttons .ajs-button.ajs-cancel {
    background: transparent !important;
    color: #5A5459 !important;
    border: 1px solid rgba(75, 33, 56, 0.25) !important;
    box-shadow: none !important;
    margin-right: 8px !important;
}

.alertify .ajs-buttons .ajs-button.ajs-cancel:hover {
    background: rgba(75, 33, 56, 0.05) !important;
    color: #4B2138 !important;
}
