


:root {
            --primary-blue: #000080;
            --theme-red: #cf0512;
            --text-redLight: rgb(240, 24, 24);
            --bg-light: #f1f1f1;
            --text-white: #ffffff;
        }

       
@media (max-width: 767.98px) {
    .container {
        max-width: 98% !important;
        width: 98% !important;
        padding-left: 10px;
        padding-right: 10px;
      
    }
}


a:hover {
    text-decoration: none !important;
    border-bottom: none !important; /* Ye line ko jad se khatam karega */
    box-shadow: none !important;    /* Kabhi kabhi shadow se bhi line dikhti hai */
}

.site-description {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.22px;
    line-height: 1;
}



.site-nav {
    background-color: #000066;
    width: 100%;
    text-transform: uppercase;
}

.site-nav{
  font-family: "heebo", serif;
  font-weight: 400;
  
}

.site-nav .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: relative;
}

/* Desktop Menu Styling */
.site-nav .desktop-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav .desktop-nav ul li a {
    color: white !important;
    padding: 0 15px;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

/* Mobile Toggle & Search Box */
.site-nav .mobile-toggle, .site-nav .search-trigger {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.site-nav .search-trigger {
    background: #000044; /* Darker blue side box */
}

/* Mobile Menu Dropdown */
.site-nav .mobile-menu {
    display: none;
    background: #000066;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.site-nav .mobile-menu.active {
    display: block;
}

.site-nav .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-nav .mobile-menu ul li a {
    color: white !important;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-decoration: none;
}


#searchModal .form-control:focus {
    box-shadow: none;
    border-color: #e82121;
}

#searchModal .modal-backdrop.show {
    opacity: 0.3;
    backdrop-filter: blur(5px);
}




        /* Prevent Horizontal Scroll */
        html, body {
            overflow-x: hidden;
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: var(--bg-light);
            font-family: 'Inter', sans-serif;
        }

        /* 🔹 HEADER */
        .site-header .container {
            background-color: var(--theme-red);
            padding: 20px 10px;
            margin-top: 10px;
            border-bottom: 2px solid rgba(0,0,0,0.1);
        }
        .site-header .brand-title {
            color: var(--text-white);
            font-weight: 800;
            text-transform: uppercase;
            font-size: clamp(1.5rem, 5vw, 2.2rem);
            margin-bottom: 0;
        }
        .site-header .brand-link {
            color: rgba(255,255,255,0.9);
            font-size: 0.85rem;
            text-decoration: none;
        }

        /* 🔹 NAVIGATION */
        .site-nav .container {
            background-color: var(--primary-blue);
            padding: 0;
        }
        .site-nav .nav-link {
            color: var(--text-white) !important;
            font-weight: 700;
            font-size: 0.85rem;
            padding: 12px 15px !important;
            text-transform: uppercase;
        }

        /* 🔹 SEARCH ENGINE */
        .site-search-engine .search-form-container {
            border: 1px solid #ddd !important;
            background: #fff;
        }
        .site-search-engine .btn-search-custom {
            background-color: var(--primary-blue);
            color: var(--text-white);
            border: none;
            transition: 0.2s;
        }

        /* 🔹 MAIN BOX */
        main.container {
            background-color: #fff;
            padding: 20px 10px;
            min-height: 300px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        /* 🔹 FOOTER */
        .site-footer .container {
            background-color: var(--theme-red);
            color: var(--text-white);
            padding: 30px 15px;
        }
        .site-footer .copyright-bar {
            background-color: #1a1a1a;
            color: #ccc;
            padding: 10px 0;
            font-size: 0.75rem;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
          
            .site-search-engine .btn-search-custom span { display: none; } /* Mobile par text hide */
            .site-search-engine .btn-search-custom i { margin-right: 0 !important; }
        }

        /* 🔹 SECTION-SPECIFIC CSS */
    .trending-grid-section .text-navy,
    .Home-blogs-sidebar .text-navy{ color: var(--primary-blue); }
    
    /* SEO accent border using Theme Blue */
    .trending-grid-section .border-left-theme,
    .Home-blogs-sidebar .text-navy {
        border-left: 4px solid var(--primary-blue);
    }



    .trending-grid-section .trending-card {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 70px;
        padding: 10px;
        border-radius: 6px;
        color: #fff !important;
        font-weight: 700;
        font-size: 0.8rem;
        line-height: 1.2;
        text-decoration: none;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

 



    /* 🔹 Color Palette from Image */
    .btn-red    { background-color: #fb0303; }
    .btn-green  { background-color: #28a745; }
    .btn-pink   { background-color: #e83e8c; }
    .btn-teal   { background-color: #17a2b8; }
    .btn-orange { background-color: #ffc107; color: #000 !important; }
    .btn-purple { background-color: #6f42c1; }
    .btn-blue   { background-color: #007bff; }
    .btn-dark   { background-color: #343a40; }

     .btn-orange  { background-color: #fb5e03; }
    .btn-pink   { background-color: #ed12e3; }
    .btn-nblue  { background-color: #0080ff; }
    .btn-dullgreen  { background-color: #868a09; }
    .btn-brown  { background-color: #5f0000; }
    .btn-green3  { background-color: #0b7821; }


    /* Mobile adjustments */
    @media (max-width: 576px) {
        .trending-grid-section .trending-card {
            font-size: 0.75rem;
            min-height: 60px;
        }
    }

    /* 🔹 SITE INTRO****************************** */
/* Subtle dot blink */
    @keyframes blink-dot {
        0% { opacity: 1; }
        50% { opacity: 0.3; }
        100% { opacity: 1; }
    }

    .site-intro-block{
        background-color: #ffffff;
    }

    /* Mobile handling for centered elements */
    @media (max-width: 576px) {
        .site-intro-block h2 { font-size: 1.6rem; }
        .site-intro-block .badge-live-minimal { margin-bottom: 10px; }
        .site-intro-block .headlines-static { font-size: 0.85rem; padding: 0 10px; }
    }




/* Wrapper to center and give space */
.live-update-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Live Pill */
.modern-live-pill {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #d9534f;
    padding: 8px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(217, 83, 79, 0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}


.live-text {
    color: #333;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}


.pulse-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #d9534f;
    border-radius: 50%;
    z-index: 2;
}

.pulse-ring {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(217, 83, 79, 0.4);
    border-radius: 50%;
    animation: fast-pulse 1s infinite ease-out;
    z-index: 1;
}


@keyframes fast-pulse {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}


@media (max-width: 576px) {
    .modern-live-pill {
        padding: 6px 15px;
    }
    .live-text {
        font-size: 0.85rem;
    }
}
/* Red Blinking Dot */
.red-dot {
    height: 10px;
    width: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: live-blink 1s infinite;
}

@keyframes live-blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}



/* Pagination css  **/
.page-link {
    color: var(--theme-red) !important; /* Text color red */
    border-color: #dee2e6;
}

.page-item.active .page-link {
    background-color: var(--theme-red) !important; /* Active page background */
    border-color: var(--theme-red) !important;
    color: #fff !important;
}

.page-link:hover {
    background-color: #f8d7da; /* Light red hover */
    color: var(--theme-red) !important;
}



/* Footer menu ko ek line mein laane aur dots hatane ke liye */
.footer-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.footer-links li {
    display: flex !important;
    align-items: center !important;
}

.footer-links li a {
    color: white !important;
    text-decoration: none !important;
    margin: 0 10px !important;
}

/* Links ke beech mein pipe (|) symbol ke liye */
.footer-links li:not(:last-child):after {
    content: "|";
    color: white;
    margin-left: 5px;
}

.postlist1 article h3 a {
    color: #000;
}



.wp-navigation-box a:hover{
     border-bottom: 1px solid #1e73be!important;
}



.legal-page h1 {
    color: #000080;
    font-size: 2.25rem;
    display: inline-block;
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #cf0512; /* Red underline */
    margin-bottom: 0;
}


.legal-content-area p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #323232;
    margin-bottom: 1.25rem;
    text-align: justify;
}

.legal-content-area h2 {
    font-size: 1.4rem;
    color: #00003d;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-content-area a {
    color: #00003d; 
   font-weight: 400;
    text-decoration: none;
    border-bottom: 0.0625rem dashed #cf0512!important;

    
}

.legal-content-area a:hover {
   color: #cf0512; 
    border-bottom: 0.0625rem dashed #00003d!important;
}


@media (max-width: 48rem) {
    .legal-page {
        padding: 1.5rem !important;
    }
    .legal-page h1 {
        font-size: 1.75rem;
    }
}


/* Pagination css*/

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color:var(--primary-blue)!important;
    background-color: var(--primary-blue);
    color: white!important;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
}


.wp-pagenavi a, .wp-pagenavi span {
   
    border: 1px solid #929292;
}
.wp-pagenavi span.current{
    color: var(--primary-blue);
    font-weight: normal;
}