@keyframes jv-pulse{0%{box-shadow:0 0 0 0 hsl(var(--live)/.7)}70%{box-shadow:0 0 0 .5rem hsl(var(--live)/0)}to{box-shadow:0 0 0 0 hsl(var(--live)/0)}}@keyframes jv-pulse-white{0%{box-shadow:0 0 0 0 hsl(0 0% 100%/.6)}70%{box-shadow:0 0 0 .45rem #fff0}to{box-shadow:0 0 0 0#fff0}}@keyframes jv-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--primary:222 60% 16%;--primary-foreground:0 0% 100%;--secondary:0 78% 48%;--muted:220 14% 96%;--muted-foreground:220 9% 40%;--accent:0 78% 48%;--border:220 13% 88%;--input:220 13% 88%;--ring:0 78% 48%;--radius:.5rem;--navy:222 60% 16%;--navy-deep:222 65% 10%;--navy-foreground:0 0% 100%;--news-red:0 78% 48%;--news-red-dark:0 78% 38%;--news-red-light:0 85% 63%;--gold:42 95% 55%;--live:0 85% 50%;--gradient-navy:linear-gradient(135deg,hsl(222 65% 10%),hsl(222 55% 20%));--gradient-red:linear-gradient(135deg,hsl(0 78% 48%),hsl(0 78% 38%));--gradient-hero:linear-gradient(180deg,hsl(222 65% 10%) 0%,hsl(222 55% 18%) 100%);--shadow-card:0 4px 20px -4px hsl(222 60% 16% / .12);--shadow-elevated:0 10px 40px -10px hsl(222 60% 16% / .25);--shadow-red:0 8px 24px -8px hsl(0 78% 48% / .4);--sidebar-background:222 65% 10%;--sidebar-accent:222 55% 18%;--sidebar-border:222 50% 22%;--container:87.5rem;--wa:#25D366;--fb:#1877F2;--tw:#1d1d1f;--ig:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}*,::after,::before{box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (max-width:1024px){html{font-size:96%}}@media (max-width:768px){html{font-size:92%}}@media (max-width:480px){html{font-size:88%}}@media (max-width:360px){html{font-size:85%}}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,"Anek Malayalam",system-ui,sans-serif;font-feature-settings:"ss01","cv11";line-height:1.6;font-size:1rem;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .15s ease}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{margin:0;line-height:1.2;font-weight:800}p{margin:0 0 1rem}.font-display{font-family:"Playfair Display","Anek Malayalam",serif}.container{max-width:var(--container);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem;width:100%}.live-dot{width:.5625rem;height:.5625rem;border-radius:50%;background:hsl(var(--live));box-shadow:0 0 0 0 hsl(var(--live)/.7);animation:jv-pulse 1.8s infinite;flex:0 0 auto}.site-header{position:relative;z-index:50}.site-header__top{background:#fff;color:hsl(var(--foreground))}.masthead__inner{display:flex;align-items:center;justify-content:center;padding-block:.5rem;gap:1rem}.custom-logo-link{display:inline-flex;line-height:0}.custom-logo{max-height:5.625rem;width:auto;height:auto;object-fit:contain}.menu a,.navtoggle{color:hsl(var(--foreground))}.navtoggle{display:none;background:#fff0;border:0;padding:.4rem;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.navtoggle svg{width:1.75rem;height:1.75rem}.mainnav{background:#fff;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.mainnav__inner{display:flex;align-items:center;justify-content:center;gap:1rem}.menu{display:flex;flex-wrap:wrap;align-items:stretch}.menu li{position:relative}.menu a{display:block;padding:.95rem 1.05rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:3px solid #fff0}.menu a:hover,.menu li.current-menu-item>a{color:hsl(var(--news-red));border-bottom-color:hsl(var(--news-red))}.menu a:hover{background:hsl(var(--muted))}.menu .sub-menu,ul{list-style:none;margin:0;padding:0}.menu .sub-menu a{text-transform:none;letter-spacing:normal;border-bottom:0}.menu-item-has-children>a::after{content:"";display:inline-block;width:.42rem;height:.42rem;margin-left:.45rem;vertical-align:.14em;border-right:.12rem solid currentColor;border-bottom:.12rem solid currentColor;transform:rotate(45deg);opacity:.6}@media (min-width:861px){.menu>li.menu-item-has-children>.sub-menu{position:absolute;top:100%;left:0;min-width:14rem;background:#fff;border:1px solid hsl(var(--border));border-top:.18rem solid hsl(var(--news-red));box-shadow:var(--shadow-elevated);padding:.3rem 0;z-index:60;opacity:0;visibility:hidden;transform:translateY(.4rem);transition:opacity .16s ease,transform .16s ease;max-height:min(70vh,32rem);overflow-y:auto}.menu>li.menu-item-has-children:focus-within>.sub-menu,.menu>li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.menu .sub-menu a{display:block;padding:.55rem 1.1rem;font-size:.8rem;font-weight:700;color:hsl(var(--foreground));white-space:nowrap}.menu .sub-menu a:hover{color:hsl(var(--news-red));background:hsl(var(--muted))}}@media (max-width:860px){.menu-item-has-children{display:flex;flex-wrap:wrap;align-items:stretch}.menu-item-has-children>a{flex:1 1 auto}.menu-item-has-children>a::after{display:none}.menu .sub-menu{flex:1 1 100%;display:none;background:hsl(0 0% 98%)}.menu .sub-menu a{display:block;padding:.7rem .25rem .7rem 1.4rem;font-size:.9rem;font-weight:600;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border))}.menu .sub-menu li:last-child a{border-bottom:0}}.livebar{background:hsl(var(--news-red));color:#fff;border-top:2px solid hsl(var(--news-red-dark));border-bottom:2px solid hsl(var(--news-red-dark));overflow:hidden}.livebar__inner{display:flex;align-items:stretch;padding:0 1rem 0 0}.livebar__date,.livebar__label{display:flex;align-items:center;flex:0 0 auto;white-space:nowrap}.livebar__date{padding:.55rem .9rem;font-weight:700;font-size:.82rem;color:#fff}.livebar__label{gap:.4rem;background:hsl(var(--news-red-dark));font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;padding:.55rem 1rem}.livebar__label .live-dot{background:#fff;box-shadow:0 0 0 0 hsl(0 0% 100%/.7);animation:jv-pulse-white 1.8s infinite}.livebar__track{flex:1 1 auto;overflow:hidden;position:relative;display:flex;align-items:center}.livebar__marquee{display:inline-flex;align-items:center;white-space:nowrap;will-change:transform;animation:jv-marquee 32s linear infinite}.livebar__track:hover .livebar__marquee{animation-play-state:paused}.livebar__marquee a{display:inline-flex;align-items:center;padding:.55rem 0;font-weight:600;font-size:.9rem}.livebar__marquee a:hover{text-decoration:underline}.livebar__marquee .diamond{margin:0 1.4rem;color:hsl(0 0% 100%/.8);font-size:.7rem}.site-main{padding:0 0 3rem}.site-main>.container:first-child{padding-top:2.25rem}.section-gap{margin-bottom:2.75rem}.eyebrow,.tag{font-weight:800}.tag{display:inline-block;background:hsl(var(--news-red));color:#fff;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;padding:.28rem .6rem;border-radius:.25rem;line-height:1.1}.eyebrow{font-size:.72rem;color:hsl(var(--news-red))}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;border-bottom:2px solid hsl(var(--foreground));padding-bottom:.5rem}.latest__head h2,.section-head__title{font-weight:800;color:hsl(var(--foreground))}.section-head__title{font-family:"Playfair Display","Anek Malayalam",serif;font-size:1.7rem}.section-head__more{display:inline-flex;align-items:center;gap:.3rem;color:hsl(var(--news-red));font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.section-head__more svg{width:.875rem;height:.875rem}.meta-row{display:flex;align-items:center;gap:1rem;color:hsl(var(--muted-foreground));font-size:.82rem}.meta-row .meta-item,.share{display:inline-flex;align-items:center;gap:.35rem}.meta-row svg{width:.9375rem;height:.9375rem;opacity:.85}.share{gap:.5rem}.share-btn{width:2.375rem;height:2.375rem;border-radius:9999px;display:inline-grid;place-items:center;transition:all .15s ease;flex:0 0 auto}.share-btn svg{width:1.0625rem;height:1.0625rem}.share-btn--glass{background:hsl(0 0% 100%/.15);color:#fff;backdrop-filter:blur(4px)}.share-btn--glass.is-wa:hover{background:var(--wa)}.share-btn--glass.is-fb:hover{background:var(--fb)}.share-btn--glass.is-tw:hover{background:#000}.share-btn--glass.is-share:hover{background:hsl(0 0% 100%/.3)}.card{display:flex;flex-direction:column;background:hsl(var(--card));border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-.1875rem);box-shadow:var(--shadow-elevated)}.card__media{position:relative;display:block;aspect-ratio:16/10;background:var(--gradient-hero);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover}.card__media .tag{position:absolute;left:.75rem;bottom:.75rem}.card__body{padding:.9rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card__title{font-size:1rem;font-weight:700;line-height:1.3;color:hsl(var(--foreground))}.card:hover .card__title,.latest__item:hover .latest__title{color:hsl(var(--news-red))}.card__meta{margin-top:auto}.cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.home-top{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:2rem;margin-bottom:2.75rem}.hero{position:relative;border-radius:var(--radius);overflow:hidden;min-height:32.5rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:var(--gradient-hero);box-shadow:var(--shadow-elevated)}.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsl(222 65% 10%/.25)0,hsl(222 65% 10%/.55) 55%,hsl(222 65% 10%/.92) 100%)}.hero__share{position:absolute;top:1.25rem;right:1.25rem;z-index:2}.hero__body{position:relative;z-index:2;padding:2.5rem}.hero__tag{margin-bottom:1rem}.hero__title{font-size:2.6rem;font-weight:800;line-height:1.12;margin-bottom:.85rem;max-width:90%}.hero__excerpt{font-size:1.02rem;color:hsl(0 0% 100%/.85);margin-bottom:1rem;max-width:80%}.hero__meta{color:hsl(0 0% 100%/.8)}.hero__meta svg{opacity:.9}.latest__head{display:flex;align-items:center;border-bottom:2px solid hsl(var(--news-red));padding-bottom:.5rem;margin-bottom:1rem}.latest__head h2{font-size:1.05rem}.latest__list{display:flex;flex-direction:column}.latest__item{display:flex;align-items:flex-start;gap:1rem;padding:1.05rem 0;border-bottom:1px solid hsl(var(--border))}.latest__item:last-child{border-bottom:0}.latest__thumb{flex:0 0 auto;display:block;width:5rem;aspect-ratio:1/1;border-radius:calc(var(--radius) - .15rem);overflow:hidden;background:var(--gradient-hero)}.latest__thumb img{width:100%;height:100%;object-fit:cover;display:block}.latest__main{flex:1;min-width:0}.latest__cat{margin-bottom:.35rem}.latest__title{font-size:1.05rem;font-weight:700;line-height:1.4;color:hsl(var(--foreground))}.site-footer{background:hsl(var(--navy-deep));color:hsl(0 0% 100%/.72);margin-top:3rem}.footer-top{display:grid;grid-template-columns:1.5fr 1.7fr 1.1fr;gap:2.5rem;padding:3.5rem 0}.footer-logo{display:inline-block;background:#fff;padding:.55rem .85rem;border-radius:.625rem;line-height:0;margin-bottom:1.1rem}.footer-logo img{max-height:3.25rem;width:auto;display:block}.footer-brand__desc{font-size:.92rem;line-height:1.7;max-width:40ch;color:hsl(0 0% 100%/.6)}.footer-col h4{font-size:1rem;font-weight:800;margin-bottom:1.15rem;letter-spacing:.01em}.footer-col li{margin-bottom:.7rem}.footer-col a{font-size:.95rem;color:hsl(0 0% 100%/.78)}.footer-col a:hover,.footer-col h4{color:hsl(var(--news-red-light))}.footer-sections-list{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.75rem}.footer-sections-list li{margin-bottom:0}.footer-copyright{margin-top:1.5rem;font-size:.85rem;color:hsl(0 0% 100%/.5)}.footer-social{display:flex;gap:.6rem;margin-top:1.4rem}.footer-social li{margin:0}.footer-social a{width:2.375rem;height:2.375rem;border-radius:9999px;display:inline-grid;place-items:center;background:hsl(0 0% 100%/.08);color:hsl(0 0% 100%/.85);transition:all .15s ease}.footer-social a:hover{color:#fff;transform:translateY(-.125rem)}.footer-social a.is-ig:hover{background:var(--ig)}.footer-social a.is-fb:hover{background:var(--fb)}.footer-social svg{width:1.125rem;height:1.125rem}@media (max-width:1024px){.home-top{grid-template-columns:1fr;gap:2.5rem}.hero{min-height:26rem}.cards-row{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (max-width:860px){.masthead__inner{justify-content:space-between;padding-block:.4rem}.custom-logo{max-height:2.75rem}.navtoggle{display:inline-flex}.mainnav{display:none;border-top:0}.mainnav__inner{flex-direction:column;align-items:stretch;padding-top:.25rem;padding-bottom:.25rem}.menu{flex-direction:column;width:100%}.menu a{padding:.85rem .25rem;border-bottom:1px solid hsl(var(--border));border-bottom-width:1px}.menu li:last-child a{border-bottom:0}.menu a:hover,.menu li.current-menu-item>a{background:#fff0;border-bottom-color:hsl(var(--border))}}@media (max-width:600px){.livebar__date{display:none}.livebar__label{padding:.5rem .75rem;letter-spacing:.06em}.hero{min-height:20rem}.hero__body{padding:1.5rem}.hero__title{font-size:1.9rem}.hero__excerpt,.hero__title{max-width:100%}.cards-row,.footer-top{grid-template-columns:1fr}.footer-top{gap:1.75rem}.footer-sections-list{grid-template-columns:1fr 1fr}}:root{--direction-multiplier:1;--page-title-display:block}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}@media (prefers-reduced-motion:reduce){html *{transition-delay:0s!important;transition-duration:0s!important}}.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#fef4f7;--e-global-color-c58817e:#4e1425;--e-global-color-5420d44:#d3376b;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#FEF4F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Montserrat";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Montserrat";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Montserrat";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500}@media (max-width:767px){.elementor-kit-4{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem}}:root{--page-title-display:none}