
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7fafc; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1e293b; 
    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    
    position: relative;
    overflow-x: hidden;
}

html,
body{
    width:100%;
    min-height:100%;
    margin:0;
    padding:0;
}




main, .media-wrapper, #content, .content-wrapper {
    flex: 1 0 auto;
}


.glow-saffron {
    position: absolute;
    top: -15%;
    left: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(255, 153, 51, 0.22) 0%, rgba(255, 153, 51, 0) 70%);
    pointer-events: none;
    z-index: 1;
}


.glow-green {
    position: absolute;
    top: 40%;
    right: -15%;
    width: 65vw;
    height: 65vw;
    background: radial-gradient(circle, rgba(19, 136, 8, 0.15) 0%, rgba(19, 136, 8, 0) 70%);
    pointer-events: none;
    z-index: 1;
}


.bjp-bg-watermark {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 950px;
    height: 950px;
    background: url('BJP logo.png') no-repeat center center;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}


.premium-glass-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06), 0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}


.media-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 60px 20px;
    position: relative;
    z-index: 2;
}

.media-header {
    text-align: center;
    margin-bottom: 60px;
}

.media-tagline {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: inline-block;
    margin-bottom: 14px;
    background: linear-gradient(90deg, #ff9933, #138808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.saffron-text { color: #e07b12; }
.green-text { color: #117a07; }

.media-title {
    font-family: 'Cinzel', serif;
    font-size: 3.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.media-subtitle {
    font-size: 1.15rem;
    color: #475569;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}


.featured-video-panel {
    padding: 40px;
    margin-bottom: 80px;
    border-left: 6px solid #ff9933;
}

.featured-video-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 35px;
    background: linear-gradient(135deg, #ff9933 0%, #ff7700 100%);
    color: #ffffff;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.4);
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    margin-top: 10px;
}

.video-container, .grid-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    border: 4px solid #ffffff;
}

.video-container iframe, .grid-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-date {
    align-self: flex-start;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bg-saffron {
    background: rgba(255, 153, 51, 0.15);
    color: #c26405;
    border: 1px solid rgba(255, 153, 51, 0.3);
}

.featured-info h2 {
    font-size: 2.1rem;
    line-height: 1.35;
    margin-bottom: 18px;
    color: #0f172a;
    font-weight: 700;
}

.featured-info p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

.yt-subscribe-btn {
    align-self: flex-start;
    background: #ff0000;
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.yt-subscribe-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.45);
    background: #e60000;
}


.gallery-heading {
    font-size: 1.75rem;
    margin-bottom: 40px;
    color: #0f172a;
    border-left: 5px solid #138808;
    padding-left: 18px;
    font-weight: 700;
}

.media-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
}

.video-card {
    padding: 0;
    overflow: hidden;
    border-bottom: 4px solid #138808;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px rgba(15, 23, 42, 0.1);
    background: #ffffff;
}

.video-card-body {
    padding: 26px;
}

.card-date {
    font-size: 0.75rem;
    color: #ff9933;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video-card-body h4 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #0f172a;
    font-weight: 700;
}

.video-card-body p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}


.premium-pretty-footer {
    background-color: #0b1322; 
    color: #ffffff;
    padding: 60px 0 0 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    border-top: 4px solid #138808; 
    z-index: 10;


    margin-top: auto; 
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 0;
}


.footer-main-grid {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px 55px 40px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 45px;
    align-items: start;
}


.footer-brand {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
}


.footer-bjp-logo {
    width: 135px;
    height: 135px;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 0;
}


.footer-brand-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.footer-social-strip {
    display: flex;
    gap: 12px;
    margin: 0 0 16px 0;
}

.social-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-circle:hover {
    background: #ff9933;
}

.footer-brand-content h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.footer-brand-content h4 {
    color: #ff9933;
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 16px 0;
    letter-spacing: 1px;
}

.footer-brand-content span {
    display: block;
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.footer-brand-content p {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


.footer-col h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 28px;
}

.footer-links-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-grid ul li {
    margin-bottom: 12px;
}

.footer-links-grid ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.footer-links-grid ul li a:hover {
    color: #ffffff;
}


.news-pitch {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.footer-subscribe-form {
    display: flex;
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 340px;
    width: 100%;
}

.footer-subscribe-form input {
    background: #ffffff;
    border: none;
    padding: 12px 16px;
    color: #0f172a;
    font-family: inherit;
    font-size: 0.9rem;
    flex-grow: 1;
    outline: none;
}

.footer-subscribe-form button {
    background: #ffffff;
    color: #0f172a;
    border: none;
    border-left: 1px solid #e2e8f0;
    width: 48px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-subscribe-form button:hover {
    background: #f8fafc;
    color: #ff9933;
}


.footer-bottom-bar {
    max-width: 1250px;
    margin-bottom:0;
    padding-bottom:25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    font-size: 0.9rem;
}

.footer-policy-links {
    display: flex;
    gap: 20px;
}

.footer-policy-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-policy-links a:hover {
    color: #94a3b8;
}


@media (max-width: 1024px) {
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .media-title {
        font-size: 2.8rem;
    }
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px 40px 24px;
    }
    .footer-bottom-bar {
        padding: 25px 24px;
    }
}

@media (max-width: 600px) {
    .media-title {
        font-size: 2.2rem;
    }
    .featured-video-panel {
        padding: 20px;
    }
    .featured-info h2 {
        font-size: 1.6rem;
    }
    .footer-brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .footer-brand-content {
        align-items: center;
    }
    .footer-social-strip {
        justify-content: center;
    }
    .footer-links-grid {
        border-left: none;
        padding-left: 0;
    }
    .footer-bottom-bar {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;
    }
    .footer-policy-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px;
    }
}