 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 body {

   background: #0b0b0b;
   color: #fff;
   font-family: 'Poppins', sans-serif;
 }

 #main {

   background: #000000;
 }

 /* Specific background for Home Page */
 #page1 {
   background: #000000;
 }

 #page1 #main {
   background: transparent;
 }

 /* Header */
 header.desktop-menu {
   background: #000;
   position: relative;
   z-index: 100;
 }

 .navbar-toggler {
   display: none !important;
 }

 @media (max-width: 768px) {
   .navbar-toggler {
     width: 45px !important;
     height: 45px !important;
     padding: 0 !important;
     border: 2px solid #ffffff !important;
     background: rgba(255, 255, 255, 0.1) !important;
     border-radius: 8px !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     transition: all 0.3s ease !important;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
     outline: none !important;
   }

   .navbar-toggler:hover {
     transform: scale(1.05);
     background: rgba(255, 255, 255, 0.2) !important;
   }

   .navbar-toggler i.fa-bars {
     font-size: 24px !important;
     color: #ffffff !important;
     display: block !important;
     width: 24px !important;
     height: 24px !important;
     line-height: 24px !important;
     text-align: center !important;
     text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
   }
 }

 .navbar-toggler-icon {
   display: none !important;
 }

 /* Overrides for Header on Home Page */
 #page1 header.desktop-menu {
   background: transparent;
 }

 .wrapper {
   max-width: 1000px;
   margin: 0 auto;
   padding: 0px 20px;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
 }

 #logo img {
   display: block;
   width: 140px;
   height: auto;
 }

 #logo a {
   text-decoration: none;
   display: block;
 }

 #logo {
   position: absolute;
   left: 95px;
   top: 70px;

 }

 .style5 {
   color: #fff;
   font-weight: bold;
   text-align: right;
   padding-top: 10px;
   font-size: 13px;
   line-height: 1.8;
   flex-grow: 1;
   padding-right: 44px;
 }

 /* Blue link styles for specific links */
 .style5 a[href*="diawi"],
 .style5 a[href*="privacy-policy"],
 .style5 a[href*="download_form.html"] {
   color: #57a2df;
   font-weight: bold;
 }

 .style5 a {
   color: #fff;
   text-decoration: none;
   padding: 0 3px;
   transition: color 0.3s ease;
 }

 .style5 a:hover {
   color: #42a5f5;
 }

 .style60 {
   color: #ff0202;
 }

 .approved-text {
   white-space: nowrap;
   display: inline-block;
 }

 .blink {
   animation: blinker 0.6s linear infinite;
   color: #ff0000;
   font-weight: bold;
 }

 .app-download-link {
   color: #ff0000 !important;
   font-weight: 550;

 }

 .hot-news-link {
   background-color: #ffffff !important;
   color: #ff0000 !important;
   padding: 2px 8px !important;
   border-radius: 4px;
   margin: 0 5px;
   display: inline-block;
   line-height: normal;
   text-decoration: none !important;
 }

 .hot-news-link .blink {
   color: #ff0000 !important;
 }

 .iso-cert {
   font-size: 17px !important;
   font-weight: 560;
   display: block;
   margin-top: 5px;
 }

 @keyframes blinker {
   50% {
     opacity: 0;
   }
 }

 /* Navigation Menu */
 nav.res-menu {

   position: relative;
   font-family: 'Orbitron', sans-serif;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 30px;
   left: -17px;
   top: 20px;
 }

 nav.res-menu input[type="checkbox"] {
   display: none;
 }

 nav.res-menu label {
   display: none;
   width: 40px;
   height: 35px;
   background: #1565c0;
   cursor: pointer;
   border-radius: 3px;
   position: absolute;
   top: -5px;

   z-index: 10;
   justify-content: center;
   align-items: center;
 }

 nav.res-menu label::after {
   content: '☰';
   color: white;
   font-size: 68px;
   position: absolute;
   top: 0;
   left: 7px;
 }

 .sf-menu {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;

 }

 .sf-menu li {
   position: relative;

 }

 /* Divider image after each menu item */
 .sf-menu li:not(.last)::after {
   content: "";
   position: absolute;

   right: 0;
   /* adjust spacing */
   top: 50%;
   transform: translate(50%, -50%);
   width: 10px;
   /* divider width */
   height: 40px;
   /* divider height */
   background: url("images/menu_divider.png") no-repeat center;
   background-size: contain;
 }


 .sf-menu li.last {
   border-right: none;
 }

 .sf-menu li a {
   display: block;
   padding: 5px 15px;
   color: #fff;
   text-decoration: none;
   font-size: 13.5px;
   font-weight: 600;
   text-transform: uppercase;
   transition: all 0.3s ease;
   position: relative;
   font-family: 'Poppins', sans-serif;
   font-weight: 450;

 }

 .news-wrapper {
   max-width: 870px;
   margin: 0 auto;
   position: relative;
   color: #fff;
   z-index: 50;


 }

 .sf-menu li a:hover,
 .sf-menu li.active a {

   color: #e30f0f;

 }

 /* Scrolling News Bar */
 .col-lg-12 {
   max-width: 880px;
   margin: 10px auto;
   padding: 0px 20px;
   display: flex;

   gap: 0;
   justify-content: center;
   height: 35px;
 }

 .col-lg-2 {
   background: #ff0000;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px 15px;
   color: #fff;
   font-weight: bold;
   white-space: nowrap;
 }

 .col-lg-2 a {
   color: #fff;
   text-decoration: none;
   font-size: 14px;
 }

 .col-lg-2 img {
   max-height: auto;
   display: block;
 }

 .col-lg-10 {
   flex: 1;
   min-width: 250px;
   border: 1px solid #ff0000;
   padding: 8px 10px;
   background: rgba(0, 0, 0, 0.5);
   overflow: hidden;
   display: flex;
   align-items: center;
   height: 35px;
 }

 .col-lg-10 marquee {
   display: block;
   margin: 0;
   padding: 0;
   line-height: 1.2;
   height: 100%;
   width: 100%;
 }

 marquee a {
   color: #fff;
   text-decoration: none;
   font-size: 15px;
   font-weight: 500;
   display: inline-block;
   vertical-align: middle;
 }

 /* Video Section */
 #content {
   position: relative;
   max-width: 1050px;
   margin: -80px auto 0;
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: auto;
   /* Removed huge 110vh */
   padding: 0px 0;
   /* Add some breathing room */
   overflow: hidden;

   z-index: 1;
 }

 /* Removed blocking overlay */

 .tv-container {
   position: relative;
   max-width: 1000px;
   /* Reduced from 1000px */
   margin: 0 auto;
   width: 100%;
   transform: scale(1.2);
   transform-origin: center top;
 }

 .tv-bg {
   width: 100%;
   height: auto;
   display: block;
 }

 #video {
   position: absolute;
   z-index: 2;
   /* Adjusted to fit the TV screen perfectly inside the bezel */
   top: 18.5%;
   left: 20%;
   width: 60%;
   height: 43.5%;
   border-radius: 2px;
   transition: all 0.3s ease;
 }

 #gameframe {
   height: 100%;
   width: 100%;
   position: relative;
   border-radius: 8px;
 }

 #gameframe iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: none;
   border-radius: 8px;
 }

 Footer footer {
   background: #000;
   color: #fff;
   /* removed border-top line */
 }

 #footer_higher {
   background: #000;
   padding: 20px 0;
 }

 footer .wrapper {
   padding: 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
 }

 #footer_right {
   text-align: right;
 }

 #social_icons a {
   display: inline-block;
   margin: 0 5px;
 }

 #social_icons img {
   width: 32px;
   height: 32px;
   transition: opacity 0.3s;
 }

 #social_icons img:hover {
   opacity: 0.7;
 }

 /* Mobile Responsive */
 @media (max-width: 768px) {
   .wrapper {
     flex-direction: column;
     text-align: center;
     padding-top: 20px;
     align-items: center;
   }

   #content {
     margin-top: -60px;
   }

   #logo {
     position: static;
     margin: 0 auto 10px auto;
     text-align: center;
   }

   .style5 {
     text-align: center;
     margin-bottom: 10px;
     padding-right: 0;
     order: -1;
   }

   nav.res-menu {

     text-align: center;
     left: auto;
     top: auto;
     padding: 10px 0;
   }

   /* Premium Fullscreen Mobile Menu Overlay */
   .navbar-collapse {
     position: fixed;
     top: 0;
     left: 0;
     width: 75%;
     height: 100vh;
     background: rgba(10, 10, 15, 0.98);
     z-index: 10000;
     display: flex;
     flex-direction: column !important;
     justify-content: flex-start !important;
     align-items: flex-start !important;
     transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     transform: translateX(-100%);
     visibility: visible;
     opacity: 1;
     margin: 0 !important;
     padding: 140px 30px 80px 30px !important;
     border-right: 2px solid #e30f0f;
     box-shadow: 10px 0 40px rgba(0, 0, 0, 0.8);
   }

   .navbar-collapse.show {
     transform: translateX(0) !important;
     display: flex !important;
   }

   .sf-menu {
     flex-direction: column !important;
     align-items: flex-start !important;
     width: 100% !important;
     gap: 5px !important;
     margin: 0 !important;
     padding: 0 !important;
   }

   .sf-menu li {
     border: none !important;
     width: 100%;
     text-align: left;
   }

   .sf-menu li a {
     font-size: 1.1rem !important;
     font-family: 'Orbitron', sans-serif !important;
     color: #fff !important;
     text-transform: uppercase;
     letter-spacing: 2px;
     padding: 10px !important;
     transition: all 0.3s ease;
     display: inline-block !important;
   }

   .sf-menu li a:hover,
   .sf-menu li.active a {
     color: #e30f0f !important;
   }

   /* Close Button Style */
   .menu-close-btn {
     position: absolute;
     top: 40px;
     right: 20px;
     background: transparent;
     border: 1px solid rgba(255, 255, 255, 0.3);
     color: #fff;
     font-size: 24px;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     z-index: 10001;
     transition: all 0.3s ease;
   }

   .mobile-menu-logo {
     position: absolute;
     top: 35px;
     left: 20px;
     width: 130px;
     height: auto;
     z-index: 10001;
   }

   .menu-close-btn:hover {
     background: #e30f0f;
     border-color: #e30f0f;
     transform: rotate(90deg);
   }

 }

 @media (max-width: 768px) {
   #logo img {
     width: 160px;
   }

   .style5 {
     font-size: 11px;
     line-height: 1.5;
     white-space: nowrap;
     overflow: visible;
   }

   .approved-text {
     font-size: clamp(8px, 2.8vw, 11px);
     letter-spacing: -0.3px;
     display: inline-block;
   }


   footer .wrapper {
     flex-direction: column;
     text-align: center;
   }

   #footer_right {
     margin-top: 10px;
     text-align: center;
   }

   #social_icons img {
     width: 28px;
     height: 28px;
   }

   /* .news-wrapper {
     margin-left: 20px;
     margin-right: 100px;
   } */
 }

 .footer {
   background: #0b1220;
   color: #e5e7eb;
   font-size: clamp(12px, 1.2vw, 14px);

 }

 .phone,
 .copyright {
   white-space: nowrap;
 }

 .social-icons img {
   width: 20px;
   height: 20px;
 }

 .footer a {
   color: #38bdf8;
   text-decoration: none;
 }

 @media (min-width: 992px) {
   .footer {
     padding-top: 20px;
     padding-bottom: 20px;
   }
 }

 #menu-toggle {
   display: none;
 }

 @media(max-width: 576px) {
   .wrapper {
     padding: 0 10px;
     align-items: center;
   }

   .news-wrapper {
     margin: 0 auto;
     /* Center it */
     left: 0;
     /* Reset the left shift */
     width: 100%;
     padding: 0 5px;
     /* Adjusted to 5px space from each side */
   }

   .style5 {
     white-space: nowrap !important;
     font-size: clamp(7px, 2.5vw, 11px) !important;
     text-align: center !important;
     width: 100%;
     margin: 0 auto 10px;
     padding-right: 0 !important;
   }

   .approved-text {
     white-space: nowrap !important;
     display: inline-block !important;
     letter-spacing: -0.4px;
   }

   .col-lg-12 {
     padding: 0;
   }

   .col-lg-2 {
     padding: 5px 10px;
     font-size: 12px;
   }

   .col-lg-2 a {
     font-size: 12px;
   }


   .col-lg-10 {
     flex: 1;
     min-width: 0;
     /* Allow shrinking */
     border: 1px solid #ff0000;
     padding: 8px 10px;
     background: transparent;
     overflow: hidden;
     display: flex;
     align-items: center;
     height: 35px;
   }

   #video {
     position: absolute;
     z-index: 2;
     /* Adjusted to fit the TV screen perfectly inside the bezel */
     top: 9%;
     left: 9%;
     width: 82%;
     height: 53.5%;
     border-radius: 2px;
     transition: all 0.3s ease;
   }

   .col-lg-10 marquee {
     display: block;
     margin: 0;
     padding: 0;
     line-height: 1.2;
     height: 100%;
     width: 100%;
   }

   marquee a {
     color: #fff;
     text-decoration: none;
     font-size: 12px;
     font-weight: 500;
     display: inline-block;
     vertical-align: middle;
   }

   /* Increase TV size for mobile */
   /* Increase TV size for mobile without overflow */
   #content {
     margin-top: 40px;
     padding-bottom: 30px;
     overflow: visible;
     /* Prevent horizontal scroll */
     display: flex;
     justify-content: center;
     width: 100%;
   }

   .tv-container {
     transform: scale(1.1);
     transform-origin: center top;
     margin-top: 0px;
     width: 100%;
     margin-bottom: 20px;
     /* Space for the scaled TV visual height */
   }

   .tv-bg {
     content: url('images/tv_mobile_v2.png');
   }

   #odia-news-rows {
     margin-top: 20px;
     position: relative;
     z-index: 10;
   }

   #gameframe {
     height: 100%;
     padding-bottom: 0;
   }

   #mainVideoTitleContainer {
     display: none !important;
   }

 }

 /* Specific adjustment for 567px as requested */



 #about-section,
 #video-section-container,
 .contact-video-section-inner,
 .about-video-section-inner,
 .hot-news-video-section-inner,
 .current-news-video-section-inner,
 .district-news-video-section-inner,
 .privacy-video-section-inner,
 .correspondent-video-section-inner {
   position: relative;
   max-width: 900px;
   margin: 0 auto;
   background-size: 100% 100%;
   overflow: hidden;
 }

 #about-section {
   background: url('images/c_top.jpg') no-repeat top center;
   padding: 50px 20px;
   margin-top: 40px;
   border-radius: 10px 10px 0 0;

 }

 /* New About Page Styling */
 #about-page {
   padding: 40px 15px;
   background: #000;
 }

 #about-main-container {
   max-width: 1050px;
   margin: 0 auto;
   position: relative;
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   /* Padding ensures content sits within the frame images (not overlapping the very top/bottom edges) */
   padding: 100px 40px 80px 40px;
 }

 /* Removed old separate styles */


 #video-section-container {
   background: url('images/c_bot.jpg') no-repeat bottom center;
   padding: 40px 0px;

   border-radius: 0 0 10px 10px;
 }

 #video-section-container h2 {
   margin-top: -20px;



 }

 .text-add {
   font-size: 20px;
   text-align: center;
 }

 .about-container,
 .video-section-inner,
 .contact-video-section-inner,
 .about-video-section-inner,
 .hot-news-video-section-inner,
 .current-news-video-section-inner,
 .district-news-video-section-inner,
 .privacy-video-section-inner,
 .correspondent-video-section-inner {
   position: relative;
   z-index: 2;

   padding: 20px;
 }

 .about-container h1,
 #about-main-container h1,
 /* Added this */
 #video-section-container h2,
 .contact-video-section-inner h2,
 .about-video-section-inner h2,
 .hot-news-video-section-inner h2,
 .current-news-video-section-inner h2,
 .district-news-video-section-inner h2,
 .privacy-video-section-inner h2,
 .correspondent-video-section-inner h2 {
   color: #7691a8;
   text-align: left;
   margin-bottom: 20px;
   font-size: 18px;
   font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
 }

 .about-container p,
 #about-main-container p {
   font-size: 16px;
   text-align: justify;
   margin-bottom: 15px;
   color: #fff;
 }

 #about-main-container h1 {
   position: relative;
   left: 50px;
   top: -90px;

 }

 #about-main-container p {
   position: relative;
   left: 10px;
   padding-left: 40px;
   top: -100px;


 }

 .ad-grid,
 .video-grid,
 .contact-video-grid,
 .about-video-grid,
 .hot-news-video-grid,
 .current-news-video-grid,
 .district-news-video-grid,
 .privacy-video-grid,
 .correspondent-video-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 10px;
 }

 .contact-video-grid>div,
 .about-video-grid>div,
 .hot-news-video-grid>div,
 .current-news-video-grid>div,
 .district-news-video-grid>div,
 .privacy-video-grid>div,
 .correspondent-video-grid>div {
   flex: 0 0 21%;
   max-width: 21%;
 }

 .ad-grid img,
 .video-grid img,
 .contact-video-grid img,
 .about-video-grid img,
 .hot-news-video-grid img,
 .current-news-video-grid img,
 .district-news-video-grid img,
 .privacy-video-grid img,
 .correspondent-video-grid img {
   border-radius: 8px;
   transition: transform 0.3s;
 }

 .video-grid div img,
 .contact-video-grid div img,
 .about-video-grid div img,
 .hot-news-video-grid div img,
 .current-news-video-grid div img,
 .district-news-video-grid div img,
 .privacy-video-grid div img,
 .correspondent-video-grid div img {

   aspect-ratio: 16 / 9;
   object-fit: cover;
   border-radius: 8px;
 }

 .ad-grid img:hover,
 .video-grid img:hover,
 .contact-video-grid img:hover,
 .about-video-grid img:hover,
 .hot-news-video-grid img:hover,
 .current-news-video-grid img:hover,
 .district-news-video-grid img:hover,
 .privacy-video-grid img:hover,
 .correspondent-video-grid img:hover {
   transform: scale(1.05);
 }

 /* Responsive Fixes for About Sections */
 @media (max-width: 768px) {

   #about-section,
   #video-section-container,
   .contact-video-section-inner,
   .about-video-section-inner,
   .hot-news-video-section-inner,
   .current-news-video-section-inner,
   .district-news-video-section-inner,
   .privacy-video-section-inner,
   .correspondent-video-section-inner {
     max-width: 95%;
     background-size: 100% 100%;
   }

   #about-section {
     padding: 40px 15px;
   }

   #video-section-container {
     padding: 100px 15px 60px 15px;
     margin-top: -25px;
     /* Slightly more overlap for better join */
   }

   #about-main-container {
     padding: 100px 25px 80px 25px;
     background:
       url('images/c_top.jpg') no-repeat top center / 100% 50%,
       url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
       #000;
   }

   .about-container h1,
   #about-main-container h1 {
     font-size: 2rem !important;
     text-align: center !important;
     margin: 0 auto 30px auto !important;
     width: 100% !important;
     left: 0 !important;
     top: 0 !important;
     float: none !important;
     position: relative !important;
   }

   .about-container p,
   #about-main-container p {
     font-size: 16px !important;
     text-align: center !important;
     padding: 0 !important;
     margin: 0 auto 20px auto !important;
     width: 100% !important;
     left: 0 !important;
     top: 0 !important;
     float: none !important;
     position: relative !important;
   }

   #video-section-container h2,
   .video-section-inner h2,
   .contact-video-section-inner h2,
   .about-video-section-inner h2,
   .hot-news-video-section-inner h2,
   .current-news-video-section-inner h2,
   .district-news-video-section-inner h2,
   .privacy-video-section-inner h2,
   .correspondent-video-section-inner h2 {
     font-size: 20px;
     margin-bottom: 15px;
     text-align: center;
   }

   .ad-grid img,
   .video-grid div img,
   .contact-video-grid div img,
   .about-video-grid div img,
   .hot-news-video-grid div img,
   .current-news-video-grid div img,
   .district-news-video-grid div img,
   .privacy-video-grid div img,
   .correspondent-video-grid div img {
     width: 100% !important;
     height: auto;
     aspect-ratio: auto;
     /* Allow natural ratio on mobile if desired, or keep 16/9 */
   }
 }

 .about-container h1,
 #about-main-container h1 {
   color: #6d889f;
   text-align: flex-start;
   margin-bottom: 20px;
   font-size: 20px;
   font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
   margin-right: 380px;
 }

 .about-container p,
 #about-main-container p {
   font-size: 12px;
   text-align: justify;
   margin-bottom: 15px;
   color: #8796a3;

 }

 .about-container span,
 #about-main-container span {
   color: #d70f0f;
 }

 .img-fluid {
   border: 3px solid #ffffff;
 }

 /* Unified District Frame Design */
 #district-news-page {
   padding: 30px 15px;
   background: #000;
 }

 #district-main-container {
   max-width: 1050px;
   margin: 0 auto;
   position: relative;
   /* Using multiple backgrounds for a unified frame look */
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   /* Huge padding to ensure thumbnails are placed "above" (on top of the middle of) the frame images */
   padding: 70px 50px 200px;
   box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
 }

 .district-frame-title {
   position: absolute;
   top: 22px;
   left: 70px;
   font-family: 'Orbitron', sans-serif;
   color: #939aa0;
   font-size: clamp(28px, 5vw, 42px);
   text-transform: uppercase;
   letter-spacing: 5px;
   text-shadow: 0 0 30px rgba(66, 165, 245, 1);
   z-index: 10;
   margin: 0;
   font-size: 1.3rem;
 }



 /* Hot News Page Styles */
 .hot-news-grid-layout {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   position: relative;
   z-index: 20;
   max-width: 850px;
   margin: 0 auto;
   top: -260px;
 }

 .hot-news-card {
   background: rgba(10, 10, 15, 0.85);
   border: 1px solid #333;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   cursor: pointer;
   text-decoration: none;
   display: block;
   backdrop-filter: blur(10px);
 }

 .hot-news-card:hover {
   transform: scale(1.06) translateY(-12px);
   border-color: #42a5f5;
   box-shadow: 0 15px 40px rgba(66, 165, 245, 0.5);
 }

 .hot-news-thumb {
   position: relative;
   aspect-ratio: 2/1;
   background: #000;
   overflow: hidden;
 }

 .hot-news-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   opacity: 0.8;
   transition: opacity 0.3s;
 }

 .hot-news-card:hover .hot-news-thumb img {
   opacity: 1;
 }

 .hot-play-icon-layer {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, 0.1);
 }

 .hot-play-icon-layer img {
   width: 50px;
   height: 50px;
   filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
 }

 .hot-news-caption {
   padding: 15px;
   font-size: 14px;
   color: #fff;
   text-align: center;
   line-height: 1.5;
   font-weight: 600;
   height: 54px;
   overflow: hidden;
   display: -webkit-box;
   line-clamp: 2;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   background: rgba(255, 255, 255, 0.05);
 }

 /* Current News Page Styles */
 .current-news-grid-layout {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   position: relative;
   z-index: 20;
   max-width: 850px;
   margin: 0 auto;
   top: 0px;
 }

 .current-news-card {
   background: rgba(10, 10, 15, 0.85);
   border: 1px solid #333;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   cursor: pointer;
   text-decoration: none;
   display: block;
   backdrop-filter: blur(10px);
 }

 .current-news-card:hover {
   transform: scale(1.06) translateY(-12px);
   border-color: #42a5f5;
   box-shadow: 0 15px 40px rgba(66, 165, 245, 0.5);
 }

 .current-news-thumb {
   position: relative;
   aspect-ratio: 2/1;
   background: #000;
   overflow: hidden;
 }

 .current-news-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   opacity: 0.8;
   transition: opacity 0.3s;
 }

 .current-news-card:hover .current-news-thumb img {
   opacity: 1;
 }

 .current-play-icon-layer {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, 0.1);
 }

 .current-play-icon-layer img {
   width: 50px;
   height: 50px;
   filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
 }

 .current-news-caption {
   padding: 15px;
   font-size: 14px;
   color: #fff;
   text-align: center;
   line-height: 1.5;
   font-weight: 600;
   height: 54px;
   overflow: hidden;
   display: -webkit-box;
   line-clamp: 2;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   background: rgba(255, 255, 255, 0.05);
 }

 /* District News Page Styles */
 .district-news-grid-layout {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   position: relative;
   z-index: 20;
   max-width: 850px;
   margin: 0 auto;
   top: 0px;
 }

 .district-news-card {
   background: rgba(10, 10, 15, 0.85);
   border: 1px solid #333;
   border-radius: 12px;
   overflow: hidden;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   cursor: pointer;
   text-decoration: none;
   display: block;
   backdrop-filter: blur(10px);
 }

 .district-news-card:hover {
   transform: scale(1.06) translateY(-12px);
   border-color: #42a5f5;
   box-shadow: 0 15px 40px rgba(66, 165, 245, 0.5);
 }

 .district-news-thumb {
   position: relative;
   aspect-ratio: 2/1;
   background: #000;
   overflow: hidden;
 }

 .district-news-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   opacity: 0.8;
   transition: opacity 0.3s;
 }

 .district-news-card:hover .district-news-thumb img {
   opacity: 1;
 }

 .district-play-icon-layer {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, 0.1);
 }

 .district-play-icon-layer img {
   width: 50px;
   height: 50px;
   filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
 }

 .district-news-caption {
   padding: 15px;
   font-size: 14px;
   color: #fff;
   text-align: center;
   line-height: 1.5;
   font-weight: 600;
   height: 54px;
   overflow: hidden;
   display: -webkit-box;
   line-clamp: 2;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   background: rgba(255, 255, 255, 0.05);
 }

 /* Responsiveness */
 @media (max-width: 992px) {

   .hot-news-grid-layout,
   .current-news-grid-layout,
   .district-news-grid-layout {
     grid-template-columns: repeat(3, 1fr);
   }

   #district-main-container {
     padding: 250px 30px 250px;
   }
 }

 @media (max-width: 768px) {
   #district-main-container {
     padding: 100px 20px 80px 20px;
     margin-top: 20px;
     background-size: 100% 400px, 100% 400px;
   }

   .district-frame-title {
     top: 30px !important;
     left: 50% !important;
     transform: translateX(-50%) !important;
     text-align: center !important;
     width: 90% !important;
     font-size: 24px !important;
     letter-spacing: 3px !important;
   }

   .hot-news-grid-layout,
   .current-news-grid-layout,
   .district-news-grid-layout {
     grid-template-columns: repeat(2, 1fr);
     gap: 15px;
   }

   .hot-news-caption,
   .current-news-caption,
   .district-news-caption {
     font-size: 12px;
     height: 44px;
   }
 }

 @media (max-width: 480px) {
   #district-main-container {
     padding: 140px 15px 140px;
   }

   .hot-news-grid-layout,
   .current-news-grid-layout,
   .district-news-grid-layout {
     grid-template-columns: repeat(1, 1fr);
   }

   .district-frame-title {
     top: 30px !important;
     font-size: 1.2rem !important;
   }
 }

 @media (max-width: 576px) {
   #district-main-container {
     padding: 140px 15px 140px;
   }

   .hot-news-grid-layout,
   .current-news-grid-layout,
   .district-news-grid-layout {
     grid-template-columns: repeat(1, 1fr);
   }


   .district-frame-title {
     top: 30px !important;
     font-size: 1.3rem !important;
   }
 }

 /* Integrated Video Ad Section Styles */
 .video-section-inner-integrated {

   position: relative;
   z-index: 20;
   max-width: 850px;
   margin-left: auto;
   margin-right: auto;
 }

 .video-section-inner-integrated h2 {
   font-family: 'Orbitron', sans-serif;
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   margin-bottom: 30px;
   text-align: center;
   letter-spacing: 2px;
 }

 .video-ad-grid-clean {
   display: flex;
   gap: 15px;
   justify-content: center;
   flex-wrap: wrap;
 }

 .video-ad-item {
   flex: 1;
   min-width: 150px;
   max-width: calc(25% - 12px);
 }

 .video-ad-item img {

   border-radius: 8px;
   border: 1px solid #333;
   transition: transform 0.3s;
 }

 .video-ad-item img:hover {
   transform: scale(1.05);
   border-color: #42a5f5;
 }

 @media (max-width: 768px) {
   .video-ad-item {
     max-width: calc(50% - 10px);
   }
 }

 /* Correspondent Page Styling */




 #correspondent-page {
   padding: 30px 15px;
   background: #000;
   min-height: 100vh;
 }

 .correspondent-header {
   max-width: 1050px;
   margin: 0 auto 0px;
   position: relative;
   z-index: 10;
 }

 #correspondent-main-container {
   max-width: 1050px;
   margin: 0 auto;
   position: relative;
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   padding: 80px 50px 150px;
   box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
   min-height: 100vh;
 }

 .correspondent-header h1 {
   font-family: 'Orbitron', sans-serif;
   color: #939aa0;
   font-size: clamp(1.2rem, 5vw, 2.2rem);
   text-transform: uppercase;
   letter-spacing: 3px;
   margin-bottom: 0px;
   position: relative;
   left: 40px;
   top: -30px;
 }

 .correspondent-banners {
   display: flex;
   justify-content: center;
   gap: 15px;
   margin-bottom: 30px;
   max-width: 1050px;
   margin: 0 auto 30px;
 }

 .correspondent-banners .banner-img {
   flex: 0 1 400px;
   border: 2px solid #555;
   border-radius: 4px;
   overflow: hidden;
   aspect-ratio: 16/9;
 }

 .correspondent-banners .banner-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }

 /* Clean Custom Banner Styles */
 .correspondent-banner-container {
   width: 100%;
   margin-bottom: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .banner-img-wrapper {
   max-width: 1050px;
   margin: 0 auto;
   padding: 0 15px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
 }

 .correspondent-banner-img {
   border: 2px solid #555;
   width: 100%;
   height: auto;
   display: block;
 }

 .search-box-wrapper {
   position: relative;
   max-width: 1050px;
   margin: 0 auto;
   padding: 60px 40px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 8px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 40px;
   min-height: auto;
 }

 .search-form-side {
   flex: 1;
   max-width: 600px;
 }

 .search-row {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 20px;
 }

 .search-row label {
   color: #42a5f5;
   font-size: 1.1rem;
   min-width: 330px;
   margin-bottom: 0;
 }

 .search-row input {
   flex: 1;
   padding: 8px 12px;
   background: #fff;
   border: none;
   color: #000;
   font-size: 1.1rem;
   min-width: 0;
 }



 /* Large Search Certificate Styles */
 .search-box-footer-cert {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 20px 0;
 }

 .search-box-footer-cert img {
   width: 100%;
   max-width: 850px;
   height: auto;
   border: 5px solid #ff0000;
   border-radius: 12px;
   box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9),
     0 0 30px rgba(255, 0, 0, 0.1);
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   cursor: pointer;
 }

 .search-box-footer-cert img:hover {
   transform: scale(1.05);
   box-shadow: 0 40px 80px rgba(0, 0, 0, 1),
     0 0 50px rgba(255, 0, 0, 0.3);
 }

 .or-box {
   color: #fff;
   font-weight: bold;
   margin: 10px 0;
   text-align: center;
   padding-left: 170px;
 }

 .search-trigger {
   background: rgb(38, 80, 232);
   border: none;
   color: #fff;
   font-size: 1rem;

   cursor: pointer;
   padding: 0;
   margin-top: 10px;
   margin-left: 270px;
   padding: 5px;
   border-radius: 12px;
 }

 .certificate-wrapper {
   display: flex;
   gap: 20px;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin-bottom: 20px;
   position: relative;
   z-index: 50;
 }

 .cert-box {
   display: flex;
   gap: 15px;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), z-index 0.3s;
   border: 3px solid #ff0000;
   border-radius: 4px;
   background: transparent;
   padding: 5px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
   width: fit-content;
 }

 .cert-box img {
   width: 200px;
   height: auto;
   object-fit: contain;
   border: 1px solid #ddd;
   display: block;
 }

 .multi-cert-box img {
   background: #fff;
   width: 300px;
   height: 300px;
   object-fit: contain;
   border: 1px solid #ddd;
 }

 .trai-cert-box img {
   height: 230px;
   width: auto;
   object-fit: contain;
 }

 /* Hover Popup Effect */
 .cert-box:hover {
   transform: scale(1.5);
   z-index: 1000;
   box-shadow: 0 0 100px rgba(0, 0, 0, 1);
 }

 .correspondent-tagline {
   text-align: center;
   margin-top: 40px;
   padding-bottom: 40px;
 }

 .correspondent-tagline p {
   color: #fff;
   font-weight: bold;
   font-size: 1.2rem;
 }

 @media (max-width: 992px) {
   .search-box-wrapper {
     flex-direction: column;
     text-align: center;
     padding: 40px 20px;
   }

   .search-form-side {

     margin-bottom: 40px;
   }

   .search-row {
     flex-direction: column;
     align-items: flex-start;
     gap: 10px;
   }

   .search-row label {
     min-width: auto;
     text-align: left;
   }


   .or-box,
   .search-trigger {
     padding-left: 0;
     margin-left: 0;
     text-align: center;

   }

   .cert-box {
     flex-direction: column;
     align-items: center;
     width: 100%;
     max-width: 350px;
   }

   .cert-box img {
     width: 100%;
     height: auto;
   }

   .cert-box:hover {
     transform: scale(1.1);
   }

   .certificate-wrapper {
     flex-direction: column;
     max-width: 400px;
     margin: 0 auto;
   }
 }



 /* Contact Page Styling - Final Robust Version */
 #contact-page {
   padding: 40px 15px;
   background: #000;
   min-height: 50vh;
 }

 #contact-main-container {
   max-width: 1000px;
   margin: 0 auto;
   position: relative;
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   padding: 180px 50px;
   box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
 }

 .contact-content-inner {
   position: relative;
   z-index: 10;
   /* Above the backgrounds */
   color: #dbd3ce;
 }

 .contact-content-inner h1 {
   font-family: 'Orbitron', sans-serif;
   color: #7da6ca;
   font-size: 1.2rem;
   text-transform: uppercase;
   letter-spacing: 3px;
   margin-bottom: 20px;
   text-align: left;
   position: relative;
   top: -150px;
   left: 20px;
 }

 .contact-info-section {
   margin-bottom: 0px;

   padding: 30px;
   border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.05);
   margin-top: -30px;
   position: relative;
   top: -150px;
 }

 .contact-detail-row {
   margin-bottom: 5px;
   font-size: 1.05rem;
   line-height: 1.3;
 }

 .contact-detail-row strong {
   color: #6088a7;
 }

 .dispute-alert {
   color: #b00707;
   font-weight: 400;
   margin: 25px 0;
   text-transform: uppercase;
   font-size: 1.1rem;
 }

 .query-section {
   margin-top: 30px;
   padding-top: 25px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 .query-section strong {
   color: #c21515;
 }

 .cert-logos-row {
   display: grid;
   grid-template-columns: 1fr;
   justify-items: center;
   gap: 20px;
   margin-bottom: 50px;
   position: relative;
   top: -170px;
   max-width: 120%;
   margin-left: auto;
   margin-right: auto;
 }

 .cert-logo-item {
   border: 5px solid #ff0000;
   border-radius: 8px;
   background: #fff;
   padding: 6px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
   transition: transform 0.3s ease;
   width: fit-content;
   margin: 0 auto;
 }

 .cert-logo-item img {
   width: 300px;
   height: 380px;
   object-fit: contain;
   background: #fff;
   display: block;
   border-radius: 4px;
 }

 .cert-logo-item:hover {
   transform: scale(1.5);
   z-index: 100;
 }

 .odia-ticker-box {
   background: rgba(255, 255, 255, 0.08);
   padding: 20px 15px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   gap: 15px;
   margin: 40px 0;
   border-left: 6px solid #42a5f5;
   backdrop-filter: blur(5px);
   position: relative;
   top: -180px;
 }

 .odia-text {
   font-size: 1.15rem;
   color: #fff;
   font-weight: 500;

 }

 .contact-map-wrapper {
   width: 85%;
   height: 400px;
   border-radius: 15px;
   overflow: hidden;
   border: 3px solid #333;
   margin: 40px auto;
   position: relative;
   clear: both;

   top: -30px;
 }

 .contact-map-wrapper iframe {
   width: 100%;
   height: 100%;
   border: 0;
 }

 .video-ad-section-contact {
   margin-top: 60px;
   width: 100%;
   clear: both;
 }

 .video-ad-section-contact h2 {
   font-family: 'Orbitron', sans-serif;
   color: #fff;
   font-size: 1.2rem;
   margin-bottom: 30px;
   text-transform: uppercase;
   letter-spacing: 2px;
   position: relative;
   top: 0px;
   left: 20px;
 }

 .ad-grid-clean-4 {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 10px;
 }

 .video-ad-item img {
   width: 100%;
   border-radius: 10px;
   border: 2px solid #444;
   transition: transform 0.3s, border-color 0.3s;
   position: relative;
   left: 20px;
 }

 .video-ad-item img:hover {
   transform: translateY(-5px);
   border-color: #42a5f5;
 }

 /* Responsive Adjustments */
 @media (max-width: 992px) {
   .ad-grid-clean-4 {
     grid-template-columns: repeat(4, 1fr);
     gap: 10px;
   }
 }

 @media (max-width: 768px) {
   #contact-main-container {
     padding: 60px 10px !important;
     margin-top: 20px;
   }

   .contact-content-inner h1,
   .contact-info-section,
   .cert-logos-row,
   .odia-ticker-box,
   .contact-map-wrapper {
     top: 0 !important;
     position: relative;
     margin-top: 15px;
     left: 0 !important;
     width: 100% !important;
   }

   .contact-content-inner h1 {
     top: -30px !important;
     text-align: center;
     font-size: 1.6rem;
     margin-bottom: 10px;
   }

   .cert-logos-row {
     grid-template-columns: 1fr;
   }

   .ad-grid-clean-4 {
     grid-template-columns: repeat(4, 1fr);
     gap: 8px;
   }

   .contact-detail-row {
     font-size: 0.95rem;
   }
 }

 @media (max-width: 480px) {

   .cert-logos-row {
     grid-template-columns: 1fr;
   }

   .odia-ticker-box {
     flex-direction: column;
     text-align: center;
   }
 }

 /* Privacy Policy Page Styles */
 #privacy-page {
   padding: 40px 15px;
   background: #000;
   min-height: 100vh;
 }

 #privacy-main-container {
   max-width: 1000px;
   margin: 0 auto;
   position: relative;
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   padding: 90px 60px;
   box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
 }

 .privacy-title {
   font-family: 'Orbitron', sans-serif;
   color: #939aa0;
   /* Silver/Grey title */
   font-size: 1.3rem;
   /* Large title */
   text-transform: uppercase;
   letter-spacing: 2px;
   position: relative;
   top: -60px;
   left: 30px;
 }

 .privacy-content h5 {
   color: #939aa0;
   font-size: 1.1rem;
   margin-top: 0px;
   margin-bottom: 10px;
   font-weight: bold;
   padding: 0px 0px 0px 20px;
   position: relative;
   top: -50px;
 }

 .privacy-content p {
   color: #ccccccad;
   font-size: .85rem;
   line-height: 1.6;
   margin-bottom: 10px;
   text-align: justify;
   padding: 0px 0px 0px 20px;
   position: relative;
   top: -50px;
 }


 .ad-title,
 .video-ad-title {
   font-family: 'Times New Roman', serif;
   /* Matching the serif font in image for 'Advertisment' */
   color: #fff;
   font-size: 1.5rem;
   font-weight: bold;

   text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
   position: relative;
   top: -20px;

 }

 .ad-title {
   position: relative;
   left: 50px;

 }

 .video-ad-title {
   font-family: 'Times New Roman', serif;
   margin-top: 10px;

   position: relative;
   left: 20px;
 }

 /* Responsive tweaks for Privacy Page */
 @media (max-width: 768px) {
   #privacy-main-container {
     padding: 80px 20px;
     /* Reducing side padding on mobile to fit content */
   }
 }

 /* Hot News Page Styles */
 #hot-news-page {
   padding: 60px 15px;
   background: #000;
   min-height: 100vh;
 }

 #hot-news-container {
   max-width: 1000px;
   margin: 0 auto;
   position: relative;
   background:
     url('images/c_top.jpg') no-repeat top center / 100% 50%,
     url('images/c_bot.jpg') no-repeat bottom center / 100% 50%,
     #000;
   border-radius: 20px;
   overflow: hidden;
   padding: 280px 60px;
   box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
 }

 .hot-news-title {
   font-family: 'Orbitron', sans-serif;
   color: #939aa0;
   font-size: 1.3rem;
   margin-bottom: 30px;
   text-transform: uppercase;
   letter-spacing: 2px;
   position: relative;
   top: -260px;
   left: 30px;
 }

 .hot-news-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 15px;
   /* Increased gap */
   margin-bottom: 40px;
 }

 .hot-news-grid .news-item {
   border: 3px solid #fff;
   border-radius: 4px;
   overflow: hidden;
   background: #222;
   aspect-ratio: 1/1;
   /* Enforce square ratio on container */
 }

 .hot-news-grid .news-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.3s;
 }

 .hot-news-grid .news-item img:hover {
   transform: scale(1.1);
 }

 .video-ad-section-hot-news {
   margin-top: 80px;
   padding-top: 20px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 /* Make Hot News Video Ad grid consistent with District News */
 .video-ad-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   /* 4 columns */
   gap: 15px;
 }

 .news-grid-layout {
   position: relative;
   top: -260px;
 }

 .video-ad-grid .img-fluid {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 @media (max-width: 992px) {

   .hot-news-grid,
   .video-ad-grid {
     grid-template-columns: repeat(3, 1fr);
   }
 }

 @media (max-width: 768px) {

   .hot-news-grid,
   .video-ad-grid {
     grid-template-columns: repeat(2, 1fr);
   }

   #hot-news-container {
     padding: 100px 20px 80px 20px;
     margin-top: 20px;
   }

   .hot-news-title {
     top: 30px !important;
     left: 50% !important;
     transform: translateX(-50%) !important;
     text-align: center !important;
     width: 90% !important;
     font-size: 24px !important;
     margin-bottom: 20px !important;
   }
 }

 @media (max-width: 400px) {

   #video {
     margin-top: 0px;
     max-height: 240px;
   }

   .news-wrapper {
     margin-top: -30px;
   }


 }

 /* Tablet/Small Desktop Responsive Fix (769px - 1023px) */
 @media (min-width: 769px) and (max-width: 1023px) {

   /* Center the wrapper content */
   .wrapper {
     align-items: center;
     padding-top: 10px;
   }

   /* Make logo part of the flow and center it */
   #logo {
     position: static;
     margin: 0 auto;
     text-align: center;
   }

   #logo img {
     margin: 0 auto;
   }

   /* Ensure the row containing the logo is centered/organized */
   .wrapper>.d-flex {
     justify-content: center !important;
     width: auto !important;
     margin-bottom: 10px;
   }

   /* Center the info text */
   .style5 {
     text-align: center;
     padding-right: 0;
     width: 100%;
     margin-bottom: 15px;
   }

   /* Reset Nav position and center it */
   nav.res-menu {
     position: relative;
     left: auto;
     top: auto;
     padding: 0 0 20px 0;
     width: 100%;
     justify-content: center;
   }

   /* Adjust menu font size to fit */
   .sf-menu li a {
     font-size: 12px;
     padding: 5px 10px;
   }

   /* Reset divider positions */
   .sf-menu li:not(.last)::after {
     right: 0;
   }
 }



 .news-row-item {
   background: rgba(255, 255, 255, 0.05);
   border-left: 4px solid #950e0e;
   padding: 12px 15px;
   border-radius: 8px;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   border: 1px solid rgba(255, 255, 255, 0.1);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   margin-bottom: 15px;
 }

 .news-row-item:hover {
   background: rgba(149, 14, 14, 0.1);
   transform: translateX(5px);
   border-left-color: #ff0000;
   box-shadow: 0 5px 15px rgba(149, 14, 14, 0.2);
 }

 .odia-news-text {
   font-size: 0.95rem;
   line-height: 1.5;
   color: #e0e0e0;
   margin: 0;
   flex: 1;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   font-family: 'Poppins', sans-serif;
 }

 .news-number {
   font-family: 'Poppins', sans-serif;
   font-size: 1.5rem;
   font-weight: bold;
   color: #950e0e;
   margin-right: 15px;
   min-width: 30px;
 }

 .news-row-content {
   display: flex;
   align-items: center;
 }

 .odia-section-title {
   font-family: 'Orbitron', sans-serif;
   color: #ece6e6;
   text-transform: uppercase;
   font-size: 1.3rem;
   margin-bottom: 20px;
   border-bottom: 2px solid #950e0e;
   display: inline-block;
   padding-bottom: 3px;
   letter-spacing: 1px;
   text-shadow: 0 0 8px rgba(149, 14, 14, 0.2);
 }

 /* Odia News Section - Center Alignment */
 #odia-news-rows {
   text-align: center;
 }

 #odia-news-rows .container {
   margin: 0 auto;
   padding-left: 20px;
   padding-right: 20px;
 }

 #dynamic-odia-rows {
   text-align: left;
   /* Keep news content left-aligned for better readability */
 }

  /* Desktop Certificate Styles */
  .rect-cert img {
    width: 310px !important;
    height: 350px !important;
    object-fit: contain;
    background: #fff;
  }

  .rect-cert-large img {
    width: 600px !important;
    height: 400px !important;
    object-fit: contain;
    background: #fff;
  }

  .rect-cert {
    margin-top: -180px !important;
  }

  .multi-cert-box {
    background: #fff !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .share-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .share-overlay:hover {
    background: #e30f0f;
    transform: scale(1.15);
    border-color: #fff;
  }

  .share-overlay i {
    font-size: 14px;
  }

  /* Responsive Certificate Scaling & Reset */
  @media (max-width: 768px) {
    /* Reset margins and positions for certificate wrappers */
    .certificate-wrapper.rect-cert,
    .rect-cert {
      margin-top: 15px !important;
      top: 0 !important;
      position: relative !important;
      width: 100% !important;
    }

    .cert-logos-row.rect-cert-large {
      margin-top: 15px !important;
      top: 0 !important;
      position: relative !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    /* Scaling for Trademark Certificate */
    .rect-cert-large img {
      width: 100% !important;
      max-width: 500px !important; /* Cap it on medium devices so it's not gigantic */
      height: auto !important;
      display: block !important;
      margin: 0 auto !important;
    }

    /* Scaling for Copyright Certificates */
    .rect-cert img {
      width: 100% !important;
      max-width: 350px !important;
      height: auto !important;
      display: block !important;
      margin: 0 auto !important;
    }

    /* Outer boxes and alignment */
    .cert-logo-item {
      max-width: 100% !important;
      width: 100% !important;
      margin: 15px auto !important;
      transform: none !important;
    }

    .cert-logo-item img {
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }

    .cert-box.multi-cert-box {
      flex-direction: column !important;
      align-items: center !important;
      width: 100% !important;
      max-width: 350px !important;
      margin: 0 auto !important;
      background: #fff !important;
      padding: 10px !important;
      gap: 15px !important; /* Stack cleanly with a small gap instead of zero on mobile */
    }

    .cert-box.multi-cert-box img {
      margin-bottom: 10px !important;
      width: 100% !important;
      height: auto !important;
    }
    
    .cert-box.multi-cert-box img:last-child {
      margin-bottom: 0 !important;
    }

    /* Correspondent Page Mobile Resets */
    #correspondent-main-container {
      padding: 40px 15px 60px !important;
      margin-top: 20px !important;
      min-height: auto !important;
    }

    .correspondent-header h1 {
      left: 0 !important;
      top: 0 !important;
      text-align: center !important;
      font-size: clamp(1.2rem, 6vw, 1.8rem) !important;
      margin-bottom: 20px !important;
      letter-spacing: 1px !important;
    }

    .correspondent-banner-container {
      width: 100% !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin-bottom: 20px !important;
    }

    .banner-img-wrapper {
      padding: 0 !important;
      margin: 0 auto !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      width: 100% !important;
    }

    .correspondent-banner-img {
      height: auto !important;
      object-fit: contain !important;
      aspect-ratio: auto !important;
      width: 100% !important;
      max-width: 100% !important;
      display: block !important;
      margin: 0 auto !important;
    }
  }

  @media (max-width: 576px) {
    .rect-cert-large img {
      max-width: 100% !important;
    }
    
    .rect-cert img {
      max-width: 100% !important;
    }
    
    .cert-box.multi-cert-box {
      max-width: 100% !important;
    }
  }