/* Minification failed. Returning unminified contents.
(258,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(259,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(260,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(261,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(262,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(263,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(350,46): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(350,75): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-blue'
(461,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text'
(467,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text-secondary'
(478,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text'
(486,28): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-border'
(494,24): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(500,46): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(500,75): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-blue'
(519,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text-secondary'
(524,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(535,32): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-border'
(540,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text-secondary'
(569,46): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(569,75): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-blue'
(594,28): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(600,22): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(612,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text'
(618,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text-secondary'
(634,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-text'
(639,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-green'
(647,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(662,17): run-time error CSS1039: Token not allowed after unary operator: '-docsearch-primary'
(828,24): run-time error CSS1030: Expected identifier, found '['
(828,29): run-time error CSS1031: Expected selector, found '*='
(828,29): run-time error CSS1025: Expected comma or open brace, found '*='
 */
/* DocSearchModern Advertisement Styles - Clean Professional Design */
/* Matching SchoolSearchModern styling exactly */

/* Ad Container */
.school-ad-post {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

/* Ad Header with Background */
.school-ad-post .school-ad-header {
    background: #f8f9fa !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid #e9ecef !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Clean Sponsored Label - Simple Text, No Gradient */
.school-ad-post .school-ad-label {
    color: #6b7280 !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.school-ad-post .school-ad-label i {
    margin-right: 6px !important;
    font-size: 0.85rem !important;
}

/* Action Buttons */
.school-ad-post .school-ad-action-btn {
    background: none !important;
    border: none !important;
    color: #6b7280 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.school-ad-post .school-ad-action-btn:hover {
    background: #e9ecef !important;
}

.school-ad-post .school-ad-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Ad Content with Hover Effect */
.school-ad-post .school-ad-content {
    padding: 20px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    position: static !important;
}

.school-ad-post .school-ad-content:hover {
    background: #f8f9fa !important;
}

/* Ad Image */
.school-ad-post .school-ad-image {
    margin-bottom: 15px !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    background: none !important;
    border-radius: 0 !important;
}

.school-ad-post .school-ad-image img {
    max-height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    height: auto !important;
}

/* Ad Body */
.school-ad-post .school-ad-body {
    padding: 0 !important;
}

/* Ad Title */
.school-ad-post .school-ad-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #4f46e5 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
}

/* Ad Meta Information */
.school-ad-post .school-ad-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-bottom: 12px !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
}

.school-ad-post .school-ad-meta-item {
    display: flex !important;
    align-items: center !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    gap: 4px !important;
}

.school-ad-post .school-ad-meta-item i {
    margin-right: 6px !important;
    color: #4f46e5 !important;
}

/* Ad Description */
.school-ad-post .school-ad-description {
    color: #6b7280 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
}

/* CTA Section */
.school-ad-post .school-ad-cta {
    text-align: right !important;
    margin-top: 16px !important;
}

/* CTA Button */
.school-ad-post .school-ad-button {
    background: #4f46e5 !important;
    color: white !important;
    text-decoration: none !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.school-ad-post .school-ad-button:hover {
    background: #4338ca !important;
    color: white !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}

.school-ad-post .school-ad-button i {
    font-size: 12px !important;
    margin-left: 0 !important;
}

/* Ad Footer */
.school-ad-post .school-ad-footer {
    background: #f8f9fa !important;
    padding: 12px 20px !important;
    border-top: 1px solid #e9ecef !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.school-ad-post .school-ad-footer-actions {
    display: flex !important;
    gap: 16px !important;
}

.school-ad-post .school-ad-footer-btn {
    background: none !important;
    border: none !important;
    color: #6b7280 !important;
    font-size: 0.85rem !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    transition: color 0.2s ease !important;
}

.school-ad-post .school-ad-footer-btn:hover {
    color: #4f46e5 !important;
}

.school-ad-post .school-ad-location {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Remove any animations */
.school-ad-post {
    animation: none !important;
}

/* Remove viewed state opacity */
.school-ad-post[data-viewed="true"] {
    opacity: 1 !important;
}

/* Responsive Design for Ads */
@media (max-width: 768px) {
    .school-ad-post .school-ad-header {
        padding: 12px 16px !important;
    }

    .school-ad-post .school-ad-content {
        padding: 15px !important;
    }

    .school-ad-post .school-ad-meta {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .school-ad-post .school-ad-footer {
        padding: 12px 16px !important;
        flex-direction: column !important;
        gap: 8px !important;
        align-items: flex-start !important;
    }

    .school-ad-post .school-ad-footer-actions {
        width: 100% !important;
        justify-content: space-around !important;
    }
}

/* ============================================
   DOCSEARCH LEAD MAGNET MODAL STYLES
   ============================================ */

:root {
    --docsearch-primary: #4f46e5;
    --docsearch-blue: #3b82f6;
    --docsearch-green: #10b981;
    --docsearch-text: #1f2937;
    --docsearch-text-secondary: #6b7280;
    --docsearch-border: #e2e8f0;
}

.docsearch-lead-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    /* Flexbox properties for centering - will be applied when display: flex is set */
    align-items: center;
    justify-content: center;
    animation: docsearchFadeIn 0.3s ease;
}

/* When modal is shown, ensure flexbox is active */
.docsearch-lead-modal[style*="display: flex"],
.docsearch-lead-modal.show {
    display: flex !important;
}

@keyframes docsearchFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.docsearch-lead-modal-content {
    background-color: white;
    margin: auto;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: docsearchSlideIn 0.4s ease;
    /* Ensure content doesn't shrink */
    flex-shrink: 0;
}

@keyframes docsearchSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.docsearch-lead-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.5rem;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.docsearch-lead-modal-close:hover {
    transform: scale(1.1);
    background: #f8fafc;
}

.docsearch-lead-modal-body {
    display: flex;
    flex-wrap: wrap;
    min-height: 0; /* Prevent flexbox overflow issues */
}

.docsearch-lead-modal-left {
    flex: 1 1 55%;
    min-width: 0; /* Prevent flexbox overflow */
    padding: 3rem;
    background: linear-gradient(135deg, var(--docsearch-primary) 0%, var(--docsearch-blue) 100%);
    color: white;
    border-radius: 20px 0 0 20px;
}

.docsearch-lead-modal-right {
    flex: 1 1 45%;
    min-width: 0; /* Prevent flexbox overflow */
    padding: 3rem;
}

.docsearch-lead-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.docsearch-lead-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.docsearch-lead-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.docsearch-lead-benefits h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.docsearch-lead-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.docsearch-lead-checklist li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
}

.docsearch-lead-checklist li i {
    position: absolute;
    left: 0;
    top: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.docsearch-lead-testimonial {
    background: rgba(255, 255, 255, 0.15);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    position: relative;
}

.docsearch-lead-quote-icon {
    font-size: 2rem;
    opacity: 0.3;
    margin-bottom: 0.5rem;
}

.docsearch-lead-quote-text {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.docsearch-lead-quote-author {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.docsearch-lead-trust-indicators {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.docsearch-lead-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.docsearch-lead-trust-item i {
    font-size: 1.2rem;
}

.docsearch-lead-form-container {
    background: white;
}

.docsearch-lead-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--docsearch-text);
    margin-bottom: 0.5rem;
}

.docsearch-lead-form-subtitle {
    font-size: 1rem;
    color: var(--docsearch-text-secondary);
    margin-bottom: 2rem;
}

.docsearch-form-group {
    margin-bottom: 1.5rem;
}

.docsearch-form-group label {
    display: block;
    font-weight: 600;
    color: var(--docsearch-text);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.docsearch-form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--docsearch-border);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.docsearch-form-control:focus {
    outline: none;
    border-color: var(--docsearch-primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.docsearch-lead-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--docsearch-primary) 0%, var(--docsearch-blue) 100%);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 1rem;
}

.docsearch-lead-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.docsearch-lead-privacy-note {
    text-align: center;
    color: var(--docsearch-text-secondary);
    font-size: 0.85rem;
}

.docsearch-privacy-link {
    color: var(--docsearch-primary);
    text-decoration: underline;
}

.docsearch-privacy-link:hover {
    color: #4338ca;
}

.docsearch-lead-form-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--docsearch-border);
}

.docsearch-lead-steps {
    padding-left: 1.5rem;
    color: var(--docsearch-text-secondary);
    font-size: 0.95rem;
}

.docsearch-lead-steps li {
    margin-bottom: 0.5rem;
}

/* Floating CTA Button */
.docsearch-floating-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    animation: docsearchSlideInRight 0.5s ease;
}

@keyframes docsearchSlideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.docsearch-floating-btn {
    background: linear-gradient(135deg, var(--docsearch-primary) 0%, var(--docsearch-blue) 100%);
    color: white;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.docsearch-floating-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(79, 70, 229, 0.5);
}

/* Business Advertising Promo */
.docsearch-business-ad-promo {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid var(--docsearch-primary);
    border-radius: 12px;
}

.docsearch-ad-promo-badge {
    display: inline-block;
    background: var(--docsearch-primary);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.docsearch-ad-promo-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--docsearch-text);
    margin-bottom: 0.5rem;
}

.docsearch-ad-promo-text {
    font-size: 0.95rem;
    color: var(--docsearch-text-secondary);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.docsearch-ad-promo-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.docsearch-ad-promo-benefits li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--docsearch-text);
    margin-bottom: 0.5rem;
}

.docsearch-ad-promo-benefits li i {
    color: var(--docsearch-green);
    font-size: 1rem;
}

.docsearch-ad-promo-btn {
    display: block;
    width: 100%;
    background: white;
    color: var(--docsearch-primary);
    text-align: center;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.docsearch-ad-promo-btn:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    color: var(--docsearch-primary);
}

/* Responsive Design */
@media (max-width: 992px) {
    .docsearch-lead-modal-left {
        border-radius: 20px 20px 0 0;
    }
    
    .docsearch-lead-modal-right {
        padding: 2rem;
    }
    
    .docsearch-floating-btn {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
    
    .docsearch-floating-btn span {
        display: none;
    }
}

@media (max-width: 767px) {
    .docsearch-lead-title {
        font-size: 1.6rem;
    }
    
    .docsearch-lead-modal-left,
    .docsearch-lead-modal-right {
        padding: 2rem 1.5rem;
    }
    
    .docsearch-floating-cta {
        bottom: 20px;
        right: 20px;
    }
}

/* Global Loading Spinner - Shared Across All Websites */
/* Modern, CSS-only spinner with greyed-out overlay */

/* Overlay backdrop */
.global-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.global-loading-overlay.show {
    display: flex;
    opacity: 1;
}

/* Spinner container */
.global-spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Modern circular spinner */
.global-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: global-spin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

/* Site-specific spinner colors */
.global-loading-overlay.joelinks .global-spinner {
    border-top-color: #5e5bed;
    border-right-color: #5e5bed;
    border-bottom-color: rgba(94, 91, 237, 0.3);
}

.global-loading-overlay.schoolsearch .global-spinner {
    border-top-color: #4f46e5;
    border-right-color: #4f46e5;
    border-bottom-color: rgba(79, 70, 229, 0.3);
}

.global-loading-overlay.zoomamerica .global-spinner {
    border-top-color: #5e5bed;
    border-right-color: #5e5bed;
    border-bottom-color: rgba(94, 91, 237, 0.3);
}

/* Loading text */
.global-spinner-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Spin animation */
@keyframes global-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .global-spinner {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .global-spinner-text {
        font-size: 0.875rem;
    }
}

/* Prevent body scroll when spinner is active */
body.spinner-active {
    overflow: hidden;
}

/* ============================================
   Sign-In Button Pulsing Animation
   ============================================
   Professional, subtle pulsing animation to
   draw attention to sign-in/sign-up buttons
   ============================================ */

/* Base animation properties - applied to all sign-in/sign-up buttons */
.signin-pulse-btn,
#signHeroBtn,
#mobileSignBtn,
.signup-button,
button.signup-button,
.btn.signup-button,
.landing-btn-signup,
a.landing-btn-signup,
a.landing-nav-link,
.landing-nav-link[href*="login"],
.landing-nav-link[href*="Login"],
/* Sign-up buttons */
a.btn-primary[href*="Register"],
a.btn-primary[href*="register"],
a.btn-primary[href*="SignUp"],
a.btn-primary[href*="signup"],
a.btn-primary.ms-2,
a[href*="Account/Register"].btn-primary,
a[href*="account/register"].btn-primary,
.nav-item a.btn-primary[href*="Register"],
.nav-item a.btn-primary[href*="register"],
.navbar .nav-item:has(a[href*="Register"]) .btn-primary,
.navbar .nav-item:has(a[href*="register"]) .btn-primary,
.navbar-nav .nav-item .btn-primary.ms-2,
/* Sign-in buttons */
a.nav-link[href*="Login"],
a.nav-link[href*="login"],
a.nav-link[href*="SignIn"],
a.nav-link[href*="signin"],
a[href*="Login"].nav-link,
a[href*="login"].nav-link,
a[href*="Account/Login"],
a[href*="account/login"],
.nav-item a[href*="Login"],
.nav-item a[href*="login"],
.navbar .nav-item:has(a[href*="Login"]) .nav-link,
.navbar .nav-item:has(a[href*="login"]) .nav-link {
    animation: subtlePulse 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform, box-shadow;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Refined pulsing animation - subtle and professional */
@keyframes subtlePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 123, 255, 0.4);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 0 0 4px rgba(0, 123, 255, 0.15);
    }
}

/* Enhanced interaction states */
.signin-pulse-btn:hover,
#signHeroBtn:hover,
.signup-button:hover,
.landing-btn-signup:hover,
a.btn-primary[href*="Register"]:hover,
a.btn-primary[href*="register"]:hover,
a.nav-link[href*="Login"]:hover,
a.nav-link[href*="login"]:hover {
    animation-duration: 2.5s;
    transform: scale(1.03);
}

/* Pause animation on active state for better UX */
.signin-pulse-btn:active,
#signHeroBtn:active,
.signup-button:active,
.landing-btn-signup:active,
a.btn-primary[href*="Register"]:active,
a.btn-primary[href*="register"]:active,
a.nav-link[href*="Login"]:active,
a.nav-link[href*="login"]:active {
    animation-play-state: paused;
    transform: scale(0.98);
}


