:root {
    --Indian-Red: #ce5b5b;
    --Eucalyptus: #2a7f4f;
    --Jade: #1c9c66;
    --Dark-Seafoam: #2cb877;
    --Papaya-Orange: #ee6120;
    --Fire-Bush: #e79737;
    --Pale-Robin-Egg-Blue: #95dcce;
    --Snow-Drift: #f8f9fa;
    --Rangoon-Green: #1b1b1b;
    --gray: #51524c;
    --Dune: #333;
    --white: #ffffff;
    --Hint-Of-Green: #e8fff2;
    --Lavender-Pinocchio: #e0e0e0;
    --Bluish:#227BAE;
}
body {
    box-sizing: 0;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.top-header {
    background: var(--Eucalyptus);
    color: var(--white);
    font-size: 14px;
}
.top-menu {
    padding: 6px 12px;
}

.tagline marquee {
    font-weight: 500;
}
.tagline marquee:hover {
    cursor: pointer;
}
.top-actions {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.top-actions li button,
.top-actions li a {
    background: transparent;
    border: 1px solid var(--gray);
    color: var(--white);
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
}

.top-actions li button:hover,
.top-actions li a:hover,
.lang-btn.active {
    background: var(--white);
    color: var(--Eucalyptus);
}
.skip-link {
    font-weight: 600;
}
#google_translate_element,
.goog-logo-link,
.goog-te-gadget,
.goog-te-banner-frame,
.goog-te-combo,
.goog-te-gadget span {
    display: none !important;
}
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-te-balloon-frame,
.goog-te-balloon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
#google_translate_element,
.goog-logo-link,
.goog-te-gadget,
.goog-te-banner-frame,
.goog-te-combo,
.goog-te-gadget span,
#goog-gt-tt,
.goog-tooltip,
.goog-te-balloon-frame {
    display: none !important;
}
.top-header-bar {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 6px 12px;
    background: var(--Eucalyptus);
    color: var(--white);
}
.top-tagline {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
}
.top-tagline marquee {
    font-weight: 500;
}
.top-controls {
    flex-shrink: 0;
}
.top-actions {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.top-actions button,
.top-actions a {
    background: transparent;
    border: 1px solid var(--gray);
    color: var(--white);
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
}

.top-actions button:hover,
.top-actions a:hover {
    background: #ffffff20;
}
.top-header {
    background: var(--Eucalyptus);
    color: var(--white);
    font-size: 14px;
}
.jsfda-header-bar {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.top-menu {
    padding: 6px 12px;
}

.tagline marquee {
    font-weight: 500;
}
.top-actions {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.top-actions li button,
.top-actions li a {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}
.top-actions li button:hover,
.top-actions li a:hover,
.lang-btn.active {
    background: var(--white);
    color: var(--Eucalyptus);
}
.skip-link {
    font-weight: 600;
}
.jsfda-header {
    background: var(--white);
    padding: 6px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.jsfda-left {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.jsfda-logo {
    width: 80px;
    height: auto;
}
.jsfda-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--Rangoon-Green);
}
.jsfda-title h5 {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--Eucalyptus);
}
.jsfda-right img.jharkhand-logo {
    max-width: 80px;
    height: auto;
}
/* ===== JSFDA NAVBAR ===== */
.jsfda-multilevel {
    position: relative;
}

.jsfda-multilevel .dropdown-submenu {
    position: relative;
}

.jsfda-multilevel .dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
}

.jsfda-multilevel .dropdown-submenu.show > .dropdown-menu {
    display: block;
}


.jsfda-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.jsfda-navbar .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.loginregister {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.loginregister ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jsfda-navbar {
    background: var(--Hint-Of-Green);
    gap: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    z-index: 1050;
}

.jsfda-navbar .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--Rangoon-Green);
    padding: 8px 14px;
    transition: all 0.25s ease;
}

.jsfda-navbar .nav-link:hover,
.jsfda-navbar .nav-link.active {
    color: var(--Eucalyptus);
}

.nav-btn {
    border-color: var(--Jade);
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.nav-btn:hover {
    background: var(--Jade);
    border-color: var(--Jade);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    gap: 14px;
}

/* ===== LOGIN / REGISTER ===== */
.loginregister ul {
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.loginregister a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Login */
.loginregister a:first-child {
    color: var(--Eucalyptus);
    border: 1px solid var(--Eucalyptus);
}

.loginregister a:first-child:hover {
    background: var(--Eucalyptus);
    color: var(--white);
}

.loginregister a {
    padding-bottom: 8px;
}

.loginregister a:last-child {
    background: var(--Eucalyptus);
    color: var(--white);
}

.loginregister a:last-child:hover {
    background: var(--Eucalyptus);
}

/* ===== OFFCANVAS MENU ===== */
.offcanvas {
    width: 300px;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas .nav-item {
    margin-bottom: 6px;
}

.offcanvas .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
}

/* ===== JSFDA DROPDOWN ===== */

.jsfda-navbar .dropdown-menu {
    top: 55px;
    min-width: 320px;
    padding: 0;
    border-radius: 0;
    border: 1px solid var(--Snow-Drift);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.jsfda-navbar .dropdown-item {
    font-size: 14px;
    padding: 10px 18px;
    color: var(--Rangoon-Green);
    transition: all 0.25s ease;
    white-space: normal;
    position: relative;
}
.jsfda-navbar .dropdown-item::before {
    content: "›";
    position: absolute;
    margin-right: 20px;
    left: 8px;
    top: 43%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 20px;
}
.jsfda-navbar .dropdown-item:hover,
.jsfda-navbar .dropdown-item:focus {
    background: var(--Eucalyptus);
    color: var(--white);
}

.dropdown-toggle::after {
    margin-left: 6px;
}
/* ===== HERO CAROUSEL ===== */
.herocarousel {
    position: relative;
}

.herocarousel .carousel-item {
    height: 71vh;
    min-height: 420px;
}

.heroimg {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.heroimg img {
    width: 100%;
    height: 100%;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.25)
    ); */
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 70%;
    filter: brightness(0) invert(1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
/* ===== MINISTER SECTION ===== */
.minister-section {
    padding: 60px 0;
    background: var(--white);
}
.minister-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--Eucalyptus);
}

.minister-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minister-info {
    text-align: center;
}

.minister-info h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--Rangoon-Green);
    text-align: center;
}

.minister-info p {
    font-size: 14px;
    color: var(--gray);
    text-align: center;
    margin-bottom: 0;
}

.minister-carousel .owl-nav {
    margin-top: 30px;
    text-align: center;
}
/* ===== GOVERNMENT STYLE LATEST UPDATE ===== */
.about-section {
    padding: 60px 0;
    background: var(--white);
}
.about-text {
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#aboutDescription {
    color: var(--Dune);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    font-weight: 400;
    word-spacing: 1px;
}
.about-text.expanded {
    -webkit-line-clamp: unset;
}

.about-content-right {
    border: 1px solid var(--Hint-Of-Green);
    background: var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.sticky-right {
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.about-section {
    overflow: visible;
}
.about-section p {
    color: var(--Dune);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 400;
    word-spacing: 1px;
}
/* p,
li,
.latestnews {
  color: var(--Dune);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  text-align: justify;
  font-weight: 400;
  word-spacing: 1px;
} */
.news-wrapper .news-link {
        font-size: 14px;
    color: #222!important;
    text-decoration: none!important;
    
}

.news-wrapper .news-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}
.latestheadline h2 {
    font-size: 18px;
    font-weight: 600;
    background: var(--Eucalyptus);
    color: var(--white);
    padding: 16px 14px;
    margin-bottom: 12px;
}


.nav-tabs .nav-link {
    font-weight: 500;
    color: var(--Dune);
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 8px;
    width: 100%;
  
}
.nav-tabs{
    border: none;
    margin-bottom: 12px;
}
.program-section .nav-tabs{
border: none;
margin-bottom: 12px;
}
.program-section .nav-tabs .nav-link {
      padding: 8px 10px;
  border: 1px solid #ededed;
    margin: 2px 0;
     border-radius: 6px;
}
.program-section .tab-content{
background: #f9f9f9;
}
.nav-tabs .nav-link.active {
    background: var(--Eucalyptus);
    color: var(--white);
    border-radius: 6px;
}
.program-section .nav-tabs .nav-link.active {
    background: var(--Eucalyptus);
}
.news-wrapper {
    max-height: 480px;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px 12px;
}

.news-scroll {
    display: flex;
    flex-direction: column;
    animation: scrollUp 20s linear infinite;
}

.news-wrapper:hover .news-scroll {
    animation-play-state: paused;
}
.latestnews {
   color: var(--Dune);
    padding: 8px 8px 8px 16px;
    border-bottom: 1px dashed var(--gray);
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 400;
    word-spacing: 1px;
}
.latestnews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a7f4f' viewBox='0 0 16 16'%3E%3Cpath d='M6 12l4-4-4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.latestnews:last-child {
    border-bottom: none;
}

@keyframes scrollUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}
.title-row input {
    height: 42px;
}

/* .addTitleBtn,
.removeTitleBtn {
    height: 42px;
} */

.headline {
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 5px solid var(--Eucalyptus);
}

.headline h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--Papaya-Orange);
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.subheadline {
    color: var(--Papaya-Orange);
}
.headtopic {
    color: var(--Eucalyptus);
}
.jsfdaBtn {
    margin-top: 16px;
}

.jsfdaBtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #2a7f4f, #1c9c66);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.jsfdaBtn a:hover {
    background: linear-gradient(135deg, #1c9c66, #2a7f4f);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.jsfdaBtn button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #2a7f4f, #1c9c66);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.jsfdaBtn button:hover {
    background: linear-gradient(135deg, #1c9c66, #2a7f4f);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    color: #fff;
}
/* ===== COUNTER SECTION (GOVT STYLE) ===== */
.counter-section {
    background: url("../images/countbg.webp") center/cover no-repeat;
    position: relative;
}
.counter-overlay {
    background: rgba(42, 127, 79, 0.85);
    padding: 60px 0;
}
.counter-box {
    background: var(--white);
    border-radius: 6px;
    padding: 25px 15px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}
.counter-box:hover {
    transform: translateY(-6px);
}
.counter-box h2 {
    font-size: 38px;
    font-weight: 700;
   color: var(--Eucalyptus);
    margin-bottom: 6px;
}
.counter-box h2::after {
    content: "+";
    font-size: 22px;
    vertical-align: super;
}
.counter-box p {
    font-size: 14px;
    font-weight: 600;
   color: var(--Jade);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.4px;
}
/* =====================PROGRAM SECTION ======================= */
.program-section {
    padding: 60px 0;
}

.programimg img {
    width: 100%;
}
.program-content .nav-tabs {
    margin-bottom: 20px;
    line-height: 35px;
    justify-content: space-between;
}

.filter-panel {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 15px;
}

.panel-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--Eucalyptus);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-row .form-select {
    flex: 1 1 80px;
    min-width: 80px;
    font-size: 14px;
    padding: 8px 10px;
}

.panel-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--Eucalyptus);
    margin-bottom: 10px;
}

.calendar-box {
    background: var(--white);
    border-radius: 8px;
    padding: 15px;
    border: 1px solid var(--Lavender-Pinocchio);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-header button {
    background: var(--Eucalyptus);
    color: var(--white);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 18px;
}

.calendar-grid,
.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-grid div {
    background: var(--Hint-Of-Green);
    text-align: center;
    padding: 6px 0;
    font-weight: 600;
    font-size: 13px;
}

.calendar-dates div {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid var(--Lavender-Pinocchio);
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.calendar-dates div:hover {
    background: var(--Lavender-Pinocchio);
}

.event-day {
    background: var(--Eucalyptus) !important;
    color: var(--white);
    font-weight: 700;
    border-radius: 4px;
}

.calendar-legend {
    font-size: 13px;
    color: var(--Dune);
}

.legend-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--Eucalyptus);
    border-radius: 50%;
    margin-right: 5px;
}

/* POPUP OVERLAY */
.event-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.event-modal-content {
    background: var(--white);
    width: 92%;
    max-width: 440px;
    padding: 22px;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    animation: popupFade 0.25s ease-in-out;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--Lavender-Pinocchio);
    padding-bottom: 8px;
}

.popup-header h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.close-modal {
    border: none;
    background: transparent;
    font-size: 30px;
}

.event-meta {
    font-size: 14px;
    font-weight: 600;
    color: var(--Eucalyptus);
    margin: 10px 0;
}

.event-details {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}

.event-details li {
    margin-bottom: 12px;
}

.event-desc {
    background: var(--Lavender-Pinocchio);
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.event-desc p {
    margin-bottom: 0;
}

.popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.popup-actions .btn {
    flex: 1 1 auto;
    min-width: 80px;
    text-align: center;
}

.popup-actions.jsfdaBtn a {
    padding: 10px;
}
.form-select:focus {
    box-shadow: none;
}
/* ===== PARTNER SECTION ===== */
.partner-section {
    background: var(--white);
    padding: 70px 0;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--Eucalyptus);
    margin-bottom: 10px;
}

.section-header p {
    font-size: 15px;
    color: var(--Dune);
    margin-bottom: 40px;
}

.partner-item {
    background: var(--white);
    border-radius: 10px;
    padding: 25px;
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.partner-item img {
    width: 100%;
    transform: scale(0.85);
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-item:hover img {
    transform: scale(1);
    filter: grayscale(0%);
}

.partner-carousel .owl-dots {
    margin-top: 25px;
}

.partner-carousel .owl-dot span {
    background: var(--Hint-Of-Green);
}

.partner-carousel .owl-dot.active span {
    background: var(--Eucalyptus);
}
/* ================FOOTER START========== */
.jsfda-footer {
    background: #09311a;
    color: var(--Lavender-Pinocchio);
    padding: 80px 0 20px;
    font-size: 14px;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 15px;
}

.footer-sec h5 {
    font-size: 24px;
    color: var(--Papaya-Orange);
    margin-bottom: 20px;
    border-left: 3px solid var(--Papaya-Orange);
    padding-left: 8px;
}

.footer-sec p {
    color: var(--Lavender-Pinocchio);
    line-height: 1.7;
}

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

.footer-list li,
.footer-links li {
    margin-bottom: 10px;
}

.footer-list i {
    color: var(--Dark-Seafoam);
}

.footer-list a,
.footer-links a {
    color: var(--Lavender-Pinocchio);
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    padding-left: 14px;
}

.footer-list a::before,
.footer-links a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--Dark-Seafoam);
    font-size: 16px;
    line-height: 1;
    transition: 0.3s;
}

.footer-list a:hover,
.footer-links a:hover {
    color: var(--Papaya-Orange);
    opacity: 0.8;
    padding-left: 10px;
}
.footer-list .locfoot {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    gap: 12px;
    align-items: center;
}
.footer-list .locfoot li {
    list-style: none;
}
.footer-form input {
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid var(--Dune);
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #60ffb5;
}

.form-control:focus {
    box-shadow: none;
}

.footer-form input,
.footer-form .subscribe {
    padding: 10px 8px;
    border-radius: 6px;
}
.powered-by {
    margin-left: 6px;
    color: var(--Papaya-Orange);
    font-size: 13px;
    transition: 0.6s;
}

.powered-by:hover {
    color: var(--white);
    cursor: pointer;
    transition: 0.6s;
}
.footer-social {
    margin-top: 20px;
}

.footer-social h6 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.social-icons li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Eucalyptus);
    color: var(--white);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-icons li {
    margin-bottom: 0;
}
.social-icons li a:hover {
    background: var(--Papaya-Orange);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* ================== GALLERY ==================== */
.gallery-section {
    padding: 60px 0;
}

.common-banner {
    position: relative;
    padding: 60px 0;
    color: var(--white);
}

.gallery-banner {
    background: url("../images/commonbg.webp") center center / cover no-repeat;
}
.tender-dates {
  /* background: #f9fafc;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  padding: 12px 16px; */
width: 100%;
margin-bottom:20px;
}

.tender-title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}

.date-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.date-box {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  padding: 8px 14px;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.date-box small {
  display: block;
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 2px;
}

.date-box strong {
  font-size: 14px;
  color: #212529;
}

.date-box.start {
  border-left: 4px solid #198754; 
}

.date-box.end {
  border-left: 4px solid #dc3545; 
}

.arrow {
  font-size: 20px;
  font-weight: 600;
  color: #6c757d;
}
.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(10 88 55 / 66%), rgba(0, 0, 0, 0.65));
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: var(--Hint-Of-Green);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--white);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--Hint-Of-Green);
}

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 24px;
}

.gallery-box img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-box:hover img {
    transform: scale(1.08);
}

.overlay-icon {
    position: absolute;
    inset: 0;
    background: rgba(11, 29, 45, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.overlay-icon h3{
    color:var(--white);
    font-size: 20px;
    text-align: center;
}

.overlay-icon img {
    width: 24px;
    height: 24px;
}

.gallery-box:hover .overlay-icon {
    opacity: 1;
}
/* ===========================CONTACT US ===================== */
.contact-section .footer-social h6 {
    color: var(--Eucalyptus);
}
.contact-section .social-icons li i {
    color: var(--white) !important;
    margin-right: 0 !important;
}
/* ============================CONTACT US====================== */
.contact-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.contact-section .icon-box {
    width: 45px;
    height: 45px;
    background: #2a7f4f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
}

.contact-section .icon-box i {
    color: #fff;
    font-size: 18px;
}

.contact-text p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.contact-text small {
    color: #666;
    font-size: 13px;
}

/* Social Icons */
.footer-social h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 12px;
}

.social-icons li a {
    width: 38px;
    height: 38px;
    background: #2a7f4f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icons li a:hover {
    background: #1c9c66;
    transform: translateY(-3px);
}

.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contact-form h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2a7f4f;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #2a7f4f;
    box-shadow: none;
}

.googlemap iframe {
    width: 100%;
    height: 350px;
}
contact-section .icon-box i {
    font-size: 14px;
}
.vision-section {
    padding: 60px 0;
}

.vision-content {
    /* background: url("../images/vision.webp") center / cover no-repeat;
    position: relative;
    padding: 70px 40px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto; */
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 40px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.vision-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.vision-content * {
    position: relative;
    z-index: 2;
}

.vision-content h2 {
    color: var(--white);
}

.vision-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--white);
    margin-bottom: 16px;
}
/* =================APPROACH=================== */
.manpower-img img{
    width: 100%;
}
.approach-section {
    padding: 60px 0;
}
.table thead.tablebg th {
    background-color: #2a7f4f !important;
    color: #ffffff !important;
}

.approach-section .textabout,
.approach-section li {
    color: var(--Dune);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 400;
    word-spacing: 1px;
}
.center-img img{
    width: 100%;
    margin-bottom: 20px;
}
/* Sidebar box */
.about-content-right {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.about-content-right .nav.nav-tabs{
justify-content: space-around;
}
.about-content-right .nav-tabs .nav-link {
    font-size: 14px!important;
}
/* List */
.focus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item */
.focus-item {
    margin-bottom: 10px;
}

/* Link card */
.focus-item a {
    display: block;
    padding: 8px 14px 8px 18px;
    font-size: 14px;
    background: var(--Snow-Drift);
    border-radius: 8px;
    text-decoration: none;
    color: var(--Dune);
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid var(--Lavender-Pinocchio);
}

/* Left accent bar */
.focus-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--Eucalyptus);
    border-radius: 8px 0 0 8px;
    opacity: 0;
    transition: 0.3s;
}

/* Hover */
.focus-item a:hover {
    background: var(--Hint-Of-Green);
    color: var(--Eucalyptus);
    transform: translateX(5px);
    border-color: var(--Dark-Seafoam);
}

.focus-item a:hover::before {
    opacity: 1;
}

/* Active (optional) */
.focus-item.active a {
    background: var(--Pale-Robin-Egg-Blue);
    color: var(--Rangoon-Green);
    border-color: var(--Dark-Seafoam);
}

.focus-item.active a::before {
    opacity: 1;
}
        .corrigendum-box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    border-left: 4px solid #1c9c66;
}

.corrigendum-title {
    margin-bottom: 12px;
    font-weight: 600;
    color: #1c9c66;
}

.corrigendum-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.corrigendum-item {
    display: flex;
    align-items: center;
   
    padding: 8px 10px;
    margin-bottom: 8px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.corrigendum-index {
   font-weight: 500;
    color: #666;
    margin-right: 10px;
}

.corrigendum-link {
    color: #1c9c66;
    font-weight: 500;
    text-decoration: none;
}

.corrigendum-link:hover {
    text-decoration: underline;
}
.fdimage img{
    width: 100%;
}
         #calendar {
         width: 100%;
         margin: auto;
         background: #fff;
         padding: 10px;
         }
         #calendar a{
         text-decoration:0;
         }
         .fc-toolbar-title {
         font-size: 22px;
         font-weight: bold;
         color: #000;
         }
         .fc-col-header-cell {
         background: #f7f7f7;
         font-weight: bold;
         }
         .fc-col-header-cell-cushion {
         color: #000;
         text-decoration: none !important;
         }
         .fc-theme-standard td,
         .fc-theme-standard th {
         border: 1px solid #e0e0e0;
         }
         .fc-daygrid-day-frame {
         min-height: 90px;
         padding: 4px;
         }
         .fc-daygrid-day-number {
         font-size: 13px;
         font-weight: normal;
         color: #000;
         }
         .fc-event {
         background-color: #3b82f6 !important;
         border: none !important;
         border-radius: 4px;
         padding: 2px 6px;
         font-size: 12px;
         color: #fff;
         }
         .fc-daygrid-more-link {
         font-size: 12px;
         color: #0000ee;
         }
         .fc-day-today {
         background: #fff8dc !important;
         }
         .fc-button {
         border: none !important;
        
         }
         .fc-button:hover {
         background: var(--Jade) !important;
         transform: translateY(-1px);
         }
         #calendar .fc-button-active{
         background: transparent!important;
         color: var(--Papaya-Orange) !important;
          border-bottom: 1px solid var(--Papaya-Orange)!important;
          border-radius: 0!important;
        
        
         }
         .fc-button:disabled {
         background: transparent !important;
         color: var(--gray) !important;
         transform: none;
         }
         .fc-prev-button,
         .fc-next-button {
         background:transparent !important;
         color: var(--gray)!important;
        
         }
         .fc-prev-button:hover,
         .fc-next-button:hover {
         background: transparent!important;
        border-bottom: 1px solid var(--Papaya-Orange);
        
         }
        #calendar .fc-button-primary:hover{
            background: transparent!important;
            border-bottom: 1px solid var(--Papaya-Orange)!important;
            color: var(--Papaya-Orange)!important;
            transition: .6s!important;
            border-radius: 0!important;
        }
         
         .fc .fc-button-primary:focus{
         box-shadow:none!important;
         }
         .fc .fc-button-primary{
background: transparent;
color: var(--Dune);
         }
         .fc-timeGridWeek-button{
            background: transparent!important;
            color: var(--Dune)!important;
         }
         .fc .fc-button-group{
         gap:6px;
         }
         .fc .fc-toolbar-title {
         font-size: 1.25em;
         color:#2a7f4f;
         }
         .fc-button:hover {
         background: #e6e6e6 !important;
         }
         .fc table {
         margin: 0;
         }
    
         .fc-event.training {
         background-color: #22c55e !important;   
         }
         .fc-event.workshop {
         background-color: #3b82f6 !important;   
         }
         .fc-event.webinar {
         background-color: #8b5cf6 !important;   
         }
         .fc-event.conference {
         background-color: #f97316 !important;   
         }
         .fc-event {
         color: #fff !important;
         border: none !important;
         border-radius: 4px;
         padding: 2px 6px;
         font-size: 12px;
         }
         .fc-daygrid-body.fc-daygrid-body-unbalanced a{
         text-decoration:none;
         }
         .fc-timeGridWeek-view .fc-scroller-harness,
         .fc-timeGridWeek-view .fc-scroller {
         overflow-y: auto !important;
         }

         .fc-timeGridWeek-view .fc-scroller::-webkit-scrollbar {
         width: 8px;
         }
         .fc-timeGridWeek-view .fc-scroller::-webkit-scrollbar-thumb {
         background: var(--Jade);
         border-radius: 10px;
         }
         .fc-timeGridWeek-view .fc-scroller::-webkit-scrollbar-track {
         background: var(--Snow-Drift);
         }
         .fc-scrollgrid-sync-inner{
         padding: 12px 8px;
         }
         /* register form */
               .registration-img img{
         width: 100%;
       
         }
        .registration-section{
            padding-top: 40px;
        }
        .registration-section .registercard{
        width: 100%;
        }
        .registration-section .headline{
            margin-bottom: 16px;
        }
         .registration-section h3 {
         color: var(--Jade);
         letter-spacing: 0.5px;
         }
         .registration-section .card-body p {
         color: #6b7280;
         }
        
         .registration-section .form-label {
         color: var(--Dune);
         font-size: 13px;
         opacity: .8;
        
         }
         
         .registration-section .form-control,
         .registration-section .form-select {
         /* height: 48px;
         border-radius: 8px;
         border: 1px solid #dbe3ff;
         transition: all 0.3s ease;
         padding: 10px;
    font-size: 14px; */
        height: 40px;
    border-radius: 8px;
    border: 1px solid #dbe3ff;
    transition: all 0.3s ease;
    padding: 10px;
    font-size: 12px;
         }
         .registration-section .form-control:focus,
         .registration-section .form-select:focus {
         border-color: var(--Jade);
         box-shadow:none;
         }
       
         .registration-section .alert-info {
         background: var(--Hint-Of-Green);
         color: var(--Jade);
         border: 1px dashed var(--Dark-Seafoam);
         }
        
         .registration-section .registration-img img {
         border-radius: 18px;
         box-shadow: 0 15px 35px rgba(0,0,0,0.08);
         }
         .registration-section .jsfdaBtn button{
        width: 100%;
    padding: 12px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
         }
         .registration-section #captchaCanvas{
         border-radius: 8px;
         border: 1px solid var(--Lavender-Pinocchio);
         background: var(--Hint-Of-Green);
         cursor: pointer;
         }
         .registration-section .login-text{
    margin-top: 18px;
    text-align: center;
    color: var(--gray);
    font-size: 14px;
}

.registration-section .login-text a{
    color: var(--Jade);
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.registration-section .login-text a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--Papaya-Orange);
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.registration-section .login-text a:hover{
    color: var(--Papaya-Orange);
}

.registration-section .login-text a:hover::after{
    width: 100%;
}
      .otp-card{
         border:1px dashed #1c9c66;
         border-radius:12px;
         padding:16px;
         background:#f6fffb;
         }
         .otp-header{
         font-weight:600;
         font-size:16px;
         color:#1c9c66;
         display:flex;
         align-items:center;
         gap:8px;
         }
         .otp-info{
         font-size:13px;
         color:#555;
         margin-top:5px;
         }
         .otp-input{
         letter-spacing:4px;
         text-align:center;
         font-size:18px;
         }
         .btn-verify{
         background:#1c9c66;
         color:#fff;
         padding:8px 18px;
         border-radius:8px;
         }
         .btn-verify:hover{
         background:#168a5a;
         }
         .resend-link{
         font-size:13px;
         color:#1c9c66;
         text-decoration:none;
         margin-right:10px;
         }
         .timer-text{
         font-size:13px;
         color:#999;
         }
         .custom-alert{
         padding:12px 16px;
         border-radius:8px;
         margin-bottom:15px;
         font-size:14px;
         }
         .alert-success{
         background:#e6fff4;
         color:#0f5132;
         border:1px solid #b6f0d8;
         }
         .alert-error{
         background:#ffecec;
         color:#842029;
         border:1px solid #f5c2c7;
         }
         .timer-text{
         font-size:14px;
         font-weight:600;
         padding:4px 10px;
         border-radius:20px;
         margin-left:8px;
         background:#e8fff2;
         color:#1c9c66;
         border:1px solid #b6f0d8;
         display:inline-block;
         }
         .timer-warning{
         background:#fff3cd;
         color:#856404;
         border-color:#ffe69c;
         animation:pulse 1s infinite;
         }
         .timer-expired{
         background:#ffecec;
         color:#842029;
         border-color:#f5c2c7;
         }
         @keyframes pulse{
         0%{transform:scale(1);}
         50%{transform:scale(1.08);}
         100%{transform:scale(1);}
         }
         .sticky-image-wrapper {
         position: sticky;
         top: 100px; 
         }
         .registration-img {
         max-width: 100%;
         height: auto;
         object-fit: contain;
         margin-top: 20px;
         }
  
         .registerfooter{
           background: #09311a;
            padding: 12px 0;
           
         }
         .registerfooter p {
            text-align: center;
    margin-bottom: 0;
    color: #60ffb5;
    font-size: 14px;
}
         /* Faculty Dashboard start */
         .profiledashboard{
            padding: 60px 0;
         }
    .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--Hint-Of-Green);
    background:var(--white);
}

.profile-dropdown .dropdown-menu {
     min-width: 200px;
    border-radius: 0;
    padding: 0;
    top: 66px;
}

.profile-dropdown .dropdown-item {
    font-size: 14px;
    padding: 10px 16px;
    transition: background 0.2s ease;
}

.profile-dropdown .dropdown-item:hover {
    background-color: var(--Jade);
    color:var(--white);
}

.navbar .username{
    color: var(--Eucalyptus);
}  
    /* Faculty end */
  .calendar-img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.calendar-img img {
    max-width: 768px;
    width: 100%;
}
.calendar-img {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* rti start */
.officer-card img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
    /* ===== RTI OFFICER CARDS ===== */
    .officer-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 22px;
      text-align: center;
      height: 100%;
      transition: .3s ease;
    }

    .officer-card:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
      transform: translateY(-5px);
    }

    .rti-avatar img {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      border: 1px solid #d1d5db;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .officer-card h3,
    .officer-card h4 {
      font-size: 18px;
      font-weight: 700;
      color: #0f2a44;
    }

    .officer-card p {
      font-size: 14px;
      color: #374151;
      margin-bottom: 6px;
    }

    .officer-card span {
      font-size: 14px;
      font-weight: 600;
      color: #2a7f4f;
    }

    /* ===== RTI CONTENT ===== */
    .rti-content {
      border-radius: 10px;
      padding: 30px;
      margin-top: 40px;
      font-size: 14px;
      line-height: 1.8;
    }

    .rti-content h4 {
      color: #0f2a44;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .rti-content h5 {
      color: #374151;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .rti-content hr {
      border-top: 2px solid #2a7f4f;
      margin: 20px 0;
    }

    .rti-content .bluelink {
      color: #2a7f4f;
      font-weight: 700;
    }

    .rti-content ol {
      padding-left: 20px;
    }

    .rti-content li {
      margin-bottom: 15px;
    }

    .rti-content table {
      font-size: 13px;
    }

    .rti-content th {
      background: #0f2a44;
      color: #fff;
      text-align: center;
    }

    .rti-content td {
      vertical-align: middle;
    }

  /* .spinner-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#2a7f4ffa;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
} */

.spinner-box {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Wrapper */
.logo-dots {
  position: relative;
  width: 120px;
  height: 120px;
}

/* Logo */
.logo-dots img {
  width: 120px;
  position: absolute;
  inset: 0;
 margin-bottom: 12px;
  z-index: 2;
}

/* Dots */
.dot {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--Eucalyptus);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: dotBounce 1.4s infinite ease-in-out both;
}

.d1 { animation-delay: 0s; left: 30%; }
.d2 { animation-delay: 0.2s; left: 50%; }
.d3 { animation-delay: 0.4s; left: 70%; }

@keyframes dotBounce {
  0%, 80%, 100% {
    transform: translate(-50%, 0);
    opacity: 0.3;
  }
  40% {
    transform: translate(-50%, -15px);
    opacity: 1;
  }
}

/* Fade out */
.spinner-box.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
       .bod-list-card {
         background: var(--white);
         
         padding: 40px 25px;
        
         transition: all 0.3s ease;
         margin-bottom:20px;
         }
        
         .bod-logo {
         display: flex;
         justify-content: center;
         align-items: center;
         height: 100%;
         }
         .bod-logo img {
         max-width: 130px;
         width: 100%;
         padding: 10px;
         background: var(--Hint-Of-Green);
         border-radius: 12px;
         }
         /* CONTENT */
         .bod-content p {
         color: var(--gray);
         font-size: 16px;
         line-height: 1.6;
         margin-bottom: 10px;
         }
        
         .bod-designation {
         font-size: 12px!important;
         color: var(--Dune);
         background: var(--Snow-Drift);
         padding: 8px 12px;
         border-radius: 8px;
         display: inline-block;
         }
         /* certificate start */
         .certificate-modal {
  border-radius: 16px;
}
.certificate-row {
  background: #f8f9fc;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--gray);
}

.certificate-row strong {
  color: var(--Dune);
  font-weight: 600;
}
.certificate-status {
  margin: 24px 0 8px;
}

.verified-text {
  color: var(--Eucalyptus);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.certificate-status p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--gray);
}
.modal-footer{
  justify-content:center;
}
.certificate-footer {
  border-top: 1px solid #eef1f6;
  padding: 14px 20px;

}
.registercard .view-btn {
  padding: 8px 18px;
  font-weight: 500;
  border-radius: 8px;
}

.certificate-footer .btn-outline-secondary {
  border-radius: 8px;
  padding: 8px 24px;
}
.modal-title{
 color: var(--Rangoon-Green);
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .jsfda-navbar .navbar-nav {
        flex: 1 1 100%;
    }
    .loginregister {
        margin-left: auto;
        margin-bottom: 20px;
    }
    .jsfda-navbar .navbar-nav {
        gap: 0;
        justify-content: space-between;
    }
    .filter-row .form-select {
        flex: 1 1 160px;
        min-width: 160px;
    }
}

@media (max-width: 992px) {
    .jsfda-logo {
        width: 60px;
    }

    .jharkhand-logo {
        max-height: 50px;
    }
  .jsfda-multilevel .dropdown-submenu > .dropdown-menu {
        position: static;
        width: 100%;
        margin-left: 1rem;
    }
    .jsfda-title h4 {
        font-size: 16px;
    }

    .jsfda-title h5 {
        font-size: 13px;
    }
    .loginregister {
        margin-bottom: 0;
    }
    .jsfda-navbar .navbar-nav {
        align-items: start;
    }
    .jsfda-navbar .dropdown-item::before {
        left: 0;
    }
    .herocarousel .carousel-item {
        height: auto;
        min-height: auto;
    }
    .about-content-left {
        margin-bottom: 20px;
    }
    .about-section,
    .gallery-section,
    .contact-section,
    .approach-section {
        padding: 40px 0;
    }
    .minister-section {
        padding-bottom: 0;
    }
    .partner-section {
        padding: 0 0 40px 0;
    }
    .programimg,
    .news-wrapper {
        margin-bottom: 20px;
    }
    .btn-close:focus {
        box-shadow: none !important;
    }
    .offcanvas .nav-item {
        border-bottom: 1px solid #f7f3f3;
        width: 100%;
        margin-bottom: 0;
        padding: 8px 0;
    }
        .registration-section #captchaInput{
    margin-bottom: 8px;
}
}
@media (max-width: 991px) {
    .jsfda-navbar .dropdown-menu {
        box-shadow: none;
        border: none;
        padding-left: 35px;
    }

    .jsfda-navbar .dropdown-item {
        padding: 8px 14px;
        font-size: 15px;
    }
    .loginregister {
        margin-left: auto;
    }
    .nav-btn {
        width: 100%;
        text-align: center;
    }
    .sticky-right {
        position: static;
    }
}
@media (max-width: 768px) {
    .top-header-bar {
        flex-direction: column;
        align-items: center;
    }
    .top-actions {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .top-tagline {
        width: 100%;
    }
    .top-actions {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    .top-actions {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5px;
    }
    .jsfda-right {
        margin-top: 8px;
    }
    .top-header-bar {
        gap: 0;
    }
    .minister-image {
        width: 120px;
        height: 120px;
    }
    .minister-info h5 {
        font-size: 16px;
    }
    .calendar-dates div {
        height: 38px;
        line-height: 38px;
    }
    .vision-content {
        padding: 50px 20px;
    }

    .vision-content p {
        font-size: 15px;
    }
      .about-content-right {
        margin-top: 24px;
    }
    .registration-section .card-body {
         padding: 20px !important;
         }
         .registration-section {
    padding: 0;
}
.registration-section .login-text {
    font-size: 13px;
}
.registration-section .registercard{
    width: 100%;
}
.officer-card { margin-bottom: 20px; }
  .bod-list-card {
         text-align: center;
         }
         .bod-logo {
         margin-bottom: 15px;
         }
         .bod-designation {
         display: block;
         }
}
@media (max-width: 576px) {
    .headline h2 {
        font-size: 18px;
    }

    .latestheadline h2 {
        font-size: 16px;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 6px 10px;
    }

    .latestnews {
        font-size: 14px;
    }
    .counter-box h2 {
        font-size: 32px;
    }
    .popup-actions {
        justify-content: center;
    }

    .popup-actions .btn {
        flex: 1 1 100%;
    }

    .filter-row .form-select {
        flex: 1 1 100%;
    }
    .minister-section {
        padding-top: 40px;
    }
    .headtopic {
        font-size: 24px;
    }
    .subheadline {
        font-size: 14px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .common-banner {
        padding: 20px 0;
    }
    .contact-form {
        padding: 20px;
    }
    .jsfda-footer {
        padding-top: 40px;
    }

}
@media (max-width: 480px) {
    .jsfda-logo {
        max-height: 55px;
    }
    .jharkhand-logo {
        max-height: 45px;
    }

    .jsfda-title h4 {
        font-size: 12px;
    }
    .jsfda-title h5 {
        font-size: 10px;
    }
    .jsfda-left {
        gap: 6px;
    }
    .contact-section .icon-box {
        width: 35px;
        height: 35px;
    }
    .footer-sec h5 {
        font-size: 22px;
    }
    .registration-section .form-control, .registration-section .form-select {
    height: 40px;
    font-size: 14px;
}
.registration-section .form-label {
    font-size: 14px;
}

.registration-section .jsfdaBtn button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px
}
.registerfooter p {
    font-size: 12px;
}
}
@media (max-width: 375px) {
    .minister-info h5 {
        font-size: 14px;
    }
    .minister-info p {
        font-size: 12px;
    }
    .jsfda-navbar .dropdown-item {
        width: 260px;
    }
}
