	
  /* --------------------------
     Layout & Utilities
     -------------------------- */
  :root {
    --brand: #002147;
    --primary: #0d6efd;
  }

  

  /* Top gov header */
  .top-gov {
    background: var(--brand);
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
  }

  /* --------------------------
     Navbar + dropdowns
     -------------------------- */
  
  /* --------------------------
     Full-width slider
     -------------------------- */
  .carousel, .carousel-inner, .carousel-item { height: auto;display:block !important }
  .full-slide-img {
    width: 100%;
             /* adjust as needed */
    object-fit: contain;   /* show whole image (no crop) */
    background: #000;      /* background behind images if letterbox appears */
    display: block;
  }

  /* make slider adapt smaller heights on mobile */
  @media (max-width: 576px) {
    .full-slide-img { height: 320px; }
  }

  /* --------------------------
     Scrolling track (logo ticker)
     -------------------------- */
  .scrolling-slider { overflow: hidden; }
  .scrolling-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
  }
  .scrolling-track img {
    height: 90px;
    margin-right: 36px;
    display: inline-block;
    vertical-align: middle;
  }
  @keyframes scroll-left {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }
  .scrolling-slider:hover .scrolling-track { animation-play-state: paused; }

  /* --------------------------
     Cards & general
     -------------------------- */
  .card.rounded-4 { border-radius: 1rem; }
  header.pra { background: var(--primary); }
  header.pra h1 { margin:0; font-weight:700; letter-spacing:.3px; }
  footer { background:#111; color:#fff; }

  /* small visual tweak for submenu caret item alignment */
  .dropdown-item .fa-caret-right { float: right; margin-left: 8px; color: #6c757d; }

  /* ensure dropdowns are above other content */
  .dropdown-menu { z-index: 1055; }

  
  
  
  /* Tabs */
.gallery-tabs .nav-link {
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 500;
}

.gallery-tabs .nav-link.active {
    background: #1a2b6d;
    color: #fff;
    border-color: #1a2b6d;
}

/* Gallery Cards */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.gallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.gallery-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(20, 40, 80, 0.95);
    color: #fff;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





/* Gallery Cards */
.gallery-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gallery-title {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
}

/* Facebook Widget */
.facebook-widget {
    width: 100%;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
    border: 1px solid #d9d9d9;
}

.fb-header {
    background: #1877f2;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 700;
}

.fb-body {
    max-height: 430px;
    overflow-y: auto;
    padding: 10px;
    background: #f4f6f9;
}

.fb-body::-webkit-scrollbar {
    width: 8px;
}

.fb-body::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
}

.fb-post {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 14px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
}

.fb-post-img {
    width: 100%;
    border-radius: 10px;
}

/* TABS (Active color) */
.gallery-tabs .nav-link.active {
    background: #1877f2;
    
}





.dashboard-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
    padding-bottom: 15px;
    transition: .3s;
}

.info-card:hover {
    transform: translateY(-4px);
}

.card-header {
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.tenders-header { background: #0039a6; }
.vacancies-header { background: #0a7b83; }
.skills-header { background: #7e3af2; }
.social-header { background: #c62828; }

.card-content {
    padding: 12px 15px;
}

.card-item {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
	
  font-family: Noto Sans, sans-serif !important;
  color: #150202;
  text-align:justify;
}

.explore-btn {
    background: #0077b5;
    color: #fff;
    border: none;
    padding: 10px 0;
    margin: 5px 0px;
    border-radius: 6px;
    
    transition: .3s;
    font-size: 14px;
	text-align:center;
	width:100%;
	
	
}

.explore-btn:hover {
    background: #002b7f;
}

.date {
    font-size: 14px;
    color: #a00;
    margin-top: 5px;
}

.icon {
    font-size: 20px;
    margin-right: 4px;
}




.stickyicon-list {
    position: fixed;
    top: 40%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.stickyicon-list .icon-item {
    position: relative;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}

/* TOOLTIP BASE */
.stickyicon-list .icon-item::after {
    content: attr(data-label);
    position: absolute;
    left: 50px;
    padding: 6px 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
    transition: 0.3s;
    font-size: 14px;
    color: #fff;
}

/* SHOW TOOLTIP */
.stickyicon-list .icon-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* ------------------------
   INDIVIDUAL PLATFORM COLORS
------------------------- */

/* Facebook */
.facebook {
    background: #1877F2;
}
.facebook::after {
    background: #1877F2;
}

/* Twitter / X */
.twitter {
    background: #000000;
}
.twitter::after {
    background: #000000;
}

/* LinkedIn */
.linkedin {
    background: #0077B5;
}
.linkedin::after {
    background: #0077B5;
}

/* WhatsApp */
.whatsapp {
    background: #25D366;
}
.whatsapp::after {
    background: #25D366;
}

/* Instagram (gradient) */
.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.instagram::after {
    background: #d6249f; /* choose main brand color */
}

/* YouTube */
.youtube {
    background: #FF0000;
}
.youtube::after {
    background: #FF0000;
}

/* Linktree */
.linktree {
    background: #39e09b;
}
.linktree::after {
    background: #39e09b;
}


.footer-link {
    color:#ffffff;
    text-decoration:none;
    opacity:0.9;
}

.footer-link:hover {
    opacity:1;
    text-decoration:underline;
}



/* Make all activity cards same height */
.activity-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all .3s ease;
    border: 1px solid #e8f1ff;
    height: 180px;              /* FIXED HEIGHT */
    display: flex;              /* FLEXBOX ALIGNMENT */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.activity-icon {
    width: 60px;
    margin-bottom: 10px;
}

.activity-title {
    font-weight: 600;
   
}

/* Center card width fix */
.center-card {
    height: 180px !important;    /* Make same height */
}




.facebook-widget {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.fb-header span {
    color: #1877f2;
    font-weight: 600;
}

.facebook-widget iframe {
    border-radius: 12px;
}


.social-card {
    background:#fff;
    border-radius:18px;
    box-shadow:0 4px 18px rgba(0,0,0,0.12);
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height: 320px;              /* same height for all */
}

/* Header bar */
.social-header {
    padding:8px 14px;
    color:#fff;
    font-weight:600;
    font-size:15px;
}

/* Individual header colors */
.insta-header {
    background: linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
}
.yt-header {
    background:#ff0000;
}
.li-header {
    background:#0077b5;
}
.tw-header {
    background:#000000;
}
.fb-header-top {
    background:#1877f2;
}

/* Body */
.social-body {
    padding:10px;
    flex:1;
    background:#f7f7f7;
}

/* Footer "View All" link */
.social-footer-link {
    display:block;
    text-align:center;
    padding:8px 10px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    border-top:1px solid #e0e0e0;
    color:#0056b3;
    background:#ffffff;
}

.social-footer-link:hover {
    background:#f0f6ff;
    text-decoration:none;
}



/* Auto Scroll Wrapper */
.auto-scroll {
  height: 260px;             /* visible area */
  overflow: hidden;
  position: relative;
}

.auto-scroll .scroll-content {
  position: absolute;
  width: 100%;
  bottom: -100%;              /* Start from bottom */
  animation: scrollUp 12s linear infinite;
}

/* Keyframes */
@keyframes scrollUp {
  0% { bottom: -100%; }
  100% { bottom: 100%; }
}

/* Social card styling */
.social-card {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.social-header {
  padding: 12px 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

.insta-header { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.yt-header { background: #ff0000; }
.li-header { background: #0077b5; }
.tw-header { background: #000; }
.fb-header-top { background: #1877f2; }

.social-body {
  flex: 1;
  padding: 10px;
  background: #f8f9fa;
}

.social-footer-link {
  display: block;
  padding: 10px;
  text-align: center;
  background: #e9ecef;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #ddd;
}
.social-footer-link:hover {
  background: #dfe3e6;
}

.auto-scroll {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.auto-scroll .scroll-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    animation: scrollUp 15s linear infinite;
}

@keyframes scrollUp {
    0% { bottom: -100%; }
    100% { bottom: 100%; }
}



.activity-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: none !important;   /* removes unwanted border */
}

.activity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.center-card {
  margin: 0 auto;
}

.activity-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}


.activity-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
  margin-top: 5%;
}


.director-section {
  background: #f7fbff;
}

.director-heading {
  font-size: 32px;
  font-weight: 700;
  color: #002147;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.director-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  border-left: 6px solid #002147;
}

.director-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #002147;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-left: 23%;
}

.director-text {
  font-size: 15px;
 
  line-height: 1.7;
  margin-bottom: 16px;
  text-align:justify;
}


.contact-section {
  background: #f8f9fa;
}

.contact-box {
  background: #fff;
  border-left: 4px solid #0d6efd;
  transition: 0.3s;
}

.contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}



.staff-table th {
    background: #002147 !important;
    color: #fff;
    text-align: center;
}

.staff-table td {
    vertical-align: middle;
}

#searchStaff {
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
}
/* ================================
   PROFESSIONAL CARD THEMES
================================ */

/* Common Card Style */
.info-card {
    border-radius: 10px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.card-header {
    padding: 12px 18px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

/* ORDER & CIRCULAR – Blue */
.tenders-header {
    background: linear-gradient(135deg, #0053A0, #007BCE);
}

/* WHAT'S NEW – Green */
.vacancies-header {
    background: linear-gradient(135deg, #0A8A50, #18C176);
}

/* PRESS RELEASE – Purple */
.skills-header {
    background: linear-gradient(135deg, #6A1B9A, #9C27B0);
}


.social-header {
    background: linear-gradient(135deg, #0052D4, #65C7F7);
}

.navbar-bg
{
	background-color: #3f95c9;
    color: #000;
    padding: 5px 0 5px 0;
}

/* Dashboard Section - Light Grey */
.section-grey {
  background: #f7f8fb;
  border-top: 1px solid #e3e3e3;
}

/* Minister Card Style */
.minister-card {
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s;
}
.minister-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}



/* Background */
.partners-section {
    background: #f7f8fb;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

/* Wrapper */
.logo-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Track */
.logo-track {
    display: flex;
    gap: 15px;                  /* 👈 GAP between logos */
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

/* Logo box */
.partner-logo {
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

/* Hover */
.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 18px rgba(0,0,0,0.12);
}

/* Logo image */
.partner-logo img {
    height: 55px;
    width: auto;
    object-fit: contain;
}

/* Smooth infinite loop */
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
    .partner-logo img {
        height: 40px;
    }
}

.order{
border-bottom: 2px solid #d0e0ff;
}



.dashboard-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

/* Card Look */
.info-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card-header {
    padding: 12px 15px;
    font-weight: 600;
    color: #fff;
}

/* Scrollable Div */
.scroll-area {
    padding: 10px 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    flex: 1;
}

/* Remove gap delay — content starts from top smoothly */
.scroll-area::-webkit-scrollbar {
    width: 6px;
}
.scroll-area::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.card-item {
    padding: 6px 0;
    border-bottom: 2px solid #d0e0ff;
}

.card-item:last-child {
    border-bottom: none;
}



/* Header Background Colors */



/* Advertisement Blocks */
.ad-block {
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
}
.ad-block:last-child { border-bottom: none; }

.download {
  padding: 7px 10px;
  background: #ef6220;
  color: #fff;
  text-decoration: none;
  
  border-radius: 4px;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
}


.praveen-photo-gallery {
  position: relative;
  margin-top: -40px;
  left: 0;
  width: 100%;
  color: white;
  background: rgba(41, 19, 108, 0.7);
  background: #0077b5;
  padding: 8px 3px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Vivek slider title */

.custom-caption {
  left: 5%;
  right: auto;
  bottom: 20px;
  text-align: left;
}

.custom-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 25px;
  border-left: 5px solid #ff6b00;
  background: linear-gradient(90deg, rgba(0,0,0,0.75), rgba(0,0,0,0.4));
  display: inline-block;
  border-radius: 6px;
  backdrop-filter: blur(3px);
  animation: slideUp 1s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* language switcher */

/* ===============================
   Top Header Layout
================================= */
.top-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* vertical center */
  gap: 10px;
  font-family: 'Segoe UI', sans-serif;
}

@media (min-width: 768px) {
  .top-header-right {
    justify-content: flex-end; /* right align on desktop */
  }
}

/* ===============================
   Skip Link
================================= */
.skip-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2; /* perfect vertical centering */
  margin-bottom: 9%;
}

.skip-link::after {
    content: "" !important;
}

.skip-link:hover {
  text-decoration: underline;
}

/* Divider */
.divider {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9%;
}

/* ===============================
   Language Switcher Wrapper
================================= */
.lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-switch-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   Toggle Container
================================= */
.lang-switch-wrapper .links {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 5px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

/* Sliding Glow Pill */
.lang-switch-wrapper .links::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.5);
}

/* Slider moves if Hindi active */
.lang-switch-wrapper .links.lang-hi::before,
.lang-switch-wrapper .links:has(li:nth-child(2).is-active)::before,
.lang-switch-wrapper .links:has(a:nth-child(2).is-active)::before {
  transform: translateX(100%);
}

/* ===============================
   Links Styling
================================= */
.lang-switch-wrapper .links li {
  list-style: none;
}

.lang-switch-wrapper .links a {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #eee;
  transition: transform 0.25s ease, color 0.3s ease;
  line-height: 1; /* ensures vertical alignment */
}

/* Active Language */
.lang-switch-wrapper .links a.is-active,
.lang-switch-wrapper .links li.is-active a {
  color: #fff;
}

/* Hover + click effects */
.lang-switch-wrapper .links a:hover {
  transform: scale(1.1);
  color: #fff;
}
.lang-switch-wrapper .links a:active {
  transform: scale(0.95);
}

/* ===============================
   Flag Icons (optional)
================================= */
.lang-switch-wrapper .links a[href*="/en"]::before {
  /content: "🇬🇧";/
  margin-right: 6px;
}
.lang-switch-wrapper .links a[href*="/hi"]::before {
  /content: "🇮🇳";/
  margin-right: 6px;
}

/* ===============================
   Extra Glow & Shadow
================================= */
.lang-switch-wrapper .links:hover::before {
  box-shadow: 0 8px 30px rgba(0, 123, 255, 0.6);
}
.lang-switch-wrapper .links::before {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}

.field--name-field-image img {
  width: 30%;
  float: left;
  margin: 5px;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 1rem !important;
  background: #f5f5f5;
  border-bottom: 1px solid #ededed;
}

.page-title {
  display: flex !important;
  font-size: 2rem !important;
}

.hero {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.badge-custom {
  background-color: #e7f1ff;
  
  padding: 10px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
}

.highlight-box {
  background: #f1f7ff;
  border-left: 4px solid #0d6efd;
  padding: 15px;
  border-radius: 8px;
}

.view-filters {
  box-shadow: 0 0 10px 1px rgb(221 216 241);
  margin: 30px 0;
  border: 1px solid #cbe9ff;
  align-items: center;
  width: 100%;
  padding: 30px;
  background: #fff;
}

.form-select{
	
	min-height:2%!important;
}

 
 /* latest news front page */
 
 :root {
  --yellow: #ffc107;
}

.praveenlatest-news {
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-top: 2px solid var(--yellow);
  font-family: Arial, sans-serif;
  overflow: hidden;
  font-size: 16px;
}

/* Label */
.praveennewsfeed_label {
  position: relative;
  background: var(--yellow);
  color: #000;
  padding: 7px 13px 5px 12px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}

/* Arrow */
.praveennewsfeed_label:before {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 18px solid var(--yellow);
  z-index: 9;
}

/* Ticker */
.praveennews-ticker {
  overflow: hidden;
  width: 100%;
  margin-left: 15px;
}

.praveennews-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollNews 25s linear infinite; /* 🔥 faster + smooth */
  will-change: transform;
}

/* News item */
.praveennews-item {
  display: inline-block;
  margin-right: 50px;
  color: #333;
  font-size: 14px;
}

/* ✅ FIXED ANIMATION (NO GAP) */
@keyframes scrollNews {
  from {
    transform: translateX(30%);       /* start immediately */
  }
  to {
    transform: translateX(-50%);    /* seamless loop */
  }
}

/* Optional: Pause on hover */
.praveennews-track:hover {
  animation-play-state: paused;
}



/* ===== STRONG VISIBLE ARROWS ===== */
#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
  width: 55px;
  height: 55px;
  background: #0077b5; /* solid blue */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

/* ===== ICON IMPROVEMENT ===== */
#bannerCarousel .carousel-control-prev-icon,
#bannerCarousel .carousel-control-next-icon {
  filter: brightness(0) invert(1); /* pure white */
  width: 22px;
  height: 22px;
}

/* ===== HOVER EFFECT ===== */
#bannerCarousel .carousel-control-prev:hover,
#bannerCarousel .carousel-control-next:hover {
  background: #ff6600;
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

/* ===== POSITION FIX ===== */
#bannerCarousel .carousel-control-prev {
  left: 20px;
}

#bannerCarousel .carousel-control-next {
  right: 20px;
}

.custom-date {
  display: inline-block;
  background: #e7f1ff;
  color: #0d6efd;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}

/* Icon add karne ke liye */
.custom-date::before {
  content: "📅";
  position: absolute;
  left: 8px;
  top: 3px;
  font-size: 14px;
}
