/* Spiritual Theme Variables */
:root {
    --spiritual-primary: #DAA520;
    --spiritual-primary-dark: #B8860B;
    --spiritual-secondary: #7C3AED;
    --spiritual-secondary-dark: #6B46C1;
    --spiritual-accent: #14B8A6;
    --spiritual-bg-light: #FFFBF5;
    --spiritual-bg-cream: #FFF8F0;
    --spiritual-text-dark: #3E2723;
    --spiritual-text-muted: #6B5B4F;
}

/* Hinduism-Themed Color Variables */
:root {
    --brand-red: #7e1515;
    --brand-red-light: #a01d1d;
    --sacred-saffron: #F37420;
    --sacred-saffron-light: #F3AF42;
    --sacred-gold: #FFD700;
    --sacred-yellow: #EED062;
    --sacred-white: #FFFFFF;
    --sacred-cream: #FFF8F0;
    --sacred-green: #4B9B5A;
    --text-dark: #3E2723;
    --text-muted: #6B5B4F;
}




/* ==========================================================================
   NEW FOOTER STYLES
   ========================================================================== */

/* From root style.css */
.quick_links_footer a,
.quick_links_footer a:hover {
    color: #fff;
}

.footer-logo {
    max-width: 50vh !important;
}

.footer-heading {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

.quick_links li {
    font-size: 14px !important;
    margin-bottom: 1px !important;
    list-style: none;
}

.quick_links li a {
    color: #ffffff !important;
}

.quick_links_footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quick_links_footer li {
    list-style: none;
}

.pandit_copy_right {
    background-color: #f39b59 !important;
}

.footer-container {
    margin-top: 2rem;
    background-image: url(https://99pandit.com//wp-content/themes/ninetyninepandit/img/footerbg1.png) !important;
  background-size: cover !important;
    padding-top: 25%;
}

@media only screen and (max-width: 767px) {
    .quick_links_footer {
        display: block;
        padding: 0;
    }
}

/* Mobile Footer CTA */
.mobile-footer-cta {
    position: fixed;
    height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 90;
}

.mobile-footer-cta__btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    text-decoration: none;
    width: 50%;
    border-right: 1px solid;
    background: #e51251;
}

.mobile-footer-cta__btn i {
    margin-right: 5px;
}

.mobile-footer-cta__btn:last-child {
    margin-right: 0;
    background: #189d0e;
}

/* Privacy Policy */
.privacy-policy-mobile {
    display: block;
}

@media (max-width: 767px) {
    .privacy-policy-mobile {
        /* Mobile specific adjustments if any */
    }
}

.privacy-policy-decktop {
    /* Desktop specific adjustments if any */
}

/* From css/style.css */
.footer {
    position: relative;
}

.frame_1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 290px;
}

.frame_2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 290px;
    transform: scaleX(-1);
}

.footer-uper {
    height: 0 !important;
}

/* From css/home-desktop.css */
.puja-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.recentPost-cards-footer a {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.4px;
    text-decoration: none;
    color: #000;
    font-family: Noto Sans;
    text-align: left;
}

/* New Footer Links Section (Verified Pandits, etc.) */
.links-footer-urls {
    display: block !important;
}

.links-footer {
    text-align: right;
    color: #fff;
}

.blog-category-url {
    display: flex;
    align-items: center;
    gap: 9px;
    text-align: left;
    flex-wrap: wrap;
}

.links-footer-blog {
    text-align: left;
}

.links-footer-blog p {
    color: var(--text-dark) !important;
    font-size: 10px !important;
}

.links-footer-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
}

.links-footer-icon span {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #7e1515;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.links-footer-urls a {
    color: var(--text-dark) !important;
    font-size: 10px;
    text-decoration: underline !important;
}

.links-footer-icon-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.links-footer-icon-txt h3 {
    color: var(--text-dark) !important;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.links-footer-blog h4 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.footer-category-group .footer-category-title {
    color: var(--text-dark) !important;
    font-size: 16px;
    margin-top: 15px;
}

.blog-category-collapsible {
    line-height: 1.6;
    max-height: calc(1.6em * 3);
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.blog-category-collapsible.expanded {
    max-height: 5000px;
}

.see-more-toggle {
    background: none;
    border: none;
    color: var(--text-dark) !important;
    font-size: 13px;
    cursor: pointer;
    margin-top: 6px;
    padding: 0;
    text-decoration: underline;
}

.footer-ll {
    color: var(--text-dark) !important;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .links-footer-icon-txt h3 {
        font-size: 15px;
    }

    .links-footer-blog h4 {
        font-size: 12px !important;
    }

    .links-footer-blog p {
        color: #7e1515;
        font-size: 9px !important;
    }

    .links-footer-urls a {
        font-size: 9px !important;
    }

    .blog-category-url {
        gap: 6px;
    }

    .footer-category-group .footer-category-title {
        font-size: 14px;
    }

    .links-footer-icon span {
        cursor: pointer;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

.footer-quick-links .quick_links_footer {
    margin-bottom: 0;
}

.footer-quick-links .quick_links_footer li {
    font-size: 13px !important;
}

.puja_cards_btns {
    background: linear-gradient(135deg, #7e1515 0%, #7e1515 100%);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.mobilecardbody {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer-text {
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}

.footer-tagline {
    font-size: 13px;
    margin-top: 6px;
}

.footer-links-show,
.footer-links-show-1,
.footer-links-show-2,
.footer-links-show-3 {
    position: relative;
    top: 5px;
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.75rem, 2.5vw, 0.875rem) !important;
}

.mobile-border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.mobile-border:nth-child(4) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.pandit-for-reg-mobile {
    display: none;
}

@media (max-width: 767px) {
    .pandit-for-reg-mobile {
        display: block;
    }
}

.book_pandit.btnIndia {
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;

    padding: 16px 28px !important;
    border-radius: 50px 0 0 50px !important;
    cursor: pointer !important;
    overflow: hidden !important;

    background: linear-gradient(135deg, #059669, #10B981) !important;
    box-shadow: -8px 10px 30px rgba(16, 185, 129, 0.35) !important;
    transition: all 0.4s ease !important;

    animation: autoAttention 10s infinite !important;
}

/* Remove red background */
.book_pandit.btnIndia .pandit_icon {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Real hover still works */
.book_pandit.btnIndia:hover {
    padding-right: 40px !important;
    box-shadow: -12px 15px 35px rgba(16, 185, 129, 0.45) !important;
}


/* 🔥 Smart Attention Animation */
@keyframes autoAttention {

    /* ===== START BURST (0s–4s) ===== */
    0% {
        padding-right: 28px;
    }

    5% {
        padding-right: 40px;
    }

    10% {
        padding-right: 28px;
    }

    15% {
        padding-right: 40px;
    }

    20% {
        padding-right: 28px;
    }

    25% {
        padding-right: 40px;
    }

    30% {
        padding-right: 28px;
    }

    /* ===== Calm Period ===== */
    31% {
        padding-right: 28px;
    }

    /* ===== Auto Hover at 9s ===== */
    90% {
        padding-right: 40px;
    }

    95% {
        padding-right: 28px;
    }

    100% {
        padding-right: 28px;
    }
}
.bg-saffron{
    background: var(--sacred-saffron) !important;
}
.btn-saffron{
    background: var(--sacred-saffron) !important;
}

