body {
font-family: 'Noto Sans', sans-serif;
font-size: 1rem;
color: #000000;
}
a
{
text-decoration: none;
}
.top-bar
{
    background-color: #d11717;
    position: relative;
    z-index: 2;
    padding: 5px 0px;
}
.top-bar::before {
    content: "";
    height: 100%;
    width: 80%;
    background-color: rgb(163, 13, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    clip-path: polygon(0px 0px, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
    z-index: -1;
}
.top-bar::after {
    content: "";
    height: 100%;
    width: calc(80% - 10px);
    background-color: #1f3044;
    position: absolute;
    top: 0px;
    left: 0px;
    clip-path: polygon(0px 0px, 100% 0px, calc(100% - 20px) 100%, 0% 100%);
    z-index: -1;
}
.scroll-watcher {
animation: scroll-watcher linear;
background: linear-gradient(90deg, #ff671f, #fff 50%, #046a38);
height: 4px;
position: fixed;
scale: 0 1;
top: 0;
width: 100%;
z-index: 1000;
animation-timeline: scroll(y);
transform-origin: left;
transition: transform .3s linear;
}
@keyframes scroll-watcher{to{scale:1 1}}
.image-anime{
position: relative;
overflow: hidden;
}
.top-left-txt p
{
margin-bottom: 0;
color: #fff;
display: flex;
align-items: center;
font-size: 14px;
}
.top-left-txt p img
{
width: 16px;
margin-right: 10px;
}
.flag-icon
{
text-align: center;
animation: popZoom 1.5s ease-out forwards;
}
.flag-icon img
{
width: 30px;  
animation: spin 2s linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes popZoom {
0% {
transform: scale(0.6);
opacity: 0;
}
60% {
transform: scale(1.08);
opacity: 1;
}
100% {
transform: scale(1);
}
}
.top-right-txt
{
}
.top-right-txt ul.main-list
{
list-style: none;
padding: 0;
display: flex;
justify-content: end;
color: #fff;
margin-bottom: 0; 
}
.top-right-txt ul.main-list li.top-list
{
display: flex;
align-items: center; 
    padding-right: 15px;
}
.top-right-txt ul.main-list li.top-list:last-child
{
  padding-right: 0;
}
.top-right-txt ul.main-list li.top-list img
{
    width: 22px;
    filter: invert(1);
}
.top-right-txt ul.main-list li.top-list span
{
cursor: pointer;  
}
.logo-area
{
background-color: #fff;
padding: 5px 0;
}
.logo-area.clip-sec
{
position: relative;
}
.logo-area.clip-sec::before
{
content: '';
    position: absolute;
    background-color: #f2f2f0;
    clip-path: polygon(0px 0px, 100% 0px, calc(100% - 46px) 100%, 0% 100%);
    z-index: 0;
    inset: 0px;
        width: 50%;
}
.main-logo
{
display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.main-logo img
{
  width: 70px;
}
.main-logo .logo-txt
{
text-align: left;
margin-left: 10px;
}
.main-logo .logo-txt h1
{
font-size: 19px;
color: #831218;
font-weight: 600;
margin-bottom: 0;
line-height: 1;
}
.main-logo .logo-txt span
{
color: #333333; 
font-size: 14px;
}
.right-logo
{
display: flex;
align-items: center;
justify-content: flex-end;
}
.right-logo img:first-child
{
width: 70px;
margin-right: 10px; 
}
.right-logo img
{
width: 70px;  
}
.desktop-menu .nav-item .nav-link {
font-weight: 400;
color: #fff;  
    padding: 10px 15px;
    
}

.nav-link-english {

    font-size: 14px;
}
.nav-link-Hindi {

    font-size: 16px;
}

.desktop-menu .nav-item .nav-link i
{
      margin-left: 5px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50px;
}
.desktop-menu .nav-item .nav-link.dropdown-toggle::after {
    margin-left: 8px;
   
}
.desktop-menu .nav-item .nav-link.active
{
background-color: #EEECF9;
color: #000;  
padding: 12px;
}
.desktop-menu .nav-item .nav-link:hover {
color: #000;
background-color: #EEECF9;
/* padding: 12px; */
}
/* Sticky state */
.desktop-menu .nav-shadow.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #052d40;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
padding-top: 0;
padding-bottom: 0;
}
/* Optional: slight slide-down feel */
.desktop-menu .nav-shadow.sticky {
transform: translateY(0);
}
.desktop-menu .nav-shadow
{
position: relative;
transition: 
background-color 0.4s ease,
box-shadow 0.4s ease,
padding 0.4s ease,
transform 0.4s ease;
padding-top: 0;
padding-bottom: 0;
    background: #052d40;
}
/* Submenu container */
.dropdown-submenu {
position: relative;
}
/* Submenu dropdown */
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-left: 0.1rem;
display: none;
}
/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
display: block;
padding: 10px;
background-color: rgba(5, 45, 64, 0.95);
margin-left: 0;
}
/* Arrow alignment */
.dropdown-submenu > a::after {
float: right;
margin-top: 10px;
margin-left: 15px;
}
.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show
{
padding: 10px;
width: auto;
min-width: max-content;
background-color: rgba(5, 45, 64, 0.95);
}
.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show li
{
border-bottom: 1px solid rgba(255, 255, 255, 0.1);  
}
.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show li:last-child
{
border-bottom: 0;
}
.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show li a
{
color: #fff;
padding: 12px 10px;
}
.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show li .dropdown-item:hover
{
    background: #EEECF9;
    color: #000000;
    border-radius: 3px;
}
/* Mobile sidebar animation smoothness */
.mobile-sidebar {
transition: transform 0.4s ease-in-out;
}
/* Bigger touch-friendly links on mobile */
.mobile-sidebar .nav-link {
font-size: 18px;
padding: 10px 0;
}
.mySlider {
width: 100%;
padding: 10px 15px;
height: 440px;
}
.mySlider .swiper-slide {
transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
filter: blur(3.5px);
opacity: 0.45;
transform: scale(1); 
padding: 0 5px;
}
.mySlider .swiper-slide img {
width: 100%;
border-radius: 1rem;
}
/* CENTER SLIDE */
.mySlider .swiper-slide-active {
filter: blur(0);
opacity: 1;
transform: scale(1);     /* no translate */
z-index: 2;
}
.slider-section {
position: relative;
overflow: hidden;
}
.slider_bust_left {
position: absolute;
width: 350px;
height: 100%;
background-color: rgba(242, 99, 41, 0.27);
filter: blur(150px);
left: -10%;
top: 0px;
z-index: -1;
}
.slider_bust_right {
position: absolute;
width: 350px;
height: 100%;
background-color: rgba(242, 99, 41, 0.27);
filter: blur(150px);
right: -10%;
top: 0px;
z-index: -1;
}
/* Arrow base */
.slider-arrow {
width: 44px;
height: 44px;
background: rgba(0,0,0,0.55);
border-radius: 50%;
backdrop-filter: blur(6px);
transition: all 0.3s ease;
}
/* Arrow icons */
.slider-arrow::after {
font-size: 16px;
color: #fff;
font-weight: bold;
}
/* Hover effect */
.slider-arrow:hover {
background: #f26329;
transform: scale(1.1);
}
/* Positioning */
.swiper-button-prev {
left: 20px;
}
.swiper-button-next {
right: 20px;
}
/* Keep above blur bust */
.swiper-button-prev,
.swiper-button-next {
z-index: 5;
}
.notice-bar {
display: flex;
align-items: center;
background: #052d40;
color: #fff;
padding: 10px 0;
overflow: hidden;
}
.notice-label {
white-space: nowrap;
font-weight: 600;
padding: 0 15px;
border-right: 1px solid rgba(255,255,255,0.5);
}
.notice-slider {
overflow: hidden;
flex: 1;
}
.notice-track {
display: inline-flex;
gap: 40px;
white-space: nowrap;
animation: scrollNotice 18s linear infinite;
}
/* Pause on hover */
.notice-bar:hover .notice-track {
animation-play-state: paused;
}
.notice-track span 
{
position: relative;
}
.notice-track span::after
{
content: '';
position: absolute;
width: 1px;
height: 15px;
background: #fff;
bottom: 0;
top: 0;
margin: auto;
right: -20px; 
}
.notice-track span a{
cursor: pointer;
transition: color 0.3s ease;
color: #fff;
text-decoration: none;
}
.notice-track span a:hover {
color: #fff1e4;
}
/* Smooth infinite scroll */
@keyframes scrollNotice {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.member-profile, .bg-sec {
    position: relative;
    padding: 50px 0px 100px;
       position: relative;
    background: url("../img/Bg-cover.jpg") center/cover no-repeat;
}
.bg-sec 
{
    padding: 70px 20px;
}
.member-profile::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 1;
    opacity: 0.35;
    background: url(../img/labour-footer-yellow-short2.png) center bottom / cover no-repeat;
}
.title-heading h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
}
.member-card.card
{
    border: 0;
        background: transparent;
        text-align: center;
            padding: 5px;
}

.member-card.card .card-header
{
    position: relative;
    border: 0;
    padding: 0;
    background: transparent;
}
.member-card.card .card-header:before
{
left: 0;
    background-color: #ffffff;
    content: '';
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 0;
}
.member-card.card .card-header:after
{
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    border-radius: 10px;
    border: 1px solid #a5a1a1;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 0;
    height: calc(100% - 40px);
    right: 0;
    background-color: #c1c1c1;
    -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
}
.member-card.card:hover .card-header:before
{
    background-color: #c1c1c1;
    border-color: #a5a1a1;
    transition: 0.7s ease-in-out;
}
.member-card.card:hover .card-header:after
{
    background-color: #fff;
    border-color: #d2d2d2;
    transition: 0.7s ease-in-out;
}
.member-card.card.member-card-two .card-header
{
    width: 150px;
    height: 150px;
    margin: auto;
}
.member-card.card .card-header img
{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 20px;
    object-fit: cover;
}
.member-card.card .card-body
{
    padding: 0;
    padding-top: 10px;
}
.member-card-two.member-card.card .card-body
{
   min-height: 146px; 
}
.member-card.card .card-body .card-title
{
  font-weight: 600;
    font-size: 15px;
}
.btn-default {
position: relative;
display: inline-block;
background: linear-gradient(to right, #831218 0%, #ff202c 50%, #d01d1d 100%);
background-size: 200% auto;
border-radius: 100px;
color: #fff;
font-size: 16px;
font-weight: 600;    
text-transform: capitalize;
border: none;
padding: 10px 60px 10px 30px;
transition: all 0.4s ease-in-out;
overflow: hidden;
z-index: 0;
color: #ffffff;
text-decoration: none;
}
.btn-default::before {
content: '\f0a9';
font-family: 'Font Awesome 6 Free';
position: absolute;
top: 50%;
right: 0;
transform: translate(-30px, -50%);
font-size: 16px;
color: #fff;
border-radius: 50%;
transition: all 0.4s ease-in-out;
}
.btn-default:hover {
background-position: right center;
}

.initiatives-section {
  position: relative;
background: linear-gradient(
  135deg,
  #8a4a93 0%,
  #dc5e86 35%,
  #ffa664 65%,
  #ffdb65 100%
);
}

.initiatives-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/labour-footer-yellow-short2.png) center bottom / cover no-repeat;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
        opacity: 0.5;
    filter: brightness(0) invert(1);

}

.initiative-title {
font-size: 26px;
font-weight: 600;
color: #fff;  
}
span.initiative-txt {
color: #fff;
}
.title-underline {
width: 90px;
height: 3px;
background: #fff;
margin-top: 10px;
margin-bottom: 20px;
}
.initiative-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
padding: 20px;
}
.initiative-card  div
{
background: #ece6fb;
display: inline-block;
padding: 10px;
border-radius: 50px;
margin-bottom: 20px;
}
.initiative-card img {
max-height: 40px;
max-width: 100%;
}
.initiative-card h2
{
font-size: 18px;
font-weight: 600;
}
.initiative-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
/************************************/
/***     17. Footer css       ***/
/************************************/
.main-footer{
background: url(../img/GovernmentDirectoriesVector.png), #202023;
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
/* padding: 50px 0 0 0; */
border-radius: 20px 20px 0 0;
}
.footer-header{
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
border-bottom: 1px solid var(--dark-divider-color);
margin-bottom: 40px;
padding-bottom: 40px;
}
.footer-logo
{
display: flex;
}
.footer-logo div
{
margin-right: 10px;
}
.footer-logo img{
width: 100%;
max-width: 80px;
border-radius: 21%;
}
.footer-social-links ul{
list-style: none;
padding: 0;
margin: 0;
}
.footer-social-links ul li{
display: inline-block;
margin-right: 15px;
}
.footer-social-links ul li:last-child{
margin-right: 0;
}
.footer-social-links ul li a{
    border: 1px solid #fff;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.footer-social-links ul li:hover a{
border-color: #fff1e4;
}
.footer-social-links ul li a i{
    color: #052d40;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li:hover a i{
    color: #000;
}
.footer-newsletter-form{
margin-right: 30px;
}
.footer-links h3{
font-size: 20px;
color: #fff;
text-transform: capitalize;
margin-bottom: 20px;
}
.footer-links p{
color: #fff;
margin-bottom: 30px;
}
.footer-newsletter-form .form-group{
display: flex;
}
.footer-newsletter-form .form-group .form-control{
width: calc(100% - 70px);
font-size: 16px;
font-weight: 400;
line-height: 1.4em;
color: var(--text-color);
background: #fff;
border: 1px solid var(--divider-color);
border-radius: 100px;
outline: none;
box-shadow: none;
padding: 15px 20px;
}
.footer-newsletter-form .form-group .form-control::placeholder{
color: var(--text-color);
}
.footer-newsletter-form .form-group .newsletter-btn{
background-color: #fff;
color: #fff1e4;
width: 60px;
height: 60px;
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin-left: 10px;
transition: all 0.3s ease-in-out;
}
.footer-newsletter-form .form-group .newsletter-btn:hover{
background-color: #fff1e4;
color: #fff;
transform: rotate(25deg);
}
.footer-newsletter-form .form-group .newsletter-btn i{
font-size: 30px;
color: inherit;
padding-right: 5px;
}
.footer-quick-links{
margin-left: 30px;
}
.footer-links ul{
margin: 0;
padding: 0;
list-style: none;
}
.footer-links ul li{
color: #fff;
text-transform: capitalize;
line-height: 1.7em;
margin-bottom: 10px;
}
.footer-links ul li:last-child{
margin-bottom: 0;
}
.footer-links ul li a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover{
color: #fff1e4;
}
.footer-copyright{
border-top: 1px solid #e5e5e5;
margin-top: 20px;
padding: 10px 0;
}
.footer-copyright-text{
text-align: center;
}
.footer-copyright-text p{
color: #fff;
margin-bottom: 0;
}
.bg-color
{
background: linear-gradient(90deg, rgb(127, 48, 255) 5.69%, rgb(255, 128, 0) 29.36%, rgb(255, 72, 128) 51.78%, rgb(0, 176, 255) 80.93%, rgb(0, 56, 255) 97.33%);
height: 30px;
width: 100%;
border-radius: 20px 20px 0 0;
margin-bottom: -15px; 
}
.social-sidebar {
position: fixed;
top: 50%;
left: 0;
transform: translateY(-50%);
z-index: 999;
}
.social {
display: flex;
align-items: center;
height: 50px;
margin-bottom: 5px;
color: #000;
text-decoration: none;
overflow: hidden;
box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
width: 50px;              /* icon only */
max-width: 50px;          /* start collapsed */
transition: max-width 0.35s ease;
border-radius: 0 6px 6px 0;
}
.social .icon {
width: 20px;
margin: 0 10px;
flex-shrink: 0;
}
.social .text {
white-space: nowrap;
padding-right: 20px;
font-size: 14px;
opacity: 0;
transition: opacity 0.2s ease;
}
/* Hover expand naturally */
.social:hover {
max-width: 600px;
width: 100%;
}
.social:hover .text {
opacity: 1;
}
/* Colors */
.facebook { background: #e4cb57; }
.twitter  { background: #1db05b; }
.instagram{ background: #9fd2f8; }
.feature-wrapper {
background: #fff;
border-radius: 18px;
box-shadow: 0 6px 24px 10px rgba(20, 165, 255, 0.1),
0 14px 40px 28px rgba(244, 93, 41, 0.05);
overflow: hidden;
}
.feature-card {
padding: 70px 50px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border-right: 1px solid #dedddd;
}
.feature-card:hover
{
background-color: #e5f5ff;
}
.feature-card .card-left-sec
{
}
.feature-card .card-right-sec
{
}
.feature-card .card-right-sec img
{
width: 70px;
}
.step {
display: flex;
align-items: center;
gap: 5px;
font-weight: 600;
font-size: 14px;
color: #6b7280;
margin-bottom: 16px;
}
.dot-blue {
width: 15px;
height: 15px;
background: #0d6efd;
border-radius: 50%;
}
.dot-orange {
width: 15px;
height: 15px;
background: #fd7e14;
border-radius: 50%;
}
.number-txt
{
margin-left: 10px;
font-size: 16px;  
}
.feature-card h5 a {
color: #000000;
margin-bottom: 0;
font-size: 22px;
}
.feature-card p {
color: #6b7280;
font-size: 14px;
line-height: 1.6;
margin: 0;
}
.section-spacing
{
padding: 100px 0;
}
.initiatives-section.section-spacing
{
padding-bottom: 150px;
}
.link-sec
{
padding: 50px;
}
.info-link-sec {
background: #f5f6fb;
}
.info-box {
border-radius: 12px;
padding: 30px 20px;
text-align: center;
display: block;
height: 100%;
text-decoration: none;
color: #000;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .125);
transition: all 0.35s ease;
}

.info-box .icon {
margin-bottom: 25px;
background: #f0f9ff;
display: inline-block;
padding: 15px;
border-radius: 50px;
    border: 4px double #e6e6e6;
}
.info-box .icon img {
width: 50px;
}
.info-box h5 a {
font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
    color: #000000;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 0 calc(100% - 0.125em);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    padding-left: 0;
}
.info-box h5 a:hover
{
    background-size: 100% 1px;
    text-decoration: none;
}
/* Hover effect */
.info-box:hover {
transform: translateY(-6px);
}

.news-wrapper{
    margin: 40px auto;
    background: transparent;
    box-shadow: none;

}

/* Header */
.news-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:3px solid #0f3b4c;
}

/* Tabs */
.tabs{
    display:flex;
}
.tabs .tab:first-child
{
      margin-right: -59px;
    margin-left: -44px;
        margin-bottom: -2px;
}
.tab{
    position: relative;
    display: inline-block;
    background: transparent;
    font-size: 16px;
    padding: 10px;
    padding-left: 45px;
    color: #052d40;
    padding-right: 45px;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    transition: all 700ms ease;
    border: 0;
}
.tab:before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 30px;
    background: #ffffff;
    content: "";
    z-index: -1;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.tab.active
{
  color: #fff;
}
.tab.active:before{
    background:#0f3b4c;
    color:#fff;
}

/* Controls */
.controls{
    padding-right:10px;
}
.ctrl-btn{
    width: 30px;
    height: 30px;
    margin-left: 3px;
    border-radius: 50%;
    border: none;
    background: #0f3b4c;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

/* Slider */
.news-viewport{
    height:500px;
    overflow:hidden;
    position:relative;
}

.news-track{
    position:absolute;
    width:100%;
    display:none;
}
.news-track.active{
     display: block;
    padding-left: 20px;
}

/* News Item */
.news-item{
   display: flex;
    gap: 18px;
    padding: 18px;
    border-bottom: 1px solid #e6e6e6;
    background: #f9fbfd;
    align-items: self-start;
    padding-left: 0;
}

.date{
 min-width: 110px;
    background: #e6e9ec;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.date:before
{
content: '';
    width: 20px;
    height: 37px;
    background: #e6e9ec;
    left: -20px;
    position: absolute;
}
.date:after {
    position: absolute;
    content: '';
    left: -20px;
    top: -15px;
    border-bottom: 15px solid #d2d2d2;
    border-left: 20px solid transparent;
}
.content{
    font-size:15px;
    line-height:1.4;
}

.meta{
    margin-top:6px;
    font-size:13px;
    color:#666;
}

/* View All */
.view-all
{
    border-top: 3px solid #052d40;
    text-align: right;
}
.view-all a{
       background: #0f3b4c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 1;
    padding-left: 57px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 57px;
    cursor: pointer;
    margin-right: -42px;
    margin-top: -2px;
}
.view-all a::before
{
  position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 30px;
    background: #052d40;
    content: "";
    z-index: -1;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
   
}
.breadcrumb-section {
 position: relative;
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/about_bnr.jpg) center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-top: 40px;
}

/* ================= MAIN TITLE ================= */
.breadcrumb-section .main-title {
    text-align: center;
    color: #fff;
    z-index: 2;
}

.breadcrumb-section .main-title h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ================= BREADCRUMB PART ================= */
.breadcrumb-section .breadcrumb-part {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(227, 231, 245, 0.15);
-webkit-backdrop-filter: blur(28px) brightness(130%);
backdrop-filter: blur(8px) brightness(100%);
}

.breadcrumb-section .breadcrumb-part ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.breadcrumb-section .breadcrumb-part ul li {
    font-size: 14px;
    color: #fff;
    position: relative;
}

/* Add separator */
.breadcrumb-section .breadcrumb-part ul li:not(:last-child)::after {
    content: "/";
    margin-left: 15px;
    color: #fff;
}
.content-sec
{
background: #fff;
    padding: 35px;
    border-radius: 15px 15px 15px 15px;
    /* border-top: 3px solid #052d40; */
    font-size: 10px;
    border-left: 5px solid #1e6fb8 !important;
    /* margin-bottom: 30px; */
}
.content-sec h2
{
    font-size: 22px;
    margin-bottom: 20px;
}
.content-sec p
{
font-size: 1.2rem;
}
.content-sec ul
{
    margin-bottom: 0;
}
.content-sec ul li
{
    padding-bottom: 10px;
    font-size: 17px;
}
.content-sec ul li span
{
    color: #666;
}
/* container */
.ceo-card{
position:relative;
}

/* HEXAGON GEOMETRY (true ratio) */
.hex-stack{
    position: relative;
    width: 160px;
    height: 160px;
}

/* the real hexagon */
.hex{
position:absolute;
inset:0;
clip-path:polygon(
50% 0%,
93% 25%,
93% 75%,
50% 100%,
7% 75%,
7% 25%
);
}
/* bottom red plate (the missing secret) */
.hex.red{
    background: linear-gradient(to right, #c50313 0%, #f51f30 45%, #ff5f6a 100%);
    transform: scale(.65);
    translate: 8px -15px;
}

/* white frame */
.hex.white{
    background: #ffffff;
    transform: scale(.65);
}

/* photo */
.hex.img{
transform:scale(.6);
overflow:hidden;
}

.hex.img img{
width:100%;
height:100%;
object-fit:cover;
}

/* ===== RIBBON LABEL ===== */
.ribbon{
    position: absolute;
    left: 110px;
    top: 60px;
    background: linear-gradient(to right, #c50313 0%, #f51f30 45%, #ff5f6a 100%);
    color: #fff;
    padding: 10px 18px;
    border-radius: 2px;
    min-width: 150px;
}
.ribbon .title h3{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
/* chart container */
.org-chart{
width:100%;
display:flex;
flex-direction:column;
align-items:center;
position:relative;
}

/* each level spacing */
.level{
position:relative;
margin-bottom:0;
}
.level.level-top::after, .level.level-middle::after
{
    content: '';
    background: linear-gradient(to right, #c50313 0%, #f51f30 45%, #ff5f6a 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 30px;
    bottom: 3px;
    margin: auto;  
}
.level.level-branch::after
{
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    background: red;
    width: 740px;
    height: 2px;
    margin: auto;
    top: -4px;
}
.level.level-middle, .level.level-branch,
.branch-col .ceo-card.small:nth-child(2)
{
    top: -30px;
}
/* branch row */
.level-branch{
width:900px;
display:flex;
justify-content:space-between;
position:relative;
}

/* each column */
.branch-col{
display:flex;
flex-direction:column;
align-items:center;
position:relative;
}
.ceo-card.small .ribbon{
transform:scale(.85);
transform-origin:left center;
}
.branch-col .ceo-card.small:nth-child(3) 
{
    top: -60px;
}
.level.level-branch .branch-col::before
{
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    background: linear-gradient(to right, #c50313 0%, #f51f30 45%, #ff5f6a 100%);
    width: 2px;
    height: 300px;
    margin: auto;
    top: -4px;
}
.level.level-branch .branch-col:last-child::before
{
    height: 200px;
}
/* Wrapper */
.stb-wrapper{
    display:flex;
    width:100%;
    min-height:520px;
    gap:20px;
    box-sizing:border-box;
      align-items: flex-start;
}

/* Sidebar */
.stb-sidebar{
    width:240px;
    padding:15px;
    /* border-radius:15px; */
    background:#052d40;
     position: sticky;
    top: 0px;              
    align-self: flex-start; 
    height: fit-content;
}
.stb-sidebar-two, .stb-sidebar-three {
    width: 300px;
}
/* Tab */
.stb-tab{
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 14px 18px 10px;
    border-radius: 14px;
    color: #cbd5e1;
    cursor: pointer;
    margin-bottom: 0;
    /* transition: .35s; */
    z-index: 2;
}

.stb-icon{
    font-size:11px;
}

.stb-tab:hover{
    color:#fff;
    transform:translateX(6px);
}

.stb-tab.active{
    color:#052d40;
}
.stb-tab.active span
{
     line-height: 1;   
}
/* Sliding indicator */
.stb-indicator{
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    height: 50px;
    background: #eeecf9;
    border-radius: 10px;
    top: 15px;
    /* transition: .35s cubic-bezier(.77, 0, .18, 1); */
     transition: none;
}

/* Content area */
.stb-content-area{
    flex: 1;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* Content panels */
.stb-content{
     display: none;
}

.stb-content.active{
    display: block;
}

.stb-content h2{
    font-size: 22px;
    color: #052d40;
    margin-bottom: 10px;
}
.stb-content h3
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.stb-content p{
font-size: 1rem;
}
.stb-content ul.first-list
{
padding-left: 20px;
}
.stb-content ul.first-list li
{
    padding-bottom: 10px;
}
.stb-content ul.first-list li.sec-last-list
{
 list-style: none;   
}
.stb-content ul.first-list li:last-child
{
    padding-bottom: 0;
}
.stb-content ul.first-list ul
{
padding-left: 20px;
}
.stb-content ul.first-list ul li
{
    font-size: 14px;
}
.stb-content ul.first-list.scheme-list
{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.stb-content ul.first-list.scheme-list li
{
    flex: 0 0 30%;
    margin-right: 3%;
}
.vision-mission-sec .vm-box
{
    text-align: center;
}
.vision-mission-sec .vm-box ul
{
    list-style: none;
    background: #e6e9ec;
    padding: 15px 10px 30px;
    border-radius: 10px 10px 0 0;
    min-height: 118px;
}
.vision-mission-sec .vm-box ul li
{
font-size: 16px;
    padding: 0;
      
}
.vision-mission-sec .vm-box h3
{
    background: #052d40;
    padding: 10px;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 200px;
    border-radius: 0 0 10px 10px;
    position: relative;
        top: -15px;
}
.vision-mission-sec .vm-box h3::before
{
 content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 15px solid #052d40;
    border-top: 15px solid transparent;
}
.vision-mission-sec .vm-box h3::after
{
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #052d40;
    border-top: 15px solid transparent;
}
.bottom-list
{
    margin-top: 20px;
}
.under-construction-img
{
    display: block;
    margin: auto;
}
.card.pdf-card
{
    border: 0;
}
.card-header.pdf-card-header
{
    background: #be0a14;
    padding: 0;
    height: 50px;
    border-radius: 0;
    border: 0;
}
.card-header.pdf-card-header img
{
    width: 60px;
    border: 3px solid #c30b15;
    border-radius: 50px;
    margin-top: -25px;
    background: #be0a14;
}
.card-body.pdfcard-body
{
padding-top: 20px;
    padding-bottom: 40px;
    background: #f5f6f8;
}
.card-body.pdfcard-body p
{
font-size: 16px;
}
.card-body.pdfcard-body .card-date
{
    max-width: 110px;
    width: 100%;
    background: #e6e9ec;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: row;
    margin-left: -16px;

}
.card-body.pdfcard-body .card-date:before {
    content: '';
    width: 20px;
    height: 37px;
    background: #e6e9ec;
    left: -20px;
    position: absolute;
}
.card-body.pdfcard-body .card-date:after {
    position: absolute;
    content: '';
    left: -20px;
    top: -15px;
    border-bottom: 15px solid #d2d2d2;
    border-left: 20px solid transparent;
}
.card-body.pdfcard-body .card-date span
{

}
.card-footer.pdf-card-footer
{
border: 0;
    padding: 0;
    background: transparent;
    text-align: center;
    margin-top: -22px; 
}
.cus-table tr td a
{
background: #052d40;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;    
}

/* =========================================
   Know Your Registration - Premium UI
   ========================================= */
.kyr-wrap {
    padding: 0;
    background: transparent;
    border: 0;
}

.kyr-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 40px;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(185, 28, 28, 0.08), transparent 28%), radial-gradient(circle at bottom right, rgba(5, 45, 64, 0.10), transparent 32%), linear-gradient(135deg, #fffdf7 0%, #fff8e8 100%);
    border: 1px solid rgba(177, 32, 38, 0.10);
    box-shadow: 0 24px 60px rgba(5, 45, 64, 0.08);
    margin-bottom: 24px;
}

.kyr-hero-left {
    flex: 1;
    min-width: 0;
}

.kyr-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(177, 32, 38, 0.08);
    color: #9f1239;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
    margin-bottom: 16px;
}

.kyr-hero-left h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #052d40;
}

.kyr-hero-left p {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
}

.kyr-hero-right {
    flex-shrink: 0;
}

.kyr-trust-card {
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(148, 163, 184, 0.20);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.kyr-trust-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b91c1c, #7f1d1d);
    color: #fff;
    font-size: 20px;
}

.kyr-trust-card strong {
    display: block;
    font-size: 16px;
    color: #052d40;
    margin-bottom: 2px;
}

.kyr-trust-card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.kyr-form-shell {
    position: relative;
    padding: 36px 40px 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, #ffffff 100%);
    border: 1px solid rgba(148, 163, 184, 0.20);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

    .kyr-form-shell::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #b91c1c 0%, #f59e0b 45%, #052d40 100%);
    }

.kyr-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

    .kyr-form-header h3 {
        margin: 0 0 6px;
        font-size: 24px;
        font-weight: 800;
        color: #052d40;
    }

    .kyr-form-header p {
        margin: 0;
        color: #64748b;
        font-size: 15px;
    }

.kyr-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

    .kyr-field label span {
        color: #dc2626;
    }

.kyr-input {
    width: 100%;
    height: 62px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #d7dee7;
    background: #ffffff;
    color: #0f172a;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    transition: all .25s ease;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

    .kyr-input::placeholder {
        color: #94a3b8;
        font-weight: 500;
    }

    .kyr-input:focus {
        border-color: #b91c1c;
        box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.10);
    }

.kyr-captcha-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.kyr-captcha-input {
    max-width: 260px;
}

.kyr-captcha-box {
    min-width: 170px;
    height: 62px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #c7d2fe;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,250,252,0.98));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
    overflow: hidden;
}

    .kyr-captcha-box span {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #9a3412;
        transform: skew(-14deg);
        text-shadow: 1px 1px 0 rgba(59, 130, 246, 0.20);
        font-family: "Trebuchet MS", "Noto Sans", sans-serif;
        user-select: none;
    }

.kyr-refresh-btn {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #052d40, #0f4c5c);
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    box-shadow: 0 14px 28px rgba(5, 45, 64, 0.16);
}

    .kyr-refresh-btn:hover {
        transform: translateY(-2px);
        opacity: .96;
    }

.kyr-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.kyr-search-btn {
    min-width: 190px;
    height: 60px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #b91c1c, #7f1d1d);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 16px 34px rgba(127, 29, 29, 0.22);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

    .kyr-search-btn:hover {
        transform: translateY(-2px);
        opacity: .98;
    }

@media (max-width: 991.98px) {
    .kyr-hero {
        flex-direction: column;
        align-items: stretch;
        padding: 28px 22px;
    }

    .kyr-trust-card {
        min-width: 100%;
    }

    .kyr-form-shell {
        padding: 28px 22px 26px;
    }

    .kyr-hero-left h2 {
        font-size: 28px;
    }

    .kyr-captcha-row {
        flex-wrap: wrap;
    }

    .kyr-captcha-input,
    .kyr-captcha-box,
    .kyr-refresh-btn {
        max-width: 100%;
        width: 100%;
    }

    .kyr-refresh-btn {
        height: 56px;
        min-width: 56px;
    }

    .kyr-actions {
        justify-content: stretch;
    }

    .kyr-search-btn {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .kyr-hero-left h2 {
        font-size: 24px;
    }

    .kyr-input,
    .kyr-captcha-box {
        height: 56px;
        border-radius: 16px;
    }

        .kyr-captcha-box span {
            font-size: 20px;
        }

    .kyr-search-btn {
        height: 56px;
        border-radius: 16px;
    }
}


/* =========================================
   Labour Registration Status - add-on styles
   ========================================= */
.les-page .kyr-hero,
.les-page .les-form-shell {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.les-section {
    margin-bottom: 24px;
}

.les-group-title {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

    .les-group-title span {
        color: #dc2626;
    }

.les-inline-options {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.les-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

    .les-radio input {
        width: 18px;
        height: 18px;
        accent-color: #b91c1c;
    }

.les-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 6px;
}

.les-radio-card {
    position: relative;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid #d7dee7;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
}

    .les-radio-card:hover {
        transform: translateY(-2px);
        border-color: rgba(185, 28, 28, 0.28);
        box-shadow: 0 14px 32px rgba(127, 29, 29, 0.08);
    }

    .les-radio-card input {
        width: 18px;
        height: 18px;
        margin: 0;
        accent-color: #b91c1c;
    }

    .les-radio-card span {
        font-size: 16px;
        font-weight: 700;
        color: #334155;
    }

    .les-radio-card.active {
        border-color: rgba(185, 28, 28, 0.35);
        background: linear-gradient(180deg, #fff8f7 0%, #ffffff 100%);
        box-shadow: 0 14px 32px rgba(127, 29, 29, 0.08);
    }

.les-actions {
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.les-reset-btn {
    min-width: 150px;
    height: 60px;
    padding: 0 28px;
    border: 1px solid #d7dee7;
    border-radius: 18px;
    background: #ffffff;
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .les-reset-btn:hover {
        transform: translateY(-2px);
        border-color: #cbd5e1;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    }

.les-otp-btn {
    min-width: 170px;
}

@media (max-width: 991.98px) {
    .les-choice-grid {
        grid-template-columns: 1fr;
    }

    .les-actions {
        justify-content: stretch;
    }

    .les-reset-btn,
    .les-otp-btn {
        width: 100%;
        min-width: 100%;
    }
}

/* Labour Certificate page */
.glc-page .kyr-hero,
.glc-page .glc-form-shell {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.glc-actions {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .glc-actions {
        justify-content: stretch;
    }

        .glc-actions .kyr-search-btn {
            width: 100%;
            min-width: 100%;
        }
}

.kyr-captcha-image {
    width: 170px;
    min-width: 170px;
    height: 62px;
    border-radius: 18px;
    border: 1px solid #c7d2fe;
    background: #fff;
    object-fit: cover;
    display: block;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}


/* Worker List Search page */
.wls-page .kyr-hero,
.wls-page .wls-form-shell {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.wls-section {
    margin-bottom: 4px;
}

.wls-group-title {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

    .wls-group-title span {
        color: #dc2626;
    }

.wls-inline-options {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.wls-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

    .wls-radio input {
        width: 18px;
        height: 18px;
        accent-color: #b91c1c;
    }

.wls-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 52px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.wls-actions {
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.wls-reset-btn {
    min-width: 150px;
    height: 60px;
    padding: 0 28px;
    border: 1px solid #d7dee7;
    border-radius: 18px;
    background: #ffffff;
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .wls-reset-btn:hover {
        transform: translateY(-2px);
        border-color: #cbd5e1;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    }

.wls-submit-btn {
    min-width: 170px;
}

@media (max-width: 991.98px) {
    .wls-actions {
        justify-content: stretch;
    }

    .wls-reset-btn,
    .wls-submit-btn {
        width: 100%;
        min-width: 100%;
    }
}
/* =========================================================
   Office Address Directory - Final Professional UI
   ========================================================= */
.office-bg-sec {
    padding: 32px 0 46px;
    background: linear-gradient(180deg, #edf4f7 0%, #f6f9fb 100%) !important;
}

.content-sec.office-page {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.office-page {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.office-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(5, 45, 64, 0.06) 0%, rgba(5, 45, 64, 0.025) 58%, #ffffff 100%);
    border: 1px solid rgba(5, 45, 64, 0.10);
    box-shadow: 0 20px 45px rgba(5, 45, 64, 0.06);
    margin-bottom: 18px;
}

.office-hero-left {
    flex: 1;
    min-width: 0;
}

.office-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(185, 28, 28, 0.08);
    color: #9f1239;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .25px;
    margin-bottom: 14px;
}

.office-hero-left h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 800;
    color: #052d40;
}

.office-hero-left p {
    margin: 0;
    max-width: 820px;
    font-size: 16px;
    line-height: 1.8;
    color: #5b6b84;
}

.office-hero-right {
    flex-shrink: 0;
}

.office-hero-card {
    min-width: 350px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.office-hero-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b91c1c, #7f1d1d);
    color: #fff;
    font-size: 26px;
    box-shadow: 0 10px 22px rgba(127, 29, 29, 0.22);
}

.office-hero-card strong {
    display: block;
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 800;
    color: #052d40;
}

.office-hero-card span {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}

.office-table-shell {
    position: relative;
    
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.07);
}

    .office-table-shell::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 4px;
        background: #052d40;
        z-index: 3;
    }

.office-table-wrap {
    padding: 0;
    overflow-x: auto;
}

.office-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

    .office-table thead th,
    .office-table tr:first-child th {
        position: sticky;
        top: 0;
        z-index: 5;
        padding: 18px 16px;
        background: #052d40;
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        border-right: 5px solid rgba(255, 255, 255, 0.35);
        border-bottom: 0;
    }

        .office-table thead th:last-child,
        .office-table tr:first-child th:last-child {
            border-right: 0;
        }

    .office-table tbody td,
    .office-table td {
        padding: 18px 16px;
        font-size: 15px;
        line-height: 1.7;
        color: #334155;
        text-align: center;
        vertical-align: middle;
        border: 10px solid #e5e7eb;
        background: #fff;
        word-break: break-word;
    }

    .office-table tbody tr:nth-child(even) td,
    .office-table tr:nth-child(even) td {
        background: #f8fbfd;
    }

    .office-table tbody tr:hover td,
    .office-table tr:hover td {
        background: #f2f7fa;
    }

    .office-table td[rowspan],
    .office-table td[colspan] {
        font-weight: 700;
        color: #243242;
        background: #fbfcfd;
    }

    .office-table td:nth-child(3),
    .office-table td:nth-child(4) {
        color: #475569;
    }

    .office-table th:nth-child(1),
    .office-table td:nth-child(1) {
        width: 18%;
    }

    .office-table th:nth-child(2),
    .office-table td:nth-child(2) {
        width: 18%;
    }

    .office-table th:nth-child(3),
    .office-table td:nth-child(3) {
        width: 32%;
    }

    .office-table th:nth-child(4),
    .office-table td:nth-child(4) {
        width: 32%;
    }

@media (max-width: 1199.98px) {
    .office-hero {
        flex-direction: column;
        align-items: stretch;
        padding: 26px 24px;
    }

    .office-hero-card {
        min-width: 100%;
    }

    .office-hero-left h2 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .office-bg-sec {
        padding: 22px 0 30px;
    }

    .office-hero {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .office-hero-left h2 {
        font-size: 30px;
    }

    .office-hero-left p {
        font-size: 15px;
    }

    .office-table-shell {
        border-radius: 18px;
    }

    .office-table {
        min-width: 950px;
    }

        .office-table thead th,
        .office-table tr:first-child th,
        .office-table tbody td,
        .office-table td {
            padding: 16px 14px;
        }
}

@media (max-width: 767.98px) {
    .office-bg-sec {
        padding: 18px 0 24px;
    }

    .office-hero {
        gap: 18px;
        padding: 18px 14px;
        border-radius: 16px;
    }

    .office-chip {
        font-size: 11px;
        padding: 7px 12px;
        margin-bottom: 12px;
    }

    .office-hero-left h2 {
        font-size: 26px;
    }

    .office-hero-left p {
        font-size: 14px;
        line-height: 1.7;
    }

    .office-hero-card {
        min-width: 100%;
        padding: 16px 14px;
        border-radius: 16px;
    }

    .office-hero-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 22px;
        border-radius: 14px;
    }

    .office-hero-card strong {
        font-size: 15px;
    }

    .office-hero-card span {
        font-size: 13px;
    }

    .office-table-shell {
        border-radius: 16px;
    }

    .office-table {
        min-width: 820px;
    }

        .office-table thead th,
        .office-table tr:first-child th {
            font-size: 14px;
            padding: 14px 12px;
        }

        .office-table tbody td,
        .office-table td {
            font-size: 14px;
            padding: 14px 12px;
        }
}
/* =========================================================
   End Office Address Directory
   ========================================================= */
/* =========================================
   POLICY PAGES - FINAL EXACT SIMPLE DESIGN
========================================= */
.policy-page-section {
    padding: 54px 0 96px !important;
}
.policy-shell {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 56px;
}

.policy-panel {
    background: #efefef;
    border-top: 4px solid #123f5b;
    border-radius: 24px;
    padding: 44px 46px 42px;
    box-shadow: none;
}

.policy-head {
    margin: 0 0 26px;
}

    .policy-head h1 {
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        color: #111111;
    }

.policy-body p {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.9;
    color: #111111;
    font-weight: 400;
}

.policy-body h2 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #111111;
}

.policy-body ul {
    margin: 0 0 22px 38px;
    padding: 0;
}

    .policy-body ul li {
        margin: 0 0 16px;
        font-size: 20px;
        line-height: 1.9;
        color: #111111;
        font-weight: 400;
    }

    .policy-body ul ul {
        margin-top: 12px;
        margin-bottom: 8px;
    }

        .policy-body ul ul li {
            list-style-type: circle;
            margin-bottom: 12px;
        }

@media (max-width: 1199.98px) {
    .policy-panel {
        padding: 42px 40px 40px;
    }

    .policy-head h1 {
        font-size: 30px;
    }

    .policy-body p,
    .policy-body ul li {
        font-size: 18px;
    }

    .policy-body h2 {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .policy-page-section {
        padding: 24px 0 36px !important;
    }

    .policy-shell {
        padding: 0 16px;
    }

    .policy-panel {
        padding: 28px 22px 28px;
        border-radius: 18px;
    }

    .policy-head {
        margin-bottom: 18px;
    }

        .policy-head h1 {
            font-size: 26px;
        }

    .policy-body p,
    .policy-body ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .policy-body h2 {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .policy-body ul {
        margin-left: 24px;
    }
}
/* =========================================
   END POLICY PAGES - FINAL EXACT SIMPLE DESIGN
========================================= */


.policy-main-title {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

    .policy-main-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 5px;
        height: 44px;
        background: #1e6fb8 ;
        border-radius: 2px;
    }

   

@media (max-width: 991px) {
    .policy-main-title {
        padding-left: 22px;
    }

        .policy-main-title::before {
            height: 56px;
            top: 4px;
        }

        .policy-main-title h1 {
            font-size: 46px;
        }
}

@media (max-width: 767px) {
    .policy-main-title {
        padding-left: 18px;
    }

        .policy-main-title::before {
            width: 4px;
            height: 42px;
            top: 3px;
        }

        .policy-main-title h1 {
            font-size: 32px;
        }
}


/* Scheme page accordion */
.stb-content .scheme-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stb-content .scheme-accordion-item {
    border: 1px solid #d8e2ea;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fbfd;
    box-shadow: 0 1px 0 rgba(5,45,64,0.02);
}

.stb-content .scheme-accordion-toggle {
    width: 100%;
    border: 0;
    background: #f8fbfd;
    color: #052d40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    transition: background .25s ease, color .25s ease;
}

    .stb-content .scheme-accordion-toggle:hover {
        background: #eef5f9;
    }

.stb-content .scheme-accordion-item.open .scheme-accordion-toggle {
    background: #eef5f9;
}

.stb-content .scheme-accordion-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

    .stb-content .scheme-accordion-icon::before,
    .stb-content .scheme-accordion-icon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 2px;
        background: #052d40;
        border-radius: 999px;
        transform: translate(-50%, -50%);
        transition: transform .25s ease, opacity .25s ease;
    }

    .stb-content .scheme-accordion-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.stb-content .scheme-accordion-item.open .scheme-accordion-icon::after {
    opacity: 0;
}

.stb-content .scheme-accordion-panel {
    display: none;
    padding: 0 22px 20px;
}

    .stb-content .scheme-accordion-panel > :last-child {
        margin-bottom: 0;
    }

    .stb-content .scheme-accordion-panel p {
        margin-bottom: 14px;
    }

    .stb-content .scheme-accordion-panel ul.first-list {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .stb-content .scheme-accordion-toggle {
        font-size: 21px;
        padding: 16px 18px;
    }

    .stb-content .scheme-accordion-panel {
        padding: 0 18px 18px;
    }
}

@media (max-width: 767px) {
    .stb-content .scheme-accordion {
        gap: 12px;
    }

    .stb-content .scheme-accordion-item {
        border-radius: 12px;
    }

    .stb-content .scheme-accordion-toggle {
        font-size: 18px;
        padding: 14px 14px;
    }

    .stb-content .scheme-accordion-panel {
        padding: 0 14px 14px;
    }
}

/* =========================================================
   GLOBAL RESPONSIVE PATCH - SAFE APPEND ONLY
   ========================================================= */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

/* -------- Large tablets / small laptops -------- */
@media (max-width: 1199.98px) {
    .desktop-menu .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 12px;
    }

    .main-logo img,
    .right-logo img,
    .right-logo img:first-child {
        width: 60px;
    }

    .main-logo .logo-txt h1 {
        font-size: 18px;
    }

    .main-logo .logo-txt span {
        font-size: 13px;
    }

    .mySlider {
        height: 380px;
    }

    .feature-card {
        padding: 48px 32px;
    }

        .feature-card h5 a {
            font-size: 28px;
        }

    .section-spacing {
        padding: 80px 0;
    }

    .link-sec {
        padding: 36px 20px;
    }

    .news-viewport {
        height: 430px;
    }

    .footer-header {
        gap: 20px;
    }

    .footer-newsletter-form,
    .footer-quick-links {
        margin-left: 0;
        margin-right: 0;
    }

    .level-branch {
        min-width: 900px;
        width: 900px;
    }

    .org-chart {
        overflow-x: auto;
        align-items: flex-start;
        padding-bottom: 12px;
    }

    .stb-wrapper {
        min-height: auto;
    }
}

/* -------- Tablet -------- */
@media (max-width: 991.98px) {
    .top-bar::before,
    .top-bar::after {
        width: 70%;
    }

    .top-left-txt p,
    .top-right-txt ul.main-list {
        justify-content: center;
    }

    .top-right-txt ul.main-list {
        flex-wrap: wrap;
        gap: 10px;
    }

        .top-right-txt ul.main-list li.top-list {
            padding-right: 0;
        }

    .logo-area.clip-sec::before {
        width: 62%;
    }

    .main-logo {
        align-items: center;
    }

    .right-logo {
        justify-content: center;
        margin-top: 12px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mySlider {
        height: 320px;
        padding: 10px 8px;
    }

    .slider_bust_left,
    .slider_bust_right {
        display: none;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .notice-bar {
        padding: 8px 0;
    }

    .notice-label {
        padding: 0 10px;
        font-size: 13px;
    }

    .notice-track {
        gap: 24px;
    }

        .notice-track span::after {
            right: -12px;
        }

    .member-profile,
    .bg-sec {
        padding: 40px 0 70px;
        background-position: center top;
    }

    .content-sec {
        padding: 28px 24px;
    }

        .content-sec h2 {
            font-size: 22px;
        }

        .content-sec p {
            font-size: 1rem;
        }

        .content-sec ul li {
            font-size: 15px;
        }

    .feature-wrapper {
        border-radius: 16px;
    }

    .feature-card {
        padding: 30px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        border-right: 0;
        border-bottom: 1px solid #dedddd;
    }

        .feature-card:last-child {
            border-bottom: 0;
        }

        .feature-card h5 a {
            font-size: 24px;
        }

    .link-sec {
        padding: 30px 0;
    }

    .info-box {
        padding: 24px 18px;
    }

    .news-header {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .tabs {
        overflow-x: auto;
        padding-bottom: 4px;
    }

        .tabs .tab:first-child {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 0;
        }

    .tab {
        white-space: nowrap;
        padding-left: 28px;
        padding-right: 28px;
    }

        .tab:before {
            left: 14px;
            right: 14px;
        }

    .controls {
        padding-right: 0;
        align-self: flex-end;
    }

    .news-viewport {
        height: auto;
        max-height: none;
    }

    .news-track,
    .news-track.active {
        position: relative;
        padding-left: 0;
    }

    .news-item {
        flex-direction: column;
        gap: 12px;
        padding: 14px 0;
    }

    .date {
        min-width: auto;
        width: max-content;
    }

        .date:before,
        .date:after {
            display: none;
        }

    .view-all {
        text-align: center;
    }

        .view-all a {
            margin-right: 0;
            padding-left: 38px;
            padding-right: 38px;
        }

            .view-all a::before {
                left: 18px;
                right: 18px;
            }

    .breadcrumb-section {
        height: 120px;
        padding-top: 28px;
    }

        .breadcrumb-section .main-title h1 {
             font-size: 38px;
        }

        .breadcrumb-section .breadcrumb-part ul {
            gap: 10px;
            flex-wrap: wrap;
            padding: 0 10px;
        }

            .breadcrumb-section .breadcrumb-part ul li {
                font-size: 12px;
            }

    .hex-stack {
        width: 125px;
        height: 125px;
    }

    .ribbon {
        position: relative;
        left: auto;
        top: auto;
        min-width: auto;
        display: inline-block;
        margin: 10px auto 0;
    }

    .stb-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .stb-sidebar,
    .stb-sidebar-two,
    .stb-sidebar-three {
        width: 100%;
        position: relative;
        top: 0;
        border-radius: 18px;
    }

    .stb-indicator {
        display: none;
    }

    .stb-tab {
        margin-bottom: 8px;
        border-radius: 12px;
        background: rgba(255,255,255,0.04);
    }

        .stb-tab.active {
            background: #eeecf9;
        }

    .stb-content-area {
        width: 100%;
        padding: 26px 20px;
        border-radius: 16px;
    }

    .stb-content ul.first-list.scheme-list li {
        flex: 0 0 47%;
        margin-right: 3%;
    }

    .vision-mission-sec .vm-box ul {
        min-height: auto;
    }

    .vision-mission-sec .vm-box h3 {
        width: 100%;
        max-width: 220px;
    }

    .main-footer {
        padding-top: 36px;
        border-radius: 16px 16px 0 0;
        background-size: cover;
    }

    .footer-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .footer-logo {
        flex-wrap: wrap;
    }

    .footer-newsletter-form .form-group {
        flex-direction: column;
        gap: 12px;
    }

        .footer-newsletter-form .form-group .form-control {
            width: 100%;
        }

        .footer-newsletter-form .form-group .newsletter-btn {
            margin-left: 0;
        }

    .bg-color {
        height: 20px;
        border-radius: 16px 16px 0 0;
    }

    .social-sidebar {
        top: auto;
        left: auto;
        right: 12px;
        bottom: 16px;
        transform: none;
    }

    .social {
        border-radius: 12px;
        margin-bottom: 8px;
    }
}

/* -------- Mobile -------- */
@media (max-width: 767.98px) {
    .top-bar::before,
    .top-bar::after {
        display: none;
    }

    .top-left-txt p {
        justify-content: center;
        font-size: 12px;
    }

        .top-left-txt p img {
            width: 14px;
            margin-right: 8px;
        }

    .top-right-txt ul.main-list {
        justify-content: center;
        gap: 8px 14px;
    }

        .top-right-txt ul.main-list li.top-list img {
            width: 18px;
        }

    .flag-icon img {
        width: 24px;
    }

    .logo-area {
        padding: 8px 0;
    }

        .logo-area.clip-sec::before {
            display: none;
        }

    .main-logo {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .main-logo img {
            width: 54px;
        }

        .main-logo .logo-txt {
            margin-left: 0;
            margin-top: 8px;
            text-align: center;
        }

            .main-logo .logo-txt h1 {
                font-size: 16px;
                line-height: 1.3;
            }

            .main-logo .logo-txt span {
                font-size: 12px;
            }

    .right-logo img,
    .right-logo img:first-child {
        width: 52px;
        margin-right: 0;
    }

    .mySlider {
        height: auto;
        padding: 8px 0;
    }

        .mySlider .swiper-slide {
            filter: none;
            opacity: 1;
            padding: 0 8px;
        }

            .mySlider .swiper-slide img {
                border-radius: 14px;
            }

    .swiper-button-prev {
        left: 8px;
    }

    .swiper-button-next {
        right: 8px;
    }

    .notice-label {
        font-size: 12px;
        padding: 0 8px;
    }

    .notice-track {
        gap: 20px;
    }

        .notice-track span::after {
            height: 12px;
            right: -10px;
        }

    .member-profile,
    .bg-sec {
        padding: 32px 0 56px;
    }

    .title-heading h2 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .content-sec {
        padding: 22px 16px;
        border-radius: 0 0 12px 12px;
    }

        .content-sec h2 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .content-sec p {
            font-size: 15px;
            line-height: 1.75;
        }

        .content-sec ul li {
            font-size: 14px;
            line-height: 1.7;
            padding-bottom: 8px;
        }

    .member-card.card.member-card-two .card-header {
        width: 120px;
        height: 120px;
    }

    .member-card-two.member-card.card .card-body {
        min-height: auto;
    }

    .btn-default {
        width: 100%;
        text-align: left;
        padding: 12px 56px 12px 24px;
    }

    .initiative-title {
        font-size: 22px;
    }

    .initiative-card {
        padding: 18px 16px;
    }

        .initiative-card h2 {
            font-size: 16px;
        }

    .section-spacing {
        padding: 56px 0;
    }

    .initiatives-section.section-spacing {
        padding-bottom: 90px;
    }

    .link-sec {
        padding: 24px 0;
    }

    .info-box {
        padding: 20px 14px;
        border-radius: 10px;
    }

        .info-box .icon {
            margin-bottom: 16px;
            padding: 12px;
        }

            .info-box .icon img {
                width: 40px;
            }

        .info-box h5 a {
            font-size: 16px;
        }

    .tab {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ctrl-btn {
        width: 28px;
        height: 28px;
    }

    .news-item {
        gap: 10px;
    }

    .content,
    .meta {
        font-size: 13px;
    }

    .breadcrumb-section {
        height: 100px;
        padding-top: 22px;
    }

        .breadcrumb-section .main-title h1 {
            font-size: 32px;
            letter-spacing: .4px;
        }

        .breadcrumb-section .breadcrumb-part {
            padding: 4px 0;
        }

    .hex-stack {
        width: 110px;
        height: 110px;
    }

    .ribbon {
        padding: 8px 14px;
    }

        .ribbon .title h3 {
            font-size: 14px;
        }

    .stb-content h2 {
        font-size: 22px;
    }

    .stb-content h3 {
        font-size: 18px;
    }

    .stb-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .stb-content ul.first-list li {
        font-size: 14px;
        line-height: 1.7;
    }

    .stb-content ul.first-list.scheme-list li {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .pdf-card-header {
        height: 42px;
    }

    .card-header.pdf-card-header img {
        width: 50px;
        margin-top: -20px;
    }

    .card-body.pdfcard-body {
        padding-top: 18px;
        padding-bottom: 28px;
    }

    .main-footer {
        padding-top: 30px;
    }

    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer-links p,
    .footer-links ul li {
        font-size: 14px;
    }

    .footer-social-links ul li {
        margin-right: 8px;
    }

        .footer-social-links ul li a {
            width: 34px;
            height: 34px;
        }

            .footer-social-links ul li a i {
                font-size: 16px;
            }

    .social {
        width: 44px;
        max-width: 44px;
        height: 44px;
    }

        .social .icon {
            width: 18px;
            margin: 0 8px;
        }

        .social .text {
            font-size: 12px;
        }
}

/* -------- Small mobile -------- */
@media (max-width: 575.98px) {
    .top-bar {
        padding: 4px 0;
    }

    .main-logo .logo-txt h1 {
        font-size: 15px;
    }

    .notice-label {
        font-size: 11px;
    }

    .content-sec {
        padding: 18px 14px;
    }

    .feature-card {
        padding: 22px 16px;
    }

        .feature-card h5 a {
            font-size: 22px;
        }

    .section-spacing {
        padding: 44px 0;
    }

    .breadcrumb-section {
        height: 90px;
        padding-top: 18px;
    }

        .breadcrumb-section .main-title h1 {
            font-size: 26px;
        }

    .stb-content-area {
        padding: 18px 14px;
    }

    .vision-mission-sec .vm-box h3 {
        font-size: 18px;
    }

    .btn-default {
        font-size: 15px;
    }
}

/* -------- Very wide tables/sections: allow graceful scroll -------- */
@media (max-width: 991.98px) {
    .table-responsive,
    .org-chart,
    .office-table-wrap {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
}

/* =========================================================
   END GLOBAL RESPONSIVE PATCH
   ========================================================= */

   /* =========================================
   REACT ADMIN FIXED LAYOUT OVERRIDE
   ========================================= */

html,
body {
    overflow-x: hidden;
}

body.admin-body {
    overflow-x: hidden;
}

body.admin-body #root {
    min-height: 100vh;
}

body.admin-body .admin-shell {
    min-height: 100vh;
    display: block;
}

body.admin-body .admin-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1200;
    transition: width .32s ease, transform .32s ease, padding .32s ease;
    will-change: width, transform;
}

body.admin-body .admin-main {
    margin-left: 280px;
    width: calc(100% - 280px);
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .32s ease, width .32s ease;
}

body.admin-body .admin-topbar {
    position: fixed !important;
    top: 0;
    left: 280px;
    right: 0;
    z-index: 1100;
    transition: left .32s ease, right .32s ease, padding .32s ease;
}

body.admin-body .admin-content {
    padding: 110px 28px 28px;
    transition: padding .32s ease;
}

/* desktop collapsed */
body.desktop-sidebar-collapsed .admin-sidebar {
    width: 92px !important;
}

body.desktop-sidebar-collapsed .admin-main {
    margin-left: 92px;
    width: calc(100% - 92px);
}

body.desktop-sidebar-collapsed .admin-topbar {
    left: 92px;
}

/* mobile */
@media (max-width: 991.98px) {
    body.admin-body .admin-sidebar {
        width: 280px !important;
        transform: translateX(-100%);
    }

    body.sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    body.admin-body .admin-main,
    body.desktop-sidebar-collapsed .admin-main {
        margin-left: 0;
        width: 100%;
    }

    body.admin-body .admin-topbar,
    body.desktop-sidebar-collapsed .admin-topbar {
        left: 0;
        right: 0;
    }

    body.admin-body .admin-content {
        padding: 92px 18px 18px;
    }
}

/* =========================================
   ADMIN TOAST FIX
   ========================================= */
/* =========================================
   ADMIN TOAST FIX
   ========================================= */
body.admin-body .swal2-container.admin-toast-container {
    z-index: 3000 !important;
}

body.admin-body .swal2-container.admin-toast-container.swal2-top-end {
    top: 0 !important;
    right: 18px !important;
    left: auto !important;
    bottom: auto !important;
}

body.admin-body .swal2-popup.admin-toast-popup.swal2-toast {
    margin: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18) !important;
}


/* =========================================
   FINAL RESPONSIVE UPGRADE PATCH
   ========================================= */

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

img,
video,
canvas {
    height: auto;
}

.content-sec,
.stb-content-area,
.kyr-form-shell,
.les-form-shell {
    overflow-wrap: anywhere;
}

.content-sec table,
.stb-content-area table,
.office-table,
.cus-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.under-construction-img {
    max-width: 100%;
    height: auto;
}

.notice-slider,
.notice-track,
.news-wrapper,
.feature-wrapper,
.footer-logo,
.footer-links,
.info-box,
.initiative-card {
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .desktop-menu .nav-item .nav-link {
        font-size: 15px;
        padding: 10px 10px;
    }

    .main-logo .logo-txt h1 {
        font-size: 17px;
    }

    .feature-card {
        padding: 34px 24px;
    }

    .feature-card h5 a {
        font-size: 24px;
    }

    .footer-logo img {
        max-width: 68px;
    }
}

@media (max-width: 991.98px) {
    .logo-area {
        padding: 12px 0;
    }

    .main-logo,
    .right-logo {
        justify-content: center;
        text-align: center;
    }

    .desktop-menu .navbar-toggler {
        margin-left: auto;
    }

    .mobile-sidebar {
        width: min(86vw, 360px);
    }

    .notice-bar {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .notice-label {
        border-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 2px;
    }

    .notice-slider {
        width: 100%;
    }

    .member-profile .row > [class*="col-"],
    .press-card-sec .feature-wrapper .row > [class*="col-"] {
        margin-bottom: 16px;
    }

    .feature-wrapper .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-logo {
        justify-content: center;
        gap: 10px;
    }

    .footer-links {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .top-bar .row,
    .logo-area .row {
        row-gap: 10px;
    }

    .desktop-menu .navbar .container {
        justify-content: flex-end;
    }

    .main-logo .logo-txt h1 {
        font-size: 15px;
    }

    .main-logo .logo-txt span {
        font-size: 11px;
    }

    .news-wrapper {
        margin: 20px auto 0;
    }

    .member-card.card .card-body .card-title,
    .initiative-card h2,
    .info-box h5 a {
        overflow-wrap: anywhere;
    }

    .footer-header,
    .footer-logo,
    .footer-social-links ul {
        justify-content: center;
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }

    .footer-logo div {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .top-left-txt p,
    .top-right-txt ul.main-list {
        justify-content: center;
    }

    .notice-track {
        gap: 16px;
    }

    .notice-track span::after {
        right: -8px;
    }

    .initiative-card,
    .info-box,
    .feature-card,
    .content-sec,
    .stb-content-area {
        border-radius: 14px;
    }

    .footer-logo {
        gap: 8px;
    }

    .footer-logo img {
        max-width: 56px;
    }
}

/* Mobile sidebar white background */
.mobile-sidebar {
    --bs-offcanvas-bg: #ffffff;
    background: #ffffff !important;
}

.mobile-sidebar .offcanvas-header,
.mobile-sidebar .offcanvas-body {
    background: #ffffff !important;
}

.mobile-sidebar .offcanvas-title,
.mobile-sidebar .nav-link,
.mobile-sidebar .dropdown-item,
.mobile-sidebar .btn-close {
    color: #000 !important;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/* ================================================================
   UPBOCW REACT — FINAL HIGHLY RESPONSIVE PATCH
   WebForms ke barabar responsive banana ke liye
   ================================================================ */

/* Global */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, video, canvas, iframe { max-width: 100%; height: auto; }

/* ================================================================
   1200px — Large Tablet / Small Laptop
   ================================================================ */
@media (max-width: 1199.98px) {
  .top-bar::before { width: 75%; }
  .top-bar::after  { width: calc(75% - 10px); }
  .main-logo img, .right-logo img, .right-logo img:first-child { width: 60px; }
  .main-logo .logo-txt h1 { font-size: 17px; }
  .main-logo .logo-txt span { font-size: 13px; }
  .desktop-menu .nav-item .nav-link { font-size: 14px; padding: 10px 9px; }
  .mySlider { height: 360px; }
  .feature-card { padding: 44px 26px; }
  .feature-card h5 a { font-size: 26px; }
  .section-spacing { padding: 80px 0; }
  .link-sec { padding: 36px 20px; }
  .news-viewport { height: 450px; }
  .footer-header { gap: 20px; }
  .footer-newsletter-form, .footer-quick-links { margin-left: 0; margin-right: 0; }
  .policy-shell { padding: 0 32px; }
  .policy-head h1 { font-size: 30px; }
  .policy-body p, .policy-body ul li { font-size: 17px; }
  .policy-body h2 { font-size: 23px; }
  .gov-orders-header h2 { font-size: 28px; }
  .kyr-hero-left h2 { font-size: 30px; }
}

/* ================================================================
   991px — Tablet
   ================================================================ */
@media (max-width: 991.98px) {

  /* Top bar */
  .top-bar::before, .top-bar::after { display: none; }
  .top-left-txt p { justify-content: center; font-size: 13px; }
  .top-right-txt ul.main-list { justify-content: center; flex-wrap: wrap; gap: 8px 14px; }
  .top-right-txt ul.main-list li.top-list { padding-right: 0; }

  /* Logo */
  .logo-area { padding: 12px 0; }
  .logo-area.clip-sec::before { width: 62%; }
  .main-logo, .right-logo { justify-content: center; text-align: center; }
  .right-logo { margin-top: 12px; flex-wrap: wrap; gap: 8px; }
  .main-logo { align-items: center; }

  /* Navbar */
  .desktop-menu .navbar-toggler { margin-left: auto; }
  .mobile-sidebar { width: min(86vw, 360px) !important; }

  /* Slider */
  .mySlider { height: 320px; padding: 10px 8px; }
  .slider_bust_left, .slider_bust_right { display: none; }
  .slider-arrow { width: 40px; height: 40px; }

  /* Notice */
  .notice-bar { padding: 8px 0; flex-wrap: wrap; row-gap: 8px; }
  .notice-label { padding: 0 10px; font-size: 13px; border-right: 0; width: 100%; text-align: center; padding-bottom: 2px; }
  .notice-slider { width: 100%; }
  .notice-track { gap: 24px; }
  .notice-track span::after { right: -12px; }

  /* Member */
  .member-profile, .bg-sec { padding: 40px 0 70px; background-position: center top; }
  .member-profile .row > [class*="col-"],
  .press-card-sec .feature-wrapper .row > [class*="col-"] { margin-bottom: 16px; }

  /* Content */
  .content-sec { padding: 28px 24px; }
  .content-sec h2 { font-size: 22px; }
  .content-sec p { font-size: 1rem; }
  .content-sec ul li { font-size: 15px; }

  /* Feature */
  .feature-wrapper { border-radius: 16px; }
  .feature-card { padding: 30px 24px; flex-direction: column; align-items: flex-start; gap: 18px; border-right: 0; border-bottom: 1px solid #dedddd; }
  .feature-card:last-child { border-bottom: 0; }
  .feature-card h5 a { font-size: 24px; }
  .feature-wrapper .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }

  /* Info boxes */
  .link-sec { padding: 30px 0; }
  .info-box { padding: 24px 18px; }

  /* News */
  .news-header { flex-direction: column; align-items: stretch; gap: 12px; }
  .tabs { overflow-x: auto; padding-bottom: 4px; }
  .tabs .tab:first-child { margin-right: 0; margin-left: 0; margin-bottom: 0; }
  .tab { white-space: nowrap; padding-left: 28px; padding-right: 28px; }
  .tab:before { left: 14px; right: 14px; }
  .controls { padding-right: 0; align-self: flex-end; }
  .news-viewport { height: auto; max-height: none; }
  .news-track, .news-track.active { position: relative; padding-left: 0; }
  .news-item { flex-direction: column; gap: 12px; padding: 14px 0; }
  .date { min-width: auto; width: max-content; }
  .date:before, .date:after { display: none; }
  .view-all { text-align: center; }
  .view-all a { margin-right: 0; padding-left: 38px; padding-right: 38px; }
  .view-all a::before { left: 18px; right: 18px; }

  /* Breadcrumb */
  .breadcrumb-section { height: auto !important; min-height: 100px; padding-top: 0 !important; padding-bottom: 36px; flex-direction: column; justify-content: center; }
  .breadcrumb-section .main-title h1 { font-size: 28px; padding: 0 12px; word-break: break-word; }
  .breadcrumb-section .breadcrumb-part { position: relative !important; bottom: auto; }
  .breadcrumb-section .breadcrumb-part ul { gap: 10px; flex-wrap: wrap; padding: 0 10px; }
  .breadcrumb-section .breadcrumb-part ul li { font-size: 12px; }

  /* Org chart - vertical */
  .hex-stack { width: 125px; height: 125px; }
  .ribbon { position: relative; left: auto; top: auto; min-width: auto; display: inline-block; margin: 10px auto 0; }
  .org-chart { overflow-x: visible; align-items: center; }
  .level-branch { width: 100% !important; min-width: unset !important; flex-direction: column !important; align-items: center; justify-content: center; }
  .level.level-top::after, .level.level-middle::after, .level.level-branch::after, .level.level-branch .branch-col::before { display: none !important; }
  .level { position: relative; top: 0 !important; width: 100%; display: flex; flex-direction: column; align-items: center; }
  .level.level-middle, .level.level-branch, .branch-col .ceo-card.small:nth-child(2) { top: 0 !important; }
  .branch-col { display: flex; flex-direction: column; align-items: center; width: 100%; top: 0 !important; }
  .branch-col .ceo-card.small:nth-child(3) { top: 0 !important; }
  .ceo-card { margin-bottom: 10px; }

  /* STB */
  .stb-wrapper { flex-direction: column; gap: 16px; min-height: auto; }
  .stb-sidebar, .stb-sidebar-two, .stb-sidebar-three { width: 100%; position: relative; top: 0; border-radius: 18px; }
  .stb-indicator { display: none; }
  .stb-tab { margin-bottom: 8px; border-radius: 12px; background: rgba(255,255,255,0.04); }
  .stb-tab:hover { transform: none; }
  .stb-tab.active { background: #eeecf9; }
  .stb-content-area { width: 100%; padding: 26px 20px; border-radius: 16px; }
  .stb-content ul.first-list.scheme-list li { flex: 0 0 47%; margin-right: 3%; }
  .vision-mission-sec .vm-box ul { min-height: auto; }
  .vision-mission-sec .vm-box h3 { width: 100%; max-width: 220px; }

  /* Footer */
  .main-footer { padding-top: 36px; border-radius: 16px 16px 0 0; background-size: cover; }
  .footer-header { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 24px; padding-bottom: 24px; }
  .footer-logo { flex-wrap: wrap; justify-content: center; gap: 10px; }
  .footer-logo div { margin-right: 0; }
  .footer-links { margin-left: 0 !important; margin-right: 0 !important; }
  .footer-newsletter-form .form-group { flex-direction: column; gap: 12px; }
  .footer-newsletter-form .form-group .form-control { width: 100%; }
  .footer-newsletter-form .form-group .newsletter-btn { margin-left: 0; }
  .bg-color { height: 20px; border-radius: 16px 16px 0 0; }

  /* Social sidebar */
  .social-sidebar { top: auto; left: auto; right: 12px; bottom: 16px; transform: none; }
  .social { border-radius: 12px; margin-bottom: 8px; }

  /* KYR */
  .kyr-hero { flex-direction: column; align-items: stretch; padding: 28px 22px; }
  .kyr-trust-card { min-width: 100%; }
  .kyr-form-shell { padding: 28px 22px 26px; }
  .kyr-hero-left h2 { font-size: 28px; }
  .kyr-captcha-row { flex-wrap: wrap; }
  .kyr-captcha-input, .kyr-captcha-box, .kyr-refresh-btn { max-width: 100%; width: 100%; }
  .kyr-refresh-btn { height: 56px; min-width: 56px; }
  .kyr-actions { justify-content: stretch; }
  .kyr-search-btn { width: 100%; min-width: 100%; }

  /* LES / GLC / WLS */
  .les-choice-grid { grid-template-columns: 1fr; }
  .les-actions { justify-content: stretch; }
  .les-reset-btn, .les-otp-btn { width: 100%; min-width: 100%; }
  .glc-actions { justify-content: stretch; }
  .glc-actions .kyr-search-btn { width: 100%; min-width: 100%; }
  .wls-actions { justify-content: stretch; }
  .wls-reset-btn, .wls-submit-btn { width: 100%; min-width: 100%; }

  /* Office */
  .office-bg-sec { padding: 22px 0 30px; }
  .office-hero { padding: 22px 18px; border-radius: 20px; }
  .office-hero-left h2 { font-size: 30px; }
  .office-hero-left p { font-size: 15px; }
  .office-table-shell { border-radius: 18px; }
  .office-table { min-width: 950px; }
  .office-table thead th, .office-table tr:first-child th,
  .office-table tbody td, .office-table td { padding: 16px 14px; }

  /* Gov Orders */
  .gov-orders-header { flex-direction: row !important; align-items: center !important; padding: 22px 20px; }
  .gov-orders-header h2 { font-size: 24px; }
  .gov-orders-header-right { width: 70px !important; height: 70px !important; flex-shrink: 0; }
  .gov-orders-header-right img { width: 44px !important; height: 44px !important; }
  .gov-orders-table-responsive { overflow-x: auto !important; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
  .gov-orders-table { min-width: 600px !important; font-size: 13px !important; table-layout: auto !important; }
  .gov-orders-table th, .gov-orders-table td { font-size: 13px !important; padding: 10px 10px !important; }

  /* Updates / Press */
  .updates-hero { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .notice-timeline-item { grid-template-columns: 1fr; }
  .press-media-top { flex-direction: column; }
  .press-media-dates { text-align: left; }
  .press-image-grid { grid-template-columns: repeat(2, 1fr); }

  /* Policy */
  .policy-page-section { padding: 32px 0 48px !important; }
  .policy-shell { padding: 0 20px; }
  .policy-panel { padding: 32px 28px; border-radius: 18px; }

  /* Accordion */
  .stb-content .scheme-accordion-toggle { font-size: 21px; padding: 16px 18px; }
  .stb-content .scheme-accordion-panel { padding: 0 18px 18px; }

  /* Initiatives */
  .initiatives-section.section-spacing { padding-bottom: 100px; }

  /* Scrollable tables */
  .table-responsive, .org-chart, .office-table-wrap { -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
}

/* ================================================================
   767px — Mobile
   ================================================================ */
@media (max-width: 767.98px) {

  /* Top bar */
  .top-bar { padding: 4px 0; }
  .top-bar .row, .logo-area .row { row-gap: 10px; }
  .top-left-txt p { justify-content: center; font-size: 12px; }
  .top-left-txt p img { width: 14px; margin-right: 8px; }
  .top-right-txt ul.main-list { justify-content: center; gap: 8px 14px; }
  .top-right-txt ul.main-list li.top-list img { width: 18px; }
  .flag-icon img { width: 24px; }

  /* Logo */
  .logo-area { padding: 8px 0; }
  .logo-area.clip-sec::before { display: none; }
  .main-logo { justify-content: center; flex-direction: column; text-align: center; }
  .main-logo img { width: 54px; }
  .main-logo .logo-txt { margin-left: 0; margin-top: 8px; text-align: center; }
  .main-logo .logo-txt h1 { font-size: 15px; line-height: 1.3; }
  .main-logo .logo-txt span { font-size: 12px; }
  .right-logo img, .right-logo img:first-child { width: 52px; margin-right: 0; }

  /* Navbar */
  .desktop-menu .navbar .container { justify-content: flex-end; }

  /* Slider */
  .mySlider { height: auto; padding: 8px 0; }
  .mySlider .swiper-slide { filter: none; opacity: 1; padding: 0 8px; }
  .mySlider .swiper-slide img { border-radius: 14px; }
  .swiper-button-prev { left: 8px; }
  .swiper-button-next { right: 8px; }

  /* Notice */
  .notice-label { font-size: 12px; padding: 0 8px; }
  .notice-track { gap: 20px; }
  .notice-track span::after { height: 12px; right: -10px; }

  /* Sections */
  .member-profile, .bg-sec { padding: 32px 0 56px; }
  .title-heading h2 { font-size: 22px; margin-bottom: 14px; }
  .member-card.card.member-card-two .card-header { width: 120px; height: 120px; }
  .member-card-two.member-card.card .card-body { min-height: auto !important; }

  /* Buttons — slim, no full width */
  .btn-default {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    width: auto !important;
    text-align: left;
  }
  .btn-default::before { content: none !important; }
  .btn-default::after {
    content: '\f0a9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
    position: static;
    transform: none;
  }

  /* Initiatives */
  .initiative-title { font-size: 22px; }
  .initiative-card { padding: 18px 16px; }
  .initiative-card h2 { font-size: 16px; }
  .section-spacing { padding: 56px 0; }
  .initiatives-section.section-spacing { padding-bottom: 90px; }

  /* Info boxes */
  .link-sec { padding: 24px 0; }
  .info-box { padding: 20px 14px; border-radius: 10px; }
  .info-box .icon { margin-bottom: 16px; padding: 12px; }
  .info-box .icon img { width: 40px; }
  .info-box h5 a { font-size: 16px; }

  /* News */
  .tab { font-size: 14px; padding-top: 8px; padding-bottom: 8px; }
  .ctrl-btn { width: 28px; height: 28px; }
  .news-item { gap: 10px; }
  .content, .meta { font-size: 13px; }
  .news-wrapper { margin: 20px auto 0; }

  /* Breadcrumb */
  .breadcrumb-section { min-height: 100px; }
  .breadcrumb-section .main-title h1 { font-size: 18px; letter-spacing: .4px; }
  .breadcrumb-section .breadcrumb-part { padding: 4px 0; }

  /* Hex/Org */
  .hex-stack { width: 110px; height: 110px; }
  .ribbon { padding: 8px 14px; }
  .ribbon .title h3 { font-size: 14px; }

  /* Content section */
  .content-sec { padding: 22px 16px; border-radius: 0 0 12px 12px; }
  .content-sec h2 { font-size: 20px; margin-bottom: 14px; }
  .content-sec p { font-size: 15px; line-height: 1.75; }
  .content-sec ul li { font-size: 14px; line-height: 1.7; padding-bottom: 8px; }
  .member-card.card .card-body .card-title, .initiative-card h2, .info-box h5 a { overflow-wrap: anywhere; }

  /* STB */
  .stb-content h2 { font-size: 22px; }
  .stb-content h3 { font-size: 18px; }
  .stb-content p { font-size: 15px; line-height: 1.7; }
  .stb-content ul.first-list li { font-size: 14px; line-height: 1.7; }
  .stb-content ul.first-list.scheme-list li { flex: 0 0 100%; margin-right: 0; }

  /* PDF */
  .pdf-card-header { height: 42px; }
  .card-header.pdf-card-header img { width: 50px; margin-top: -20px; }
  .card-body.pdfcard-body { padding-top: 18px; padding-bottom: 28px; }

  /* Footer */
  .main-footer { padding-top: 30px; }
  .footer-header, .footer-logo, .footer-social-links ul { justify-content: center; text-align: center; }
  .footer-links { text-align: start; }
  .footer-logo div { margin-right: 0; }
  .footer-links h3 { font-size: 18px; margin-bottom: 14px; }
  .footer-links p, .footer-links ul li { font-size: 14px; }
  .footer-social-links ul li { margin-right: 8px; }
  .footer-social-links ul li a { width: 34px; height: 34px; }
  .footer-social-links ul li a i { font-size: 16px; }

  /* Social sidebar */
  .social { width: 44px; max-width: 44px; height: 44px; }
  .social .icon { width: 18px; margin: 0 8px; }
  .social .text { font-size: 12px; }

  /* Office */
  .office-bg-sec { padding: 18px 0 24px; }
  .office-hero { gap: 18px; padding: 18px 14px; border-radius: 16px; }
  .office-chip { font-size: 11px; padding: 7px 12px; margin-bottom: 12px; }
  .office-hero-left h2 { font-size: 26px; }
  .office-hero-left p { font-size: 14px; line-height: 1.7; }
  .office-hero-card { min-width: 100%; padding: 16px 14px; border-radius: 16px; }
  .office-hero-icon { width: 48px; height: 48px; min-width: 48px; font-size: 22px; border-radius: 14px; }
  .office-hero-card strong { font-size: 15px; }
  .office-hero-card span { font-size: 13px; }
  .office-table-shell { border-radius: 16px; }
  .office-table { min-width: 820px; }
  .office-table thead th, .office-table tr:first-child th { font-size: 14px; padding: 14px 12px; }
  .office-table tbody td, .office-table td { font-size: 14px; padding: 14px 12px; }

  /* KYR */
  .kyr-hero-left h2 { font-size: 24px; }
  .kyr-input, .kyr-captcha-box { height: 56px; border-radius: 16px; }
  .kyr-captcha-box span { font-size: 20px; }
  .kyr-search-btn { height: 56px; border-radius: 16px; }

  /* Gov Orders */
  .gov-orders-header h2 { font-size: 20px; }
  .gov-orders-table th, .gov-orders-table td { font-size: 12px !important; padding: 8px 8px !important; }
  .gov-orders-table-wrap::after {
    content: "← स्क्रॉल करें →";
    display: block; text-align: center;
    font-size: 11px; color: #94a3b8;
    padding: 6px 0 4px; background: #f8fafc;
  }

  /* Updates */
  .update-card { padding: 16px; }
  .update-card-top { flex-direction: column; }
  .update-date { text-align: left; }
  .updates-heading h2 { font-size: 1.4rem; }
  .press-media-body { flex-direction: column; }
  .notice-content-head { flex-direction: column; }
  .notice-period { white-space: normal; }

  /* Policy */
  .policy-page-section { padding: 24px 0 36px !important; }
  .policy-shell { padding: 0 16px; }
  .policy-panel { padding: 28px 22px 28px; border-radius: 18px; }
  .policy-head { margin-bottom: 18px; }
  .policy-head h1 { font-size: 26px; }
  .policy-body p, .policy-body ul li { font-size: 16px; line-height: 1.8; }
  .policy-body h2 { font-size: 21px; margin-bottom: 12px; }
  .policy-body ul { margin-left: 24px; }

  /* Press gallery */
  .press-image-grid { grid-template-columns: 1fr; gap: 14px; }
  .press-only-image, .press-doc-tile { height: 220px; }
  .press-gallery-heading-strip h2 { font-size: 22px; }

  /* Accordion */
  .stb-content .scheme-accordion { gap: 12px; }
  .stb-content .scheme-accordion-item { border-radius: 12px; }
  .stb-content .scheme-accordion-toggle { font-size: 18px; padding: 14px 14px; }
  .stb-content .scheme-accordion-panel { padding: 0 14px 14px; }

  /* Vision Mission */
  .vision-mission-sec .vm-box h3 { font-size: 18px; }
  .vision-mission-sec .vm-box h3::before, .vision-mission-sec .vm-box h3::after { display: none; }

  /* Text justify off */
  .global-content p, .global-content li,
  .content-sec p, .content-sec li,
  .stb-content p, .stb-content li { text-align: left !important; }
}

/* ================================================================
   575px — Small Mobile
   ================================================================ */
@media (max-width: 575.98px) {
  .top-bar { padding: 4px 0; }
  .top-left-txt p, .top-right-txt ul.main-list { justify-content: center; }
  .main-logo .logo-txt h1 { font-size: 14px; }
  .main-logo img { width: 48px; }
  .notice-label { font-size: 11px; }
  .notice-track { gap: 16px; }
  .notice-track span::after { right: -8px; }
  .feature-card { padding: 22px 16px; border-radius: 14px; }
  .feature-card h5 a { font-size: 22px; }
  .section-spacing { padding: 44px 0; }
  .breadcrumb-section .main-title h1 { font-size: 17px; }
  .stb-content-area { padding: 18px 14px; border-radius: 14px; }
  .vision-mission-sec .vm-box h3 { font-size: 18px; }
  .initiative-card, .info-box, .content-sec { border-radius: 14px; }
  .btn-default { font-size: 12px; padding: 7px 16px; gap: 8px; }
  .member-card.card.member-card-two .card-header { width: 110px; height: 110px; }
  .member-card.card .card-body .card-title { font-size: 14px; }
  .kyr-input, .kyr-captcha-box { height: 50px; }
  .kyr-search-btn { height: 50px; }
  .kyr-form-shell { padding: 20px 14px; }
  .kyr-hero-left h2 { font-size: 22px; }
  .gov-orders-header { padding: 16px 14px; }
  .gov-orders-header h2 { font-size: 18px; }
  .updates-hero { padding: 18px 14px; border-radius: 16px; }
  .updates-hero-icon { width: 80px; height: 80px; min-width: 80px; border-radius: 18px; }
  .main-footer { padding-top: 26px; }
  .bg-color { height: 16px; border-radius: 12px 12px 0 0; }
  .office-chip { font-size: 10px; padding: 6px 10px; }
  .office-hero-left h2 { font-size: 22px; }
  .press-gallery-heading-strip h2 { font-size: 19px; }
  .press-doc-icon { font-size: 50px; }
  .cus-table tr td a { font-size: 12px; }
  .footer-logo { gap: 8px; }
  .footer-logo img { max-width: 56px; }
}

/* ================================================================
   375px — Extra Small Mobile
   ================================================================ */
@media (max-width: 375px) {
  .main-logo .logo-txt h1 { font-size: 12px; }
  .main-logo img { width: 42px; }
  .breadcrumb-section .main-title h1 { font-size: 14px; }
  .kyr-hero-left h2 { font-size: 18px; }
  .stb-content h2 { font-size: 18px; }
  .feature-card h5 a { font-size: 18px; }
  .gov-orders-header h2 { font-size: 16px; }
  .office-hero-left h2 { font-size: 18px; }
  .policy-head h1 { font-size: 22px; }
  .tab { padding-left: 16px; padding-right: 16px; font-size: 12px; }
  .update-icon { width: 44px; height: 44px; border-radius: 14px; }
  .update-title { font-size: 0.95rem; }
  .btn-default { font-size: 11px; padding: 6px 14px; }
}

/* ================================================================
   MOBILE OFFCANVAS MENU STYLING
   ================================================================ */
.mobile-sidebar { --bs-offcanvas-bg: #ffffff; background: #ffffff !important; }
.mobile-sidebar .offcanvas-header, .mobile-sidebar .offcanvas-body { background: #ffffff !important; }
.mobile-sidebar .offcanvas-title { color: #052d40 !important; font-size: 18px; font-weight: 700; }
.mobile-sidebar .nav-link { color: #333 !important; font-size: 15px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.mobile-sidebar .nav-link:hover { color: #831218 !important; background: transparent; }
.mobile-sidebar .nav-link.fw-semibold { color: #052d40 !important; font-weight: 600 !important; border-bottom: 1px solid #eee; }
.mobile-sidebar .list-unstyled .nav-link { font-size: 14px; color: #555 !important; border-bottom: none; padding: 6px 0; }
.mobile-sidebar .border-start { border-color: #e0e0e0 !important; }
.mobile-sidebar .collapse .list-unstyled { background: #f9f9f9; border-radius: 8px; padding: 6px 12px; margin-top: 4px; }
.mobile-sidebar [data-bs-toggle="collapse"] .fa-chevron-down { transition: transform 0.2s ease; }
.mobile-sidebar [data-bs-toggle="collapse"][aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); }

/* ================================================================
   ACCESSIBILITY — Reduced Motion
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .scroll-watcher, .notice-track { animation: none !important; }
}

/* ================================================================
   PRINT
   ================================================================ */
@media print {
  .top-bar, .desktop-menu, .slider-section, .notice-bar,
  .social-sidebar, .scroll-watcher, .main-footer, .bg-color,
  .swiper-button-prev, .swiper-button-next { display: none !important; }
  body { font-size: 12pt; color: #000; }
  .content-sec, .stb-content-area { box-shadow: none !important; }
}
/* ============================================
   MOBILE HEADER — RESPONSIVE FIX
   ============================================ */
@media (max-width: 991.98px) {

  /* Top bar */
  .top-bar { padding: 5px 0; }
  .top-left-txt p { font-size: 12px; justify-content: center; }
  .top-right-txt ul.main-list { justify-content: center; flex-wrap: wrap; gap: 6px 12px; }
  .top-right-txt ul.main-list li.top-list { padding-right: 0; }

  /* Logo area */
  .logo-area { padding: 10px 0; }
  .logo-area.clip-sec::before { display: none; }
  .main-logo { flex-direction: row; justify-content: center; align-items: center; gap: 10px; }
  .main-logo img { width: 50px; }
  .main-logo .logo-txt { margin-left: 0; text-align: center; }
  .main-logo .logo-txt h1 { font-size: 14px; line-height: 1.3; }
  .main-logo .logo-txt span { font-size: 11px; }
  .right-logo { justify-content: center; margin-top: 8px; }
  .right-logo img, .right-logo img:first-child { width: 48px; margin-right: 0; }

  /* Navbar — hamburger LEFT */
  .desktop-menu .navbar .container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .desktop-menu .navbar-toggler {
    margin-left: 0 !important;
    margin-right: auto !important;
    order: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .main-logo { flex-direction: row; gap: 35px; }
  .main-logo img { width: 44px; }
  .main-logo .logo-txt h1 { font-size: 13px; }
  .right-logo img { width: 42px; }
  .top-left-txt p { font-size: 11px; }
}

/* ============================================
   ORG CHART — MOBILE RESPONSIVE FIX
   ============================================ */
@media (max-width: 767.98px) {

  .org-chart {
    overflow-x: visible !important;
    align-items: center !important;
    padding-bottom: 0 !important;
  }

  .level-branch {
    width: 100% !important;
    min-width: unset !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .level {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 10px;
  }

  .level.level-middle,
  .level.level-branch,
  .branch-col .ceo-card.small:nth-child(2),
  .branch-col .ceo-card.small:nth-child(3) {
    top: 0 !important;
  }

  .branch-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    top: 0 !important;
    margin-bottom: 10px;
  }

  /* Connecting lines hide on mobile */
  .level.level-top::after,
  .level.level-middle::after,
  .level.level-branch::after,
  .level.level-branch .branch-col::before,
  .level.level-branch .branch-col:last-child::before {
    display: none !important;
  }

  /* Hex and ribbon center */
  .ceo-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 8px;
  }

  .hex-stack {
    width: 110px !important;
    height: 110px !important;
  }

  .ribbon {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    min-width: auto !important;
    width: max-content !important;
    max-width: 200px !important;
    display: block !important;
    margin: 6px auto 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  .ribbon .title h3 {
    font-size: 12px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .ceo-card.small .ribbon {
    transform: none !important;
    transform-origin: unset !important;
  }
}

@media (max-width: 991.98px) {
  .logo-area .row {
    flex-direction: row !important;
    align-items: center !important;
  }
  .logo-area .col-lg-8 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .logo-area .col-lg-4 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    margin-top: 0 !important;
  }
  .right-logo {
    justify-content: center !important;
    margin-top: 0 !important;
  }
  .right-logo img {
    width: 50px !important;
    margin-right: 0 !important;
  }
}



/* ================================================================
   FINAL RESPONSIVE GAP PATCH — v2
   Remaining issues addressed cleanly
   ================================================================ */

/* Slider images: prevent extreme height on mobile */
@media (max-width: 767.98px) {
  .mySlider .swiper-slide img {
    max-height: 62vw;
    object-fit: cover;
  }
}

/* Slider: on xs (< 480px) hide nav arrows to avoid overlap */
@media (max-width: 479px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

/* Homepage: minister card section — better spacing on sm */
@media (max-width: 575.98px) {
  .member-profile .member-card.card {
    margin-bottom: 12px;
  }
  .member-profile .title-heading {
    margin-top: 8px;
  }
}

/* link-sec info-box: on xs, 1 per row instead of 2 */
@media (max-width: 400px) {
  .link-sec .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Initiative cards: on xs ensure 1 per row */
@media (max-width: 400px) {
  .initiatives-section .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* news-wrapper: on mobile remove big top margin */
@media (max-width: 575.98px) {
  .news-wrapper {
    margin: 12px auto 0;
  }
}

/* Footer logos: better centering and sizing on xs */
@media (max-width: 400px) {
  .footer-logo {
    gap: 6px;
  }
  .footer-logo img {
    max-width: 48px;
  }
}

/* Breadcrumb: force center on all mobile */
@media (max-width: 991.98px) {
  .breadcrumb-section {
    text-align: center;
  }
  .breadcrumb-section .breadcrumb-part ul {
    justify-content: center;
  }
}

/* Gov orders page: ensure table wraps on all mobiles */
@media (max-width: 767.98px) {
  .gov-orders-table {
    min-width: 540px !important;
  }
  .gov-orders-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 16px;
  }
  .gov-orders-header h2 {
    font-size: 22px;
  }
  .gov-orders-header-right {
    width: 72px !important;
    height: 72px !important;
  }
  .gov-orders-header-right img {
    width: 44px !important;
    height: 44px !important;
  }
}

/* Press gallery: 1 column on xs */
@media (max-width: 400px) {
  .press-image-grid {
    grid-template-columns: 1fr !important;
  }
  .press-only-image,
  .press-doc-tile {
    height: 200px;
  }
}

/* Policy pages: better padding on xs */
@media (max-width: 400px) {
  .policy-panel {
    padding: 20px 14px;
  }
  .policy-head h1 {
    font-size: 22px;
  }
  .policy-body p,
  .policy-body ul li {
    font-size: 15px;
  }
}

/* Navbar toggler: ensure it's always accessible */
@media (max-width: 991.98px) {
  .desktop-menu .collapse.navbar-collapse {
    display: none !important;
  }
  .desktop-menu .navbar-toggler {
    display: flex !important;
  }
}

/* mobile-sidebar nav links: better touch targets */
@media (max-width: 991.98px) {
  .mobile-sidebar .offcanvas-body {
    padding-bottom: 32px;
  }
  .mobile-sidebar .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Prevent any section from causing horizontal scroll */
.member-profile,
.link-sec,
.initiatives-section,
.press-card-sec,
.section-spacing {
  overflow-x: hidden;
}

/* Safe image defaults globally */
img {
  max-width: 100%;
  height: auto;
}


/* ================================================================
   NOTICE BAR FIX — flex-wrap ko override karo (visible bug fix)
   Sabhi screen sizes pe notice-bar ek hi line mein rahe
   ================================================================ */

.notice-bar {
  flex-wrap: nowrap !important;
  row-gap: 0 !important;
  align-items: center !important;
}

/* Mobile pe label compact rakho — slider same line pe */
@media (max-width: 991.98px) {
  .notice-bar {
    padding: 7px 0 !important;
  }
  .notice-label {
    width: auto !important;
    white-space: nowrap;
    padding: 0 10px !important;
    padding-bottom: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
    font-size: 12px;
    flex-shrink: 0;
  }
  .notice-slider {
    width: auto !important;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
}

@media (max-width: 575.98px) {
  .notice-label {
    font-size: 11px;
    padding: 0 8px !important;
  }
}

/* ================================================================
   GAP FIX — Notice bar aur Minister section ke beech ka gap kam karo
   ================================================================ */

@media (max-width: 767.98px) {
  .member-profile,
  .bg-sec {
    padding: 24px 0 40px !important;
  }

  .member-profile .title-heading h2 {
    margin-bottom: 12px;
  }

  /* notice-bar ke upar/niche extra space nahi chahiye */
  .slider-section + .notice-bar {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .member-profile,
  .bg-sec {
    padding: 16px 0 32px !important;
  }
}


/* ================================================================
   BUG FIX PATCH — 3 issues
   ================================================================ */

/* ----- FIX 1: News panel — left se space nahi tha -------------- */
@media (max-width: 991.98px) {
  .news-wrapper {
    padding: 0 6px;
  }
  .news-track.active {
    padding-left: 6px !important;
  }
  .news-item {
    padding: 12px 4px !important;
  }
}

/* ----- FIX 2: "Uttar Pradesh" line-height gap ----------------- */
.main-logo .logo-txt span {
  line-height: 1.35;
  display: block;
}

/* ----- FIX 3: Breadcrumb — neeche zyada space fix ------------- */
/* Mera purana height:auto wala galat tha — fixed height wapas */
@media (max-width: 991.98px) {
  .breadcrumb-section {
    height: 92px !important;
    min-height: unset !important;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  .breadcrumb-section .breadcrumb-part {
    position: absolute !important;
    bottom: 0 !important;
  }
  .breadcrumb-section .main-title h1 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section {
    height: 80px !important;
    padding-top: 14px !important;
  }
  .breadcrumb-section .main-title h1 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .breadcrumb-section {
    height: 70px !important;
    padding-top: 12px !important;
  }
  .breadcrumb-section .main-title h1 {
    font-size: 16px;
  }
}

.main-logo .logo-txt h1 {
  margin-bottom: 3px;
}

.main-logo img {
  margin-right: 6px;
}
.main-logo .logo-txt {
  margin-left: 0 !important;
}

.main-logo .logo-txt {
  margin-top: 3px !important;
}

.breadcrumb-section .main-title h1 {
  
  line-height: 1.2;
  padding: 3px 10px;
  word-break: break-word;
}

@media (max-width: 575.98px) {
  .breadcrumb-section .main-title h1 {
    font-size: 18px !important;
  }
}

@media (max-width: 991.98px) {
  .breadcrumb-section {
    height: auto !important;
    min-height: 85px !important;
    padding-top: 14px !important;
    padding-bottom: 60px !important;  /* yeh add karo */
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section {
  
    padding-top: 12px !important;
  }
}

.breadcrumb-section .breadcrumb-part {
  bottom: 0px !important;
}

.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show {
  padding: 6px !important;
}

.desktop-menu li.nav-item.dropdown ul.dropdown-menu.show li a {
  padding: 7px 8px !important;
}


.footer-links ul li {
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
}

.footer-links h3 {
  margin-bottom: 12px !important;
}

p, li, td { text-align: justify; }


@media (max-width: 991.98px) {
  .breadcrumb-section {
    min-height: 70px !important;  /* was 85px */
  }
}


@media (max-width: 991.98px) {
  .breadcrumb-section {
    min-height: 77px !important;
    padding: 12px 0 0 !important;
    padding-bottom: 0 !important;
  }
  .breadcrumb-section .main-title {
    margin-bottom: 0px;
  }
  .breadcrumb-section .main-title h1 {
    margin-bottom: 30px !important;
  }
  .breadcrumb-section .breadcrumb-part {
    margin-top: 0px;
    padding: 4px 0 !important;
  }
  .breadcrumb-section .breadcrumb-part ul {
    gap: 2px 6px !important;
    margin: 0;
    padding: 0 10px;
  }
  .breadcrumb-section .breadcrumb-part ul li {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
}


@media (max-width: 991.98px) {
  p, li, td, .stb-content p, .stb-content li,
  .content-sec p, .content-sec li,
  .policy-body p, .policy-body ul li {
    text-align: justify !important;
  }
}


.main-logo .logo-txt {
  text-align: center !important;
}

@media (max-width: 991.98px) {
  .notice-track span a img {
    display: none !important;
  }
}
.date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  flex-wrap: nowrap;
  /* agar existing width fix hai to thoda badhao */
  min-width: 140px;
}

.date-text {
  font-weight: 600;
  line-height: 1;
}

.new-badge-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.new-gif {
  height: 16px;
  width: auto;
  display: block;
  vertical-align: middle;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

/* =============================================================================
 * RTI MODAL — Officers under RTI Act 2005 popup
 * ============================================================================= */

.rti-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  animation: rtiFadeIn 0.2s ease-out;
}

@keyframes rtiFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.rti-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 30px 35px 35px;
  animation: rtiSlideIn 0.25s ease-out;
}

@keyframes rtiSlideIn {
  from { opacity: 0; transform: translateY(-20px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.rti-modal__close {
  position: absolute;
  top: 12px;
  right: 18px;
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.rti-modal__close:hover,
.rti-modal__close:focus-visible {
  background: #f1f5f9;
  outline: none;
}

.rti-modal__title {
  font-size: 22px;
  font-weight: 700;
  color: #8b0000;
  text-align: center;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f2f7;
  letter-spacing: 0.3px;
}

.rti-modal__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 25px;
  align-items: start;
}

.rti-modal__address-col {
  padding: 5px;
}

.rti-modal__board-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a3c6e;
  margin: 0 0 12px;
  line-height: 1.4;
}

.rti-modal__address {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.rti-modal__officers-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rti-officer-card {
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  padding: 14px 18px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rti-officer-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.rti-officer-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a3c6e;
  margin: 0 0 4px;
}

.rti-officer-card__designation {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 8px;
}

.rti-officer-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rti-officer-card__phone:hover {
  color: #8b0000;
}

.rti-officer-card__phone .fa {
  font-size: 12px;
  color: #8b0000;
}

/* Button-styled quick link card (for modal-trigger cards) */
.gov-quick--button {
  border: none;
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

/* English side — info-box button styling */
.info-box__btn {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
  width: 100%;
}

.info-box__btn:hover {
  color: #8b0000;
  text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .rti-modal {
    padding: 25px 20px 28px;
    max-height: 92vh;
  }

  .rti-modal__title {
    font-size: 18px;
    padding-right: 30px;
    text-align: left;
  }

  .rti-modal__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rti-modal__board-name {
    font-size: 15px;
  }

  .rti-modal__close {
    top: 10px;
    right: 12px;
    font-size: 24px;
  }
}


/* =============================================================================
 * TITLE SIZE REDUCTION — har jagah breadcrumb title chhota
 * UPBOCW reference se thoda smaller, cleaner look
 * ============================================================================= */
.breadcrumb-section .main-title h1 {
  font-size: 22px !important;
  letter-spacing: 0.5px !important;
  font-weight: 600 !important;
}

/* Tablet */
@media (max-width: 991px) {
  .breadcrumb-section .main-title h1 {
    font-size: 20px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .breadcrumb-section .main-title h1 {
    font-size: 16px !important;
    letter-spacing: 0.3px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .breadcrumb-section .main-title h1 {
    font-size: 14px !important;
  }
}

/* =============================================================================
 * SITEMAP PAGE STYLING
 * ============================================================================= */
.sitemap-wrapper {
  padding: 40px 0;
}

.sitemap-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #f8f9fc;
  border-left: 4px solid #1a3c6e;
  border-radius: 4px;
}

.sitemap-card {
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  padding: 22px 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sitemap-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.sitemap-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #1a3c6e;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f2f7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sitemap-card__title .fa {
  color: #c9302c;
  font-size: 15px;
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #eef0f4;
}

.sitemap-list li:last-child {
  border-bottom: none;
}

.sitemap-list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.sitemap-list a:hover {
  color: #1a3c6e;
  padding-left: 4px;
}

.sitemap-list a .fa-external-link-alt {
  font-size: 10px;
  opacity: 0.6;
}

/* =============================================================================
 * ACTIVE NAV — ensure active state is visible
 * ============================================================================= */
.desktop-menu .navbar-nav .nav-item.active > .nav-link,
.desktop-menu .navbar-nav .nav-link.active {
  color: #ffc107 !important;
  font-weight: 700;
}


/* =============================================================================
 * GOVERNMENT FORM PAGE — enterprise-grade design (KYR, etc.)
 * Image 1 reference se inspired — pink/lavender heading banner + clean card
 * ============================================================================= */

.gov-form-page {
  padding: 0;
}

/* Heading banner — replicate image 1 ka muted pink-grey look, government formal */
.gov-page-heading {
  background: linear-gradient(135deg, #e6f1fb 0%, #d9eafa 100%);
  border-left: 4px solid #1e6fb8;
  border-radius: 8px;
  padding: 22px 28px;
  margin-bottom: 28px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.gov-page-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #154a82;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

/* Form card */
.gov-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 36px 38px 32px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

/* Field group */
.gov-field {
  display: flex;
  flex-direction: column;
}

.gov-field label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.gov-required {
  color: #c0392b;
  margin-left: 2px;
}

/* Input field */
.gov-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.gov-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.gov-input:focus {
  border-color: #8b1116;
  box-shadow: 0 0 0 3px rgba(139, 17, 22, 0.10);
}

/* Captcha row */
.gov-captcha-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.gov-captcha-input {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 280px;
}

.gov-captcha-image {
  width: 150px;
  height: 48px;
  border: 2px solid #6366f1;
  border-radius: 6px;
  background: #fff;
  object-fit: cover;
  display: block;
  padding: 4px;
}

.gov-refresh-btn {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #4a5568;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.3s ease;
}

.gov-refresh-btn:hover {
  background: #f1f5f9;
  color: #8b1116;
  transform: rotate(180deg);
}

/* Form actions */
.gov-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.gov-search-btn {
  min-width: 160px;
  height: 46px;
  padding: 0 36px;
  border: 1.5px solid #8b1116;
  border-radius: 6px;
  background: #fff;
  color: #8b1116;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gov-search-btn:hover {
  background: #8b1116;
  color: #fff;
  box-shadow: 0 4px 12px rgba(139, 17, 22, 0.25);
  transform: translateY(-1px);
}

.gov-search-btn:active {
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 991.98px) {
  .gov-form-card {
    padding: 28px 24px 24px;
  }
  .gov-page-heading {
    padding: 18px 22px;
  }
  .gov-page-heading h2 {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .gov-form-card {
    padding: 22px 18px 20px;
  }
  .gov-page-heading {
    padding: 16px 18px;
    margin-bottom: 20px;
  }
  .gov-page-heading h2 {
    font-size: 17px;
  }
  .gov-input {
    height: 44px;
    font-size: 14px;
  }
  .gov-captcha-row {
    gap: 10px;
  }
  .gov-captcha-input {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .gov-captcha-image {
    width: 130px;
    height: 44px;
  }
  .gov-form-actions {
    justify-content: stretch;
    margin-top: 24px;
    padding-top: 20px;
  }
  .gov-search-btn {
    width: 100%;
    min-width: 100%;
  }
}


/* =============================================================================
 * GOVERNMENT FORM PAGE — extended (radio + reset + paired actions)
 * Continues blue theme from gov-page-heading / gov-form-card.
 * ============================================================================= */

/* Section grouping */
.gov-section {
  margin-bottom: 24px;
}

.gov-section:last-child {
  margin-bottom: 0;
}

.gov-group-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

/* Inline radios (Yes / No) */
.gov-radio-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.gov-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
}

.gov-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #1e6fb8;
  cursor: pointer;
}

/* Radio card grid (3 lookup options) */
.gov-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gov-radio-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.gov-radio-card:hover {
  border-color: #1e6fb8;
  background: #f6fafe;
  box-shadow: 0 2px 6px rgba(30, 111, 184, 0.06);
}

.gov-radio-card input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1e6fb8;
  cursor: pointer;
}

.gov-radio-card span {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.gov-radio-card.active {
  border-color: #1e6fb8;
  background: #eaf3fb;
  box-shadow: 0 2px 8px rgba(30, 111, 184, 0.10);
}

.gov-radio-card.active span {
  color: #154a82;
}

/* Reset button — secondary outlined */
.gov-reset-btn {
  min-width: 130px;
  height: 46px;
  padding: 0 28px;
  border: 1.5px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gov-reset-btn:hover {
  border-color: #94a3b8;
  background: #f8fafc;
  color: #1e293b;
}

/* Action pair — Reset + Send OTP */
.gov-actions-pair {
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

/* Tablet */
@media (max-width: 991.98px) {
  .gov-choice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gov-radio-card {
    min-height: 50px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .gov-radio-row {
    gap: 18px;
  }
  .gov-actions-pair {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .gov-reset-btn,
  .gov-actions-pair .gov-search-btn {
    width: 100%;
    min-width: 100%;
  }
}


/* =============================================================================
 * GOVERNMENT FORM — select dropdown styling
 * ============================================================================= */

.gov-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}

.gov-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231e6fb8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

.gov-select option {
  color: #0f172a;
  background: #fff;
  padding: 8px 12px;
}


/* =============================================================================
 * POLICY PAGES — heading sizes (final, comfortable reading)
 * Hierarchy: Main heading > Section sub-headings, body text untouched
 * ============================================================================= */

/* Main page heading (Copyright Policy / Privacy Policy / Terms etc.) */
.policy-head h1,
.policy-main-title h1 {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

/* Section sub-headings inside policy content */
.policy-body h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 24px 0 14px !important;
}

/* Red border-left adjusted to match heading height */
.policy-main-title {
  padding-left: 18px !important;
}

.policy-main-title::before {
  width: 4px !important;
  height: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .policy-head h1,
  .policy-main-title h1 {
    font-size: 24px !important;
  }
  .policy-body h2 {
    font-size: 20px !important;
  }
  .policy-main-title::before {
    height: 28px !important;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .policy-head h1,
  .policy-main-title h1 {
    font-size: 22px !important;
  }
  .policy-body h2 {
    font-size: 18px !important;
  }
  .policy-main-title {
    padding-left: 14px !important;
  }
  .policy-main-title::before {
    width: 3px !important;
    height: 24px !important;
  }
}

/* Small mobile */
@media (max-width: 575.98px) {
  .policy-head h1,
  .policy-main-title h1 {
    font-size: 20px !important;
  }
  .policy-body h2 {
    font-size: 17px !important;
  }
  .policy-main-title::before {
    height: 22px !important;
  }
}

/* =============================================================================
 * NEWS TICKER — smooth, transform-only animation (no page shake)
 * Replaces jQuery slideUp/slideDown which caused layout thrash
 * Applies to BOTH Hindi (/) and English (/en) homepages
 * ============================================================================= */

.news-viewport {
  height: 500px !important;
  overflow: hidden !important;
  position: relative !important;
}

.news-track.active {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
}

.news-item {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.4s ease-out;
  will-change: transform, opacity;
}

.news-item.news-item--leaving {
  transform: translateY(-60px) scale(0.98);
  opacity: 0;
  pointer-events: none;
}

.news-item.news-item--entering {
  transform: translateY(40px) scale(0.98);
  opacity: 0;
}

.news-item--animating {
  pointer-events: none;
}

/* News content text — comfortable reading */
.news-item .content {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #1e293b !important;
}

.news-item .meta {
  margin-top: 6px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  font-weight: 400 !important;
}

@media (max-width: 991.98px) {
  .news-item .content,
  .news-item .meta {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 575.98px) {
  .news-item .content,
  .news-item .meta {
    font-size: 13px !important;
  }
}

/* =============================================================================
 * CONTENT SECTION — body text matching Image 2 reference style
 * Bullet lists & paragraphs with comfortable line-height
 * Applies globally — both Hindi and English content pages
 * ============================================================================= */

.content-sec p,
.stb-content p,
.policy-body p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #1e293b !important;
  margin-bottom: 14px !important;
  text-align: justify !important;
  font-weight: 400 !important;
}

.content-sec ul li,
.stb-content ul.first-list li,
.policy-body ul li {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #1e293b !important;
  padding-bottom: 10px !important;
  text-align: justify !important;
  font-weight: 400 !important;
}

.content-sec ul li span,
.stb-content ul.first-list li span {
  color: #475569 !important;
}

.content-sec ul ul li,
.stb-content ul.first-list ul li {
  font-size: 16px !important;
  padding-bottom: 6px !important;
}

@media (max-width: 991.98px) {
  .content-sec p,
  .stb-content p,
  .policy-body p,
  .content-sec ul li,
  .stb-content ul.first-list li,
  .policy-body ul li {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  .content-sec ul ul li,
  .stb-content ul.first-list ul li {
    font-size: 14px !important;
  }
}

@media (max-width: 575.98px) {
  .content-sec p,
  .stb-content p,
  .policy-body p,
  .content-sec ul li,
  .stb-content ul.first-list li,
  .policy-body ul li {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}


/* =============================================================================
 * FEATURE CARD — force LEFT-RIGHT layout (mobile bhi same as laptop view)
 * Override line 3170 ka flex-direction: column
 * ============================================================================= */

.press-card-sec .feature-card {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 24px 20px !important;
}

.press-card-sec .feature-card > .card-left-sec {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: left !important;
}

.press-card-sec .feature-card > .card-right-sec {
  flex: 0 0 auto !important;
}

.press-card-sec .feature-card .card-right-sec img {
  width: 60px !important;
}

@media (max-width: 575.98px) {
  .press-card-sec .feature-card {
    padding: 18px 14px !important;
    gap: 12px !important;
  }
  .press-card-sec .feature-card .card-right-sec img {
    width: 48px !important;
  }
  .press-card-sec .feature-card h5 a {
    font-size: 18px !important;
  }
  .press-card-sec .feature-card .step {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 375px) {
  .press-card-sec .feature-card .card-right-sec img {
    width: 42px !important;
  }
  .press-card-sec .feature-card h5 a {
    font-size: 16px !important;
  }
}


/* =============================================================================
 * GOVERNMENT FORM — login form helpers (intro text, secondary link, spread layout)
 * ============================================================================= */

.gov-form-intro {
  font-size: 15px;
  color: #475569;
  margin: 0 0 22px;
  line-height: 1.6;
  font-weight: 600;
}

.gov-actions-spread {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gov-secondary-link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #1e6fb8;
  text-decoration: none;
  padding: 8px 4px;
  transition: color 0.2s ease;
  border-bottom: 1px dashed #1e6fb8;
}

.gov-secondary-link:hover {
  color: #154a82;
  border-bottom-style: solid;
}

@media (max-width: 575.98px) {
  .gov-actions-spread {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }
  .gov-actions-spread .gov-search-btn {
    width: 100%;
  }
  .gov-secondary-link {
    text-align: center;
    justify-content: center;
  }
}

/* =============================================================================
 * GOVERNMENT FORM — "Or" divider between two input groups (centered)
 * ============================================================================= */

.gov-or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
}

.gov-or-divider span {
  font-size: 16px;
  font-weight: 700;
  color: #475569;
  padding: 0 14px;
  background: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .gov-or-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #e2e8f0;
    z-index: 0;
  }
}

@media (max-width: 767.98px) {
  .gov-or-divider {
    min-height: auto;
    padding: 4px 0;
  }
  .gov-or-divider span {
    background: transparent;
  }
}


/* =============================================================================
 * NEWS TICKER — Mobile readability fix
 * Increase font sizes on small screens for better readability
 * ============================================================================= */

.news-item .content {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #1e293b !important;
}

.news-item .meta {
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  font-weight: 500 !important;
  margin-top: 6px !important;
}

/* Tablet breakpoint */
@media (max-width: 991.98px) {
  .news-item .content,
  .news-item .meta {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }
}

/* Mobile breakpoint — KEEP READABLE */
@media (max-width: 575.98px) {
  .news-item {
    padding: 14px 4px !important;
  }
  .news-item .content,
  .news-item .meta {
    font-size: 15px !important;       /* tha 13px — ab 15px (readable) */
    line-height: 1.7 !important;
    color: #1e293b !important;
    font-weight: 500 !important;
  }
  .news-item .date-text {
    font-size: 13px !important;
    font-weight: 700 !important;
  }
  .news-item .date {
    padding: 6px 12px !important;
  }
  .news-item .new-gif {
    height: 18px !important;
  }
}

/* Tiny phones */
@media (max-width: 380px) {
  .news-item .content,
  .news-item .meta {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
  .news-item .date-text {
    font-size: 12px !important;
  }
}

/* =============================================================================
 * VIEW ALL BUTTON — Mobile click fix
 * Pseudo-element ::before was overlapping the click target on some mobile
 * devices. Force pointer-events to bypass and ensure clean click on anchor.
 * ============================================================================= */

.view-all a {
  position: relative;
  z-index: 2;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  user-select: none;
  touch-action: manipulation;
}

.view-all a::before {
  pointer-events: none !important;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .view-all {
    text-align: center !important;
    padding: 14px 0 8px;
  }

  .view-all a {
    display: inline-block;
    padding: 12px 42px !important;
    margin-right: 0 !important;
    font-size: 15px;
    min-height: 44px;            /* iOS minimum tap target */
    min-width: 140px;
    line-height: 22px;
  }

  .view-all a::before {
    left: 14px !important;
    right: 14px !important;
    transform: skew(20deg, 0deg) !important;
  }
}


/* =============================================================================
 * ABOUT / BACKGROUND PAGE — Enterprise government design
 * Hero · Stats band · Section blocks · Timeline · Scheme grid · CTA
 * ============================================================================= */

/* Common section spacing */
.about-hero,
.about-stats,
.about-section,
.about-cta {
  margin-bottom: 36px;
}

/* ─── HERO CARD ───────────────────────────────────────────────────────── */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f1f7fc 100%);
  border: 1px solid #e2e8f0;
  border-left: 5px solid #1e6fb8;
  border-radius: 14px;
  padding: 36px 40px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.about-hero__chip {
  display: inline-block;
  background: #e6f1fb;
  color: #154a82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.about-hero__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}

.about-hero__lede {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 22px;
  max-width: 640px;
}

.about-hero__meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.about-hero__meta > div {
  display: flex;
  flex-direction: column;
  border-left: 3px solid #1e6fb8;
  padding-left: 14px;
}

.about-hero__meta-num {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.about-hero__meta-lbl {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.about-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero__crest {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(30, 111, 184, 0.15);
}

.about-hero__crest img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* ─── STATS BAND ──────────────────────────────────────────────────────── */
.about-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  background: linear-gradient(135deg, #154a82 0%, #1e6fb8 100%);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(21, 74, 130, 0.2);
}

.about-stat {
  text-align: center;
  color: #fff;
  padding: 8px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.about-stat:last-child {
  border-right: 0;
}

.about-stat__num {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.about-stat__num span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 4px;
  opacity: 0.9;
}

.about-stat__lbl {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  opacity: 0.95;
  line-height: 1.4;
}

/* ─── SECTION BLOCKS ──────────────────────────────────────────────────── */
.about-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 36px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.about-section__head {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}

.about-section__kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1e6fb8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.about-section__title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.2px;
}

.about-section__body p {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
  margin: 0 0 16px;
}

.about-section__body p:last-child {
  margin-bottom: 0;
}

.about-section__body strong {
  color: #154a82;
  font-weight: 700;
}

/* =============================================================================
 * ABOUT-PAGE TIMELINE — Clean single source of truth
 * Year pill (left) · Vertical line · Dot · Content (right)
 * ============================================================================= */

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  counter-reset: none;
}

.about-timeline > li {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 12px 0;
  position: relative;
  align-items: flex-start;
}

.about-timeline > li::marker {
  content: "";
}

/* Vertical line — runs through middle of dots */
.about-timeline::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, #1e6fb8 0%, #cbd5e1 100%);
  z-index: 0;
}

/* Year pill — fixed width, sits on the left */
.about-timeline__year {
  flex: 0 0 100px;
  width: 100px;
  background: linear-gradient(135deg, #154a82 0%, #1e6fb8 100%);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 8px;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 0.3px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(21, 74, 130, 0.25);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* Connector dot — sits between pill and content */


/* Content area — takes remaining space */
.about-timeline__content {
  flex: 1 1 auto;
  padding-top: 4px;
  min-width: 0;
}

.about-timeline__content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.4;
}

.about-timeline__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

/* Mobile — stack vertically, line on far left */
@media (max-width: 575.98px) {
  .about-timeline {
    padding-left: 32px;
  }
  .about-timeline::before {
    left: 6px;
    top: 12px;
    bottom: 12px;
  }
  .about-timeline > li {
    flex-direction: column;
    gap: 8px;
    padding: 14px 0;
  }
  .about-timeline__year {
    flex: 0 0 auto;
    width: auto;
    max-width: 110px;
    align-self: flex-start;
  }
  .about-timeline__year::after {
    right: auto;
    left: -32px;
    top: 50%;
  }
  .about-timeline__content {
    padding-top: 0;
  }
}

/* ─── SCHEMES GRID ────────────────────────────────────────────────────── */
.about-schemes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.about-scheme-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #1e6fb8;
  border-radius: 8px;
  padding: 14px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-scheme-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(30, 111, 184, 0.12);
  border-left-color: #154a82;
  background: #fff;
}

.about-scheme-chip__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #1e6fb8;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-scheme-chip__name {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}

/* ─── CTA ─────────────────────────────────────────────────────────────── */
.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #0f3b4c 0%, #154a82 100%);
  border-radius: 14px;
  padding: 32px 40px;
  color: #fff;
  flex-wrap: wrap;
  box-shadow: 0 8px 28px rgba(15, 59, 76, 0.25);
}

.about-cta__content h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
}

.about-cta__content p {
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
  line-height: 1.5;
}

.about-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-cta__btn--primary {
  background: #fff;
  color: #154a82;
}

.about-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  color: #154a82;
}

.about-cta__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.about-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }
  .about-hero__crest {
    width: 160px;
    height: 160px;
  }
  .about-hero__title { font-size: 24px; }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 16px;
  }
  .about-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 14px;
  }
  .about-stat:nth-last-child(-n+2) {
    border-bottom: 0;
    padding-bottom: 8px;
  }

  .about-section { padding: 24px; }

  .about-schemes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .about-hero { padding: 22px 18px; }
  .about-hero__title { font-size: 20px; }
  .about-hero__lede { font-size: 14px; }
  .about-hero__meta { gap: 16px; }

  .about-stats { grid-template-columns: 1fr; gap: 4px; }
  .about-stat { border-bottom: 1px solid rgba(255, 255, 255, 0.18); padding: 12px 0; }
  .about-stat:last-child { border-bottom: 0; }
  .about-stat__num { font-size: 30px; }

  .about-section { padding: 20px 16px; }
  .about-section__title { font-size: 18px; }
  .about-section__body p { font-size: 15px; }

  .about-timeline::before { left: 18px; }
  .about-timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 44px;
  }
  .about-timeline li::before { left: 12px; top: 18px; }
  .about-timeline__year {
    justify-self: start;
    margin-bottom: 4px;
  }

  .about-schemes-grid { grid-template-columns: 1fr; }

  .about-cta {
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-cta__btn { width: 100%; justify-content: center; }
  .about-cta__actions { width: 100%; }
}


/* =============================================================================
 * SCHEMES PAGE — Enterprise government redesign
 * Hero band · 3-col responsive layout · Polished sidebar · Premium accordion
 * Scope: .stb-wrapper inside .bg-sec (schemes.html / en/schemes.html)
 * ============================================================================= */

/* Outer wrapper — premium card surface */
.bg-sec .stb-wrapper {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 320px 1fr !important;
  min-height: 600px !important;
  gap: 0 !important;
  padding: 0 !important;
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}

/* ─── SIDEBAR ──────────────────────────────────────────────────────────── */
.bg-sec .stb-sidebar,
.bg-sec .stb-sidebar-three {
  background: linear-gradient(180deg, #0f3b4c 0%, #0a2a37 100%) !important;
  padding: 24px 0 !important;
  position: relative !important;
  border-right: 1px solid rgba(30, 111, 184, 0.2) !important;
  width: 100% !important;
}

/* Sidebar header label */
/* .bg-sec .stb-sidebar::before {
  content: "योजनाओं की सूची";
  display: block;
  padding: 0 22px 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 1.5px;
} */

/* English page sidebar label */
/* [lang="en"] .bg-sec .stb-sidebar::before,
.en-page .bg-sec .stb-sidebar::before {
  content: "List of Schemes";
} */

.bg-sec .stb-tab {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 14px 22px !important;
  margin: 2px 6px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 3px solid transparent !important;
  color: rgba(255, 255, 255, 0.78) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.bg-sec .stb-tab span:not(.stb-icon) {
  flex: 1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.1px !important;
  color: inherit !important;
}

.bg-sec .stb-tab .stb-icon {
  flex-shrink: 0 !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.2s ease !important;
}

.bg-sec .stb-tab .stb-icon i {
  font-size: 9px !important;
}

.bg-sec .stb-tab:hover {
  background: rgba(30, 111, 184, 0.18) !important;
  border-left-color: rgba(30, 111, 184, 0.5) !important;
  color: #ffffff !important;
}

.bg-sec .stb-tab:hover .stb-icon {
  background: rgba(30, 111, 184, 0.6) !important;
  color: #ffffff !important;
}

.bg-sec .stb-tab.active {
  background: linear-gradient(90deg, rgba(30, 111, 184, 0.35) 0%, rgba(30, 111, 184, 0.05) 100%) !important;
  border-left-color: #3b9eff !important;
  color: #ffffff !important;
}

.bg-sec .stb-tab.active span:not(.stb-icon) {
  font-weight: 700 !important;
  color: #ffffff !important;
}

.bg-sec .stb-tab.active .stb-icon {
  background: #3b9eff !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(59, 158, 255, 0.18) !important;
}

/* Hide the JS-controlled animated indicator (we have border-left now) */
.bg-sec .stb-indicator {
  display: none !important;
}

/* ─── CONTENT AREA ─────────────────────────────────────────────────────── */
.bg-sec .stb-content-area {
  background: #f8fafc !important;
  padding: 32px 36px !important;
  min-height: 100% !important;
}

.bg-sec .stb-content {
  display: none !important;
}

.bg-sec .stb-content.active {
  display: block !important;
  animation: schemeFadeIn 0.3s ease-out !important;
}

@keyframes schemeFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── ACCORDION ITEMS ──────────────────────────────────────────────────── */
.bg-sec .stb-content .scheme-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.bg-sec .stb-content .scheme-accordion-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
  margin: 0 !important;
}

.bg-sec .stb-content .scheme-accordion-item:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.bg-sec .stb-content .scheme-accordion-item.open {
  border-color: #1e6fb8 !important;
  box-shadow: 0 4px 16px rgba(30, 111, 184, 0.1) !important;
}

/* Accordion toggle button */
.bg-sec .stb-content .scheme-accordion-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 18px 22px !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: background 0.2s ease !important;
  font-family: inherit !important;
  gap: 16px !important;
}

.bg-sec .stb-content .scheme-accordion-toggle:hover {
  background: #f8fafc !important;
}

.bg-sec .stb-content .scheme-accordion-toggle > span:first-child {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.4 !important;
  flex: 1 !important;
  letter-spacing: 0 !important;
}

.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-toggle {
  background: linear-gradient(90deg, #f1f7fc 0%, #ffffff 100%) !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-toggle > span:first-child {
  color: #154a82 !important;
}

/* Plus / minus icon (CSS-rendered, replaces empty span) */
.bg-sec .stb-content .scheme-accordion-icon {
  flex-shrink: 0 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  position: relative !important;
  transition: all 0.25s ease !important;
}

.bg-sec .stb-content .scheme-accordion-icon::before,
.bg-sec .stb-content .scheme-accordion-icon::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background: #475569 !important;
  border-radius: 1px !important;
  transition: transform 0.25s ease, background 0.25s ease !important;
}

.bg-sec .stb-content .scheme-accordion-icon::before {
  width: 12px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) !important;
}

.bg-sec .stb-content .scheme-accordion-icon::after {
  width: 2px !important;
  height: 12px !important;
  transform: translate(-50%, -50%) !important;
}

.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-icon {
  background: #1e6fb8 !important;
}

.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-icon::before,
.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-icon::after {
  background: #ffffff !important;
}

.bg-sec .stb-content .scheme-accordion-item.open .scheme-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

/* Accordion content panel */
.bg-sec .stb-content .scheme-accordion-panel {
  padding: 22px 26px 26px !important;
  background: #ffffff !important;
}

/* Body content inside panel */
.bg-sec .stb-content .scheme-accordion-panel ul,
.bg-sec .stb-content .scheme-accordion-panel ul.first-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bg-sec .stb-content .scheme-accordion-panel ul li,
.bg-sec .stb-content .scheme-accordion-panel ul.first-list li {
  position: relative !important;
  padding: 8px 0 8px 26px !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #334155 !important;
  border-bottom: 1px dashed #e2e8f0 !important;
}

.bg-sec .stb-content .scheme-accordion-panel ul li:last-child,
.bg-sec .stb-content .scheme-accordion-panel ul.first-list li:last-child {
  border-bottom: 0 !important;
}

.bg-sec .stb-content .scheme-accordion-panel ul li::before,
.bg-sec .stb-content .scheme-accordion-panel ul.first-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 17px !important;
  width: 8px !important;
  height: 8px !important;
  background: #1e6fb8 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(30, 111, 184, 0.12) !important;
}

/* Nested lists */
.bg-sec .stb-content .scheme-accordion-panel ul ul {
  margin-top: 8px !important;
  padding-left: 16px !important;
  border-left: 2px solid #e2e8f0 !important;
}

.bg-sec .stb-content .scheme-accordion-panel ul ul li {
  font-size: 14px !important;
  padding: 6px 0 6px 22px !important;
  border-bottom: 0 !important;
}

.bg-sec .stb-content .scheme-accordion-panel ul ul li::before {
  width: 5px !important;
  height: 5px !important;
  top: 16px !important;
  background: #64748b !important;
  box-shadow: none !important;
}

/* Note paragraphs (the red highlighted ones) */
.bg-sec .stb-content .scheme-accordion-panel p {
  background: #fef3c7 !important;
  border-left: 3px solid #f59e0b !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  margin: 14px 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #78350f !important;
}

/* Hide H2 (since accordion buttons replace them) — but stb-content's first h2 is already swallowed by buildAccordion JS */

/* ─── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .bg-sec .stb-wrapper {
    grid-template-columns: 1fr !important;
  }

  .bg-sec .stb-sidebar,
  .bg-sec .stb-sidebar-three {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(30, 111, 184, 0.2) !important;
    padding: 16px 0 !important;
    max-height: 280px !important;
    overflow-y: auto !important;
  }

  .bg-sec .stb-sidebar::before {
    padding: 0 18px 12px !important;
  }

  .bg-sec .stb-tab {
    padding: 12px 18px !important;
  }

  .bg-sec .stb-tab span:not(.stb-icon) {
    font-size: 13px !important;
  }

  .bg-sec .stb-content-area {
    padding: 22px 18px !important;
  }
}

@media (max-width: 575.98px) {
  .bg-sec .stb-wrapper {
    border-radius: 12px !important;
    margin: 4px 0 !important;
  }

  .bg-sec .stb-sidebar,
  .bg-sec .stb-sidebar-three {
    max-height: 220px !important;
  }

  .bg-sec .stb-content-area {
    padding: 18px 14px !important;
  }

  .bg-sec .stb-content .scheme-accordion-toggle {
    padding: 14px 16px !important;
    gap: 10px !important;
  }

  .bg-sec .stb-content .scheme-accordion-toggle > span:first-child {
    font-size: 14px !important;
  }

  .bg-sec .stb-content .scheme-accordion-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .bg-sec .stb-content .scheme-accordion-icon::before {
    width: 10px !important;
  }

  .bg-sec .stb-content .scheme-accordion-icon::after {
    height: 10px !important;
  }

  .bg-sec .stb-content .scheme-accordion-panel {
    padding: 16px 18px 18px !important;
  }

  .bg-sec .stb-content .scheme-accordion-panel ul li,
  .bg-sec .stb-content .scheme-accordion-panel ul.first-list li {
    font-size: 14px !important;
    padding: 7px 0 7px 22px !important;
  }
}


 .main-footer {
      background-color: #1c1c1c;
      color: #cccccc;
      font-size: 14px;
    }
 
    /* Rainbow top bar */
    .footer-rainbow-bar {
      height: 5px;
      background: linear-gradient(
        to right,
        #e63946, #f4722b, #f4a12a, #f7c948,
        #4caf50, #2196f3, #673ab7, #e91e8c
      );
    }
 
    /* ── HEADER ROW: logos + social ── */
    .footer-header-row {
      background-color: #1c1c1c;
      border-bottom: 1px solid #333;
      padding: 18px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }
 
    /* Logo group in header: only 2 logos (MyGov + Swachh Bharat) */
    .footer-logo-grid {
      display: flex;
      align-items: center;
      gap: 10px;
    }
 
    .footer-logo-grid .logo-box {
      /* background: #fff;
      border-radius: 8px;
      padding: 6px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 100px; */
    }
 
    .footer-logo-grid .logo-box img {
      max-height: 60px;
    max-width: 60px;
    border-radius: 25%;
      object-fit: contain;
    }
 
    /* Brand row: BOCW logo + UP Gov logo side by side */
    .footer-brand-logos {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
 
    .footer-brand-logos .bocw-logo {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: contain;
    }
 
    /* .footer-brand-logos .upgov-box {
      background: #fff;
      border-radius: 8px;
      padding: 6px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 100px;
    }*/
 
    .footer-brand-logos .upgov-box img {
      max-height: 80px;
      max-width: 80px;
      object-fit: contain;
      border-radius: 50%;
    } 
 
    /* Social icons */
    .footer-social-links {
      display: flex;
      gap: 10px;
      list-style: none;
    }
 
    .footer-social-links li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid #555;
      border-radius: 6px;
      color: #ccc;
      font-size: 16px;
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
    }
 
    .footer-social-links li a:hover {
      border-color: #fff;
      color: #fff;
    }
 
    /* ── MAIN CONTENT ── */
    .footer-body {
      padding: 40px 40px 0 32px;
      display: grid;
      grid-template-columns: 1.8fr 1fr 1.4fr 1.2fr;
      gap: 48px;
    }
 
    /* Brand column */
    .footer-brand .bocw-logo {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: contain;
      display: block;
    }
 
    .footer-brand p {
      font-size: 13px;
      color: #999;
      line-height: 1.8;
    }
 
    /* Column headings */
    .footer-col h4 {
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 18px;
      padding-bottom: 10px;
      border-bottom: 2px solid #f4a12a;
      display: inline-block;
    }
 
    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
      
      padding-left: 0;
    }

    .footer-col ul li {
    }
 
    .footer-col ul li a {
      color: #aaa;
      text-decoration: none;
      font-size: 13px;
      transition: color 0.2s;
      line-height: 1.5;
      display: block;
    }
 
    .footer-col ul li a:hover {
      color: #ffffff;
    }
 
    /* Contact column */
    .contact-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 14px;
    }
 
    .contact-item a,
    .contact-item span {
      color: #aaa;
      font-size: 13px;
      text-decoration: none;
      line-height: 1.6;
      transition: color 0.2s;
    }
 
    .contact-item a:hover {
      color: #fff;
    }
 
    /* ── COPYRIGHT ── */
    .footer-copyright {
      border-top: 1px solid #2e2e2e;
      padding: 14px 40px;
    }
 
    .footer-copyright p {
      font-size: 13px;
      color: #666;
    }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .footer-body {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
      }
      .footer-brand {
        grid-column: 1 / -1;
      }
    }
 
    @media (max-width: 560px) {
      .footer-body {
        grid-template-columns: 1fr;
      }
      .footer-header-row {
        padding: 14px 20px;
      }
      .footer-body {
        padding: 28px 20px;
      }
      .footer-copyright {
        padding: 12px 20px;
      }
    }


    /* =================================================================
   Office Address Directory — design upgrade (v2)
   On-theme refinement: navy primary + tricolor accent.
   Government-grade enterprise look. Content/markup unchanged.
   ================================================================= */

.office-bg-sec {
    background:
        radial-gradient(circle at 95% 5%, rgba(5, 45, 64, 0.04) 0, transparent 35%),
        radial-gradient(circle at 5% 95%, rgba(185, 28, 28, 0.03) 0, transparent 35%),
        linear-gradient(180deg, #f5f8fa 0%, #fafbfc 100%) !important;
    padding: 40px 0 60px;
}

/* HERO — navy gradient (matches site primary) ----------------------- */
.office-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #052d40 0%, #0f3b4c 55%, #1a3c6e 100%);
    border: 0;
    border-radius: 18px;
    padding: 9px 40px;
    box-shadow: 0 16px 40px rgba(5, 45, 64, 0.20);
    color: #ffffff;
    margin-bottom: 24px;
}

.office-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.08) 0, transparent 45%),
        radial-gradient(circle at 0% 100%, rgba(180, 30, 30, 0.10) 0, transparent 40%);
    pointer-events: none;
}

.office-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff671f 0%, #ffffff 50%, #b91c1c 100%);
    opacity: 0.85;
    pointer-events: none;
}

.office-hero > * {
    position: relative;
    z-index: 1;
}

.office-hero-left {
    flex: 1 1 auto;
    min-width: 0;
}

.office-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.office-hero-left h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.4px;
    margin: 0 0 10px;
    line-height: 1.25;
}

.office-hero-left p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.office-hero-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    box-shadow: none;
    padding: 16px 18px;
    min-width: 320px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.office-hero-icon {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 22px;
    border-radius: 12px;
}

.office-hero-card strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.office-hero-card span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.55;
}

/* TABLE SHELL ------------------------------------------------------- */
.office-table-shell {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.office-table-shell::before {
    height: 3px;
    background: linear-gradient(90deg, #052d40 0%, #1a3c6e 50%, #b91c1c 100%);
    opacity: 1;
}

/* TABLE ------------------------------------------------------------- */
.office-table thead th,
.office-table tr:first-child th {
    background: #052d40;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 11px 14px;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
}

.office-table tbody td,
.office-table td {
   padding: 9px 14px;
    line-height: 1.5;
    font-size: 14px;
   
    color: #334155;
    text-align: left;
   border: 1px solid #cbd5e1;
   
    background: #ffffff;
    word-break: break-word;
}

.office-table tbody tr:last-child td {
    border-bottom: 1px solid #cbd5e1;
}

.office-table tbody tr:nth-child(even) td,
.office-table tr:nth-child(even) td {
    background: #fafbfc;
}

.office-table tbody tr:hover td,
.office-table tr:hover td {
    background: #f0f7fc;
    transition: background .15s ease;
}

.office-table td[rowspan],
.office-table td[colspan] {
    background: #f8fafc !important;
    color: #052d40;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e2e8f0;
    position: relative;
}

.office-table td[rowspan]::before,
.office-table td[colspan]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #1e6fb8;
}
.office-table td:nth-child(3),
.office-table td:nth-child(4) {
    color: #475569;
}

.office-table-wrap {
    position: relative;
}

.office-table-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85));
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

@media (max-width: 1100px) {
    .office-table-wrap::after { opacity: 1; }
}

/* RESPONSIVE -------------------------------------------------------- */
@media (max-width: 991.98px) {
    .office-bg-sec {
        padding: 28px 0 40px;
    }

    .office-hero {
        flex-direction: column;
        align-items: stretch;
        padding: 26px 22px;
        border-radius: 14px;
    }

    .office-hero-card {
        min-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .office-bg-sec {
        padding: 20px 0 32px;
    }

    .office-hero {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .office-chip {
        font-size: 10.5px;
        padding: 4px 11px;
        margin-bottom: 10px;
    }

    .office-hero-left h2 {
        font-size: 1.35rem;
    }

    .office-hero-left p {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .office-hero-card {
        padding: 14px 14px;
        border-radius: 12px;
    }

    .office-hero-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 20px;
        border-radius: 11px;
    }

    .office-hero-card strong {
        font-size: 14px;
    }

    .office-hero-card span {
        font-size: 12px;
    }

    .office-table-shell {
        border-radius: 12px;
    }

    .office-table thead th,
    .office-table tr:first-child th {
        font-size: 12px;
         padding: 9px 12px; 
    }

    .office-table tbody td,
    .office-table td {
        font-size: 13px;
       padding: 8px 12px; 
    }
}

@media (max-width: 480px) {
    .office-hero {
        padding: 18px 14px;
    }

    .office-hero-left h2 {
        font-size: 1.15rem;
    }
}



.sitemap-wrapper {
    padding-top: 0;
    padding-bottom: 24px;
}
 
/* Scoped: only the .bg-sec that wraps the sitemap, not other pages */
.bg-sec:has(.sitemap-wrapper) {
    padding-top: 28px;
    padding-bottom: 40px;
}
 
/* Mobile: even tighter */
@media (max-width: 575px) {
    .bg-sec:has(.sitemap-wrapper) {
        padding-top: 20px;
        padding-bottom: 28px;
    }
}
 

:root {
    --org-primary: #b91c1c;
    --org-ink: #1e293b;
    --org-muted: #64748b;
    --org-line: #e2e8f0;
    --org-line-strong: #cbd5e1;
}

.org-section {
    position: relative;
    padding: 60px 0 80px;
    background: #fafbfc;
}

.org-head {
    text-align: center;
    margin-bottom: 50px;
}

.org-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--org-ink);
}

.org-head .divider {
    width: 50px;
    height: 3px;
    background: var(--org-primary);
    margin: 14px auto 18px;
}

.org-canvas {
    position: relative;
    padding: 10px 0;
}

.org-connectors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.org-connectors path {
    fill: none;
    stroke: var(--org-line-strong);
    stroke-width: 1.5;
}

.org-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.org-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.org-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.org-card {
    width: 280px;
    background: #ffffff;
    border: 1px solid var(--org-line);
    border-radius: 12px;
    padding: 22px 24px;
    text-align: center;
    transition: all .3s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.org-card:hover {
    border-color: var(--org-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.org-card.top {
    width: 320px;
    background: linear-gradient(180deg, #ffffff 0%, #fefbf5 100%);
    border-color: var(--org-line-strong);
}

.org-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--org-ink);
}

.org-info .role {
    font-size: 12px;
    color: var(--org-muted);
    text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .org-split { grid-template-columns: 1fr; gap: 30px; }
    .org-connectors { display: none; }
    .org-card { width: 100%; }
}

/* Container styling */
.org-wrapper-container {
    background-color: #fffaf0; /* Cream Color */
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 50px 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 1100px; /* Optional: limits width to maintain square-like feel */
}

/* Ensure the SVG connectors are visible against the cream background */
.org-connectors path {
    stroke: #cbd5e1 !important; /* org-line-strong */
}

/* Layout Constraints */
.gov-form-card {
    max-width: 950px;
    margin: 0 auto;
    padding: 30px 40px !important;
}

/* Captcha Side-by-Side Styling */
.captcha-side-by-side {
    display: flex;
    gap: 12px;
    align-items: center;
}

.captcha-input-small {
    flex: 0 0 160px !important; /* Prevents the captcha textbox from being too wide */
}

.captcha-render-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 2px 10px;
    height: 48px;
}

.captcha-render-box img {
    height: 38px;
    width: auto;
}

.refresh-icon-btn {
    border: none;
    background: none;
    font-size: 20px;
    color: #1a3c6e;
    cursor: pointer;
    transition: transform 0.3s;
}

.refresh-icon-btn:hover {
    transform: rotate(180deg);
}

/* Choice Grid refinement */
.gov-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.gov-radio-card {
    border: 1.5px solid #e5e7eb;
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gov-radio-card.active {
    border-color: #1e6fb8;
    background: #f0f7ff;
}

/* Action Buttons Positioning */
.gov-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .captcha-side-by-side {
        flex-direction: column;
        align-items: flex-start;
    }
    .captcha-input-small, .captcha-render-box {
        width: 100% !important;
        flex: none;
    }
}

/* Action Flexbox to put everything on one line */
.action-captcha-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Wraps on small mobile to prevent breaking */
}

.captcha-entry-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compact-btn-group {
    display: flex;
    gap: 12px;
}

/* Ensure buttons match your existing gov-search-btn styles */
.gov-reset-btn, .gov-search-btn {
    height: 48px;
    border-radius: 6px;
    font-weight: 700;
}

/* Captcha image cleanup */
.captcha-img-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #cbd5e1;
    padding: 2px 8px;
    border-radius: 6px;
    height: 48px;
}

.gov-captcha-image {
    height: 38px;
    border: none !important;
}

@media (max-width: 768px) {
    .action-captcha-flex {
        flex-direction: column;
        align-items: stretch;
    }
    .captcha-entry-group {
        justify-content: space-between;
    }
    .compact-btn-group {
        width: 100%;
    }
    .gov-reset-btn, .gov-search-btn {
        flex: 1;
    }
}

* ============================================================
   MISSION & VISION — Enterprise design upgrade (v8)
   ------------------------------------------------------------
   Targets the existing JSX/HTML structure of MissionVision.jsx
   and en/mission_vision.html. CSS-only — no markup changes.
   Content untouched.

   Structure being styled:
     .content-sec > h2                      → page intro heading
     .vision-mission-sec                    → 3-card row
     .vision-mission-sec .vm-box            → category card
       └ ul                                 → category bullet list
       └ h3                                 → category label
     .bottom-list                           → mission pillars list
   ============================================================ */


/* Page intro heading "सामाजिक और आर्थिक सुरक्षा प्रदान करना" --------- */
.vision-mission-sec {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px 28px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    position: relative;
    overflow: hidden;
}

.vision-mission-sec::before {
    /* Tricolor top accent: saffron → white → green */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff671f 0%, #ffffff 50%, #046a38 100%);
    opacity: 0.95;
}

/* Headings inside .content-sec just before .vision-mission-sec */
.content-sec > h2 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #052d40;
    padding: 18px 0 16px;
    margin: 0 0 22px;
    border-bottom: 2px solid #e2e8f0;
    letter-spacing: -0.2px;
}

.content-sec > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 84px;
    height: 3px;
    background: linear-gradient(90deg, #052d40 0%, #1a3c6e 100%);
    border-radius: 2px;
}


/* CATEGORY CARDS (शिक्षा / स्वास्थ्य / अन्य) ------------------------- */
.vision-mission-sec .vm-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    text-align: left;
    margin-bottom: 18px !important;
}

.vision-mission-sec .vm-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(5, 45, 64, 0.12);
    border-color: #cbd5e1;
}

/* Bullet list inside the card (override original gray block) */
.vision-mission-sec .vm-box ul {
    list-style: none !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    padding: 22px 22px 18px !important;
    margin: 0 !important;
    min-height: auto !important;
    flex: 1 1 auto;
    order: 2;
    border-top: 1px solid #eef2f7;
}

.vision-mission-sec .vm-box ul li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #1f2937;
    text-align: left;
    border-bottom: 1px dashed #eef0f4;
}

.vision-mission-sec .vm-box ul li:last-child {
    border-bottom: none;
}

.vision-mission-sec .vm-box ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #052d40;
    transform: rotate(45deg);
}

/* Card header h3 (शिक्षा / स्वास्थ्य / अन्य) — top of card, navy gradient */
.vision-mission-sec .vm-box h3 {
    /* background: linear-gradient(135deg, #052d40 0%, #0f3b4c 55%, #1a3c6e 100%) !important; */
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 16px 22px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
    text-align: left !important;
    position: static !important;
    top: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    order: 1;
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.08);
}

/* Add a small badge dot before the heading text */
.vision-mission-sec .vm-box h3::before {
    content: "" !important;
    position: static !important;
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    border-radius: 50% !important;
    background: #ff671f !important;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(255, 103, 31, 0.25);
}

/* Disable the original ::after triangle */
.vision-mission-sec .vm-box h3::after {
    content: none !important;
    display: none !important;
}


/* MISSION PILLARS — bottom-list -------------------------------------- */
.bottom-list {
    margin-top: 32px !important;
    padding: 28px 28px 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #052d40;
    border-radius: 12px;
    position: relative;
}

.bottom-list::before {
    content: "मिशन के मुख्य स्तंभ";
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #052d40;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #e2e8f0;
}

/* English variant of the kicker */
html[lang="en"] .bottom-list::before,
.en-page .bottom-list::before {
    content: "Core Mission Pillars";
}

.bottom-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 8px 28px;
}

.bottom-list ul li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #1f2937;
    border-bottom: 1px dashed #e2e8f0;
}

/* Last item — remove border (handles odd count gracefully) */
.bottom-list ul li:last-child {
    border-bottom: none;
}

.bottom-list ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #052d40 0%, #1a3c6e 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* RESPONSIVE — tablet and mobile ------------------------------------- */
@media (max-width: 991.98px) {
    .vision-mission-sec {
        padding: 26px 20px 22px;
    }

    .content-sec > h2 {
        font-size: 22px;
    }

    .vision-mission-sec .vm-box {
        margin-bottom: 16px;
    }

    .bottom-list {
        padding: 24px 22px 18px;
    }

    .bottom-list ul {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 575.98px) {
    .vision-mission-sec {
        padding: 22px 16px 18px;
        border-radius: 12px;
    }

    .content-sec > h2 {
        font-size: 19px;
        padding: 14px 0 12px;
        margin-bottom: 18px;
    }

    .vision-mission-sec .vm-box ul {
        padding: 18px 18px 14px !important;
    }

    .vision-mission-sec .vm-box ul li {
        font-size: 14px;
    }

    .vision-mission-sec .vm-box h3 {
        font-size: 15px !important;
        padding: 14px 18px !important;
    }

    .bottom-list {
        padding: 20px 18px 14px;
    }

    .bottom-list ul li {
        font-size: 14px;
        padding: 9px 0 9px 30px;
    }
}

/* End: Mission & Vision enterprise upgrade v8 ========================= */




 /* ============================================================
   ESTABLISHMENT — General Information Page (v9)
   ------------------------------------------------------------
   Scoped to .content-sec.establishment-info — only this page
   is affected. Hindi (establishment.jsx) and English
   (en/establishment.html) share the same wrapper class.
   100% design-only — content untouched, no labels injected.
   ============================================================ */

/* Wrapper: override default .content-sec inside this page */
.content-sec.establishment-info {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 6px 6px 14px 14px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
    position: relative;
    overflow: hidden;
}

/* TRICOLOR top accent strip */
.content-sec.establishment-info::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #ff671f 0%, #ffffff 50%, #046a38 100%);
}

/* PARAGRAPH BLOCKS — primary info paragraphs */
.content-sec.establishment-info > p {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-left: 4px solid #052d40;
    margin: 0 !important;
    padding: 26px 30px;
    font-size: 15.5px !important;
    line-height: 1.9;
    color: #1e293b;
    text-align: justify;
    text-justify: inter-word;
    position: relative;
    transition: border-left-color 0.22s ease, background-color 0.22s ease;
}

/* First paragraph — primary content (separator below) */
.content-sec.establishment-info > p:first-of-type {
    border-bottom: 1px dashed #e5e7eb;
}

/* Decorative open-quote on first paragraph (CSS-only, screen-readers ignore) */
.content-sec.establishment-info > p:first-of-type::before {
    content: "\201C";
    position: absolute;
    top: 6px;
    left: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    line-height: 1;
    color: rgba(5, 45, 64, 0.10);
    pointer-events: none;
    user-select: none;
}

/* Last paragraph — additional clauses (softer treatment) */
.content-sec.establishment-info > p.mb-0,
.content-sec.establishment-info > p:last-of-type {
    background: #f8fafc;
    color: #334155;
    font-size: 14.5px !important;
    border-radius: 0 0 14px 14px;
    border-bottom: 1px solid #e2e8f0;
    padding: 22px 30px;
    line-height: 1.8;
}

/* Decorative top-right accent bar on last paragraph */


.content-sec.establishment-info > p:last-of-type:hover {
    background-color: #f1f5f9;
}


/* RESPONSIVE — tablet */
@media (max-width: 991.98px) {
    .content-sec.establishment-info > p {
        padding: 22px 24px;
        font-size: 15px !important;
        line-height: 1.85;
    }

    .content-sec.establishment-info > p.mb-0,
    .content-sec.establishment-info > p:last-of-type {
        padding: 20px 24px;
    }
}

/* RESPONSIVE — mobile */
@media (max-width: 575.98px) {
    .content-sec.establishment-info > p {
        padding: 20px 18px 20px 22px;
        font-size: 14.5px !important;
        line-height: 1.8;
        text-align: left;
    }

    .content-sec.establishment-info > p.mb-0,
    .content-sec.establishment-info > p:last-of-type {
        font-size: 13.5px !important;
        padding: 18px 18px 18px 22px;
    }

    .content-sec.establishment-info > p:first-of-type::before {
        font-size: 42px;
        top: 4px;
        left: 8px;
    }

    .content-sec.establishment-info > p:last-of-type::before {
        width: 28px;
        top: 18px;
        right: 16px;
    }
}


.bg-sec .content-sec:has(.vision-mission-sec) {
    border-top: none !important;
}

.bg-sec:has(.vision-mission-sec) {
    padding-top: 24px;
}

@media (max-width: 575.98px) {
    .bg-sec:has(.vision-mission-sec) {
        padding-top: 18px;
    }
}



/* ============================================================
   UNIFIED LEFT-BORDER ACCENT (v11)
   Match About hero blue (#1e6fb8) across all upgraded pages.
   ============================================================ */

/* Mission Vision page */


/* Establishment page (info paragraphs) */
.content-sec.establishment-info > p {
    border-left: 5px solid #1e6fb8 !important;
}

/* Procedure / Application Guide page (whole card) */
.content-sec.procedure-page {
    border-left: 5px solid #1e6fb8 !important;
}

/* Bottom mission pillars list — same accent */
.bottom-list {
    border-left: 5px solid #1e6fb8 !important;
}

/* Numbered step badges in Procedure — match blue */
.content-sec.procedure-page ul.first-list > li::before {
    background: linear-gradient(135deg, #1e6fb8 0%, #154a82 100%) !important;
}

.vision-mission-sec::before,
.content-sec.establishment-info::before,
.content-sec.procedure-page::before {
    display: none !important;
}


.bottom-list {
    border-left: none !important;
}

.content-sec.establishment-info > p:first-of-type {
    border-radius: 14px 14px 0 0 !important;
}

/* ============================================================
   UNIFIED CONTENT TYPOGRAPHY (v16)
   ------------------------------------------------------------
   Sets paragraph and list-item font-size to 15.5px across all
   content/prose containers on the site. Forms, buttons, nav,
   footer, table headers etc. are NOT affected.
   ============================================================ */

/* PARAGRAPHS — all prose containers */
.content-sec p,
.content-sec.policy-page p,
.content-sec.establishment-info > p,
.content-sec.procedure-page p,
.stb-content p,
.policy-body p,
.about-section__body p,
.bg-sec .container .content-sec p {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
}

/* Last paragraph in establishment (additional clauses) — slightly smaller stays slightly smaller */
.content-sec.establishment-info > p.mb-0,
.content-sec.establishment-info > p:last-of-type {
    font-size: 15.5px !important;
}

/* LIST ITEMS — content lists */
.content-sec ul li,
.content-sec.policy-page ul li,
.content-sec.procedure-page ul.first-list > li,
.stb-content ul li,
.stb-content ul.first-list li,
.policy-body ul li {
    font-size: 15.5px !important;
    line-height: 1.75;
}

/* NESTED list items — slightly smaller for hierarchy */
.content-sec ul ul li,
.content-sec.policy-page ul ul li,
.content-sec.procedure-page ul.first-list ul li,
.stb-content ul ul li {
    font-size: 14.5px !important;
}

/* DEEPLY nested (level 3) */
.content-sec.procedure-page ul.first-list ul ul li,
.stb-content ul ul ul li {
    font-size: 14px !important;
}

/* Mobile — keep slightly smaller for narrow viewports */
@media (max-width: 575.98px) {
    .content-sec p,
    .content-sec.policy-page p,
    .content-sec.establishment-info > p,
    .content-sec.procedure-page p,
    .stb-content p,
    .policy-body p,
    .about-section__body p {
        font-size: 14.5px !important;
        line-height: 1.75 !important;
    }

    .content-sec ul li,
    .content-sec.policy-page ul li,
    .content-sec.procedure-page ul.first-list > li,
    .stb-content ul li,
    .stb-content ul.first-list li,
    .policy-body ul li {
        font-size: 14.5px !important;
    }

    .content-sec ul ul li,
    .content-sec.policy-page ul ul li,
    .content-sec.procedure-page ul.first-list ul li {
        font-size: 13.5px !important;
    }
}

.dropdown-item{
  
    font-size: 14px;
}

.bg-sec .stb-content .scheme-accordion-toggle:hover{
  background: rgb(217 217 217) !important;
}

.contact-item-number{
      margin-bottom: 14px;
}

/* ============================================================
   REG_SCHEME — Eligible Construction Works list (v17)
   ------------------------------------------------------------
   Targets: .stb-content ul.first-list.scheme-list and its <li>
   Used in: Reg_Scheme.html (Hindi) and en/Reg_Scheme.html (English)
   No content modification — design only.
   ============================================================ */

.stb-content ul.first-list.scheme-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    list-style: none !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

.stb-content ul.first-list.scheme-list li {
    /* Reset old flex layout */
    flex: unset !important;
    margin: 0 !important;
    padding: 12px 14px 12px 38px !important;

    /* New card style */
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14.5px !important;
    font-weight: 500;
    line-height: 1.55 !important;
    color: #1f2937 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    list-style: none !important;
    min-height: 52px;
    display: flex;
    align-items: center;
}

/* Hover lift effect */
.stb-content ul.first-list.scheme-list li:hover {
    transform: translateY(-2px);
    border-color: #1e6fb8;
    box-shadow: 0 6px 14px rgba(30, 111, 184, 0.12);
}

/* Bullet icon — replace browser default with custom checkmark badge */
.stb-content ul.first-list.scheme-list li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e6fb8 0%, #154a82 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(30, 111, 184, 0.25);
}

/* Disable any default bullet/marker on these */
.stb-content ul.first-list.scheme-list li::marker {
    content: "" !important;
}


/* RESPONSIVE — tablet (≤991.98px) */
@media (max-width: 991.98px) {
    .stb-content ul.first-list.scheme-list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 9px !important;
    }

    .stb-content ul.first-list.scheme-list li {
        font-size: 14px !important;
        padding: 11px 12px 11px 36px !important;
        min-height: 48px;
    }
}

/* RESPONSIVE — mobile (≤575.98px) */
@media (max-width: 575.98px) {
    .stb-content ul.first-list.scheme-list {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .stb-content ul.first-list.scheme-list li {
        font-size: 13.5px !important;
        padding: 10px 12px 10px 34px !important;
        min-height: 44px;
    }

    .stb-content ul.first-list.scheme-list li::before {
        width: 20px;
        height: 20px;
        left: 8px;
        font-size: 11px;
    }
}


/* ============================================================
   REG_SCHEME — Plain first-list redesign (v18)
   ------------------------------------------------------------
   Targets: .stb-content ul.first-list (NOT .scheme-list)
   Used in tab1 (Eligibility/Records/Process) with longer text
   that needs single-column card-style items.
   Hindi (Reg_Scheme.html) and English (en/Reg_Scheme.html).
   ============================================================ */

/* H2 SECTION HEADINGS inside stb-content */
.stb-content h2 {
    position: relative;
    font-size: 20px !important;
    font-weight: 700;
    color: #052d40 !important;
    padding: 14px 0 10px !important;
    margin: 26px 0 14px !important;
    border-bottom: 0 !important;
    letter-spacing: -0.2px;
}

.stb-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, #1e6fb8 0%, #154a82 100%);
    border-radius: 2px;
}

.stb-content h2:first-child {
    margin-top: 0 !important;
}


/* PLAIN first-list (single-column card style) */
.stb-content ul.first-list:not(.scheme-list) {
    list-style: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stb-content ul.first-list:not(.scheme-list) > li {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #1e6fb8;
    border-radius: 8px;
    padding: 14px 18px 14px 50px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #1f2937 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-left-width 0.18s ease;
    list-style: none !important;
}

.stb-content ul.first-list:not(.scheme-list) > li:hover {
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(30, 111, 184, 0.10);
    border-left-width: 5px;
}

/* Custom bullet — circular checkmark badge */
.stb-content ul.first-list:not(.scheme-list) > li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e6fb8 0%, #154a82 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(30, 111, 184, 0.25);
}


/* RESPONSIVE — tablet */
@media (max-width: 991.98px) {
    .stb-content h2 {
        font-size: 18px !important;
        margin: 22px 0 12px !important;
    }

    .stb-content ul.first-list:not(.scheme-list) > li {
        font-size: 14.5px !important;
        padding: 12px 16px 12px 46px !important;
    }
}

/* RESPONSIVE — mobile */
@media (max-width: 575.98px) {
    .stb-content h2 {
        font-size: 17px !important;
        margin: 18px 0 10px !important;
    }

    .stb-content ul.first-list:not(.scheme-list) > li {
        font-size: 14px !important;
        padding: 11px 14px 11px 42px !important;
        line-height: 1.65 !important;
    }

    .stb-content ul.first-list:not(.scheme-list) > li::before {
        left: 12px;
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

/* ============================================================
   FIXES — word spacing + bullet alignment in scheme cards (v20)
   ============================================================ */

/* FIX 1: Disable text-justify in card-list items (scheme-list grid)
   Justify on narrow cards causes huge word-spacing gaps.
   Force LEFT align — natural word spacing. */
.stb-content ul.first-list.scheme-list,
.stb-content ul.first-list.scheme-list li,
.stb-content ul.first-list:not(.scheme-list),
.stb-content ul.first-list:not(.scheme-list) > li {
    text-align: left !important;
    text-justify: auto !important;
    word-spacing: normal !important;
    -webkit-text-size-adjust: 100%;
}


/* FIX 2: Card layout — replace flex center with proper top alignment
   so checkmark stays at the START of text, not centered vertically. */
.stb-content ul.first-list.scheme-list li {
    display: block !important;
    align-items: unset !important;
    min-height: auto !important;
    padding: 14px 14px 14px 42px !important;
}

.stb-content ul.first-list.scheme-list li::before {
    /* Anchor at TOP-LEFT, not vertical center */
    top: 14px !important;
    transform: none !important;
    left: 12px !important;
}


/* FIX 3: Same for plain first-list items (Image 2 reference) */
.stb-content ul.first-list:not(.scheme-list) > li {
    display: block !important;
    padding: 14px 18px 14px 50px !important;
}

.stb-content ul.first-list:not(.scheme-list) > li::before {
    /* Anchor at top-left, not vertical center */
    top: 16px !important;
    transform: none !important;
    left: 14px !important;
}


/* FIX 4: Also disable global p/li justify for these cards specifically */
.stb-content ul.first-list.scheme-list li,
.stb-content ul.first-list:not(.scheme-list) > li {
    text-align: left !important;
}


/* RESPONSIVE alignment also fixed */
@media (max-width: 991.98px) {
    .stb-content ul.first-list.scheme-list li {
        padding: 12px 12px 12px 38px !important;
    }
    .stb-content ul.first-list.scheme-list li::before {
        top: 12px !important;
        left: 10px !important;
    }
}

@media (max-width: 575.98px) {
    .stb-content ul.first-list.scheme-list li {
        padding: 12px 12px 12px 36px !important;
    }
    .stb-content ul.first-list.scheme-list li::before {
        top: 13px !important;
        left: 10px !important;
    }
    .stb-content ul.first-list:not(.scheme-list) > li {
        padding: 12px 14px 12px 42px !important;
    }
    .stb-content ul.first-list:not(.scheme-list) > li::before {
        top: 14px !important;
        left: 12px !important;
    }
}



/* ============================================================
   ESTABLISHMENT LOGIN — Action + Captcha layout (v23)
   ------------------------------------------------------------
   New JSX classes used in EstbLogin.jsx and EnglishEstbLogin.jsx:
     .action-captcha-flex   → wrapper (captcha left + actions right)
     .captcha-entry-group   → left side container
     .captcha-side-by-side  → captcha input + image + refresh row
     .captcha-input-small   → narrow captcha input
     .captcha-img-wrap      → captcha image + refresh button group
     .refresh-icon-btn      → circular refresh button
     .gov-actions-column    → right side action stack (link + button)
   ============================================================ */

/* ──────────── ROW WRAPPER ──────────── */
.action-captcha-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

/* ──────────── LEFT: CAPTCHA GROUP ──────────── */
.captcha-entry-group {
    flex: 1 1 360px;
    min-width: 280px;
    max-width: 480px;
}

.captcha-entry-group .gov-field {
    margin: 0;
}

/* Captcha row — input + image + refresh */
.captcha-side-by-side {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

/* Narrow captcha input */
.captcha-input-small {
    flex: 0 0 130px;
    width: 130px;
    height: 48px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

/* Captcha image + refresh wrapper */
.captcha-img-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.captcha-img-wrap .gov-captcha-image {
    width: 130px;
    height: 48px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    object-fit: cover;
    padding: 4px;
    display: block;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* Refresh button — circular icon button */
.refresh-icon-btn {
    width: 40px;
    height: 40px;
    border: 1.5px solid #cbd5e1;
    border-radius: 50%;
    background: #ffffff;
    color: #1e6fb8;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.35s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.refresh-icon-btn:hover,
.refresh-icon-btn:focus-visible {
    background: #1e6fb8;
    color: #ffffff;
    border-color: #1e6fb8;
    transform: rotate(180deg);
    outline: none;
}


/* ──────────── RIGHT: ACTIONS COLUMN ──────────── */
.gov-actions-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex: 0 0 auto;
    min-width: 200px;
}


/* ──────────── RESPONSIVE — TABLET (≤991px) ──────────── */
@media (max-width: 991.98px) {
    .action-captcha-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }

    .captcha-entry-group {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .gov-actions-column {
        align-items: stretch;
        min-width: 100%;
    }

    .gov-actions-column > div {
        text-align: center !important;
    }

    .gov-actions-column .gov-search-btn {
        width: 100% !important;
        min-width: 100% !important;
    }
}

/* ──────────── RESPONSIVE — MOBILE (≤575px) ──────────── */
@media (max-width: 575.98px) {
    .captcha-side-by-side {
        flex-wrap: wrap;
        gap: 10px;
    }

    .captcha-input-small {
        flex: 1 1 100%;
        width: 100%;
    }

    .captcha-img-wrap {
        flex: 1 1 100%;
        justify-content: flex-start;
    }

    .captcha-img-wrap .gov-captcha-image {
        width: 130px;
    }

    .refresh-icon-btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

.fontsizein-forenglish{
font-size: 15px;
}

.gap-10px{
    gap: 10px !important;
}

@media print {
    .no-print {
        display: none !important;
    }
    .breadcrumb-section, .gov-refresh-btn, .gov-search-btn {
        display: none !important;
    }
    body {
        background: white !important;
    }
    .certificate-container {
        border: 2px solid #000 !important;
        margin: 0 !important;
        padding: 20px !important;
        width: 100% !important;
    }
}

/* Add this to your <style> block in the JSX file */

.cert-profile-img {
    width: 100%;
    max-width: 130px; /* Desktop width */
    height: 215px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Tablet View (e.g., iPads) */
@media (max-width: 991px) {
    .cert-profile-img {
        max-width: 110px;
        height: 160px !important; /* Reduced height for tablets */
    }
}

/* Mobile View (e.g., iPhones, Android) */
@media (max-width: 576px) {
    .cert-profile-img {
        max-width: 100px;
        height: 130px !important; /* Reduced height for mobile */
        margin-top: 15px;
    }
    
    /* Center the image on mobile if the table stacks */
    .cert-img-container {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }
}

@media print {
    .no-print { display: none !important; }
    .cert-profile-img {
        height: 215px !important; /* Keep original height for high-quality prints */
    }
}

/* --- UNIFIED RESPONSIVE FIXES --- */

@media (max-width: 767.98px) {
    .member-profile .title-heading h2 {
        font-size: 18px !important;
        margin-top: 15px;
    }
    
    /* 2 cards per row padding fix */
    .member-profile .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* Standard mobile size for ALL circular headers */
    .member-card.card .card-header {
        width: 110px !important; 
        height: 110px !important;
        margin: 0 auto;
    }

    .member-card.card .card-body .card-title {
        font-size: 13px !important;
    }

    .member-card.card .card-body p.text-muted {
        font-size: 11px !important;
        text-align: center !important;
    }

    .ps-lg-5 {
        padding-left: 0 !important;
        margin-top: 30px;
    }
}

/* --- LEAD HAND SECTION ENHANCEMENTS --- */

/* Ensures the Lead Hand cards match Minister geometry */
.lead-hand-section .member-card.card .card-header {
    width: 90% !important; 
    height:  70% !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.lead-hand-section .member-card.card .card-header img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 10px;
    border-radius: 20px;
}

/* Re-apply the Minister Card "Grey Overlap" effect */
.member-card.card .card-header:before {
    background-color: #ffffff;
    content: '';
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    transition: 0.7s ease-in-out;
    z-index: 0;
}

.member-card.card .card-header:after {
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 40px);
    background-color: #c1c1c1;
    border-radius: 10px;
    border: 1px solid #a5a1a1;
    clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    transition: 0.7s ease-in-out;
    z-index: 0;
}

.member-card.card:hover .card-header:before { background-color: #c1c1c1; border-color: #a5a1a1; }
.member-card.card:hover .card-header:after { background-color: #fff; border-color: #d2d2d2; }
.fontsize-17px{
    font-size: 17px !important;
}